<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #222126;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #161518;
}
::-webkit-scrollbar-thumb:active {
  background: #161518;
}
html {
  font: 500 18px/1.5714 "Lato", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  p {
    margin-bottom: 12px;
    line-height: 1.4;
  }
  p.jEmpty {
    display: none;
  }
}
@media (max-width: 1024px) {
  br {
    display: none;
  }
}
hr {
  max-width: 700px;
  height: 4px;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,922ddc+48,6b40ff+52,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #922ddc 48%, #6b40ff 52%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #922ddc 48%, #6b40ff 52%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #922ddc 48%, #6b40ff 52%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff",GradientType=1);
  /* IE6-9 */
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 64px;
  width: 100%;
  border: 1px solid transparent;
  background: #f1eff8;
  padding: 0 20px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #6b40ff;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
textarea {
  resize: none;
  height: 130px;
  padding: 12px 20px;
  display: block;
}
.btn, .submit {
  display: inline-block;
  line-height: 1.1;
  padding: 20px;
  font-size: 18px;
  background: #6b40ff;
  color: #fff;
  font-family: "Lato";
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 200px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .btn, .submit {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.btn:hover, .submit:hover {
  background: #3a3941;
}
.btn.black, .submit.black {
  background: #222126;
  border-radius: 15px;
}
.btn.black:hover, .submit.black:hover {
  background: #6b40ff;
}
h1, h2 {
  font-family: "Montserrat";
  font-size: 160px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
h3 {
  font-family: "Montserrat";
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
h4 {
  font-family: "Montserrat";
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-family: "Montserrat";
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 24px;
  font-family: "Montserrat";
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 16px;
  }
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.container.medium {
  width: 1200px;
}
.container.small {
  width: 960px;
}
.content ul {
  margin: 0 0 20px 0;
}
.content ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .content ul li {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
  }
}
.content ul li:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
  top: 8px;
}
@media (max-width: 1024px) {
  .content ul li:before {
    width: 6px;
    height: 6px;
  }
}
.content ul[style="list-style-type: square;"] {
  list-style-type: none !important;
  text-align: center;
}
.content ul[style="list-style-type: square;"] li {
  font-size: 32px;
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .content ul[style="list-style-type: square;"] li {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .content ul[style="list-style-type: square;"] li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .content ul[style="list-style-type: square;"] li {
    font-size: 16px;
  }
}
.content ul[style="list-style-type: square;"] li::before {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  border-radius: 6px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1024px) {
  .content ul[style="list-style-type: square;"] li::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  .content ul[style="list-style-type: square;"] li::before {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    margin-right: 10px;
    top: 0;
  }
}
.content p &gt; a:not(.btn) {
  color: #222126;
}
.flex, .home-services .services-item, .home-services .services-item .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center, .home-specialty .item .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  div.wpcf7 {
    padding-top: 0;
  }
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 35px;
  clear: both;
}
@media (max-width: 768px) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 12px;
  }
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Lato";
  height: 100%;
  line-height: 64px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Lato";
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  margin: 0;
}
div.wpcf7 .wpcf7-spinner.is-active, div.wpcf7 .ajax-loader.is-active {
  background: url("../img/spinner.gif");
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
div.wpcf7 .wpcf7-checkbox, div.wpcf7 .wpcf7-radio {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding-top: 30px;
  margin: 0;
}
div.wpcf7 .wpcf7-checkbox &gt; *, div.wpcf7 .wpcf7-radio &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  div.wpcf7 .wpcf7-checkbox, div.wpcf7 .wpcf7-radio {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  div.wpcf7 .wpcf7-checkbox, div.wpcf7 .wpcf7-radio {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  div.wpcf7 .wpcf7-checkbox &gt; *, div.wpcf7 .wpcf7-radio &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
div.wpcf7 .services {
  margin-bottom: 0;
}
div.wpcf7 .wpcf7-list-item {
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  div.wpcf7 .wpcf7-list-item {
    margin-bottom: 20px;
  }
}
div.wpcf7 .wpcf7-list-item label {
  display: inline-block;
}
div.wpcf7 .wpcf7-list-item label span {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 45px;
  cursor: pointer;
  vertical-align: top;
}
@media (max-width: 480px) {
  div.wpcf7 .wpcf7-list-item label span {
    cursor: none;
  }
}
div.wpcf7 .wpcf7-list-item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #f1eff8;
  content: "";
}
div.wpcf7 .wpcf7-list-item label span:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #6b40ff;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.wpcf7 .wpcf7-list-item label input {
  display: none;
}
div.wpcf7 .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.main-menu {
  text-align: center;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu &gt; ul {
  font-size: 0;
}
.main-menu &gt; ul &gt; li {
  display: inline-block;
  position: relative;
}
.main-menu &gt; ul &gt; li &gt; a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  letter-spacing: 0.56px;
  border-radius: 20px;
}
@media (max-width: 1820px) {
  .main-menu &gt; ul &gt; li &gt; a {
    padding: 0 15px;
  }
}
@media (max-width: 1770px) {
  .main-menu &gt; ul &gt; li &gt; a {
    padding: 0 8px;
  }
}
@media (max-width: 1500px) {
  .main-menu &gt; ul &gt; li &gt; a {
    font-size: 16px;
    padding: 0 5px;
  }
}
@media (max-width: 1366px) {
  .main-menu &gt; ul &gt; li &gt; a {
    font-size: 14px;
  }
}
@media (max-width: 1120px) {
  .main-menu &gt; ul &gt; li &gt; a {
    font-size: 12px;
  }
}
.main-menu &gt; ul &gt; li .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  padding: 25px 0;
  border-radius: 20px;
  left: 100%;
  top: 0;
}
.main-menu &gt; ul &gt; li .sub-menu li {
  position: relative;
}
.main-menu &gt; ul &gt; li .sub-menu li a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 3px 35px;
  color: #0A0A0A;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.56px;
  white-space: nowrap;
  border-radius: 20px;
}
.main-menu &gt; ul &gt; li .sub-menu li a:hover {
  color: #773EFF;
}
.main-menu &gt; ul &gt; li .sub-menu li.menu-item-has-children &gt; a {
  position: relative;
  z-index: 1;
}
.main-menu &gt; ul &gt; li .sub-menu li.menu-item-has-children &gt; a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(100% + 1px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #0d0c11;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.main-menu &gt; ul &gt; li .sub-menu li.menu-item-has-children:hover &gt; a::before {
  opacity: 1;
}
.main-menu &gt; ul &gt; li .sub-menu li.menu-item-has-children:hover &gt; .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
}
.main-menu &gt; ul &gt; li &gt; .sub-menu {
  left: 0;
  min-width: calc(100% + 20px);
  top: calc(100% + 50px);
  text-align: left;
}
.main-menu &gt; ul &gt; li &gt; .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 30px;
  background: transparent;
}
.main-menu &gt; ul &gt; li &gt; .sub-menu &gt; li.menu-item-has-children {
  position: initial;
}
.main-menu &gt; ul &gt; li &gt; .sub-menu &gt; li.menu-item-has-children &gt; .sub-menu {
  min-height: 100%;
  left: calc(100% + 1px);
}
.main-menu &gt; ul &gt; li.menu-item-has-children &gt; a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: calc(100% + 50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.main-menu &gt; ul &gt; li.menu-item-has-children:hover &gt; a::before {
  opacity: 1;
  top: calc(100% + 18px);
}
.main-menu &gt; ul &gt; li:hover &gt; .sub-menu {
  top: calc(100% + 30px);
  visibility: visible;
  opacity: 1;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #6b40ff;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222126;
  z-index: 0;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #222126;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #222126;
}
.social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .social-icons a {
    font-size: 18px;
    margin: 0 6px;
  }
}
.social-icons a:first-child {
  margin-left: 0;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:before {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-icons a.fa-facebook {
  color: #3b5993;
}
.social-icons a.fa-twitter {
  color: #55acee;
}
.social-icons a.fa-instagram {
  color: #d6249f;
}
.social-icons a.fa-linkedin {
  color: #0177b5;
}
.social-icons a.fa-pinterest {
  color: #bd1e23;
}
.social-icons a.fa-youtube {
  color: #f80000;
}
.social-icons a.fa-vimeo {
  color: #1ab7ea;
}
.social-icons a:hover::before {
  color: inherit;
}
.selectric {
  border: none;
  border-bottom: 2px solid #222126;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 64px;
  height: 64px;
  color: #000;
  font-family: "Lato";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 64px;
  height: 64px;
  width: 64px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome";
  color: #222126;
  font-size: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: black;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: black;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #222126;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.space {
  padding: 130px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.space-top {
  padding-top: 130px;
}
@media (max-width: 1366px) {
  .space-top {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .space-top {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .space-top {
    padding-top: 25px;
  }
}
.bottom-space {
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .bottom-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .bottom-space {
    padding-bottom: 25px;
  }
}
.custom-logo-link {
  -webkit-flex-basis: 250px;
  -moz-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  margin-right: 20px;
  font-size: 0;
}
@media (max-width: 1900px) {
  .custom-logo-link {
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
}
@media (max-width: 1366px) {
  .custom-logo-link {
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    margin-right: 0;
  }
}
@media (max-width: 1120px) {
  .custom-logo-link {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
}
.custom-logo-link img, .custom-logo-link svg {
  max-height: 130px;
}
.custom-logo-link svg {
  fill: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-logo-link:hover svg {
  fill: #6b40ff;
}
.subscribe-block {
  background: #000;
  position: relative;
  padding: 50px 0;
  min-height: 460px;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .subscribe-block {
    min-height: auto;
  }
}
.subscribe-block::after {
  position: absolute;
  content: "";
  width: 70vw;
  height: 70vw;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c70228+0,c70228+100&amp;0.3+0,0.1+40,0+70,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(199, 2, 40, 0.8) 0%, rgba(199, 2, 40, 0.1) 40%, rgba(199, 2, 40, 0) 70%, rgba(199, 2, 40, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(199, 2, 40, 0.8) 0%, rgba(199, 2, 40, 0.1) 40%, rgba(199, 2, 40, 0) 70%, rgba(199, 2, 40, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(199, 2, 40, 0.8) 0%, rgba(199, 2, 40, 0.1) 40%, rgba(199, 2, 40, 0) 70%, rgba(199, 2, 40, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dc70228", endColorstr="#00c70228", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subscribe-block &gt; .container {
  z-index: 2;
}
.subscribe-block .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.subscribe-block .image img {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscribe-block .wpcf7-form {
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .subscribe-block .wpcf7-form {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}
.subscribe-block .wpcf7-form [data-name="email"], .subscribe-block .wpcf7-form span.email {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  position: relative;
  left: 0;
  right: -5px;
  width: 10px;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.subscribe-block .wpcf7-form [data-name="email"] input, .subscribe-block .wpcf7-form span.email input {
  height: 59px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 0 30px;
  border-color: #fff;
  background: #fff;
}
@media (max-width: 480px) {
  .subscribe-block .wpcf7-form [data-name="email"] input, .subscribe-block .wpcf7-form span.email input {
    height: 40px;
  }
}
.subscribe-block .wpcf7-form [data-name="email"] input:focus, .subscribe-block .wpcf7-form span.email input:focus {
  border-color: #6b40ff;
}
.subscribe-block .wpcf7-form [data-name="email"] input::-webkit-input-placeholder, .subscribe-block .wpcf7-form span.email input::-webkit-input-placeholder {
  color: #666666;
}
.subscribe-block .wpcf7-form [data-name="email"] input:-moz-placeholder, .subscribe-block .wpcf7-form span.email input:-moz-placeholder {
  color: #666666;
}
.subscribe-block .wpcf7-form [data-name="email"] input::-moz-placeholder, .subscribe-block .wpcf7-form span.email input::-moz-placeholder {
  color: #666666;
}
.subscribe-block .wpcf7-form [data-name="email"] input:-ms-input-placeholder, .subscribe-block .wpcf7-form span.email input:-ms-input-placeholder {
  color: #666666;
}
.subscribe-block .wpcf7-form .btn-wrapper {
  margin-top: 0;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
@media (max-width: 480px) {
  .subscribe-block .wpcf7-form .btn-wrapper {
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
}
.subscribe-block .wpcf7-form .btn-wrapper .btn {
  min-width: 100%;
}
@media (max-width: 480px) {
  .subscribe-block .wpcf7-form .btn-wrapper .btn {
    height: 100%;
    padding: 10px;
  }
}
.subscribe-block div.wpcf7 {
  padding-top: 0;
}
.subscribe-block div.wpcf7 .wpcf7-response-output {
  font-size: 22px;
}
@media (max-width: 480px) {
  .subscribe-block div.wpcf7 .wpcf7-response-output {
    font-size: 17px;
  }
}
.subscribe-block div.wpcf7 .wpcf7-not-valid-tip {
  line-height: 59px;
}
@media (max-width: 480px) {
  .subscribe-block div.wpcf7 .wpcf7-not-valid-tip {
    line-height: 40px;
  }
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.grid-2 &gt; * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-3 &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.left-line {
  position: relative;
  padding-left: 125px;
}
@media (max-width: 1024px) {
  .left-line {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .left-line {
    padding-left: 25px;
  }
}
.left-line::before {
  content: "";
  width: 160px;
  height: 20px;
  background: #6b40ff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1024px) {
  .left-line::before {
    width: 80px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .left-line::before {
    width: 40px;
    height: 5px;
  }
}
.right-line {
  position: relative;
  padding-right: 125px;
}
@media (max-width: 1024px) {
  .right-line {
    padding-right: 60px;
  }
}
@media (max-width: 480px) {
  .right-line {
    padding-right: 25px;
  }
}
.right-line::after {
  content: "";
  width: 160px;
  height: 20px;
  background: #6b40ff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1024px) {
  .right-line::after {
    width: 80px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .right-line::after {
    width: 40px;
    height: 5px;
  }
}
.small-image {
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 1366px) {
  .small-image {
    height: 260px;
  }
}
@media (max-width: 1024px) {
  .small-image {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .small-image {
    height: auto;
  }
}
.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle-shadow-blue {
  position: absolute;
  content: "";
  width: 70vw;
  height: 70vw;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b40fe+0,6b40fe+100&amp;0.3+0,0.1+40,0+70,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(107, 64, 254, 0.4) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(107, 64, 254, 0.4) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(107, 64, 254, 0.4) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d6b40fe", endColorstr="#006b40fe", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.circle-shadow-red {
  position: absolute;
  content: "";
  width: 70vw;
  height: 70vw;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c70228+0,c70228+100&amp;0.3+0,0.1+40,0+70,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(199, 2, 40, 0.4) 0%, rgba(199, 2, 40, 0.1) 40%, rgba(199, 2, 40, 0) 70%, rgba(199, 2, 40, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(199, 2, 40, 0.4) 0%, rgba(199, 2, 40, 0.1) 40%, rgba(199, 2, 40, 0) 70%, rgba(199, 2, 40, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(199, 2, 40, 0.4) 0%, rgba(199, 2, 40, 0.1) 40%, rgba(199, 2, 40, 0) 70%, rgba(199, 2, 40, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dc70228", endColorstr="#00c70228", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #6b40ff;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .scroll-up {
    cursor: none;
  }
}
.scroll-up::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome";
  color: #6b40ff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-up:hover {
  border-color: #9373ff;
}
@media (max-width: 768px) {
  .scroll-up:hover {
    border-color: #6b40ff;
  }
}
.scroll-up:hover::before {
  color: #9373ff;
}
@media (max-width: 768px) {
  .scroll-up:hover::before {
    color: #6b40ff;
  }
}
.last-no-spacing &gt; *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.amelia-app-booking input {
  height: auto;
}
header {
  position: relative;
  z-index: 100;
  background: #121212;
  padding: 4px 0;
}
header &gt; .container {
  width: 1820px;
}
@media (max-width: 1366px) {
  header &gt; .container {
    max-width: 98%;
  }
}
header .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .right .main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .right .social-icons {
  margin-left: 20px;
}
@media (max-width: 1366px) {
  header .right .social-icons {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  header .right .social-icons {
    margin-right: 60px;
  }
}
.top {
  background: #121212;
  position: relative;
  min-height: 36vw;
  margin-bottom: 7%;
}
@media (max-width: 768px) {
  .top {
    display: block;
    margin-bottom: 0;
    min-height: auto;
  }
}
.top .top-image {
  width: 47.5%;
  position: absolute;
  top: 0;
  bottom: -19%;
  border-radius: 0 0 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top .top-image {
    position: static;
    border-radius: 0 0 40px 0;
    width: 68%;
    height: 36vw;
  }
}
.top .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .text-wrapper {
  width: 50%;
  margin-left: auto;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .top .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .top .text-wrapper {
    padding: 25px 0;
  }
}
.top .text-wrapper .page-title {
  width: 820px;
  margin-left: auto;
  max-width: 114%;
  background: #222126;
  border-radius: 15px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 45px;
  color: #fff;
  margin-bottom: 50px;
  position: relative;
  left: -14%;
  font-size: 100px;
}
@media (max-width: 1500px) {
  .top .text-wrapper .page-title {
    font-size: 90px;
  }
}
@media (max-width: 1366px) {
  .top .text-wrapper .page-title {
    left: 0;
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .top .text-wrapper .page-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .top .text-wrapper .page-title {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
}
.top .text-wrapper .text {
  color: #fff;
}
.top .text-wrapper .text p {
  font-weight: 600;
  line-height: 1.4;
  font-size: 34px;
}
@media (max-width: 1366px) {
  .top .text-wrapper .text p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .top .text-wrapper .text p {
    font-size: 16px;
  }
}
.home {
  background: #121212;
}
.home header {
  background: transparent;
  padding: 40px 0;
}
@media (max-width: 1366px) {
  .home header {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .home header {
    padding: 5px 0;
  }
}
.testimonials-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.testimonials-box &gt; * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 768px) {
  .testimonials-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .testimonials-box &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.testimonial-item {
  background: #ebebeb;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 480px) {
  .testimonial-item {
    border-radius: 10px;
    padding: 15px;
  }
}
.testimonial-item .image {
  width: 115px;
  height: 115px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.testimonial-item .image:before {
  position: absolute;
  content: "";
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 50%;
  background: green;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7606+0,442682+100 */
  background: #ff7606;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff7606 0%, #442682 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff7606 0%, #442682 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff7606 0%, #442682 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7606", endColorstr="#442682", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.testimonial-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}
.testimonial-item .text {
  font-weight: 400;
  color: #000;
}
.testimonial-item .text p {
  line-height: 1.5;
}
.flexible-block .image-text-box {
  margin-bottom: 120px;
}
@media (max-width: 1366px) {
  .flexible-block .image-text-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .flexible-block .image-text-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .flexible-block .image-text-box {
    margin-bottom: 25px;
    display: block;
  }
}
.flexible-block .image-text-box .image {
  -webkit-flex-basis: 31.33%;
  -moz-flex-basis: 31.33%;
  -ms-flex-preferred-size: 31.33%;
  flex-basis: 31.33%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .flexible-block .image-text-box .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.flexible-block .image-text-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .flexible-block .image-text-box .text {
    text-align: center;
  }
}
.flexible-block .image-text-box .text p {
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Lato";
  font-size: 48px;
  line-height: 1.1;
}
@media (max-width: 1366px) {
  .flexible-block .image-text-box .text p {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .flexible-block .image-text-box .text p {
    letter-spacing: -0.8px;
    font-size: 22px;
  }
}
.flexible-block .image-title-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.flexible-block .image-title-box &gt; * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 768px) {
  .flexible-block .image-title-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .flexible-block .image-title-box &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.flexible-block .image-title-box .item {
  margin-bottom: 110px;
}
@media (max-width: 1366px) {
  .flexible-block .image-title-box .item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .flexible-block .image-title-box .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .flexible-block .image-title-box .item {
    margin-bottom: 25px;
  }
}
.flexible-block .image-title-box .image {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .flexible-block .image-title-box .image {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .flexible-block .image-title-box .image {
    margin-bottom: 7px;
  }
}
.flexible-block .image-title-box .title {
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}
.flexible-block .title-box {
  text-align: center;
}
.flexible-block .title-box .title {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 12px 60px;
  border-radius: 7px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .flexible-block .title-box .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .flexible-block .title-box .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .flexible-block .title-box .title {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}
.flexible-block .color-box {
  position: relative;
  margin-bottom: 30px;
}
.flexible-block .color-box .text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 8%;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .flexible-block .color-box .text {
    font-size: 18px;
    padding: 40px 40px 60px;
  }
}
@media (max-width: 768px) {
  .flexible-block .color-box .text {
    padding: 25px 25px 40px;
  }
}
@media (max-width: 480px) {
  .flexible-block .color-box .text {
    font-size: 16px;
  }
}
.flexible-block .color-box .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.flexible-block .text-box {
  position: relative;
  z-index: 0;
}
.flexible-block .text-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  max-width: 100%;
  content: "";
  position: absolute;
  width: 776px;
  height: 246px;
  background: linear-gradient(90deg, #773EFF 0.31%, #AA28E0 100%);
  opacity: 0.3;
  filter: blur(150px);
}
.flexible-block .text-box .text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flexible-block .text-box .text {
    margin-bottom: 20px;
  }
}
.flexible-block .text-box .text.half {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .flexible-block .text-box .text.half {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.flexible-block .text-box .text.half li {
  padding-left: 0;
}
.flexible-block .text-box .text p {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .flexible-block .text-box .text p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .flexible-block .text-box .text p {
    font-size: 18px;
  }
}
.flexible-block .sa-form {
  padding-bottom: 0;
}
.page-id-61 .flexible-block .text-box .text.half h5 {
  min-height: 83px;
}
@media (max-width: 1366px) {
  .page-id-61 .flexible-block .text-box .text.half h5 {
    min-height: 73px;
  }
}
@media (max-width: 1024px) {
  .page-id-61 .flexible-block .text-box .text.half h5 {
    min-height: 52px;
  }
}
@media (max-width: 768px) {
  .page-id-61 .flexible-block .text-box .text.half h5 {
    min-height: auto;
  }
}
.calendar-box {
  background: #121212;
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .calendar-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .calendar-box {
    padding: 20px 0;
  }
}
.webinar-top {
  position: relative;
  margin-bottom: 290px;
}
@media (max-width: 1366px) {
  .webinar-top {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .webinar-top {
    margin-bottom: 80px;
  }
}
.webinar-top .image {
  height: 740px;
  right: 0;
}
@media (max-width: 1366px) {
  .webinar-top .image {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .webinar-top .image {
    height: auto;
  }
}
.webinar-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinar-top &gt; .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -170px;
}
@media (max-width: 1366px) {
  .webinar-top &gt; .container {
    bottom: -40px;
  }
}
.webinar-top .wrapper {
  background: #222126;
  border-radius: 15px;
  position: relative;
  padding: 55px 50px 70px;
}
@media (max-width: 768px) {
  .webinar-top .wrapper {
    padding: 20px 20px 40px;
  }
  .webinar-top .wrapper::before, .webinar-top .wrapper::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .webinar-top .wrapper {
    padding: 20px;
  }
}
.webinar-top .wrapper::before, .webinar-top .wrapper::after {
  top: 20%;
}
.webinar-top .wrapper .title {
  text-align: center;
  color: #fff;
}
.webinar-top .wrapper .btn-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.webinar-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .webinar-info {
    margin-bottom: 30px;
  }
  .webinar-info br {
    display: block;
  }
}
@media (max-width: 480px) {
  .webinar-info {
    margin-bottom: 15px;
  }
}
.webinar-info p {
  font-weight: 400;
  font-size: 32px;
}
@media (max-width: 1366px) {
  .webinar-info p {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .webinar-info p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .webinar-info p {
    font-size: 16px;
  }
}
.agenda-box .top-title {
  text-align: center;
}
.agenda-box .item {
  background: #6b40ff;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 500px;
}
@media (max-width: 1366px) {
  .agenda-box .item {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .agenda-box .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .agenda-box .item {
    margin-bottom: 10px;
    display: block;
  }
}
.agenda-box .item .image {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.agenda-box .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agenda-box .item .title-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 40px 5%;
  font-style: italic;
}
@media (max-width: 768px) {
  .agenda-box .item .title-wrap {
    padding: 25px 20px;
  }
}
@media (max-width: 480px) {
  .agenda-box .item .title-wrap {
    display: block;
  }
}
.agenda-box .item:nth-child(2n) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.webinar-note-box {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .webinar-note-box {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .webinar-note-box {
    padding-top: 12px;
  }
}
.webinar-note-box .text-wrapper {
  position: relative;
  background: #222126;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 55px 10%;
}
@media (max-width: 768px) {
  .webinar-note-box .text-wrapper {
    padding: 25px 25px 50px;
  }
}
@media (max-width: 480px) {
  .webinar-note-box .text-wrapper {
    padding: 15px 15px 30px;
  }
}
.webinar-note-box .text-wrapper h4 {
  font-weight: 600;
}
.webinar-note-box .text-wrapper .btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}
.webinar-form {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .webinar-form {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .webinar-form {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .webinar-form {
    padding: 25px 0;
  }
}
.webinar-form .text-wrapper {
  background: #f1eff8;
  border-radius: 20px;
  padding: 90px 40px;
}
@media (max-width: 1366px) {
  .webinar-form .text-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 1024px) {
  .webinar-form .text-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .webinar-form .text-wrapper {
    padding: 25px 20px;
  }
}
.webinar-form .text-wrapper .text {
  max-width: 960px;
  margin: 0 auto;
}
.webinar-form .text-wrapper input[type="text"], .webinar-form .text-wrapper input[type="email"], .webinar-form .text-wrapper input[type="tel"], .webinar-form .text-wrapper input[type="search"], .webinar-form .text-wrapper input[type="password"] {
  background: #fff;
}
.webinar-form .text-wrapper textarea {
  background: #fff;
}
.webinar-form .text-wrapper .btn.black {
  padding: 20px 45px;
}
.booking-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
  text-align: center;
}
.booking-box &gt; * {
  width: 22.5%;
  margin: 0 1.25% 1.5625em;
}
@media (max-width: 1366px) {
  .booking-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .booking-box &gt; * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
@media (max-width: 480px) {
  .booking-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .booking-box &gt; * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.booking-box .image {
  margin-bottom: 40px;
  height: 345px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 768px) {
  .booking-box .image {
    height: 200px;
    margin-bottom: 20px;
  }
}
.booking-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.booking-box .image:hover img {
  opacity: 0.8;
}
.booking-box .gradient {
  font-size: 24px;
  padding: 7px 20px;
  position: relative;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
}
.booking-box .gradient:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #922ddc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #922ddc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #922ddc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
}
.services-box {
  background: #121212;
}
.services-box .services-text {
  color: #fff;
  text-align: center;
}
.services-box .services-text p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .services-box .services-text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .services-box .services-text p {
    font-size: 16px;
  }
}
.services-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.35%;
  width: 102.7%;
}
.services-box .items &gt; * {
  width: 47.3%;
  margin: 0 1.35% 2.025em;
}
@media (max-width: 768px) {
  .services-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-box .items &gt; * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.services-box .item {
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .services-box .item:last-child {
    margin-bottom: 0;
  }
}
.services-box .item .image {
  width: 100%;
  aspect-ratio: 2.02;
  overflow: hidden;
}
.services-box .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-box .item a.image {
  display: block;
  position: relative;
}
.services-box .item a.image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-box .item a.image:hover::before {
  opacity: 0.5;
}
.services-box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 8% 20px;
  text-align: center;
  background: #fff;
}
@media (max-width: 1024px) {
  .services-box .item .text {
    padding: 20px 15px;
  }
}
.about-top-text {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .about-top-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .about-top-text {
    font-size: 16px;
  }
}
.about-top-text ul[style="list-style-type: square;"] {
  text-align: left;
  column-count: 2;
}
@media (max-width: 1024px) {
  .about-top-text ul[style="list-style-type: square;"] {
    column-count: 1;
  }
}
.about-top-text ul[style="list-style-type: square;"] li {
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 21px;
  font-weight: 500;
  padding-left: 32px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .about-top-text ul[style="list-style-type: square;"] li {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .about-top-text ul[style="list-style-type: square;"] li {
    font-size: 16px;
    padding-left: 20px;
  }
}
.about-top-text ul[style="list-style-type: square;"] li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  margin-right: 0;
  border-radius: 3px;
  background: #6b40ff;
}
@media (max-width: 768px) {
  .about-top-text ul[style="list-style-type: square;"] li::before {
    top: 7px;
  }
}
.about-full-box {
  min-height: 760px;
  background: #6b40ff;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .about-full-box {
    min-height: auto;
  }
}
.about-full-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d1d21+0,1d1d21+100&amp;1+0,0.5+5,0+100 */
  background: -moz-linear-gradient(left, #1d1d21 0%, rgba(29, 29, 33, 0.5) 40%, rgba(29, 29, 33, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1d1d21 0%, rgba(29, 29, 33, 0.5) 40%, rgba(29, 29, 33, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1d1d21 0%, rgba(29, 29, 33, 0.5) 40%, rgba(29, 29, 33, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d21", endColorstr="#001d1d21", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 768px) {
  .about-full-box::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.about-full-box &gt; .container {
  z-index: 1;
}
.about-full-box .image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80%;
}
@media (max-width: 768px) {
  .about-full-box .image {
    width: 100%;
  }
}
.about-full-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-full-box .image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b40ff+0,6b40ff+100&amp;1+0,0+100 */
  background: -moz-linear-gradient(left, #6b40ff 0%, rgba(107, 64, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6b40ff 0%, rgba(107, 64, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6b40ff 0%, rgba(107, 64, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b40ff", endColorstr="#006b40ff", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 768px) {
  .about-full-box .image::before {
    display: none;
  }
}
.about-full-box .text {
  width: 40%;
  color: #fff;
}
@media (max-width: 1366px) {
  .about-full-box .text {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .about-full-box .text {
    width: 100%;
  }
}
.about-full-box .text p {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .about-full-box .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about-full-box .text p {
    font-size: 16px;
  }
}
.about-info-box {
  position: relative;
}
@media (max-width: 768px) {
  .about-info-box &gt; .alc {
    display: block;
  }
}
.about-info-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ebf0f7;
  content: "";
  width: 31%;
}
@media (max-width: 768px) {
  .about-info-box::before {
    display: none;
  }
}
.about-info-box .photo {
  height: 640px;
  -webkit-flex-basis: 600px;
  -moz-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  .about-info-box .photo {
    -webkit-flex-basis: 40vw;
    -moz-flex-basis: 40vw;
    -ms-flex-preferred-size: 40vw;
    flex-basis: 40vw;
    height: 41vw;
  }
}
@media (max-width: 768px) {
  .about-info-box .photo {
    height: 320px;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
.about-info-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-info-box .text {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media (max-width: 1366px) {
  .about-info-box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .about-info-box .text {
    text-align: center;
  }
}
.about-info-box .text .btn {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .about-info-box .text .btn {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .home-top-box {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .home-top-box {
    padding-top: 20px;
  }
}
.home-top-box &gt; .container {
  width: 1220px;
}
@media (max-width: 768px) {
  .home-top-box &gt; .alc {
    display: block;
  }
}
.home-top-box .left-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-top-box .left-text {
  color: #fff;
}
@media (max-width: 768px) {
  .home-top-box .left-text {
    padding-bottom: 20px;
  }
}
.home-top-box .left-text h3 {
  font-size: 75px;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .home-top-box .left-text h3 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .home-top-box .left-text h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-top-box .left-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.home-top-box .left-text h3 strong {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  /* background-clip: text; */
  background-image: url("data:image/svg+xml,%3Csvg width='430' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M0 0h430v200H0V0'/%3E%3Cpath d='M0 124c105 0 105-24 215-24s110 24 215 24v76H0z' fill='%23793DFE'/%3E%3C/svg%3E");
  background-position-x: 0;
  background-position-y: 55%;
  background-repeat: repeat-x;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  animation: 3s linear infinite aWave;
}
@-webkit-keyframes aWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -430px;
  }
}
@-moz-keyframes aWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -430px;
  }
}
@-ms-keyframes aWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -430px;
  }
}
@keyframes aWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -430px;
  }
}
.home-top-box .left-text .btn {
  background: linear-gradient(to right, #a929e0 0%, #793dfe 100%);
  padding: 30px 50px;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .home-top-box .left-text .btn {
    min-width: 100%;
    font-size: 20px;
    padding: 20px 30px;
  }
}
.home-top-box .left-text .btn:hover {
  background: #6b40ff;
}
.home-top-box .right-image {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-right: -20%;
  position: relative;
  z-index: -1;
  aspect-ratio: 0.73;
}
@media (max-width: 768px) {
  .home-top-box .right-image {
    max-width: 240px;
    margin: 30px auto 0;
  }
}
.home-top-box .right-image figure, .home-top-box .right-image .point {
  position: absolute;
}
.home-top-box .right-image figure img, .home-top-box .right-image .point img {
  width: 100%;
}
.home-top-box .right-image .brain {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 56%;
}
.home-top-box .right-image .hand {
  left: -13%;
  bottom: 0;
  width: 100%;
}
.home-top-box .right-image .circle {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 40px 15px #b31bfe;
}
.home-top-box .right-image .point-big {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 31.5%;
  width: 6.5%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-top-box .right-image .point-small {
  width: 2.2%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-top-box .right-image .point-1 {
  top: 2.7%;
  left: 66.1%;
}
.home-top-box .right-image .point-2 {
  top: 5.6%;
  left: 38.4%;
}
.home-top-box .right-image .point-3 {
  top: 14.3%;
  left: 67.5%;
}
.home-top-box .right-image .point-4 {
  top: 16.7%;
  left: 47.7%;
}
.home-top-box .right-image .point-5 {
  top: 18.5%;
  left: 29.4%;
}
.home-top-box .right-image .point-6 {
  top: 25.5%;
  left: 41.6%;
}
.home-top-box .right-image .point-7 {
  top: 25.4%;
  left: 58.4%;
}
.home-top-box .quote-text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 90px;
}
@media (max-width: 1366px) {
  .home-top-box .quote-text {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .home-top-box .quote-text {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .home-top-box .quote-text {
    margin-top: 20px;
  }
}
.home-top-box .quote-text .text {
  background: rgba(57, 38, 122, 0.4);
  border-radius: 20px;
  padding: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 650px;
}
@media (max-width: 1024px) {
  .home-top-box .quote-text .text {
    padding: 20px 25px;
    font-size: 16px;
    max-width: 100%;
  }
}
.home-top-box .circle-shadow-red {
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -45%);
  -moz-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  -o-transform: translate(0, -45%);
  transform: translate(0, -45%);
  opacity: 0.9;
}
.home-top-box .circle-shadow-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 40%;
  width: 46vw;
  height: 46vw;
}
.home-services {
  background: transparent;
  position: relative;
  z-index: 1;
}
.home-services .services-text {
  max-width: 930px;
  margin: 0 auto;
}
.home-services .services-text h3 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .home-services .services-text h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .home-services .services-text h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-services .services-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.home-services .services-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .home-services .services-text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-services .services-text p {
    font-size: 16px;
  }
}
.home-services .services-container {
  width: 1900px;
  max-width: 94%;
  margin: 0 auto;
}
.home-services .services {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.home-services .services &gt; * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1366px) {
  .home-services .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .home-services .services &gt; * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .home-services .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .home-services .services &gt; * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.home-services .services-item {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home-services .services-item {
    display: block;
  }
}
.home-services .services-item .image {
  aspect-ratio: 1.43;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.home-services .services-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-services .services-item a.image {
  display: block;
  position: relative;
}
.home-services .services-item a.image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#922ddc+0,6b40ff+100 */
  background: #922ddc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  /* IE6-9 */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-services .services-item a.image:hover::before {
  opacity: 0.5;
}
.home-services .services-item .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 400;
  padding: 30px 40px 20px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1366px) {
  .home-services .services-item .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .home-services .services-item .text-wrapper {
    display: block;
  }
}
.home-services .services-item .text-wrapper h5 {
  font-weight: 600;
  font-size: 31px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .home-services .services-item .text-wrapper h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-services .services-item .text-wrapper h5 {
    font-size: 16px;
  }
}
.home-services .services-item .text-wrapper p {
  line-height: 1.44;
}
.home-services .services-item .text-wrapper .button-wrapper {
  text-align: center;
  margin-top: 20px;
}
.home-services .services-item .text-wrapper .btn {
  background: linear-gradient(to right, #a929e0 0%, #793dfe 100%);
}
@media (max-width: 1024px) {
  .home-services .services-item .text-wrapper .btn {
    min-width: 100%;
    padding: 15px;
  }
}
.home-services .services-item .text-wrapper .btn:hover {
  background: #6b40ff;
}
.home-services .services-item .text-wrapper .link {
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
}
.home-services .services-item .text-wrapper .link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #6b40ff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.home-services .services-item .text-wrapper .link:hover:before {
  width: 100%;
  opacity: 1;
}
.home-services .services-item .text-wrapper .link:hover {
  color: #6b40ff;
}
.home-services .services-item:last-of-type {
  /*@include flex-basis(48%);
      @include flex-direction(row);
      @include for-size($md) {
        @include flex-basis(100%);
      }
      @include for-size($sm) {
        @include flex-direction(column);
      }

      .image {
        @include flex-basis(48%);
        height: auto;
      }

      .text-wrapper {
        @include flex(1);
      }*/
}
.home-services .circle-shadow-blue {
  top: -10%;
  left: 30%;
}
@media (max-width: 768px) {
  .home-services .circle-shadow-blue {
    top: 0;
  }
}
.home-specialty {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-specialty {
    padding-top: 40px;
  }
  .home-specialty &gt; .flex, .home-services .home-specialty &gt; .services-item, .home-services .services-item .home-specialty &gt; .text-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-specialty {
    padding-top: 25px;
  }
}
.home-specialty .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .home-specialty .text {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.home-specialty .text h4 {
  font-size: 39px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home-specialty .text h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-specialty .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.home-specialty .text p {
  font-size: 20px;
  line-height: 1.43;
}
@media (max-width: 1024px) {
  .home-specialty .text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-specialty .text p {
    font-size: 16px;
  }
}
.home-specialty .list {
  -webkit-flex-basis: 67%;
  -moz-flex-basis: 67%;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  margin-left: 30px;
}
.home-specialty .list &gt; * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 1024px) {
  .home-specialty .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .home-specialty .list &gt; * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .home-specialty .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home-specialty .list &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-specialty .item {
  background: #1a112e;
  border-radius: 10px;
  padding: 20px 10px 20px 25px;
  margin-bottom: 45px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1366px) {
  .home-specialty .item {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.home-specialty .item .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #45268e;
  margin-right: 30px;
}
@media (max-width: 1450px) {
  .home-specialty .item .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1366px) {
  .home-specialty .item .icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
}
.home-specialty .item .icon img {
  max-height: 50px;
  width: auto;
}
.home-specialty .item .link {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .home-specialty .item .link {
    font-size: 14px;
  }
}
.home-specialty .item .link .arrow {
  font-size: 10px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  bottom: 3px;
}
@media (max-width: 1366px) {
  .home-specialty .item .link .arrow {
    margin-left: 5px;
    bottom: 0;
  }
}
.home-specialty .item .link:hover {
  opacity: 0.8;
}
.home-benefits-box {
  padding: 130px 60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .home-benefits-box {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .home-benefits-box {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .home-benefits-box {
    padding: 20px;
  }
}
.home-benefits-box .benefits-wrapper {
  background: #121212;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-benefits-box .benefits-wrapper &gt; .alc {
    display: block;
  }
}
@media (max-width: 768px) {
  .home-benefits-box .benefits-wrapper {
    padding: 15px 5px;
  }
}
.home-benefits-box .image {
  -webkit-flex-basis: 41.5%;
  -moz-flex-basis: 41.5%;
  -ms-flex-preferred-size: 41.5%;
  flex-basis: 41.5%;
  margin-right: 8%;
  overflow: hidden;
  height: 750px;
  border-radius: 25px;
  background: #1d257b;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .home-benefits-box .image {
    margin-right: 40px;
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  .home-benefits-box .image {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60vw;
  }
}
.home-benefits-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-benefits-box .image .text-wrapper {
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 40px;
}
@media (max-width: 1366px) {
  .home-benefits-box .image .text-wrapper {
    padding: 20px;
  }
}
.home-benefits-box .image .text-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 30px;
  background: #fff;
  z-index: -1;
}
.home-benefits-box .image .text-wrapper h5 {
  font-weight: 500;
}
.home-benefits-box .image .text-wrapper p {
  text-align: justify;
}
.home-benefits-box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-benefits-box .right .text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .home-benefits-box .right .text {
    font-size: 18px;
  }
}
.home-benefits-box .right .text h3 {
  font-size: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .home-benefits-box .right .text h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .home-benefits-box .right .text h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-benefits-box .right .text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.home-benefits-box .right .text p {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .home-benefits-box .right .text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-benefits-box .right .text p {
    font-size: 16px;
  }
}
.home-benefits-box .right .top-text {
  padding-bottom: 85px;
}
@media (max-width: 1366px) {
  .home-benefits-box .right .top-text {
    padding-bottom: 30px;
  }
}
.home-benefits-box .right .properties {
  margin-bottom: 40px;
  column-count: 2;
}
@media (max-width: 768px) {
  .home-benefits-box .right .properties {
    column-count: 1;
    margin-bottom: 20px;
  }
}
.home-benefits-box .right .item {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .home-benefits-box .right .item {
    margin-bottom: 10px;
  }
}
.home-benefits-box .right .item .icon {
  background: #3f2989;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-basis: 55px;
  -moz-flex-basis: 55px;
  -ms-flex-preferred-size: 55px;
  flex-basis: 55px;
  min-height: 55px;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  .home-benefits-box .right .item .icon {
    margin-right: 15px;
  }
}
.home-benefits-box .right .item .icon img {
  max-height: 30px;
}
.home-benefits-box .right .item .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .home-benefits-box .right .item .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-benefits-box .right .item .title {
    font-size: 16px;
  }
}
.home-benefits-box .circle-shadow-blue {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(30%, 40%);
  -moz-transform: translate(30%, 40%);
  -ms-transform: translate(30%, 40%);
  -o-transform: translate(30%, 40%);
  transform: translate(30%, 40%);
}
.home-benefits-box .circle-shadow-red {
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-40%, -40%);
  -moz-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  -o-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b40fe+0,6b40fe+100&amp;0.3+0,0.1+40,0+70,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(107, 64, 254, 0.4) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(107, 64, 254, 0.4) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(107, 64, 254, 0.4) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d6b40fe", endColorstr="#006b40fe", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.home-testimonials-box {
  position: relative;
  z-index: 1;
  background: #fff;
}
.home-testimonials-box .home-testimonials-slider {
  overflow: initial;
}
.home-testimonials-box .swiper-slide {
  height: auto;
}
.home-testimonials-box .swiper-pagination {
  position: static;
  padding: 15px 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .home-testimonials-box .swiper-pagination {
    visibility: visible;
  }
}
.home-testimonials-box .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 10px;
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  .home-testimonials-box .swiper-pagination .swiper-pagination-bullet {
    cursor: none;
  }
}
.home-testimonials-box .swiper-pagination .swiper-pagination-bullet:hover, .home-testimonials-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6b40ff;
}
.home-info-box {
  position: relative;
  z-index: 0;
  padding: 185px 0 135px;
}
@media (max-width: 1366px) {
  .home-info-box {
    padding: 80px 0 60px;
  }
}
@media (max-width: 1024px) {
  .home-info-box {
    padding: 40px 0;
  }
  .home-info-box &gt; .flex, .home-services .home-info-box &gt; .services-item, .home-services .services-item .home-info-box &gt; .text-wrapper {
    display: block;
  }
}
.home-info-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #5f0425 100%);
  z-index: -1;
}
.home-info-box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  position: relative;
}
.home-info-box .left .heart-icon {
  position: absolute;
  left: 0;
  top: -80px;
  width: 64px;
  height: 42px;
  background: #f95864;
  border-radius: 7px;
}
@media (max-width: 1366px) {
  .home-info-box .left .heart-icon {
    top: -60px;
  }
}
@media (max-width: 1024px) {
  .home-info-box .left .heart-icon {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    display: block;
  }
}
.home-info-box .left .heart-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome";
  color: #fff;
  line-height: 1;
  font-size: 25px;
}
.home-info-box .left .heart-icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 14.5px 0 14.5px;
  border-color: #f95863 transparent transparent transparent;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home-info-box .left .top-text {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .home-info-box .left .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .home-info-box .left .top-text {
    margin-bottom: 25px;
  }
}
.home-info-box .left .text h3 {
  font-size: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .home-info-box .left .text h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .home-info-box .left .text h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-info-box .left .text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.home-info-box .left .text p {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .home-info-box .left .text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-info-box .left .text p {
    font-size: 16px;
  }
}
.home-info-box .left .items {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  -ms-column-gap: 2%;
  column-gap: 2%;
}
.home-info-box .left .items &gt; * {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 768px) {
  .home-info-box .left .items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1%;
    -moz-column-gap: 1%;
    -ms-column-gap: 1%;
    column-gap: 1%;
  }
  .home-info-box .left .items &gt; * {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
.home-info-box .left .item {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .home-info-box .left .item {
    margin-bottom: 10px;
  }
}
.home-info-box .left .item:last-child {
  margin-bottom: 0;
}
.home-info-box .left .item .icon {
  height: 65px;
  -webkit-flex-basis: 65px;
  -moz-flex-basis: 65px;
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: #8C4B63;
}
.home-info-box .left .item .icon img {
  max-height: 30px;
}
.home-info-box .left .item .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .home-info-box .left .item .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-info-box .left .item .title {
    font-size: 16px;
  }
}
.home-info-box .left .bottom-text {
  margin-top: 50px;
}
@media (max-width: 1366px) {
  .home-info-box .left .bottom-text {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .home-info-box .left .bottom-text {
    margin-top: 25px;
  }
}
.home-info-box .right {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  margin-left: 40px;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-info-box .right {
    margin-left: 0;
    margin-top: 20px;
  }
}
.home-info-box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-box {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .home-about-box &gt; .alc {
    display: block;
  }
}
.home-about-box::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b40fe+0,6b40fe+50,6b40fe+100&amp;0+0,0.1+15,0.3+50,0.1+85,0+100 */
  background: -moz-linear-gradient(top, rgba(107, 64, 254, 0) 0%, rgba(107, 64, 254, 0.1) 15%, rgba(107, 64, 254, 0.4) 50%, rgba(107, 64, 254, 0.1) 85%, rgba(107, 64, 254, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(107, 64, 254, 0) 0%, rgba(107, 64, 254, 0.1) 15%, rgba(107, 64, 254, 0.4) 50%, rgba(107, 64, 254, 0.1) 85%, rgba(107, 64, 254, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(107, 64, 254, 0) 0%, rgba(107, 64, 254, 0.1) 15%, rgba(107, 64, 254, 0.4) 50%, rgba(107, 64, 254, 0.1) 85%, rgba(107, 64, 254, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006b40fe", endColorstr="#006b40fe", GradientType=0);
  /* IE6-9 */
}
.home-about-box::after {
  position: absolute;
  top: -10%;
  left: 40%;
  content: "";
  width: 45vw;
  height: 45vw;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b40fe+0,6b40fe+100&amp;0.3+0,0.1+40,0+70,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(107, 64, 254, 0.3) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(107, 64, 254, 0.3) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(107, 64, 254, 0.3) 0%, rgba(107, 64, 254, 0.1) 40%, rgba(107, 64, 254, 0) 70%, rgba(107, 64, 254, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d6b40fe", endColorstr="#006b40fe", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.home-about-box .photo {
  height: 750px;
  -webkit-flex-basis: 600px;
  -moz-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  .home-about-box .photo {
    -webkit-flex-basis: 40vw;
    -moz-flex-basis: 40vw;
    -ms-flex-preferred-size: 40vw;
    flex-basis: 40vw;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .home-about-box .photo {
    height: 400px;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
.home-about-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-box .text {
  color: #fff;
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
@media (max-width: 1366px) {
  .home-about-box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .home-about-box .text {
    text-align: center;
  }
}
.home-about-box .text h3 {
  font-size: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .home-about-box .text h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .home-about-box .text h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-about-box .text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.home-about-box .text p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .home-about-box .text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-about-box .text p {
    font-size: 16px;
  }
}
.home-about-box .text .btn {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .home-about-box .text .btn {
    margin-top: 0;
  }
}
.single-post .top {
  min-height: 29vw;
}
@media (max-width: 768px) {
  .single-post .top {
    min-height: auto;
  }
}
.single-post .top .top-image {
  bottom: -4%;
}
.single-post .top .page-title {
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 1366px) {
  .single-post .top .page-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .single-post .top .page-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .single-post .top .page-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.single-post .top .author, .single-post .top .date {
  position: relative;
  z-index: 0;
  padding-left: 30px;
  font-size: 15px;
  color: #7B7B7B;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.single-post .top .author::before, .single-post .top .date::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  display: block;
  font-size: 0;
}
.single-post .top .author::before {
  content: url("../img/user.png");
}
.single-post .top .date::before {
  content: url("../img/clock.png");
}
#tpbr_topbar + .main header .menu-burger {
  top: 64px !important;
}
@media (max-width: 480px) {
  #tpbr_topbar + .main header .menu-burger {
    top: 56px !important;
  }
}
#tpbr_box {
  background: linear-gradient(to right, #793dfe 0%, #a929e0 100%) !important;
  font-size: 18px !important;
  padding: 16px 0 !important;
}
@media (max-width: 1024px) {
  #tpbr_box {
    font-size: 16px !important;
    padding: 4px 0 !important;
  }
}
@media (max-width: 480px) {
  #tpbr_box {
    font-size: 12px !important;
  }
}
footer {
  background: #121212;
}
footer .footer-top {
  padding: 40px 0 15px;
}
@media (max-width: 1366px) {
  footer .footer-top {
    padding: 40px 0 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    padding: 25px 0;
  }
}
footer .footer-top .custom-logo-link {
  margin-right: 90px;
  position: relative;
  display: block;
}
@media (max-width: 1024px) {
  footer .footer-top .custom-logo-link {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top .social-icons a {
    font-size: 16px;
    margin: 0 5px;
  }
}
footer .footer-top .footer-menu {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 25px;
}
footer .footer-top .footer-menu &gt; ul {
  font-size: 0;
  display: block;
  text-align: center;
}
footer .footer-top .footer-menu &gt; ul &gt; li {
  display: inline-block;
  margin: 0 20px 10px;
}
@media (max-width: 1366px) {
  footer .footer-top .footer-menu &gt; ul &gt; li {
    margin: 0 5px 10px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top .footer-menu &gt; ul &gt; li {
    margin: 0 10px 10px;
  }
}
@media (max-width: 480px) {
  footer .footer-top .footer-menu &gt; ul &gt; li {
    display: block;
  }
}
footer .footer-top .footer-menu &gt; ul &gt; li:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  footer .footer-top .footer-menu &gt; ul &gt; li:first-child {
    margin-left: 10px;
  }
}
footer .footer-top .footer-menu &gt; ul &gt; li:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  footer .footer-top .footer-menu &gt; ul &gt; li:last-child {
    margin-right: 10px;
  }
}
footer .footer-top .footer-menu &gt; ul &gt; li a {
  font-size: 18px;
  color: #fff;
  line-height: 1.66;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
footer .footer-top .footer-menu &gt; ul &gt; li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #6b40ff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer-top .footer-menu &gt; ul &gt; li a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1366px) {
  footer .footer-top .footer-menu &gt; ul &gt; li a {
    font-size: 16px;
  }
}
footer .footer-top .footer-menu &gt; ul &gt; li a:hover {
  color: #6b40ff;
}
footer .footer-top .footer-menu &gt; ul &gt; li &gt; .sub-menu {
  display: none;
}
@media (max-width: 768px) {
  footer .footer-top .contact-wrapper, footer .footer-top .social-wrapper {
    display: block;
  }
}
footer .footer-top .contact-wrapper p, footer .footer-top .social-wrapper p {
  margin-bottom: 0;
}
footer .footer-top .contact-wrapper .title, footer .footer-top .social-wrapper .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 35px;
  line-height: 1.66;
  letter-spacing: 0.035em;
}
@media (max-width: 1024px) {
  footer .footer-top .contact-wrapper .title, footer .footer-top .social-wrapper .title {
    margin-right: 15px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .contact-wrapper .title, footer .footer-top .social-wrapper .title {
    margin-right: 0;
    margin-top: 20px;
  }
}
footer .footer-top .contact-wrapper .email, footer .footer-top .contact-wrapper .phone, footer .footer-top .social-wrapper .email, footer .footer-top .social-wrapper .phone {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  position: relative;
  display: inline-block;
}
footer .footer-top .contact-wrapper .email:before, footer .footer-top .contact-wrapper .phone:before, footer .footer-top .social-wrapper .email:before, footer .footer-top .social-wrapper .phone:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #6b40ff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer-top .contact-wrapper .email:hover:before, footer .footer-top .contact-wrapper .phone:hover:before, footer .footer-top .social-wrapper .email:hover:before, footer .footer-top .social-wrapper .phone:hover:before {
  width: 100%;
  opacity: 1;
}
footer .footer-top .contact-wrapper .email:hover, footer .footer-top .contact-wrapper .phone:hover, footer .footer-top .social-wrapper .email:hover, footer .footer-top .social-wrapper .phone:hover {
  color: #6b40ff;
}
footer .footer-top .contact-wrapper .phone, footer .footer-top .social-wrapper .phone {
  margin-right: 35px;
}
@media (max-width: 1024px) {
  footer .footer-top .contact-wrapper .phone, footer .footer-top .social-wrapper .phone {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .contact-wrapper .phone, footer .footer-top .social-wrapper .phone {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
footer .bottom {
  border-top: 1px solid #414141;
  padding: 25px 0;
  font-size: 12px;
  font-weight: 400;
  color: #b3b3b3;
  text-align: center;
}
@media (max-width: 768px) {
  footer .bottom {
    padding: 10px 0;
  }
}
footer .bottom a {
  color: #b3b3b3;
  text-decoration: underline;
}
footer .bottom a:hover {
  text-decoration: none;
  color: #6b40ff;
}
.search-bar {
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 1366px) {
  .search-bar {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .search-bar {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .search-bar {
    display: block;
  }
}
@media (max-width: 480px) {
  .search-bar {
    margin-bottom: 25px;
  }
}
.search-bar .all-post {
  flex-basis: 50%;
  text-align: right;
  font-size: 15px;
  color: #7b7b7b;
}
.search-bar .search-box-wrap {
  flex-basis: 50%;
  text-align: right;
}
.search-bar .search-box {
  position: relative;
  height: 64px;
}
@media (max-width: 768px) {
  .search-bar .search-box {
    width: 100%;
  }
}
.search-bar .search-box .search-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  border: 1px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .search-bar .search-box .search-field {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.search-bar .search-box .search-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 64px;
}
.search-bar .search-box .search-btn-wrap .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  padding: 0;
}
.search-bar .search-box .search-btn-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-bar .search-box:hover .search-field {
  width: 250px;
  opacity: 1;
  visibility: visible;
}
.blog-posts-wrap {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .blog-posts-wrap {
    margin: 40px 0;
  }
}
.blog-posts-wrap.search-posts {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .blog-posts-wrap.search-posts {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .blog-posts-wrap.search-posts {
    padding-top: 0;
  }
}
.blog-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.blog-posts &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1023px) {
  .blog-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .blog-posts &gt; * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  .blog-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .blog-posts &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.blog-posts .no-posts {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 0;
}
.blog-post {
  border-radius: 15px;
  overflow: hidden;
  background: #ececec;
  position: relative;
}
.blog-post .thumb {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  height: 352px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-post .thumb {
    height: 250px;
  }
}
.blog-post .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #922ddc;
  background: -moz-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  background: -webkit-linear-gradient(left, #922ddc 0%, #6b40ff 100%);
  background: linear-gradient(to right, #922ddc 0%, #6b40ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#922ddc", endColorstr="#6b40ff", GradientType=1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post .thumb:hover:before {
  opacity: 0.5;
}
.blog-post .info {
  text-align: center;
  padding: 32px 32px 80px;
}
@media (max-width: 1350px) {
  .blog-post .info {
    padding: 15px 15px 55px;
  }
}
.blog-post .info h2 {
  color: #000000;
  font-size: 31px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-post .info h2 a {
  color: #000;
}
.blog-post .info h2:hover {
  color: #922ddc;
}
.blog-post .info h2:hover a {
  color: #922ddc;
}
.blog-post .info p {
  color: #737373;
  font-size: 18px;
  margin-bottom: 40px;
}
.blog-post .info-bootom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 32px 32px;
  font-size: 15px;
  color: #737373;
}
@media (max-width: 1350px) {
  .blog-post .info-bootom {
    font-size: 12px;
    padding: 0 15px 15px;
  }
}
.blog-post .info-bootom svg {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 2px;
}
.navigation.pagination {
  text-align: center;
  margin: 20px auto 0;
}
.navigation.pagination span {
  color: #7b7b7b;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #ececec;
  border-radius: 15px;
  display: inline-block;
  margin: 0 5px;
}
.navigation.pagination span.dots {
  background: transparent;
  color: #000;
}
.navigation.pagination a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-radius: 15px;
  display: inline-block;
  line-height: 50px;
  margin: 0 5px;
}
.navigation.pagination a.page-numbers:not(.next):not(.prev) {
  background: #ececec;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.navigation.pagination a.page-numbers:not(.next):not(.prev):hover {
  background: #773eff;
  color: #fff;
}
.single_post {
  margin: 100px 0;
}
.single_post .container {
  width: 942px;
}
.single_post .content p {
  color: #000;
}
.single_post .content strong {
  color: #000;
}
.single_post .single_post_bottom {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
}
.shrs a {
  font-size: 20px;
  margin: 0 5px;
  color: #858585;
}
.shrs a:hover {
  color: #773eff;
}
.flexible-block .color-box ul li:before {
  background: #fff;
}
.flexible-block .color-box td {
  vertical-align: top;
}
@media (max-width: 767px) {
  .flexible-block .color-box td {
    display: block;
  }
}
.flexible-block .text-box .text {
  margin: 30px 0;
}
@media (max-width: 480px) {
  .flexible-block .text-box .text {
    margin: 15px 0;
  }
}
.flexible-block .text-box .text iframe {
  width: 100% !important;
  height: 600px !important;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .flexible-block .text-box .text iframe {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .flexible-block .text-box .text iframe {
    height: 300px !important;
  }
}
.flexible-block .text-box .text ul li {
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 30px;
  font-weight: 500;
  padding-left: 52px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .flexible-block .text-box .text ul li {
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .flexible-block .text-box .text ul li {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.flexible-block .text-box .text ul li:before {
  position: static;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 3px;
  background: #6b40ff;
}
@media (max-width: 480px) {
  .flexible-block .text-box .text ul li:before {
    width: 14px;
    height: 14px;
  }
}
.left-right-block {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .left-right-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .left-right-block {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .left-right-block {
    padding-bottom: 30px;
  }
}
.left-right-block:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  max-width: 100%;
  content: "";
  position: absolute;
  width: 776px;
  height: 246px;
  background: linear-gradient(90deg, #773EFF 0.31%, #AA28E0 100%);
  opacity: 0.3;
  filter: blur(150px);
}
.left-right-block.reverse .left-right-item {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .left-right-block.reverse .left-right-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
  }
}
.left-right-block.reverse .left-right-item .left-right-image-btn .btn {
  margin-bottom: 0;
}
.left-right-block .left-right-info {
  padding-top: 75px;
  -webkit-flex-basis: 53.2%;
  -moz-flex-basis: 53.2%;
  -ms-flex-preferred-size: 53.2%;
  flex-basis: 53.2%;
}
@media (max-width: 1366px) {
  .left-right-block .left-right-info {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .left-right-block .left-right-info {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .left-right-block .left-right-info {
    padding-top: 30px;
  }
}
.left-right-block .left-right-info h5 {
  font-size: 34px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .left-right-block .left-right-info h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .left-right-block .left-right-info h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .left-right-block .left-right-info h5 {
    font-size: 16px;
  }
}
.left-right-block .left-right-image-btn {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: center;
}
@media (max-width: 1366px) {
  .left-right-block .left-right-image-btn {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-image-btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-block .left-right-image-btn .btn {
  margin: 28px auto 20px;
}
.left-right-block .left-right-image {
  overflow: hidden;
  border-radius: 15px;
  height: 521px;
  width: 100%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-image {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-image {
    max-height: 400px;
    height: auto;
  }
}
.left-right-block .left-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.past-events-block .past-events-title {
  font-size: 59px;
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .past-events-block .past-events-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .past-events-block .past-events-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .past-events-block .past-events-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.past-events-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.35%;
  width: 102.7%;
}
.past-events-box &gt; * {
  width: 47.3%;
  margin: 0 1.35% 2.025em;
}
@media (max-width: 1024px) {
  .past-events-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .past-events-box &gt; * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .past-events-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .past-events-box &gt; * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.past-events-box .past-events-image {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.8;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .past-events-box .past-events-image {
    margin-bottom: 20px;
  }
}
.past-events-box .past-events-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.past-events-box .past-events-image .past-events-image-box {
  position: absolute;
  left: 0;
  top: 17px;
  padding-left: 5px;
  border-left: 10px solid #6b41fd;
}
.past-events-box .past-events-image .events-image-title {
  display: block;
  padding: 10px 5px 18px;
  background: #fff;
  font-size: 24px;
  font-family: "Lato";
  line-height: 1.2;
  font-weight: 700;
  min-width: 300px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .past-events-box .past-events-image .events-image-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .past-events-box .past-events-image .events-image-title {
    font-size: 16px;
  }
}
.past-events-box .past-events-image .events-image-subtitle {
  display: inline-block;
  padding: 3px 15px;
  background: #6b41fd;
  font-size: 12px;
  min-width: 200px;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.past-events-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #494949;
}
@media (max-width: 1024px) {
  .past-events-box .text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .past-events-box .text {
    font-size: 15px;
  }
}
.past-events-box .events-item-info .events-item-title {
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 1366px) {
  .past-events-box .events-item-info .events-item-title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .past-events-box .events-item-info .events-item-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .past-events-box .events-item-info .events-item-title {
    font-size: 16px;
  }
}
.upcoming-events-block {
  background: #EBF0F6;
  /*.upcoming-events-item {
    margin-bottom: 30px;
    @include align-items(flex-end);
    @include for-size($sm) {
      margin-bottom: 20px;
    }

    &amp;:last-child {
      margin-bottom: 0;
    }
  }

  .upcoming-events-image {
    border-radius: 15px;
    @include flex-basis(48.5%);
    overflow: hidden;
    position: relative;
    height: 392px;
    margin-bottom: 0;
    @include for-size($md) {
      @include flex-basis(100%);
    }
    @include for-size($sm) {
      height: 300px;

    }
    @include for-size($xs) {
      height: auto;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .upcoming-events-image-box {
      position: absolute;
      left: 0;
      top: 17px;
      padding-left: 5px;
      border-left: 10px solid #6b41fd;

    }

    .events-image-title {
      display: block;
      padding: 10px 5px 18px;
      background: #fff;
      font-size: 24px;
      font-family: $f;
      line-height: 1.2;
      font-weight: 700;
      min-width: 300px;
      margin-bottom: 12px;
      @include for-size($md) {
        font-size: 18px;
      }
      @include for-size($xs) {
        font-size: 16px;
      }
    }

    .events-image-subtitle {
      display: inline-block;
      padding: 3px 15px;
      background: #6b41fd;
      font-size: 12px;
      min-width: 200px;
      position: absolute;
      bottom: 0;
      clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    }
  }

  .right-wrapper {
    @include flex-basis(48.5%);
    @include for-size($md) {
      @include flex-basis(100%);
    }

    .top-title {
      font-size: 60px;
      margin-bottom: 50px;
      @include for-size($md) {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
      }
      @include for-size($xs) {
        font-size: 22px;
        margin-bottom: 10px;
      }
    }
  }

  .events-item-info {

    padding: 40px;
    border-radius: 15px;
    background: #fff;
    @include for-size(1366px) {
      padding: 30px 25px;
    }
    @include for-size($md) {
      padding: 25px 15px;
    }
    @include for-size($xs) {
      padding: 20px 15px;
    }

    .events-item-title {
      margin-bottom: 30px;
      font-style: italic;
      font-weight: 600;
      font-size: 34px;
      line-height: 1.2;
      color: #000000;
      @include for-size(1366px) {
        font-size: 28px;
      }
      @include for-size($md) {
        font-size: 20px;
        margin-bottom: 20px;
      }
      @include for-size($xs) {
        font-size: 16px;
        margin-bottom: 10px;
      }
    }

    .btn {
      text-transform: capitalize;
    }
  }

  .events-item-bottom {
    color: #7B7B7B;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    @include for-size(600px) {
      @include justify-content(center);
    }

    .date-time-box {
      @include for-size(600px) {
        @include flex-basis(100%);
        margin-bottom: 15px;
        text-align: center;
      }
    }

    .date {
      position: relative;
      padding: 10px 30px 10px 25px;
      display: inline-block;
      @include for-size(1366px) {
        padding: 10px 15px 10px 25px;
      }

      &amp;:before {
        content: '';
        width: 16px;
        height: 16px;
        @include center(false, true);
        left: 0;
        background: url("../img/date.png") no-repeat;
        background-size: contain;
      }
    }

    .time {
      position: relative;
      padding: 10px 0 10px 22px;
      display: inline-block;

      &amp;:before {
        content: '';
        width: 17px;
        height: 17px;
        @include center(false, true);
        left: 0;
        background: url("../img/time.png") no-repeat;
        background-size: contain;
      }
    }
  }*/
}
.upcoming-events-block &gt; .container {
  width: 850px;
}
.upcoming-events-block .top-title {
  font-size: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .upcoming-events-block .top-title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .upcoming-events-block .top-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.upcoming-events-block .upcoming-events-ti {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .upcoming-events-block .upcoming-events-ti {
    margin-bottom: 12px;
  }
}
.upcoming-events-block .upcoming-events-ti .left-wrapper {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 80%;
  min-height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 480px) {
  .upcoming-events-block .upcoming-events-ti .left-wrapper {
    width: 100%;
    min-height: auto;
  }
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .date {
  -webkit-flex-basis: 40px;
  -moz-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  background: #6691ff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 4px;
}
@media (max-width: 768px) {
  .upcoming-events-block .upcoming-events-ti .left-wrapper .date {
    -webkit-flex-basis: 30px;
    -moz-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
  }
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .date .month {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .date .day {
  display: block;
  text-align: center;
  line-height: 1;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 40% 30px 30px;
}
@media (max-width: 768px) {
  .upcoming-events-block .upcoming-events-ti .left-wrapper .info {
    padding: 15px 34% 15px 15px;
  }
}
@media (max-width: 480px) {
  .upcoming-events-block .upcoming-events-ti .left-wrapper .info {
    padding: 15px 10px 15px 15px;
  }
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info .sub-title {
  color: #101B23;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info .events-item-title {
  font-size: 18px;
  color: #415DAA;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info .events-item-title a {
  color: inherit;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info .events-item-title a:hover {
  color: #121212;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info .text {
  font-size: 14px;
}
.upcoming-events-block .upcoming-events-ti .left-wrapper .info .text .btn {
  margin-top: 5px;
  padding: 8px 14px;
  font-size: 16px;
  min-width: auto;
}
@media (max-width: 1024px) {
  .upcoming-events-block .upcoming-events-ti .left-wrapper .info .text .btn {
    margin-top: 0;
  }
}
.upcoming-events-block .upcoming-events-ti .right-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  /* position: absolute;
      top: 30px;
      bottom: 30px;*/
  right: 0;
  width: 47%;
  overflow: hidden;
  aspect-ratio: 1.8;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .upcoming-events-block .upcoming-events-ti .right-wrapper {
    width: 43%;
  }
}
@media (max-width: 480px) {
  .upcoming-events-block .upcoming-events-ti .right-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
.upcoming-events-block .upcoming-events-ti .right-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-video-box {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.events-video-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: calc(50% + 6px);
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #FFFFFF;
}
@media (max-width: 768px) {
  .events-video-box:before {
    border-width: 12.5px 0 12.5px 21.7px;
    left: calc(50% + 3px);
  }
}
.events-video-box:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .events-video-box:after {
    width: 60px;
    height: 60px;
  }
}
.events-video-box .events-image-title, .events-video-box .events-image-subtitle {
  color: #000;
}
.events-video-box:hover {
  opacity: 0.7;
}
.about-text-image-section {
  margin: 200px 0 0;
}
@media (max-width: 1024px) {
  .about-text-image-section {
    margin: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .about-text-image-section {
    margin: 50px 0 0;
  }
}
.about-text-image-section .top-text h4 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  .about-text-image-section .top-text h4 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about-text-image-section .top-text h4 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .about-text-image-section .top-text h4 {
    font-size: 30px;
  }
}
.about-text-image-section .top-text p {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .about-text-image-section .top-text p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .about-text-image-section .top-text p {
    font-size: 18px;
  }
}
.about-text-image-section .text-image-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .about-text-image-section .text-image-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.about-text-image-section .text-image-wrapper .left-wrapper {
  flex-basis: 570px;
  text-align: center;
}
@media (max-width: 1200px) {
  .about-text-image-section .text-image-wrapper .left-wrapper {
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  .about-text-image-section .text-image-wrapper .left-wrapper {
    flex-basis: 100%;
  }
}
.about-text-image-section .text-image-wrapper .icons-title {
  margin-bottom: 0;
  margin-top: 30px;
}
.about-text-image-section .text-image-wrapper .social-icons {
  text-align: center;
  margin-top: 30px;
}
.about-text-image-section .text-image-wrapper .social-icons a {
  font-size: 30px;
}
.about-text-image-section .text-image-wrapper .social-icons a::before {
  color: #6b40ff;
}
.about-text-image-section .text-image-wrapper .social-icons a:hover::before {
  color: #3100d9;
}
.about-text-image-section .text-image-wrapper .image {
  border-radius: 22px;
  overflow: hidden;
}
.about-text-image-section .text-image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text-image-section .text-image-wrapper .text {
  flex: 1;
}
@media (max-width: 1024px) {
  .about-text-image-section .text-image-wrapper .text {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .about-text-image-section .text-image-wrapper .text {
    margin-top: 0;
  }
}
.about-text-image-section .text-image-wrapper .text ul {
  margin-bottom: 0;
}
.about-text-image-section .text-image-wrapper .text ul li {
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 30px;
  font-weight: 500;
  padding-left: 52px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about-text-image-section .text-image-wrapper .text ul li {
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .about-text-image-section .text-image-wrapper .text ul li {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.about-text-image-section .text-image-wrapper .text ul li:last-child {
  margin-bottom: 0;
}
.about-text-image-section .text-image-wrapper .text ul li:before {
  position: static;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 3px;
  background: #6b40ff;
}
@media (max-width: 480px) {
  .about-text-image-section .text-image-wrapper .text ul li:before {
    width: 14px;
    height: 14px;
  }
}
.about-text-image-section .text-image-wrapper .text p {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .about-text-image-section .text-image-wrapper .text p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .about-text-image-section .text-image-wrapper .text p {
    font-size: 18px;
  }
}
.about-text-image-section.black-bg {
  background-color: #0a0a0a;
  padding: 130px;
}
@media (max-width: 1366px) {
  .about-text-image-section.black-bg {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .about-text-image-section.black-bg {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .about-text-image-section.black-bg {
    padding: 25px 0;
  }
}
.about-text-image-section.black-bg .text-image-wrapper {
  gap: 100px;
}
@media (max-width: 768px) {
  .about-text-image-section.black-bg .text-image-wrapper {
    display: block;
  }
}
.about-text-image-section.black-bg .text-image-wrapper .text h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .about-text-image-section.black-bg .text-image-wrapper .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .about-text-image-section.black-bg .text-image-wrapper .text h4 {
    font-size: 18px;
  }
}
.about-text-image-section.black-bg .text-image-wrapper .text ul li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-text-image-section.black-bg .text-image-wrapper .text ul li {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .about-text-image-section.black-bg .text-image-wrapper .text ul li {
    font-size: 16px;
  }
}
.text-box-section {
  background: #0a0a0a;
  background: linear-gradient(0deg, #0a0a0a 65%, white 65%);
  padding-bottom: 100px;
}
.text-box-section .text-box {
  padding: 40px 60px 30px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .text-box-section .text-box {
    padding: 30px;
  }
}
.text-box-section .text-box p {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .text-box-section .text-box p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .text-box-section .text-box p {
    font-size: 18px;
  }
}
.team-section {
  margin: 100px 0 130px;
}
.team-section .title {
  text-align: center;
  margin-bottom: 60px;
}
.team-section .title h4 {
  font-size: 59px;
  font-weight: 700;
  text-transform: capitalize;
}
.team-section .team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  .team-section .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team-section .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-section .team-wrapper .item {
  padding: 50px 20px;
  border-radius: 20px;
  background: #ebf0f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.team-section .team-wrapper .item .image {
  margin-bottom: 20px;
  width: 204px;
  height: 204px;
  position: relative;
}
.team-section .team-wrapper .item .image::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(6deg);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
  z-index: 1;
}
.team-section .team-wrapper .item .image img {
  position: relative;
  z-index: 2;
  transform: rotate(-18deg);
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.team-section .team-wrapper .item .name {
  text-align: center;
}
.team-section .team-wrapper .item .name h5 {
  font-size: 34px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
.team-section .team-wrapper .item .name p {
  color: #898989;
  font-size: 18px;
  font-weight: 400;
}
.tips-section {
  margin: 180px 0 150px;
}
@media (max-width: 1024px) {
  .tips-section {
    margin: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .tips-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .tips-section {
    margin: 30px 0;
  }
}
.tips-section .tips-wrapper .tips-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  margin-bottom: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .tips-section .tips-wrapper .tips-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.tips-section .tips-wrapper .tips-item:nth-child(even) .text {
  order: -1;
}
@media (max-width: 768px) {
  .tips-section .tips-wrapper .tips-item .text {
    order: -1;
  }
}
.tips-section .tips-wrapper .tips-item .text .tips {
  padding-left: 125px;
}
@media (max-width: 1024px) {
  .tips-section .tips-wrapper .tips-item .text .tips {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .tips-section .tips-wrapper .tips-item .text .tips {
    padding-left: 0px;
    text-align: center;
  }
}
</pre></body></html>