*,
::before,
::after {
  box-sizing: border-box;
}

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

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .padding-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.margin-section-large {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .margin-section-large {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .margin-section-large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

a {
  color: #761590;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #761590;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #761590;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #761590;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #761590;
}

.text-color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.purple-bg {
  background-color: #761590;
}

.light-bg {
  background-color: #F5F2F0;
}

.relative {
  position: relative;
}

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

.section-label {
  display: inline-flex;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-header {
  cursor: pointer;
  position: relative;
  padding: 20px 40px 20px 20px;
  background: #F5F2F0;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .accordion-header {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 35px 12px 12px;
  }
}
.accordion-header::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: 0;
  transform: rotate(90deg);
}
.accordion-header:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #000000;
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: 0;
}

.accordion-content {
  display: none;
  padding: 20px;
  background: #F5F2F0;
  border-top: 1px solid #cccccc;
}

.accordion-item.active .accordion-header {
  cursor: pointer;
  transition: all 0.5s;
}
.accordion-item.active .accordion-header::before {
  display: none;
}

.custom-slider-arrow .swiper-button-next.custom-button-next,
.custom-slider-arrow .swiper-button-prev.custom-button-prev {
  width: 42px;
  height: 42px;
  background: #761590;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .custom-slider-arrow .swiper-button-next.custom-button-next,
  .custom-slider-arrow .swiper-button-prev.custom-button-prev {
    width: 32px;
    height: 32px;
  }
}

.custom-slider-arrow .swiper-button-next.custom-button-next:after {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .custom-slider-arrow .swiper-button-next.custom-button-next:after {
    font-size: 12px;
  }
}
.custom-slider-arrow .swiper-button-prev.custom-button-prev:after {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .custom-slider-arrow .swiper-button-prev.custom-button-prev:after {
    font-size: 12px;
  }
}

.page-description {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .page-description {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .page-description {
    margin-top: 50px;
  }
}
.page-description .page-description-title {
  margin: 0 auto 30px;
  max-width: 1080px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #666666;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 52px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 1;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 1;
  }
}
h1.heading-h1 {
  font-size: 54px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  h1.heading-h1 {
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h1.heading-h1 {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  h1.heading-h1 {
    font-size: 28px;
  }
}

h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1;
  }
}

h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
    line-height: 36px;
  }
}

h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
    line-height: 1;
  }
}

.header-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1830px;
  margin: auto;
  padding: 20px 15px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .header-nav {
    position: relative;
  }
}
.header-nav .main-navigation {
  width: auto;
}
@media (max-width: 991px) {
  .header-nav .menu-toggle {
    display: block;
    font-size: 0;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}
.header-nav .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 25px;
  height: 2px;
  background-color: #000000;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.header-nav .menuicon:before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.header-nav .menuicon:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.header-nav .menuicon::before, .header-nav .menuicon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000000;
  display: block;
}

@media (max-width: 991px) {
  .menu-open .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .menu-open .menuicon::before {
    background-color: #000000;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .menu-open .menuicon:after {
    background-color: #000000;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
@media (max-width: 991px) {
  .menu-open .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
  }
}
@media (max-width: 991px) {
  .menu-open .menu-main-menu-container {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
}

@media (max-width: 991px) {
  .menu-main-menu-container {
    background: #F5F2F0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 11;
    padding-top: 60px;
  }
}

.search-top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.site-header {
  background-color: #ffffff;
}
.site-header .search-submit {
  background: #ffffff;
  padding: 0;
  height: 49px;
  width: 49px;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A4A5A5;
  transition: all 0.4s;
}
.site-header .search-submit .search-icon {
  display: inline-flex;
  align-items: center;
}
.site-header .searchform.active .search-inline {
  width: 500px;
  border-color: #cccccc;
  background-color: #F5F2F0;
  opacity: 1;
  visibility: visible;
}
.site-header .search-inline {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  height: 49px;
  border: 1px solid #cccccc;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  background-color: #F5F2F0;
}
.site-header .search-inline .search-field {
  background: transparent;
  border: 0;
  line-height: 22px;
  width: 100%;
  padding: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #761590;
}
.site-header .search-inline .search-field:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}
.site-header .search-inline .search-field::-moz-placeholder {
  color: #761590;
  opacity: 1;
}
.site-header .search-inline .search-field::placeholder {
  color: #761590;
  opacity: 1;
}
.site-header .search-inline .search-submit {
  border: 0;
  height: 47px;
  background: #761590;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.site-header .search-inline .search {
  width: 100%;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  height: 100%;
  background-color: #F5F2F0;
  padding-left: 15px;
}
.site-header .search-inline .search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.site-header .search-inline .search::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.site-header .searchform {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .site-branding {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .site-branding {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .call-to-cation {
    display: none;
  }
}
@media (max-width: 991px) {
  .call-to-cation .btn {
    padding: 11px 12px;
    font-size: 14px;
    line-height: 11px;
  }
}

@media (max-width: 991px) {
  .serach-form-field.search-desktop {
    display: none;
  }
}
.serach-form-field.search-mobile {
  display: none;
}
@media (max-width: 991px) {
  .serach-form-field.search-mobile {
    display: block;
  }
}

.mobile-search-btn {
  background: transparent;
  border: 1px solid #A4A5A5;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.mobile-search-btn svg {
  width: 15px;
  height: 15px;
}

.mobile-searchform {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  background: #F5F2F0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  transform: translateY(-100px);
  box-shadow: 0 3px 10px 1px #e2e2e2;
}
.mobile-searchform.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
}

.mobile-header-search {
  position: relative;
}
.mobile-header-search .search-icon {
  background: #761590;
  border: 0;
  background-image: url(../images/search-icon-white.svg);
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  top: 0;
  cursor: pointer;
  padding: 0 20px;
}
.mobile-header-search .search {
  background: #ffffff;
  width: 100%;
  border-color: #A4A5A5;
  color: #000000;
  height: 42px;
  padding: 5px 15px 5px 50px;
  border-radius: 5px;
}
.mobile-header-search .search::-moz-placeholder {
  color: #000000;
}
.mobile-header-search .search::placeholder {
  color: #000000;
}

.main-navigation .menu {
  gap: 26px;
}
@media (max-width: 1199px) {
  .main-navigation .menu {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu {
    flex-direction: column;
    gap: 0;
    display: flex;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.main-navigation .menu > .menu-item.current-menu-item > a {
  color: #761590;
}
.main-navigation .menu > .menu-item > a {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 992px) {
  .main-navigation .menu > .menu-item > a {
    --reversed-link-gap: 2px;
    background: linear-gradient(to right, #000000, #000000) 0 var(--reversed-link-gap)/0 var(--reversed-link-gap) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1);
    padding: 6px 0;
  }
  .main-navigation .menu > .menu-item > a:hover {
    background-position-x: left;
    background-size: 100% var(--reversed-link-gap);
    background-position-y: bottom;
  }
}
@media (max-width: 1100px) {
  .main-navigation .menu > .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item > a {
    padding: 10px 15px;
  }
}
.main-navigation .menu > .menu-item-has-children.submenu-open .submenu-toggle {
  transform: rotate(180deg);
}
.main-navigation .menu > .menu-item-has-children .submenu-toggle {
  background-image: url(../images/arrow-bottom.svg);
  width: 13px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item-has-children .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
@media (min-width: 992px) {
  .main-navigation .menu > .menu-item-has-children:hover .submenu-toggle {
    transform: rotate(180deg);
  }
}
.main-navigation .menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item-has-children > a {
    justify-content: space-between;
    position: relative;
  }
}
.main-navigation .menu .sub-menu {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 10px;
  min-width: 200px;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu {
    position: static;
    background-color: transparent;
    float: none;
    box-shadow: none;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding-left: 20px;
  }
}
.main-navigation .menu .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation .menu .sub-menu .menu-item.current-menu-item > a {
  color: #761590;
}
.main-navigation .menu .sub-menu .menu-item a {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  width: auto;
  padding: 14px 12px;
}
@media (max-width: 1100px) {
  .main-navigation .menu .sub-menu .menu-item a {
    font-size: 14px;
  }
}
.main-navigation .menu .sub-menu .menu-item a:hover {
  color: #761590;
  background-color: #F5F2F0;
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu .menu-item a {
    padding: 10px 15px 10px 0;
  }
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 8px;
  height: 13px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu .sub-menu {
  left: 100%;
}
@media (max-width: 991px) {
  .main-navigation.toggled .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .main-navigation.toggled .menuicon::before {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .main-navigation.toggled .menuicon:after {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-main-menu-container {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
}

.site-footer {
  background: #761590;
  padding-top: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 260px;
  }
}
.site-footer::before {
  content: "";
  background-image: url("../images/shape-1.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 347px;
  height: 369px;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: contain;
}
@media (max-width: 1400px) {
  .site-footer::before {
    width: 247px;
    height: 263px;
  }
}
@media (max-width: 767px) {
  .site-footer::before {
    display: none;
  }
}
.site-footer .footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-footer .footer-links {
    gap: 15px;
  }
}
.site-footer .footer-links li a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .site-footer .footer-links li a {
    font-size: 14px;
  }
}
.site-footer .footer-links li a:hover {
  color: #A4A5A5;
}
.site-footer .footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}
.site-footer .footer-list li {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
}
.site-footer .footer-list li:first-child a {
  align-items: flex-start;
}
.site-footer .footer-list li .icon {
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
}
.site-footer .footer-list li a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .site-footer .footer-list li a {
    font-size: 14px;
  }
}
.site-footer .footer-list li a:hover {
  color: #A4A5A5;
}
.site-footer .policy-links .footer-links {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .site-footer .policy-links .footer-links {
    gap: 15px;
  }
}

.site-info {
  display: flex;
  flex-wrap: wrap;
}

.footer-top-left {
  width: calc(57% - 60px);
  padding-right: 60px;
}
@media (max-width: 991px) {
  .footer-top-left {
    width: calc(50% - 60px);
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer-top-left {
    width: 100%;
    padding-right: 0;
  }
}
.footer-top-left p {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer-top-left p {
    font-size: 14px;
  }
}

.footer-col-midd {
  width: calc(25% - 15px);
  padding-right: 15px;
}
@media (max-width: 767px) {
  .footer-col-midd {
    width: 100%;
    padding-right: 0;
    margin: 30px 0;
  }
}

.footer-address {
  width: calc(25% - 15px);
  padding-left: 15px;
}
@media (max-width: 767px) {
  .footer-address {
    width: 100%;
    padding-left: 0;
  }
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-bottom-info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  margin-top: 30px;
  gap: 15px;
}
@media (max-width: 767px) {
  .footer-bottom-info {
    flex-wrap: wrap;
  }
}

.copyright {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .copyright {
    font-size: 14px;
  }
}
.copyright p {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 991px) {
  .copyright p {
    font-size: 14px;
  }
}

.top-button {
  border: 1px solid #ffffff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 0;
  border-radius: 9999px;
  box-shadow: none;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  z-index: 99;
  width: 42px;
  height: 42px;
  display: none;
}
.top-button:hover {
  background: #ffffff;
  color: #761590;
  border-color: #761590;
}
.top-button svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}

.powered_by {
  display: inline-flex;
  align-items: center;
}
.powered_by .footer-powered_by {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .powered_by .footer-powered_by {
    font-size: 14px;
  }
}
.powered_by .footer-powered_by img {
  max-width: 54px;
}

.btn {
  padding: 14px 24px;
  box-shadow: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn .btn-text {
  position: relative;
}
.btn.btn-primary {
  background-color: #761590;
  color: #ffffff;
  position: relative;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  transition: 0.5s ease-in-out;
}
.btn.btn-primary:hover::before {
  width: 100%;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .contact-container {
    grid-template-columns: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
.contact-container .gform_wrapper .gform_validation_errors {
  margin: 20px 0;
}
.contact-container .gform_wrapper .gform_heading .gform_description {
  margin-bottom: 30px;
}
.contact-container .gform_wrapper .gform_heading .gform_title {
  margin-bottom: 30px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-container .gform_wrapper .gform_heading .gform_title {
    margin-bottom: 20px;
  }
}
.contact-container .gform_wrapper .gform-footer .gform_button {
  width: 100% !important;
}

.footer-top-section {
  margin-bottom: -300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-top-section {
    margin-bottom: -200px;
  }
}

.contact-left {
  padding: 60px;
  background: #F5F2F0;
}
@media (max-width: 1023px) {
  .contact-left {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact-left {
    padding: 20px;
  }
}
.contact-left .section-label {
  margin-bottom: 16px;
}
.contact-left h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-left h2 {
    margin-bottom: 20px;
  }
}
.contact-left p a {
  color: #761590;
}
.contact-left p a:hover {
  color: #000000;
  text-decoration: underline;
}
.contact-left .article-info-links {
  margin-top: 30px;
}
.contact-left .article-info-links p {
  font-weight: 500;
}
.contact-left .article-info-links p a {
  color: #761590;
}
.contact-left .article-info-links p a:hover {
  color: #000000;
  text-decoration: underline;
}
.contact-left ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.contact-left ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .contact-left ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-left ol li a {
  color: #761590;
}
.contact-left ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.contact-left ul {
  margin: 0;
  list-style: none;
}
.contact-left ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .contact-left ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-left ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.contact-left ul li a {
  color: #761590;
}
.contact-left ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.contact-right img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.03334;
  height: 100%;
  width: 100%;
}

.gform_wrapper form .gform-body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper form .gform-body .gform_fields .gfield_label {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform-body .gform_fields .gfield_label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.gform_wrapper form .gform-body .gform_fields .gfield input {
  height: 53px;
  border: 1px solid #cccccc;
  outline: none;
  box-shadow: none;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  background-color: #F5F2F0;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper form .gform-body .gform_fields .gfield input:focus {
  border-color: #000000;
}
.gform_wrapper form .gform-body .gform_fields .gfield input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.gform_wrapper form .gform-body .gform_fields .gfield input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea {
  border: 1px solid #cccccc;
  outline: none;
  box-shadow: none;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  background-color: #F5F2F0;
  min-block-size: 120px;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea:focus {
  border-color: #000000;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.gform_wrapper form .gform-footer .gform_button {
  padding: 14px 24px !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #761590 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
  text-decoration: none !important;
}
.gform_wrapper form .gform-footer .gform_button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.hero-banner-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .hero-banner-wrap {
    grid-template-columns: auto;
  }
}

.hero-banner-right {
  background-color: #761590;
  position: relative;
  overflow: hidden;
}

.hero-banner-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.6;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-rating {
  display: flex;
  justify-content: flex-end;
  padding-top: 28px;
  padding-right: 20px;
  padding-bottom: 122px;
}
@media (max-width: 1199px) {
  .top-rating {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .top-rating {
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
.top-rating iframe {
  border-radius: 6px;
}

.rating-with-news {
  position: relative;
}

.new-sldier-block {
  padding-left: 70px;
  padding-bottom: 26px;
}
@media (max-width: 1400px) {
  .new-sldier-block {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .new-sldier-block {
    padding-left: 15px;
  }
}

.banner-caption {
  background: #F5F2F0;
  padding: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .banner-caption {
    padding: 80px;
  }
}
@media (max-width: 1400px) {
  .banner-caption {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .banner-caption {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .banner-caption {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .banner-caption {
    padding: 28px 15px;
  }
}
.banner-caption .hero-title {
  max-width: 460px;
  width: 100%;
}
@media (max-width: 1400px) {
  .banner-caption .hero-title {
    max-width: 390px;
  }
}
@media (max-width: 1199px) {
  .banner-caption .hero-title {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .banner-caption .hero-title {
    max-width: 100%;
  }
}

.new-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.new-title h2 {
  margin-bottom: 0;
  color: #ffffff;
}
.new-title .custom-slider-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
  padding-right: 40px;
}
@media (max-width: 1400px) {
  .new-title .custom-slider-arrow {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .new-title .custom-slider-arrow {
    padding-right: 15px;
  }
}
.new-title .custom-slider-arrow .swiper-button-next.custom-button-next {
  position: static;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
}
.new-title .custom-slider-arrow .swiper-button-prev.custom-button-prev {
  position: static;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
}

.news-card {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
}

.news-description {
  padding: 20px;
}
@media (max-width: 767px) {
  .news-description {
    padding: 15px;
  }
}
.news-description h6 {
  color: #ffffff;
  margin-bottom: 16px;
}
.news-description p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}

.read-more {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.read-more:hover {
  color: #A4A5A5;
}

.news-post-image img {
  aspect-ratio: 1/0.62;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-slider-inner .swiper-pagination {
  position: static;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.news-slider-inner .swiper-pagination span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news-slider-inner .swiper-pagination span {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-slider-inner .swiper-pagination .swiper-pagination-current {
  color: #ffffff;
}

.news-slider .swiper-wrapper {
  gap: 20px;
}
.news-slider .swiper-slide {
  width: 33.333%;
  height: auto;
}
@media (max-width: 767px) {
  .news-slider .swiper-slide {
    width: 50%;
  }
}
.news-slider.swiper-initialized .swiper-wrapper {
  gap: 0;
}
.news-slider.swiper-initialized .swiper-slide {
  width: auto;
}

.feature-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 90px;
}
@media (max-width: 1199px) {
  .feature-block {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .feature-block {
    gap: 30px;
  }
}
.feature-block .image-bg {
  position: absolute;
  top: 50px;
  right: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: #F5F2F0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .feature-block .image-bg {
    top: 30px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .feature-block .image-bg {
    top: 20px;
    width: calc(100% - 20px);
  }
}

.feature-right {
  position: relative;
  z-index: 0;
  width: calc(52% - 45px);
}
@media (max-width: 1199px) {
  .feature-right {
    width: calc(52% - 25px);
  }
}
@media (max-width: 767px) {
  .feature-right {
    width: 100%;
  }
}

.feature-left {
  width: calc(48% - 45px);
}
@media (max-width: 1199px) {
  .feature-left {
    width: calc(48% - 25px);
  }
}
@media (max-width: 767px) {
  .feature-left {
    width: 100%;
  }
}

.feature-dec {
  max-width: 525px;
  width: 100%;
}
@media (max-width: 767px) {
  .feature-dec {
    max-width: 100%;
  }
}
.feature-dec h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature-dec h2 {
    margin-bottom: 20px;
  }
}
.feature-dec .read-more-content {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .feature-dec .read-more-content {
    gap: 20px;
  }
}

.feature-content p a {
  color: #761590;
}
.feature-content p a:hover {
  color: #000000;
  text-decoration: underline;
}
.feature-content .has-text-align-left img {
  margin-bottom: 10px;
}

.feature-image {
  max-width: 580px;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .feature-image {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .feature-image {
    max-width: 100%;
    padding-right: 20px;
  }
}
.feature-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.feature-left-image {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1400px) {
  .feature-left-image {
    background-size: 150px;
  }
}
@media (max-width: 1199px) {
  .feature-left-image {
    background-size: 110px;
  }
}
@media (max-width: 991px) {
  .feature-left-image {
    background-size: 90px;
  }
}
@media (max-width: 767px) {
  .feature-left-image {
    padding-bottom: 70px;
  }
}
.feature-left-image .feature-image {
  margin-right: 0;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .feature-left-image .feature-image {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .feature-left-image .feature-image {
    padding-left: 20px;
  }
}
.feature-left-image .image-bg {
  background: #ffffff;
  right: 0;
  left: 0;
}
.feature-left-image .feature-block {
  flex-direction: row-reverse;
}

.feature-right-image .section-label {
  background: #F5F2F0;
}

.feature-section ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.feature-section ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .feature-section ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.feature-section ol li a {
  color: #761590;
}
.feature-section ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.feature-section ul {
  margin: 0;
  list-style: none;
}
.feature-section ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .feature-section ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.feature-section ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.feature-section ul li a {
  color: #761590;
}
.feature-section ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.feature-section + .two_column_bullet_section {
  padding-top: 0;
}

.two_column_bullet_section .section-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .two_column_bullet_section .section-title {
    margin-bottom: 20px;
  }
}

.list-with-title {
  margin-top: 22px;
}
.list-with-title h6 {
  margin-bottom: 22px;
  color: #000000;
  font-weight: 600;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .partner-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .partner-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .partner-list {
    grid-template-columns: auto;
  }
}
.partner-list ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.partner-list ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .partner-list ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.partner-list ol li a {
  color: #761590;
}
.partner-list ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.partner-list ul {
  margin: 0;
  list-style: none;
}
.partner-list ul:only-child {
  grid-column: span 2;
}
.partner-list ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .partner-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.partner-list ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.partner-list ul li a {
  color: #666666;
}
.partner-list ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.partner-requirements ul {
  margin: 0;
  list-style: none;
}
.partner-requirements ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .partner-requirements ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.partner-requirements ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.partner-requirements ul li a {
  color: #761590;
}
.partner-requirements ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.our-services .services {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .our-services .services {
    gap: 20px;
  }
}
.our-services .section-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .our-services .section-header {
    grid-template-columns: auto;
  }
}
.our-services .section-header h2 {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-services .section-header h2 br {
    display: none;
  }
}
.our-services .desktop-tabs {
  display: flex;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 767px) {
  .our-services .desktop-tabs {
    display: none;
  }
}
.our-services .tab-btn {
  border: none;
  padding: 14px 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  background: transparent;
}
@media (max-width: 991px) {
  .our-services .tab-btn {
    font-size: 14px;
    line-height: 19px;
  }
}
.our-services .tab-btn.active {
  background: #ffffff;
  color: #000000;
}
.our-services .tab-content {
  display: none;
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .our-services .tab-content {
    font-size: 16px;
    line-height: 20px;
    display: none;
  }
}
.our-services .tab-content p {
  color: #ffffff;
}
@media (min-width: 768px) {
  .our-services .tab-content.active {
    display: block;
  }
}
.our-services .mobile-accordion {
  display: none;
}
@media (max-width: 767px) {
  .our-services .mobile-accordion {
    display: block;
  }
}
@media (max-width: 767px) {
  .our-services .accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.our-services .accordion-item.active .accordion-header {
  background-color: #ffffff;
  color: #000000;
}
.our-services .accordion-item.active .accordion-header:after {
  background-color: #000000;
}
.our-services .accordion-item.active .accordion-header::before {
  display: none;
}
.our-services .accordion-header {
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  color: #ffffff;
  position: relative;
}
.our-services .accordion-header::before {
  background: #ffffff;
}
.our-services .accordion-header:after {
  background: #ffffff;
}
.our-services .accordion-content {
  padding: 15px 35px 15px 15px;
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .our-services .accordion-content {
    font-size: 16px;
    line-height: 20px;
    display: none;
  }
}
.our-services .accordion-content p {
  color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .services-grid {
    grid-template-columns: auto;
  }
}
.services-grid .services-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  padding: 30px 20px;
  border-radius: 5px;
  border-bottom: 3px solid #ffffff;
}
.services-grid .services-card .counter {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 26px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .services-grid .services-card .counter {
    margin-top: 10px;
  }
}
.services-grid .services-card .icon {
  display: inline-flex;
  min-width: 32px;
  justify-content: center;
  min-height: 32px;
  width: 32px;
  height: 32px;
}
.services-grid .services-card p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
}

.customer-successes-section {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1400px) {
  .customer-successes-section {
    background-size: 150px;
  }
}
@media (max-width: 1199px) {
  .customer-successes-section {
    background-size: 110px;
  }
}
@media (max-width: 991px) {
  .customer-successes-section {
    background-size: 90px;
  }
}
@media (max-width: 767px) {
  .customer-successes-section {
    padding-bottom: 70px;
  }
}

.custom-section-header {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .custom-section-header {
    gap: 15px;
    grid-template-columns: auto;
  }
}

.section-header-title h2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-header-title h2 br {
    display: none;
  }
}

.section-header-content {
  font-size: 24px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .section-header-content {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-header-content p {
  font-size: 24px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
@media (max-width: 991px) {
  .section-header-content p {
    font-size: 18px;
    line-height: 22px;
  }
}

.section-header-right {
  text-align: right;
}
@media (max-width: 991px) {
  .section-header-right {
    text-align: left;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 991px) {
  .cards {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .cards {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.cards .card-thumb {
  position: relative;
  z-index: 0;
}
@media (max-width: 1400px) {
  .cards .card-thumb .card-thumb-image {
    width: calc(100% - 20px);
  }
}
@media (max-width: 991px) {
  .cards .card-thumb .card-thumb-image {
    width: calc(100% - 15px);
  }
}
.cards .card-thumb img {
  aspect-ratio: 1/0.579;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cards .card-thumb .image-bg {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}
@media (max-width: 1400px) {
  .cards .card-thumb .image-bg {
    width: calc(100% - 20px);
    right: 0;
  }
}
@media (max-width: 991px) {
  .cards .card-thumb .image-bg {
    width: calc(100% - 15px);
    top: 15px;
  }
}

.customer-successes .card-body {
  padding-top: 40px;
}
.customer-successes .card-body .read-more {
  color: #761590;
}
.customer-successes .card-content {
  margin-bottom: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #666666;
}
@media (max-width: 767px) {
  .customer-successes .card-content {
    font-size: 16px;
    line-height: 20px;
  }
}

.card-hadding {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .card-hadding {
    font-size: 20px;
  }
}

.testimonial-section {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1400px) {
  .testimonial-section {
    background-size: 150px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section {
    background-size: 110px;
  }
}
@media (max-width: 991px) {
  .testimonial-section {
    background-size: 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    padding-bottom: 70px;
  }
}
.testimonial-section .section-header-content p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .testimonial-section .section-header-content p {
    font-size: 16px;
    line-height: 20px;
  }
}

.testimonial-card .card-item {
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 991px) {
  .testimonial-card .card-item {
    padding: 15px;
  }
}
.testimonial-card .quote-icon {
  font-size: 100px;
  line-height: 60px;
  color: #761590;
  opacity: 0.2;
  position: absolute;
  left: -4px;
  top: -3px;
}
@media (max-width: 991px) {
  .testimonial-card .quote-icon {
    font-size: 80px;
    line-height: 50px;
    left: 0;
  }
}

.testimonial-description {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  font-style: italic;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .testimonial-description {
    font-size: 20px;
    padding-left: 35px;
  }
}
.testimonial-description p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonial-description p {
    font-size: 20px;
  }
}

.testimonial-caption {
  position: relative;
}

.author {
  display: flex;
  gap: 16px;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}

.author-image {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
}

.author-details {
  display: grid;
  gap: 6px;
}
.author-details .author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #666666;
}
.author-details .author-position {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
}

.tabs-with-description {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.faq-left {
  width: calc(41% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .faq-left {
    width: 100%;
  }
}
.faq-left .section-label {
  background-color: #F5F2F0;
}
@media (max-width: 767px) {
  .faq-left .faq-title br {
    display: none;
  }
}

.faq-right {
  width: calc(59% - 15px);
}
@media (max-width: 767px) {
  .faq-right {
    width: 100%;
  }
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 4px;
}
.breadcrumb-nav li {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb-nav li {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
}
.breadcrumb-nav li a {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .breadcrumb-nav li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
}
.breadcrumb-nav li a:hover {
  color: #761590;
}
.breadcrumb-nav li:after {
  content: "";
  background-image: url(../images/chevron-right.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .breadcrumb-nav li:after {
    background-size: 5px;
    margin: 0 1px;
  }
}
.breadcrumb-nav li:last-child::after {
  display: none;
}

.inner-hero-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #F5F2F0;
}
@media (max-width: 767px) {
  .inner-hero-container {
    grid-template-columns: auto;
  }
}

.inner-hero-left {
  padding: 16px 20px 16px 120px;
  display: flex;
  flex-direction: column;
  row-gap: 77px;
}
@media (max-width: 1400px) {
  .inner-hero-left {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .inner-hero-left {
    gap: 30px;
  }
}

.inner-hero-banner img {
  aspect-ratio: 1/0.42;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.tax-section-header h2 {
  color: #ffffff;
}

.tax-dec p {
  color: #ffffff;
}

.tax-section-row:only-child {
  grid-column: span 2;
}

.price-table-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 991px) {
  .price-table-columns {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .price-table-columns {
    grid-template-columns: auto;
  }
}

.tarieven-overview {
  overflow: auto;
  scroll-behavior: smooth;
}
.tarieven-overview h2 {
  margin-bottom: 20px;
  color: #ffffff;
}
.tarieven-overview p {
  color: #ffffff;
}
.tarieven-overview p a {
  color: #ffffff;
  text-decoration: underline;
}
.tarieven-overview p a:hover {
  color: #000000;
  text-decoration: underline;
}
.tarieven-overview a {
  color: #ffffff;
  text-decoration: underline;
}
.tarieven-overview a:hover {
  color: #000000;
  text-decoration: underline;
}
.tarieven-overview table {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid #ffffff;
  border-radius: 5px;
}
.tarieven-overview table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tarieven-overview table tbody tr td {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 16px;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .tarieven-overview table tbody tr td {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .tarieven-overview table tbody tr td:empty {
    display: none;
  }
}
.tarieven-overview table tbody tr:first-child {
  background: #ffffff;
}
.tarieven-overview table tbody tr:first-child td {
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 16px;
  color: #761590;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tarieven-overview table tbody tr:first-child td {
    font-size: 14px;
    line-height: 1;
  }
}
.tarieven-overview table tbody tr:first-child td strong {
  font-weight: 400;
}
.tarieven-overview table tbody tr:first-child td b {
  font-weight: 400;
}
.tarieven-overview ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.tarieven-overview ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tarieven-overview ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.tarieven-overview ol li a {
  color: #ffffff;
  text-decoration: underline;
}
.tarieven-overview ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.tarieven-overview ul {
  margin: 0;
  list-style: none;
}
.tarieven-overview ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #ffffff;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .tarieven-overview ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.tarieven-overview ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.tarieven-overview ul li a {
  color: #ffffff;
  text-decoration: underline;
}
.tarieven-overview ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.gift-tax-wrapper {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1400px) {
  .gift-tax-wrapper {
    background-size: 150px;
  }
}
@media (max-width: 1199px) {
  .gift-tax-wrapper {
    background-size: 110px;
  }
}
@media (max-width: 991px) {
  .gift-tax-wrapper {
    background-size: 90px;
  }
}
@media (max-width: 767px) {
  .gift-tax-wrapper {
    padding-bottom: 70px;
  }
}

.gift-card-top-image img {
  aspect-ratio: 1/0.33;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .gift-card-top-image img {
    aspect-ratio: 1/0.5;
  }
}

.no-image-wrapper .gift-tax-info {
  margin: 0;
}

.gift-tax-info {
  padding: 30px;
  background: #ffffff;
  width: calc(100% - 60px);
  margin: -60px auto 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .gift-tax-info {
    width: calc(100% - 30px);
    padding: 15px;
  }
}
.gift-tax-info h5 {
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gift-tax-info h5 {
    margin-bottom: 20px;
  }
}
.gift-tax-info ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.gift-tax-info ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .gift-tax-info ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.gift-tax-info ol li a {
  color: #761590;
}
.gift-tax-info ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.gift-tax-info ul {
  margin: 0;
  list-style: none;
}
.gift-tax-info ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .gift-tax-info ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.gift-tax-info ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.gift-tax-info ul li a {
  color: #761590;
}
.gift-tax-info ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.gift-tax-content {
  text-align: center;
  margin-top: 40px;
}

.gift-tax-inner {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: auto;
  scroll-behavior: smooth;
}
.gift-tax-inner table {
  margin: 0;
  border-bottom: 3px solid #761590;
}
.gift-tax-inner table thead {
  background: #761590;
}
.gift-tax-inner table thead tr th {
  padding: 12px 16px;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .gift-tax-inner table thead tr th {
    font-size: 14px;
    line-height: 1;
  }
}
.gift-tax-inner table tbody tr {
  background: #F5F2F0;
}
.gift-tax-inner table tbody tr:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}
.gift-tax-inner table tbody tr td {
  padding: 12px 16px;
  color: #121212;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .gift-tax-inner table tbody tr td {
    font-size: 14px;
    line-height: 1;
  }
}

.support-description h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .support-description h2 {
    margin-bottom: 20px;
  }
}

.description-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .description-card {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.description-card p {
  color: #ffffff;
}
.description-card ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.description-card ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .description-card ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.description-card ol li a {
  color: #ffffff;
}
.description-card ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.description-card ul {
  margin: 0;
  list-style: none;
}
.description-card ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #ffffff;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .description-card ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.description-card ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.description-card ul li a {
  color: #ffffff;
}
.description-card ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.about-feature-section {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1400px) {
  .about-feature-section {
    background-size: 150px;
  }
}
@media (max-width: 1199px) {
  .about-feature-section {
    background-size: 110px;
  }
}
@media (max-width: 991px) {
  .about-feature-section {
    background-size: 90px;
  }
}
@media (max-width: 767px) {
  .about-feature-section {
    padding-bottom: 70px;
  }
}

.about-feature-bg {
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 1400px) {
  .about-feature-bg {
    background-size: 150px;
  }
}
@media (max-width: 1199px) {
  .about-feature-bg {
    background-size: 110px;
  }
}
@media (max-width: 991px) {
  .about-feature-bg {
    background-size: 90px;
  }
}
@media (max-width: 767px) {
  .about-feature-bg {
    padding-top: 70px;
  }
}

.feature-image-wrapper img {
  aspect-ratio: 1/0.33;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .feature-image-wrapper img {
    aspect-ratio: 1/0.5;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 30px;
  background: #F5F2F0;
  width: calc(100% - 60px);
  margin: -60px auto 0 auto;
  position: relative;
  gap: 30px;
}
@media (max-width: 767px) {
  .feature-grid {
    width: calc(100% - 30px);
    padding: 15px;
    grid-template-columns: auto;
  }
}
.feature-grid .feature-title {
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature-grid .feature-title {
    margin-bottom: 20px;
  }
}
.feature-grid ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.feature-grid ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .feature-grid ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.feature-grid ol li a {
  color: #761590;
}
.feature-grid ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.feature-grid ul {
  margin: 0;
  list-style: none;
}
.feature-grid ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .feature-grid ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.feature-grid ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.feature-grid ul li a {
  color: #761590;
}
.feature-grid ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.two-col-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 1199px) {
  .two-col-row {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .two-col-row {
    grid-template-columns: auto;
  }
}

.col-img-box {
  position: relative;
}
.col-img-box .col-img {
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .col-img-box .col-img {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .col-img-box .col-img {
    padding-right: 20px;
  }
}
.col-img-box .col-img img {
  width: 100%;
  aspect-ratio: 1/0.832;
  -o-object-fit: cover;
     object-fit: cover;
}
.col-img-box .image-bg {
  position: absolute;
  top: 40px;
  right: 0;
  width: calc(100% - 40px);
  height: 100%;
  background: #F5F2F0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .col-img-box .image-bg {
    top: 30px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .col-img-box .image-bg {
    top: 20px;
    width: calc(100% - 20px);
  }
}
.col-img-box ol {
  margin: 0;
  list-style: lower-alpha;
  list-style-position: inside;
}
.col-img-box ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .col-img-box ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.col-img-box ol li a {
  color: #761590;
}
.col-img-box ol li a:hover {
  color: #000000;
  text-decoration: underline;
}
.col-img-box ul {
  margin: 0;
  list-style: none;
}
.col-img-box ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #666666;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .col-img-box ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.col-img-box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #761590;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  top: 10px;
}
.col-img-box ul li a {
  color: #761590;
}
.col-img-box ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.two-col-content {
  padding-top: 80px;
}
.two-col-content h2 {
  margin-bottom: 30px;
}/*# sourceMappingURL=styles.css.map */