/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*$min-576 : "screen and (min-width: 576px)";
$min-768 : "screen and (min-width: 768px)";
$min-992 : "screen and (min-width: 992px)";
$min-1200 : "screen and (min-width: 1200px)";

$min-menu : "screen and (min-width: 1200px)";
$max-menu : "screen and (max-width: 1199px)";*/
.clear:before, .paging-navigation:before,
.post-navigation:before, article.post:before, .container-header:before, .container-responsive:before, .clear:after, .paging-navigation:after,
.post-navigation:after, article.post:after, .container-header:after, .container-responsive:after {
  content: " ";
  display: table;
}
.clear:after, .paging-navigation:after,
.post-navigation:after, article.post:after, .container-header:after, .container-responsive:after {
  clear: both;
}

.loop-pagination ul, .header__navigation > ul > li > ul, .header__navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item-has-children:after {
  transition: all 0.3s ease;
}

/* global */
/* fonts */
/* positioning */
/*
    Use as 
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  background-color: transparent;
}

a,
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover, a:not([href]):focus {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  width: auto;
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[role=button] {
  cursor: pointer;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

pre {
  margin-top: 0;
  overflow: auto;
  margin-bottom: 1rem;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.slick-initialized {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

summary {
  display: list-item;
  cursor: pointer;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "ff-meta-serif-web-pro", serif;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.text-16 {
  font-size: 16px;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: auto;
}

.container-responsive {
  width: 100%;
  padding-right: 12px; /*giato bootstrap 5  */
  padding-left: 12px; /*giato bootstrap 5  */
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.container { /*giato bootstrap 5  */
  width: 100%;
  max-width: 1300px;
}

/* Sticjy Header */
#header.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  background-color: #fff;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.1);
}

.header__inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    display: flex;
    align-items: center;
  }
}
.header__logo {
  display: inline-block;
  flex: 0 1 auto;
  max-width: 302px;
}
@media (max-width: 470px) {
  .header__logo img {
    width: 240px;
  }
}
.header__navigation {
  flex: 1 1 auto;
}
.header__burger {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  gap: 10px;
}
.header__burger .open {
  display: block;
}
.header__burger .close {
  display: none;
}
.header__burger:focus {
  outline: 0;
}
.header__burger span {
  color: #343D7F;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}

.navigation-over {
  display: none;
}
.navigation-over.opened {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .navigation-over {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .header__navigation {
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 2;
    width: 202px;
    box-shadow: 0 50px 55px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 20px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  .header__navigation.toggled {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header__navigation ul {
    text-align: center;
  }
}
.header__navigation .current-menu-item a {
  color: #2850FB;
}
.header__navigation a:hover {
  color: #2850FB;
}

@media screen and (min-width: 1200px) {
  .header__navigation > ul {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.header__navigation > ul > li {
  margin: 0;
  padding: 0 32px 0 0;
}
@media screen and (min-width: 1200px) {
  .header__navigation > ul > li:not(:last-child) {
    padding: 0 32px 0 0;
  }
}

.header__navigation > ul > li > a {
  font-family: "sofia-pro", sans-serif;
  display: block;
  padding: 8px 12px;
  font-size: 18px;
  color: #343D7F;
  font-weight: 300;
  line-height: 28px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 1;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform-origin: center center;
  transform: rotate(45deg);
  color: #2850FB;
  will-change: transform;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .menu-item-has-children:after {
    display: block;
  }
}

.menu-item-has-children.open--link:after {
  transform: rotate(225deg);
  top: 20px;
}

/* second level */
.header__navigation > ul > li > ul {
  display: none;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .header__navigation > ul > li > ul {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__navigation > ul > li > ul {
    top: 100%;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__navigation > ul > li > ul {
    position: absolute;
    top: 35px;
    z-index: 15;
    box-shadow: 0 50px 55px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    min-width: 240px;
    left: 5px;
  }
}

.header__navigation .sub-menu li {
  padding: 7px 0;
}

.header__navigation > ul > li > ul > li > a {
  color: #343D7F;
}

.header__ctas {
  gap: 16px;
}

@media screen and (min-width: 992px) {
  #footer {
    border-top: 3px solid #52AFFF;
    padding-top: 35px;
  }
}

.footer__inner {
  margin-bottom: 65px;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    margin-bottom: 0;
  }
}
.footer__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer__row {
    display: flex;
    column-gap: 150px;
    flex-direction: row;
  }
}
.footer__row .footer__infos {
  order: 2;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos {
    margin-top: 0px;
    max-width: 598px;
    width: 100%;
    order: 1;
  }
}
.footer__row .footer__infos .footer__logo {
  margin-bottom: 7px;
}
.footer__row .footer__infos .footer__logo img {
  max-width: 372px;
  width: 100%;
}
.footer__row .footer__infos .footer__desc {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__desc {
    margin-bottom: 37px;
    font-size: 18px;
    line-height: 28px;
  }
}
.footer__row .footer__infos .footer__navigation {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__navigation {
    margin-bottom: 37px;
  }
}
.footer__row .footer__infos .footer__navigation ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.footer__row .footer__infos .footer__navigation ul li a {
  color: #343D7F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footer__row .footer__infos .footer__contact {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__contact {
    padding-bottom: 100px;
  }
}
.footer__row .footer__infos .footer__contact p {
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__contact p {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer__row .footer__infos .footer__contact p a {
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__contact p a {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer__row .footer__infos .footer__contact a {
  color: #343D7F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footer__row .footer__infos .footer__copyrights ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  column-gap: 21px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.footer__row .footer__infos .footer__copyrights ul li {
  color: #515572;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: rgba(81, 85, 114, 0.5);
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__copyrights ul li {
    font-size: 16px;
    line-height: 21px;
  }
}
.footer__row .footer__infos .footer__copyrights ul li a {
  color: rgba(81, 85, 114, 0.5);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__infos .footer__copyrights ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
.footer__row .footer__subscribe {
  order: 1;
  background-color: #52AFFF;
  padding: 63px 37px 0;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__subscribe {
    max-width: 522px;
    width: 100%;
    order: 2;
  }
}
.footer__row .footer__subscribe-icon {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__subscribe-icon {
    margin-bottom: 35px;
  }
}
.footer__row .footer__subscribe-title {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  font-weight: 350;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__subscribe-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
  }
}
.footer__row .footer__subscribe-desc {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 350;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__subscribe-desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
.footer__row .footer__subscribe-form .gform_title {
  display: none;
}
.footer__row .footer__subscribe-form .gform-body #field_2_1 input {
  height: 54px;
  background: rgba(255, 255, 255, 0.33);
  border: none;
}
.footer__row .footer__subscribe-form .gform-body #field_2_1 input::placeholder {
  color: #fff;
}
.footer__row .footer__subscribe-form .gform_footer {
  justify-content: end;
}
.footer__row .footer__subscribe-form .gform_footer #gform_submit_button_2 {
  border-radius: 6px;
  padding: 15px 20px;
  color: #2850FB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: none;
  background-color: #fff;
}
.footer__row .footer__subscribe-socials {
  display: flex;
  column-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .footer__row .footer__subscribe-socials {
    margin-bottom: 120px;
  }
}
.footer__row .footer__subscribe-socials p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.footer__row .footer__subscribe-socials a img {
  max-height: 20px;
}

.footer-mobile-cta {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  left: 0;
  right: 0;
  background-color: rgba(40, 80, 251, 0.9);
  padding: 10px 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .footer-mobile-cta {
    display: none;
  }
}

.container-responsive {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.container-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1820px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site__main .comment-navigation,
.site__main .posts-navigation,
.site__main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

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

textarea {
  width: 100%;
}

.gform_wrapper.gf_browser_chrome form .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome form .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome form .gfield_radio li input[type=radio] {
  margin-top: 0;
}

#comments {
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.825rem;
  font-weight: 800;
  letter-spacing: 0.0818em;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author:before {
  background: #222;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  left: -65px;
  font-size: 16px;
  font-size: 1rem;
  height: 20px;
  line-height: 1;
  margin: -6px 0 0 -6px;
  position: absolute;
  text-align: center;
  width: 20px;
  z-index: 2;
}

.children .bypostauthor > .comment-body > .comment-meta > .comment-author:before {
  font-size: 12px;
  font-size: 0.75rem;
  height: 16px;
  left: -45px;
  width: 16px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

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

.widget {
  margin: 0 0 1.5em;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

#content[tabindex="-1"]:focus {
  outline: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 115px;
  right: -20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  .back-to-top {
    bottom: 100px;
    right: -35px;
  }
}
.back-to-top span {
  color: #515572;
  font-size: 13.881px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.47px;
  padding-right: 15px;
}
.back-to-top img {
  transform: rotate(90deg);
}

.icon__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #111;
  margin: 3px 0;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-green {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #343D7F;
  background-color: #79FBB5;
  padding: 15px 15px;
  border: 1px solid #79FBB5;
  min-width: 150px;
}
@media screen and (min-width: 576px) {
  .btn-green {
    gap: 20px;
    padding: 15px 20px;
  }
}
.btn-green:hover {
  color: #343D7F;
}
.btn-green span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.btn-outline-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #343D7F;
  background-color: #fff;
  padding: 15px 15px;
  border: 1px solid #343D7F;
  min-width: 150px;
}
@media screen and (min-width: 576px) {
  .btn-outline-blue {
    gap: 20px;
  }
}
.btn-outline-blue:hover {
  color: #343D7F;
}
.btn-outline-blue span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.btn-blue-small {
  color: #fff;
  background-color: #2850FB;
  padding: 15px 20px;
  border: 1px solid #2850FB;
}
.btn-blue-small:hover {
  color: #343D7F;
}
.btn-blue-small span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.btn-outline-blue-small {
  color: #343D7F;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #343D7F;
}
.btn-outline-blue-small:hover {
  color: #343D7F;
}
.btn-outline-blue-small span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.loop-pagination ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.loop-pagination ul li {
  padding: 0.25em 0.75em;
}

.hero__section {
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .hero__section {
    min-height: 685px;
    margin-bottom: 100px;
  }
}
.hero__section-img .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.hero__section-img img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0px;
  width: 100%;
}
.hero__section-content {
  position: relative;
  z-index: 3;
  display: flex;
  top: 50%;
}
@media screen and (min-width: 992px) {
  .hero__section-content {
    max-width: 650px;
  }
}
.hero__section-content .title {
  font-size: 46px;
  font-style: normal;
  font-weight: 350;
  line-height: 52px;
  margin-bottom: 23px;
}
@media screen and (min-width: 992px) {
  .hero__section-content .title {
    font-size: 66px;
    font-style: normal;
    font-weight: 350;
    line-height: 72px;
  }
}
.hero__section-content .descr {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 23px;
}

.contactform__section-form {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .contactform__section-form {
    background-color: #fff;
    position: absolute;
    top: 75px;
    padding: 20px 40px;
    max-width: 580px;
    right: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
.contactform__section-form .gform_title {
  color: #343D7F;
}
@media screen and (min-width: 992px) {
  .contactform__section-form .gform_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 350;
    line-height: 34px;
  }
}
@media screen and (min-width: 992px) {
  .contactform__section-form .gform_description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
  }
}
.contactform__section-form .gform_required_legend {
  display: none;
}
.contactform__section-form #gform_1 #input_1_1,
.contactform__section-form #gform_1 #input_1_6,
.contactform__section-form #gform_1 #input_1_1,
.contactform__section-form #gform_1 #input_1_11,
.contactform__section-form #gform_1 #input_1_10,
.contactform__section-form #gform_1 #input_1_7,
.contactform__section-form #gform_1 #input_1_4,
.contactform__section-form #gform_1 #input_1_12,
.contactform__section-form #gform_1 #input_1_13,
.contactform__section-form #gform_1 #input_1_15 {
  border-radius: 4px;
  border: 1px solid #9EA4CC;
  background: #F7F7F8;
  color: #515572;
}
.contactform__section-form #gform_1 #input_1_1,
.contactform__section-form #gform_1 #input_1_6 {
  padding-left: 35px;
  background-image: url("/wp-content/uploads/2024/07/user.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 45px;
}
.contactform__section-form #gform_1 #input_1_15 {
  height: 45px!important;
}
.contactform__section-form #gform_1 #input_1_10 {
  padding-left: 35px;
  background-image: url("/wp-content/uploads/2024/05/mail-icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 45px;
}
.contactform__section-form #gform_1 #input_1_12 {
  padding-left: 35px;
  background-image: url("/wp-content/uploads/2024/07/country.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 45px;
}
.contactform__section-form #gform_1 #input_1_13 {
  padding-left: 35px;
  background-image: url("/wp-content/uploads/2024/07/nationality.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 45px;
}
.contactform__section-form #gform_1 #input_1_4 {
  height: 79px;
}
.contactform__section-form #gform_1 #field_1_14 #gfield_instruction_1_14 {
  display: none;
}
.contactform__section-form #gform_1 #field_1_7 label {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.contactform__section-form #gform_1 .ginput_container_consent label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
.contactform__section-form #gform_1 .gform_footer {
  float: right;
}
.contactform__section-form #gform_1 .gform_footer #gform_submit_button_1 {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-radius: 7.154px;
  border: 1.192px solid #2850FB;
  background-color: #2850FB;
  padding: 17px 24px;
}
.contactform__section-form #gform_1 .gfield_description {
  font-size: 12px;
}

.accordion__section-header h3 {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .accordion__section-header h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.accordion__section-header h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .accordion__section-header h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 55px;
  }
}
.accordion__section-accordion {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .accordion__section-accordion {
    margin-bottom: 100px;
  }
}
.accordion__section-accordion .accordion {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .accordion__section-accordion .accordion {
    margin-bottom: 41px;
  }
}
.accordion__section-accordion .accordion .accordion-item {
  border: 0;
  padding: 5px 0;
}
.accordion__section-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f7f7f7;
  color: #343D7F;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .accordion__section-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    line-height: 28px;
  }
}
.accordion__section-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #DEF1FF;
}
.accordion__section-accordion .accordion .accordion-item .accordion-body {
  background-color: #DEF1FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .accordion__section-accordion .accordion .accordion-item .accordion-body {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion__section .accordion-button::after {
  background-image: url("/wp-content/uploads/2024/06/plus-1.png");
  float: right;
}
.accordion__section .accordion-button.collapsed::after {
  background-image: url("/wp-content/uploads/2024/06/plus.png");
  float: right;
}

.modal .modal-dialog {
  max-width: unset;
}
.modal .modal-dialog .modal-content {
  border: none;
}

.video-modal .modal-dialog {
  max-width: 700px;
}

.cta__section {
  margin-bottom: 60px;
  min-height: 447px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .cta__section {
    min-height: 524px;
    margin-bottom: 100px;
  }
}
.cta__section-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  inset: 0px;
}
.cta__section-desc {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cta__section-desc {
    max-width: 867px;
  }
}

/* Page hero css is at the components/_page-hero-scss */
.benefits__section {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .benefits__section {
    padding-bottom: 150px;
  }
}
.benefits__section .nav-tabs {
  flex-wrap: nowrap !important; /* Prevent tabs from wrapping */
  overflow-x: auto; /* Enable horizontal scrolling */
  padding-left: 0;
  list-style: none;
  border: none;
  margin-bottom: 50px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.benefits__section .nav-tabs.nav {
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .benefits__section .nav-tabs.nav {
    justify-content: center;
  }
}
.benefits__section .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid rgba(52, 61, 127, 0.3);
  padding: 0 40px;
  color: #8187B2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.benefits__section .nav-tabs .nav-link.active {
  border-bottom: 3px solid #343D7F;
  color: #2850FB;
}
.benefits__section .benefits-content .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  color: #2850FB;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .benefits__section .benefits-content .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.benefits__section .benefits-content .subtitle {
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  color: #343D7F;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .benefits__section .benefits-content .subtitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.benefits__section .benefits-content .desc {
  margin-bottom: 35px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .benefits__section .benefits-content .desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 55px;
  }
}

.underbenefits__section {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .underbenefits__section {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .underbenefits__section .swiper-slide {
    width: 60%;
  }
}
.underbenefits__section .title {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .underbenefits__section .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.underbenefits__section-box img {
  margin-bottom: 10px;
  min-height: 70px;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .underbenefits__section-box img {
    margin-bottom: 28px;
  }
}
.underbenefits__section-box .benefit-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .underbenefits__section-box .benefit-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.underbenefits__section-box .benefit-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #515572;
}
@media screen and (min-width: 992px) {
  .underbenefits__section-box .benefit-subtitle {
    font-size: 16px;
    line-height: 21px;
  }
}

.service__section {
  padding: 40px 0;
  background-color: #F5F8FF;
}
@media screen and (min-width: 768px) {
  .service__section {
    padding: 110px 0 91px;
  }
}
.service__section .desc {
  max-width: 400px;
}
.service__section .desc h3 {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service__section .desc h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.service__section .desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .service__section .desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 52px;
  }
}
.service__section .bg-image {
  width: 200px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .service__section .bg-image {
    width: 479px;
    height: 305px;
  }
}
.service__section .opacity-10 {
  opacity: 0.1;
}
.service__section .nav-tabs {
  z-index: 1;
  position: relative;
  border: none;
  margin-bottom: 50px;
}
.service__section .nav-tabs.nav {
  justify-content: center;
}
.service__section .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #2850FB;
  padding: 0 15px;
  color: #8187B2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service__section .nav-tabs .nav-link {
    padding: 0 45px;
  }
}
.service__section .nav-tabs .nav-link.active {
  border-bottom: 3px solid #2850FB;
  color: #2850FB;
  background-color: transparent;
}
.service__section .tab-content .row .desc {
  max-width: 322px;
}
.service__section .tab-content .row .desc h3 {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service__section .tab-content .row .desc h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.service__section .tab-content .row .desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .service__section .tab-content .row .desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .service__section .tab-content .row .serviceSwiper .swiper-slide {
    width: 300px;
  }
}
.service__section .tab-content .row .serviceSwiper .swiper-slide .service-img {
  min-height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
.service__section .tab-content .row .serviceSwiper .swiper-slide .service-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service__section .tab-content .row .serviceSwiper .swiper-slide .service-title {
    min-height: 56px;
    font-size: 22px;
    line-height: 28px;
  }
}
.service__section .tab-content .row .serviceSwiper .swiper-slide .service-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px;
  color: #515572;
}
@media screen and (min-width: 768px) {
  .service__section .tab-content .row .serviceSwiper .swiper-slide .service-subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 39px;
  }
}
.service__section .tab-content .row .serviceSwiper .swiper-slide .circle-container {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DEE0F3;
  float: right;
}
.service__section .tab-content .row .serviceSwiper .swiper-slide .circle-container a {
  width: 100%;
}
.service__section .tab-content .row .serviceSwiper .swiper-slide .circle-container svg {
  width: 100%; /* Original width */
  height: 19px; /* Original height */
}
.service__section .tab-content .row .swiper-button-prev {
  left: -15px;
}
.service__section .tab-content .row .swiper-button-prev::after {
  font-size: 24px;
}
.service__section .tab-content .row .swiper-button-next {
  right: -20px;
}
.service__section .tab-content .row .swiper-button-next::after {
  font-size: 24px;
}

.video__section {
  min-height: 447px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .video__section {
    min-height: 607px;
  }
}
.video__section-img img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0px;
}
.video__section-desc {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .video__section-desc {
    max-width: 867px;
  }
}
.video__section-desc .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .video__section-desc .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
.video__section-desc img {
  cursor: pointer;
}

.testimonials__section {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .testimonials__section {
    margin: 75px 0 98px;
  }
}
.testimonials__section-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .testimonials__section-header {
    justify-content: space-between;
    align-items: end;
    flex-direction: row;
    align-items: end;
    margin-bottom: 55px;
  }
}
.testimonials__section-header .left-header h3 {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .testimonials__section-header .left-header h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.testimonials__section-header .left-header h2 {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .testimonials__section-header .left-header h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0px;
  }
}
.testimonials__section-header .right-header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.testimonials__section-header .right-header a {
  color: #343D7F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.testimonials__section-header .right-header svg {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .testimonials__section-slider .swiper {
    padding: 0 0 0 35px;
  }
}
.testimonials__section-slider .swiper-wrapper {
  margin-bottom: 120px;
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .slide-country {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .testimonials__section-slider .swiper-wrapper .swiper-slide .slide-country {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .slide-user {
  color: #343D7F;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
  margin-bottom: 20px;
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .slide-user .slide-testi {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 32px;
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .gap-14 {
  column-gap: 14px;
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .slide-testi {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .testimonials__section-slider .swiper-wrapper .swiper-slide .slide-testi {
    margin-right: 28px;
    margin-bottom: 200px;
  }
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .slide-testi .slide-testi-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .testimonials__section-slider .swiper-wrapper .swiper-slide .slide-testi .slide-testi-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonials__section-slider .swiper-wrapper .swiper-slide .slide-testi .slide-testi-link {
  color: #343D7F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
}
.testimonials__section-slider .swiper-button-next {
  right: 0px;
  top: 25%;
}
.testimonials__section-slider .swiper-button-next::after {
  font-size: 24px;
}
.testimonials__section-slider .swiper-button-prev {
  left: 0px;
  top: 25%;
}
.testimonials__section-slider .swiper-button-prev::after {
  font-size: 24px;
}
.testimonials__section-slider .swiper-pagination {
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  .testimonials__section-slider .swiper-pagination {
    margin-bottom: 55px;
  }
}
.testimonials__section-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 9px;
  height: 9px;
}

.contact__section {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .contact__section {
    margin-bottom: 100px;
  }
}
.contact__section-nav .nav-tabs {
  border: none;
  margin-bottom: 50px;
}
.contact__section-nav .nav-tabs.nav {
  justify-content: center;
}
.contact__section-nav .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #2850FB;
  padding: 0 15px;
  color: #8187B2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact__section-nav .nav-tabs .nav-link {
    padding: 0 45px;
  }
}
.contact__section-nav .nav-tabs .nav-link.active {
  border-bottom: 3px solid #2850FB;
  color: #2850FB;
  background-color: transparent;
}
.contact__section-desc > * {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact__section-desc > * {
    margin-bottom: 30px;
  }
}
.contact__section-desc .contact-map a {
  color: #2850FB;
  font-style: normal;
  font-weight: 350;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .contact__section-desc .contact-map a {
    font-size: 28px;
    line-height: 34px;
  }
}
.contact__section-desc .contact-phone a {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .contact__section-desc .contact-phone a {
    font-size: 36px;
    line-height: 42px;
  }
}
.contact__section-desc .contact-mail a {
  color: #343D7F;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .contact__section-desc .contact-mail a {
    font-size: 28px;
    line-height: 34px;
  }
}

.firstcontent_section {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .firstcontent_section {
    padding-bottom: 100px;
  }
}
.firstcontent_section .title {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .firstcontent_section .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.firstcontent_section-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .firstcontent_section-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.requirements_section {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .requirements_section {
    padding-bottom: 100px;
  }
}
.requirements_section .title {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .requirements_section .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.requirements_section-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .requirements_section-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.options__section {
  background-color: #F5F8FF;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .options__section {
    padding: 115px 0;
    margin-bottom: 100px;
  }
}
.options__section .bg-image {
  width: 200px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .options__section .bg-image {
    width: 479px;
    height: 305px;
  }
}
.options__section .opacity-10 {
  opacity: 0.1;
}
.options__section .options-title {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .options__section .options-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.options__section .options-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .options__section .options-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
.options__section .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .options__section .nav-tabs {
    margin-bottom: 77px;
  }
}
.options__section .nav-tabs.nav {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .options__section .nav-tabs.nav {
    justify-content: start;
  }
}
.options__section .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #2850FB;
  padding: 0 15px;
  color: #8187B2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .options__section .nav-tabs .nav-link {
    padding: 0 45px;
  }
}
.options__section .nav-tabs .nav-link.active {
  border-bottom: 3px solid #2850FB;
  color: #2850FB;
  background-color: transparent;
}
.options__section .tab-content .option-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.options__section .tab-content .option-subtitle {
  color: #515572;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.landingsimple__benefits {
  position: relative;
  background-color: #F5F8FF;
  padding: 20px 0 40px;
}
@media screen and (min-width: 992px) {
  .landingsimple__benefits {
    padding: 110px 0;
  }
}
.landingsimple__benefits .opacity-10 {
  opacity: 0.1;
}
.landingsimple__benefits .bg-image {
  width: 200px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .landingsimple__benefits .bg-image {
    width: 479px;
    height: 305px;
  }
}
.landingsimple__benefits .bg-image.left {
  left: 0;
  transform: rotate(180deg);
}
.landingsimple__benefits-content .title {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .landingsimple__benefits-content .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.landingsimple__benefits-content .subtitle {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .landingsimple__benefits-content .subtitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.landingsimple__benefits-content .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .landingsimple__benefits-content .description {
    font-size: 18px;
    line-height: 28px;
  }
}

.benefits__requirements {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .benefits__requirements {
    padding-bottom: 100px;
  }
}
.benefits__requirements .title {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .benefits__requirements .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.benefits__requirements .nav-tabs {
  flex-wrap: nowrap !important; /* Prevent tabs from wrapping */
  overflow-x: auto; /* Enable horizontal scrolling */
  padding-left: 0;
  list-style: none;
  border: none;
  margin-bottom: 50px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.benefits__requirements .nav-tabs.nav {
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .benefits__requirements .nav-tabs.nav {
    justify-content: center;
  }
}
.benefits__requirements .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid rgba(52, 61, 127, 0.3);
  padding: 0 40px;
  color: #8187B2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.benefits__requirements .nav-tabs .nav-link.active {
  border-bottom: 3px solid #343D7F;
  color: #2850FB;
}
@media screen and (min-width: 992px) {
  .benefits__requirements-ben {
    margin-right: 40px;
  }
}
.benefits__requirements-ben h3 {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .benefits__requirements-ben h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.benefits__requirements-ben .benefits__requirements-box img {
  margin-bottom: 10px;
  min-height: 70px;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .benefits__requirements-ben .benefits__requirements-box img {
    margin-bottom: 28px;
  }
}
.benefits__requirements-ben .benefits__requirements-box .benefit-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .benefits__requirements-ben .benefits__requirements-box .benefit-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.benefits__requirements-ben .benefits__requirements-box .benefit-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #515572;
}
@media screen and (min-width: 992px) {
  .benefits__requirements-ben .benefits__requirements-box .benefit-subtitle {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 992px) {
  .benefits__requirements-req {
    margin-left: 40px;
  }
}
.benefits__requirements-req h3 {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .benefits__requirements-req h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.benefits__requirements-req .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .benefits__requirements-req .content {
    font-size: 18px;
    line-height: 28px;
  }
}

.process__section {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .process__section {
    padding-bottom: 100px;
  }
}
.process__section-text .process-title {
  color: #2850FB;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .process__section-text .process-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.process__section-text .process-subtitle {
  color: #343D7F;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .process__section-text .process-subtitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.process__section-tab .nav-tabs {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  white-space: nowrap;
  padding: 0;
  position: relative;
  border: none;
  margin-bottom: 20px;
  background-image: url(https://welcome2greece.afternet.dev/wp-content/uploads/2024/06/line.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .process__section-tab .nav-tabs {
    margin-bottom: 75px;
  }
}
.process__section-tab .nav-tabs::-webkit-scrollbar {
  display: none;
}
.process__section-tab .nav-tabs .nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  margin: 0 10px;
  white-space: nowrap;
}
.process__section-tab .nav-tabs .nav-link.active .step-circle, .process__section-tab .nav-tabs .nav-link:hover .step-circle {
  background-color: #fff;
  color: #2850FB;
  border: 3px solid #2850FB;
}
.process__section-tab .nav-tabs .nav-link .step-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #8187B2;
  border: 3px solid #8187B2;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
.process__section-tab .tab-content {
  max-width: 690px;
  margin: 0 auto;
}
.process__section-tab .tab-content .process-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .process__section-tab .tab-content .process-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.process__section-tab .tab-content .process-subtitle {
  color: #515572;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}/*# sourceMappingURL=style.css.map */