@charset "UTF-8";
/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
@import url("https://use.typekit.net/vxj3kfw.css");
/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

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

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.c-white {
  color: #fff;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.bg-purple-gradient, .purple-card {
  background: linear-gradient(281deg, #6100C7 16.24%, #2F0061 83.45%);
  background-size: 200% 200%;
  animation: gradient-shift 18s ease infinite;
}

.with-quotes {
  position: relative;
  padding: 42px 0px;
}
.with-quotes::before, .with-quotes::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../images/virscient-bars.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.with-quotes::before {
  top: 0px;
  left: 0px;
  transform: rotate(0deg) scaleX(1);
}
.with-quotes::after {
  bottom: 0px;
  right: 0px;
  transform: rotate(180deg) scaleX(-1);
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.text-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section-header:empty {
  display: none;
}
.section-header:not(:empty) {
  margin-bottom: 48px;
}
.section-header h2 {
  color: #241F0C;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 24px 0;
}
.section-header h2 span {
  color: #6100C7;
}
@media screen and (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }
}
.section-header > .row > .col-lg-6,
.section-header > .row > .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-header .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.section-header p {
  color: #241F0C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.section-header > .row:first-child:not(:only-child) {
  margin-bottom: 24px;
}
.section-header > .row:last-child {
  margin-bottom: 0;
}
.section-header > .row:only-child {
  margin-bottom: 0;
}
.section-header > .row:only-child h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-header .col-lg-4,
  .section-header .col-lg-6,
  .section-header .col-lg-7 {
    margin-bottom: 24px;
  }
}

.subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 2.4px;
  color: #6100C7;
}

.wysiwyg {
  color: #241F0C;
}
.wysiwyg > :first-child {
  margin-top: 0;
}
.wysiwyg > :last-child {
  margin-bottom: 0;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  color: #241F0C;
  margin-top: 48px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 120%;
}
.wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
  margin-top: 0;
}
.wysiwyg h1 span, .wysiwyg h2 span, .wysiwyg h3 span, .wysiwyg h4 span, .wysiwyg h5 span, .wysiwyg h6 span {
  color: #6100C7;
}
.wysiwyg h1 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 32px;
  }
}
.wysiwyg h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 28px;
  }
}
.wysiwyg h3 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 22px;
  }
}
.wysiwyg h4 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 20px;
  }
}
.wysiwyg h5 {
  font-size: 18px;
}
.wysiwyg h6 {
  font-size: 16px;
}
.wysiwyg p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #241F0C;
  margin-bottom: 24px;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  color: #6100C7;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
.wysiwyg a:hover {
  color: #2F0061;
  text-decoration: underline;
}
.wysiwyg a:active {
  color: #2F0061;
}
.wysiwyg ul, .wysiwyg ol {
  margin: 24px 0;
  padding-left: 32px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .wysiwyg ul, .wysiwyg ol {
    padding-left: 24px;
  }
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul ul {
  list-style-type: circle;
  margin-top: 12px;
  margin-bottom: 12px;
}
.wysiwyg ul ul ul {
  list-style-type: square;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol ol {
  list-style-type: lower-alpha;
  margin-top: 12px;
  margin-bottom: 12px;
}
.wysiwyg ol ol ol {
  list-style-type: lower-roman;
}
.wysiwyg li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #241F0C;
  margin-bottom: 12px;
  padding-left: 8px;
}
.wysiwyg li:last-child {
  margin-bottom: 0;
}
.wysiwyg li > p {
  margin-bottom: 12px;
}
.wysiwyg blockquote {
  position: relative;
  margin: 40px 0;
  padding: 32px 48px;
  background-color: #F3F3F3;
  border-left: 4px solid #6100C7;
  font-size: 18px;
  font-style: italic;
  line-height: 150%;
  color: #241F0C;
}
@media screen and (max-width: 768px) {
  .wysiwyg blockquote {
    padding: 24px 32px;
    font-size: 16px;
  }
}
.wysiwyg blockquote p {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}
.wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.wysiwyg blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #6100C7;
}
.wysiwyg blockquote cite::before {
  content: "— ";
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .wysiwyg img.alignleft {
    float: left;
    margin: 8px 32px 24px 0;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .wysiwyg img.alignright {
    float: right;
    margin: 8px 0 24px 32px;
    max-width: 50%;
  }
}
.wysiwyg img.aligncenter {
  display: block;
  margin: 32px auto;
}
.wysiwyg figure {
  margin: 32px 0;
}
.wysiwyg figure img {
  margin: 0;
}
.wysiwyg figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  font-style: italic;
  color: #F3F3F3;
  text-align: center;
}
@media (min-width: 768px) {
  .wysiwyg figure.alignleft, .wysiwyg figure.alignright {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .wysiwyg figure.alignleft {
    float: left;
    margin: 8px 32px 24px 0;
  }
}
@media (min-width: 768px) {
  .wysiwyg figure.alignright {
    float: right;
    margin: 8px 0 24px 32px;
  }
}
.wysiwyg table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .wysiwyg table {
    font-size: 13px;
  }
}
.wysiwyg thead {
  background-color: #6100C7;
  color: #fff;
}
.wysiwyg thead th {
  font-weight: 500;
  text-align: left;
}
.wysiwyg th, .wysiwyg td {
  padding: 12px 16px;
  border: 1px solid #F3F3F3;
}
@media screen and (max-width: 768px) {
  .wysiwyg th, .wysiwyg td {
    padding: 8px 12px;
  }
}
.wysiwyg tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
.wysiwyg tbody tr:hover {
  background-color: #DFD5EA;
}
.wysiwyg hr {
  margin: 48px 0;
  border: none;
  border-top: 2px solid #F3F3F3;
}
@media screen and (max-width: 768px) {
  .wysiwyg hr {
    margin: 32px 0;
  }
}
.wysiwyg code {
  background-color: #F3F3F3;
  color: #6100C7;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
.wysiwyg pre {
  background-color: #111111;
  color: #fff;
  padding: 24px;
  margin: 32px 0;
  overflow-x: auto;
  border-radius: 4px;
  line-height: 150%;
}
.wysiwyg pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
}
.wysiwyg strong, .wysiwyg b {
  font-weight: 700;
  color: #241F0C;
}
.wysiwyg em, .wysiwyg i {
  font-style: italic;
}
.wysiwyg small {
  font-size: 12px;
  line-height: 150%;
}
.wysiwyg mark {
  background-color: #DFD5EA;
  color: #241F0C;
  padding: 2px 4px;
}
.wysiwyg abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 1px dotted #6100C7;
}
.wysiwyg sub, .wysiwyg sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wysiwyg sub {
  bottom: -0.25em;
}
.wysiwyg sup {
  top: -0.5em;
}
.wysiwyg dl {
  margin: 24px 0;
}
.wysiwyg dl dt {
  font-weight: 700;
  color: #241F0C;
  margin-top: 16px;
}
.wysiwyg dl dt:first-child {
  margin-top: 0;
}
.wysiwyg dl dd {
  margin: 8px 0 0 32px;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .wysiwyg dl dd {
    margin-left: 24px;
  }
}
.wysiwyg .btn,
.wysiwyg a.btn {
  margin-top: 24px;
  margin-bottom: 24px;
  text-decoration: none;
}
.wysiwyg iframe,
.wysiwyg video {
  max-width: 100%;
  margin: 32px 0;
  border: none;
}
.wysiwyg .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 32px 0;
}
.wysiwyg .video-wrapper iframe,
.wysiwyg .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wysiwyg::after {
  content: "";
  display: table;
  clear: both;
}

.btn,
button,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
  font-family: "gotham", sans-serif;
  padding: 8px 24px;
  height: 36px;
  cursor: pointer;
  transition: 0.2s all;
  border: 1.5px solid transparent;
  text-transform: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-align: center;
  gap: 16px;
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}

.btn-primary,
input[type=submit] {
  background-color: #6100C7;
  border-color: #6100C7;
  color: #fff;
}
.btn-primary:hover,
input[type=submit]:hover {
  background-color: #2F0061;
  border-color: #2F0061;
  color: #fff;
}
.btn-primary:hover svg, .btn-primary:hover path,
input[type=submit]:hover svg,
input[type=submit]:hover path {
  fill: #fff;
}
.btn-primary:active,
input[type=submit]:active {
  background-color: #2F0061;
  border-color: #2F0061;
  color: #fff;
}

.btn-secondary {
  background-color: transparent;
  border: #fff solid 2px;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #6100C7;
  color: #fff;
}
.btn-secondary:active {
  transform: translateY(0);
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-main li {
  margin-left: 30px;
}
.menu-main a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-footer {
  flex-direction: column;
}
.menu-footer li {
  margin-bottom: 10px;
  position: relative;
}
.menu-footer a {
  line-height: 1.428;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
}

body {
  font-family: "gotham", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

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

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

h1, .h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2, .h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h3, .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h4, .h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h5, .h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h6, .h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
}
.site-header .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  flex: 0 0 auto;
}
.site-logo img {
  height: 74px;
  width: auto;
  display: block;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-main {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main > li {
  position: relative;
  padding: 0;
  margin: 0;
}
.menu-main > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.menu-main > li > a:hover {
  color: #F3F3F3;
}
.menu-main > li.menu-item-has-children > a::after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.menu-main > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.menu-main > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #F3F3F3;
  min-width: 245px;
  padding: 5px 5px 10px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu-main > li .sub-menu li {
  padding: 0;
  margin: 0;
}
.menu-main > li .sub-menu li a {
  color: #6100C7;
  padding: 7px 8px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  line-height: 1.367;
  border-radius: 3px;
}
.menu-main > li .sub-menu li a:hover {
  background: #6100C7;
  color: #F3F3F3;
}
.menu-main > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.admin-bar body {
  padding-top: 112px;
}
@media (max-width: 782px) {
  .admin-bar body {
    padding-top: 126px;
  }
}

.admin-bar .side-menu {
  top: 112px;
}
@media (max-width: 782px) {
  .admin-bar .side-menu {
    top: 126px;
  }
}
.admin-bar .side-menu .inner {
  height: calc(100vh - 112px);
}
@media (max-width: 782px) {
  .admin-bar .side-menu .inner {
    height: calc(100vh - 126px);
  }
}

.side-menu {
  position: fixed;
  pointer-events: none;
  top: 80px;
  right: 0;
  bottom: 0;
  z-index: 750;
  transition: all ease-in-out 0.4s;
  width: 100vw;
}
@media (min-width: 576px) {
  .side-menu {
    width: 410px;
  }
}
.side-menu .inner {
  background: #fff;
  height: calc(100vh - 80px);
  padding: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.opened .side-menu {
  transform: translateX(0) !important;
  pointer-events: all;
}

.menu-opener {
  z-index: 50;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #fff;
  margin-left: auto;
}
.menu-opener:before, .menu-opener:after {
  content: "";
  backface-visibility: hidden;
  transition: all 0.4s;
  background: #fff;
  height: 1px;
  left: 9px;
  right: 9px;
  top: 13px;
  position: absolute;
}
.menu-opener:before {
  box-shadow: 0 13px 0 0 #fff;
}
.menu-opener:after {
  top: 19px;
}
.opened .menu-opener:before {
  box-shadow: 0 0 0 0 transparent;
  transform: rotate(225deg);
  top: 19px;
}
.opened .menu-opener:after {
  transform: rotate(315deg);
  top: 19px;
}

.opened-shim {
  display: none;
}

.opened .opened-shim {
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 700;
  cursor: pointer;
}

.admin-bar .opened .opened-shim {
  top: 112px;
}
@media (max-width: 782px) {
  .admin-bar .opened .opened-shim {
    top: 126px;
  }
}

.menu-mobile {
  list-style: none;
  margin: 0;
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu-mobile > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  width: 100%;
}
.menu-mobile > li > a {
  display: block;
  padding: 16px 20px;
  color: #241F0C;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: 100%;
}
.menu-mobile > li > a:hover {
  background-color: #f5f5f5;
}
.menu-mobile > li.menu-item-has-children > a {
  padding-right: 50px;
}
.menu-mobile .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  display: none;
  width: 100%;
}
.menu-mobile .sub-menu li {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
}
.menu-mobile .sub-menu li a {
  display: block;
  padding: 14px 20px 14px 32px;
  font-size: 14px;
  font-weight: 400;
  color: #6100C7;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: 100%;
}
.menu-mobile .sub-menu li a:hover {
  background-color: #f0f0f0;
}
.menu-mobile .sub-menu li:last-child {
  border-bottom: none;
}

.sub-opener {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.sub-opener:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #241F0C;
  border-bottom: 2px solid #241F0C;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.sub-opener.active:after {
  transform: rotate(225deg);
}

.side-menu .btn-primary {
  width: calc(100% - 40px);
  margin: 20px;
  justify-content: center;
}

section.hero {
  padding-top: 208px;
  padding-bottom: 104px;
}
section.hero.with-bg {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}
section.hero.hero-home {
  padding-top: 256px;
}
@media screen and (max-width: 768px) {
  section.hero.hero-home {
    padding-top: 208px;
  }
}
section.hero .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 980px;
}
section.hero h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.hero h1 {
    font-size: 32px;
  }
}
section.hero p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
section.hero .hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section.hero .hero-ctas .btn {
    width: 100%;
  }
}

footer .footer-content {
  color: #fff;
  padding-top: 96px;
  padding-bottom: 40px;
}
footer .footer-content a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
footer .footer-content a:hover {
  color: #F3F3F3;
  text-decoration: underline;
}
footer .footer-content h3 {
  font-size: 18px;
  font-weight: 700;
}
footer .footer-content h4 {
  font-size: 14px;
  font-weight: 700;
}
footer .footer-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
footer .footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-content .footer-section {
    padding-bottom: 16px;
  }
}
footer .footer-content .gutter {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  footer .footer-content .gutter {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-legal {
  background-color: #241F0C;
  color: #fff;
  text-align: center;
  padding: 20px;
}
footer .footer-legal a {
  color: #fff;
  text-decoration: underline;
}
footer .footer-legal a:hover {
  text-decoration: none;
}
footer .footer-legal p {
  margin: 0;
  font-weight: 500;
}

.hidden_label label {
  display: none;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.gfield_validation_message {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.gform_footer {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.gform_footer img {
  position: absolute;
  right: -20px;
  top: 40px;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.gfield {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 10px;
}

.gform_fields > .gfield:last-child {
  margin-bottom: 6px;
}

.gfield_label {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  line-height: 18px;
  font-weight: 300;
}

.gfield--width-half {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .gfield--width-half {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel] {
  border: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  height: 40px;
  padding: 0 0 0 26px;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  color: #F3F3F3;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: none;
}

textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.ginput_container_checkbox {
  margin-top: 8px;
}

.gfield-choice-input {
  display: none;
}
.gfield-choice-input + label {
  position: relative;
  padding-left: 34px;
  line-height: 26px;
  cursor: pointer;
}
.gfield-choice-input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.gfield-choice-input:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 18px;
}

.gchoice {
  margin-right: 10px;
}

select {
  -webkit-appearance: none;
  background: transparent no-repeat calc(100% - 22px) 50%;
  font-size: 16px;
  font-family: "gotham", sans-serif;
  padding-right: 15px;
  border: 0;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/
.contact-page {
  min-height: 100vh;
}
.contact-page .contact-wrapper {
  display: flex;
  min-height: 100vh;
  margin-top: -100px;
}
@media (max-width: 992px) {
  .contact-page .contact-wrapper {
    flex-direction: column;
    min-height: auto;
    margin-top: -100px;
  }
}
.contact-page .contact-sidebar {
  width: 50%;
  padding: 180px 165px 80px 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -5px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .contact-page .contact-sidebar {
    padding: 180px 100px 80px 100px;
  }
}
@media (max-width: 992px) {
  .contact-page .contact-sidebar {
    width: 100%;
    padding: 180px 40px 60px 40px;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-sidebar {
    padding: 180px 20px 40px 20px;
  }
}
.contact-page .sidebar-content {
  max-width: 440px;
}
.contact-page .contact-title {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin: 0 0 12px 0;
}
@media (max-width: 992px) {
  .contact-page .contact-title {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-title {
    font-size: 32px;
    line-height: 36px;
    margin-top: 80px;
  }
}
.contact-page .contact-intro {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .contact-page .contact-intro {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.contact-page .regional-emails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-page .regional-emails {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}
.contact-page .email-region .region-title {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 0 0;
}
.contact-page .email-region .region-email {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #d8b2ff;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.contact-page .email-region .region-email:hover {
  color: #fff;
}
.contact-page .headquarters {
  margin-top: 0;
}
@media (max-width: 768px) {
  .contact-page .headquarters {
    margin-top: 0;
  }
}
.contact-page .headquarters .hq-title {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 0 0;
}
.contact-page .headquarters .hq-address {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 16px 0;
}
.contact-page .headquarters .hq-email {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #d8b2ff;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  margin-top: 0;
}
.contact-page .headquarters .hq-email strong {
  font-weight: 700;
}
.contact-page .headquarters .hq-email:hover {
  color: #fff;
}
.contact-page .contact-form-section {
  width: 50%;
  padding: 180px 120px 80px 120px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .contact-page .contact-form-section {
    padding: 180px 80px 80px 80px;
  }
}
@media (max-width: 992px) {
  .contact-page .contact-form-section {
    width: 100%;
    padding: 180px 40px 60px 40px;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-form-section {
    padding: 180px 20px 40px 20px;
  }
}
.contact-page .form-content {
  max-width: 615px;
  width: 100%;
}
.contact-page .gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;
}
.contact-page .gform_wrapper .gform_heading {
  margin-bottom: 32px !important;
}
.contact-page .gform_wrapper .gform_heading .gform_title {
  display: none;
}
.contact-page .gform_wrapper .gform_heading .gform_description {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #241F0C;
  margin: 0;
}
.contact-page .gform_wrapper .gform_heading .gform_description strong {
  font-weight: 700;
}
.contact-page .gform_wrapper .gform_body .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .contact-page .gform_wrapper .gform_body .gform_fields {
    flex-direction: column;
  }
}
.contact-page .gform_wrapper .gform_body .gfield {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .contact-page .gform_wrapper .gform_body .gfield {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page .gform_wrapper .gform_body .gfield.gfield--width-full, .contact-page .gform_wrapper .gform_body .gfield.gfield--type-textarea {
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-page .gform_wrapper .gform_body .gfield .gfield_label {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #241F0C;
  margin: 0 0 8px 0;
  display: block;
}
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=text],
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=email],
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=tel],
.contact-page .gform_wrapper .gform_body .gfield .ginput_container textarea {
  width: 100%;
  background: #fbf8ff;
  border: 1px solid #f0e1ff;
  border-radius: 2px;
  padding: 14px 16px;
  font-family: "gotham", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #241F0C;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus,
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus,
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus,
.contact-page .gform_wrapper .gform_body .gfield .ginput_container textarea:focus {
  outline: none;
  border-color: #6100C7;
}
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=text]::placeholder,
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=email]::placeholder,
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=tel]::placeholder,
.contact-page .gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder {
  color: rgba(36, 31, 12, 0.5);
}
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=text],
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=email],
.contact-page .gform_wrapper .gform_body .gfield .ginput_container input[type=tel] {
  height: 49px;
}
.contact-page .gform_wrapper .gform_body .gfield .ginput_container textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 14px;
}
.contact-page .gform_wrapper .gform_footer {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
.contact-page .gform_wrapper .gform_footer input[type=submit] {
  background: #6100C7;
  border: 1.5px solid #6100C7;
  color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  padding: 8px 24px;
  height: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-page .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #2F0061;
  border-color: #2F0061;
}
.contact-page .gform_wrapper .gfield_error .ginput_container input,
.contact-page .gform_wrapper .gfield_error .ginput_container textarea {
  border-color: #ff0000 !important;
}
.contact-page .gform_wrapper .validation_message,
.contact-page .gform_wrapper .gfield_description.validation_message {
  font-size: 12px;
  color: #ff0000;
  margin-top: 4px;
}
.contact-page .gform_confirmation_wrapper .gform_confirmation_message {
  background: linear-gradient(135deg, #f0e1ff 0%, #e8d5ff 100%);
  border-left: 4px solid #6100C7;
  padding: 24px 32px;
  font-family: "gotham", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #241F0C;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(97, 0, 199, 0.1);
  margin: 0;
}

.s-404 {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.s-404 .purple-section {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 180px 120px 80px;
  box-shadow: -5px 4px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.s-404 .purple-section .content-wrapper {
  max-width: 615px;
}
.s-404 .purple-section h1 {
  font-weight: 500;
  font-size: 200px;
  line-height: 1.09;
  color: #fff;
  margin: 0 0 40px 0;
}
.s-404 .purple-section .message {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 45px 0;
}
.s-404 .purple-section .btn-return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid #fff;
  color: #6100C7;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 24px;
  height: 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.s-404 .purple-section .btn-return:hover {
  background: transparent;
  color: #fff;
}
.s-404 .image-section {
  width: 50%;
  background-image: url("../images/404-bg.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .s-404 .purple-section {
    padding: 160px 40px 60px;
  }
  .s-404 .purple-section h1 {
    font-size: 160px;
  }
}
@media (max-width: 992px) {
  .s-404 {
    flex-direction: column;
    min-height: auto;
  }
  .s-404 .purple-section {
    width: 100%;
    padding: 180px 40px 80px;
    box-shadow: none;
    align-items: center;
  }
  .s-404 .purple-section .content-wrapper {
    text-align: center;
  }
  .s-404 .purple-section h1 {
    font-size: 120px;
  }
  .s-404 .image-section {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .s-404 .purple-section {
    padding: 160px 30px 60px;
  }
  .s-404 .purple-section h1 {
    font-size: 100px;
    margin-bottom: 30px;
  }
  .s-404 .purple-section .message {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .s-404 .image-section {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .s-404 .purple-section {
    padding: 140px 20px 40px;
  }
  .s-404 .purple-section h1 {
    font-size: 80px;
    margin-bottom: 24px;
  }
  .s-404 .purple-section .message {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .s-404 .image-section {
    height: 300px;
  }
}

.s-partner_logo_slider {
  margin-top: 90px;
  margin-bottom: 90px;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .s-partner_logo_slider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.s-partner_logo_slider h2 {
  color: #241F0C;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}
@media (max-width: 480px) {
  .s-partner_logo_slider h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.s-partner_logo_slider h2 span {
  color: #6100C7;
}
.s-partner_logo_slider .title-holder {
  padding: 24px 0px;
}
.s-partner_logo_slider .title-holder.row {
  align-items: center;
}
@media (max-width: 992px) {
  .s-partner_logo_slider .title-holder.row {
    flex-direction: column;
  }
  .s-partner_logo_slider .title-holder.row h2 {
    width: 100%;
    margin-bottom: 32px;
  }
  .s-partner_logo_slider .title-holder.row .logo-grid {
    width: 100%;
    margin-left: 0 !important;
    gap: 28px 32px;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider .title-holder.row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s-partner_logo_slider.mode-slider .title-holder {
  margin: auto;
  max-width: 770px;
}
.s-partner_logo_slider.mode-slider .partner-logo-swiper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .s-partner_logo_slider.mode-slider .partner-logo-swiper {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider.mode-slider .partner-logo-swiper {
    padding: 24px 0;
  }
}
.s-partner_logo_slider.mode-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.s-partner_logo_slider.mode-slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .s-partner_logo_slider.mode-slider .swiper-slide {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider.mode-slider .swiper-slide {
    padding: 0 20px;
  }
}
.s-partner_logo_slider.mode-slider .swiper-slide img {
  height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .s-partner_logo_slider.mode-slider .swiper-slide img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider.mode-slider .swiper-slide img {
    height: 42px;
  }
}
.s-partner_logo_slider .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 32px 40px;
  row-gap: 32px;
}
@media (max-width: 768px) {
  .s-partner_logo_slider .logo-grid {
    gap: 24px 28px;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider .logo-grid {
    gap: 20px 24px;
  }
}
.s-partner_logo_slider .logo-grid .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 120px;
}
@media (max-width: 768px) {
  .s-partner_logo_slider .logo-grid .logo-item {
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider .logo-grid .logo-item {
    min-width: 80px;
  }
}
.s-partner_logo_slider .logo-grid img {
  height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .s-partner_logo_slider .logo-grid img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .s-partner_logo_slider .logo-grid img {
    height: 42px;
  }
}

.s-intro-text {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-intro-text span {
  color: #6100C7;
}

.post-type-archive-service .s-intro-text {
  margin-bottom: 32px;
}

.card-cta {
  color: #fff;
  min-height: 450px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.card-cta .col-md-7 {
  display: flex;
}
.card-cta .col-md-5 {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .card-cta .col-md-5 {
    padding-left: 0;
  }
}
.card-cta .card-image {
  width: 100%;
  min-height: 450px;
  height: 100%;
}
.card-cta .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-cta .card-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin: auto;
}
.card-cta .card-content h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}
.card-cta .card-content .card-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0;
}
.card-cta .card-content .card-ctas {
  display: flex;
  gap: 16px;
}

.s-cta {
  margin-top: 24px;
  margin-bottom: 24px;
}
.s-cta .swiper-pagination {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .s-cta .swiper-pagination {
    display: none;
  }
}
.s-cta .swiper-pagination-bullet {
  background-color: #6100C7;
  width: 100px;
  height: 12px;
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 8px;
}

.s-featured-quote {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-featured-quote .quote-wrapper {
  padding: 80px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .s-featured-quote .quote-wrapper {
    padding: 28px;
    border-radius: 0px;
  }
}
.s-featured-quote blockquote {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.s-featured-quote cite {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  margin-top: 36px;
  margin-bottom: 12px;
}

.s-text-block {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-text-block h2 {
  color: #241F0C;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.s-case-study-slider {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-case-study-slider .case-study-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.s-case-study-slider .case-study-swiper {
  overflow: visible;
}
.s-case-study-slider .swiper-slide {
  position: relative;
  height: 453px;
  overflow: hidden;
  width: calc(100% - 60px);
  max-width: 1342px;
}
@media screen and (max-width: 768px) {
  .s-case-study-slider .swiper-slide {
    height: 400px;
    width: calc(100% - 32px);
  }
}
.s-case-study-slider .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(281deg, #6100C7 16.24%, #2F0061 83.45%);
}
.s-case-study-slider .slide-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}
.s-case-study-slider .slide-background .no-image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.s-case-study-slider .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.s-case-study-slider .content-panel {
  width: 100%;
  max-width: 553px;
  height: 301px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .s-case-study-slider .content-panel {
    max-width: 100%;
    height: auto;
    min-height: 250px;
    padding: 32px 24px;
  }
}
.s-case-study-slider .content-panel .logo-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.s-case-study-slider .content-panel .logo-watermark img {
  width: 100%;
  height: auto;
}
.s-case-study-slider .content-panel .panel-inner {
  position: relative;
  z-index: 2;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .s-case-study-slider .content-panel .panel-inner {
    padding: 0;
  }
}
.s-case-study-slider .content-panel h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .s-case-study-slider .content-panel h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.s-case-study-slider .content-panel .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  min-height: 36px;
  border: 1.5px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}
.s-case-study-slider .content-panel .btn-outline:hover {
  background: #fff;
  color: #6100C7;
}
@media screen and (max-width: 768px) {
  .s-case-study-slider .content-panel .btn-outline {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.s-case-study-slider .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .s-case-study-slider .swiper-pagination {
    margin-top: 24px;
    display: none;
  }
}
.s-case-study-slider .swiper-pagination-bullet {
  background-color: #6100C7;
  width: 100px;
  height: 12px;
  border-radius: 0;
  margin: 0 8px 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.s-case-study-slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.s-case-study-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.s-testimonial-slider {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider {
    padding: 48px 0 56px 0;
  }
}
.s-testimonial-slider .testimonial-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .testimonial-slider-wrapper {
    margin-top: 32px;
    overflow: visible;
  }
}
.s-testimonial-slider .testimonial-swiper {
  overflow: visible;
}
@media screen and (min-width: 1400px) {
  .s-testimonial-slider .testimonial-swiper {
    padding-left: calc((100vw - 1320px) / 2 + 12px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .s-testimonial-slider .testimonial-swiper {
    padding-left: calc((100vw - 1140px) / 2 + 12px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .s-testimonial-slider .testimonial-swiper {
    padding-left: calc((100vw - 960px) / 2 + 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .s-testimonial-slider .testimonial-swiper {
    padding-left: calc((100vw - 720px) / 2 + 12px);
  }
}
@media screen and (max-width: 767px) {
  .s-testimonial-slider .testimonial-swiper {
    padding-left: 12px;
  }
}
.s-testimonial-slider .swiper-slide {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .swiper-slide {
    width: calc(100vw - 48px);
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .s-testimonial-slider .swiper-slide {
    width: calc(100vw - 32px);
  }
}
.s-testimonial-slider .testimonial-card {
  background-color: #F3F3F3;
  border-radius: 2px;
  box-shadow: -2px 4px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 79px 37px 79px 32px;
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .testimonial-card {
    padding: 32px 24px;
    height: 280px;
  }
}
.s-testimonial-slider .testimonial-quote {
  color: #6100C7;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .testimonial-quote {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
}
.s-testimonial-slider .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .testimonial-author {
    gap: 12px;
  }
}
.s-testimonial-slider .author-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .author-photo {
    width: 40px;
    height: 40px;
  }
}
.s-testimonial-slider .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-testimonial-slider .author-info {
  flex: 1;
}
.s-testimonial-slider .author-name {
  color: #6100C7;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .author-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.s-testimonial-slider .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .s-testimonial-slider .swiper-pagination {
    margin-top: 24px;
    display: none;
  }
}
.s-testimonial-slider .swiper-pagination-bullet {
  background-color: #6100C7;
  width: 100px;
  height: 12px;
  border-radius: 0;
  margin: 0 8px 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.s-testimonial-slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.s-testimonial-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.s-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-cards h2 {
  color: #241F0C;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 40px;
}
.s-cards h2 span {
  color: #6100C7;
}
.s-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-cards [class*=col-] {
  display: flex;
}
.s-cards .card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.s-cards .card-item .card-image {
  height: 230px;
}
.s-cards .card-item .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.s-cards .card-item .card-content {
  background: #6100C7;
  color: #fff;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.s-cards .card-item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}
.s-cards .card-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 4px;
}
.s-cards .card-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 4px;
  margin-top: 4px;
}
.s-cards .card-item a:hover {
  text-decoration: none;
}
.s-cards .extra-button {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .s-cards .extra-button {
    width: 100%;
  }
}

.s-solution-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-solution-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-solution-cards [class*=col-] {
  display: flex;
}
.s-solution-cards .solution-card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.s-solution-cards .solution-card-item .card-image {
  height: 415px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s-solution-cards .solution-card-item .card-image {
    height: 300px;
  }
}
.s-solution-cards .solution-card-item .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.s-solution-cards .solution-card-item .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
.s-solution-cards .solution-card-item .card-content .card-logo {
  height: 52px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.s-solution-cards .solution-card-item .card-content .card-logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.s-solution-cards .solution-card-item .card-content .card-extra-title {
  height: 52px;
  display: flex;
  align-items: center;
  color: #6100C7;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.s-solution-cards .solution-card-item .card-content h3 {
  color: #241F0C;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.s-solution-cards .solution-card-item .card-content p {
  color: #241F0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.s-solution-cards .solution-card-item .card-content .btn {
  margin-top: auto;
  align-self: flex-start;
}

.s-industry-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-industry-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-industry-cards .industry-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.s-industry-cards .industry-card .card-image {
  width: 100%;
  margin-bottom: 24px;
}
.s-industry-cards .industry-card .card-image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.s-industry-cards .industry-card .place-holder-image {
  height: 240px;
  width: 100%;
  margin-bottom: 24px;
  background-color: #6100C7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-industry-cards .industry-card .place-holder-image img {
  width: 60%;
  height: auto;
  object-fit: contain;
  opacity: 0.3;
}
.s-industry-cards .industry-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-grow: 1;
  width: 100%;
}
.s-industry-cards .industry-card .card-content h3 {
  color: #6100C7;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.s-industry-cards .industry-card .card-content p {
  color: #241F0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  flex-grow: 1;
}
.s-industry-cards .industry-card .card-content .btn {
  margin-top: auto;
}
.s-industry-cards .industry-card .card-content .btn svg {
  margin-left: 8px;
}

.s-service-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-service-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-service-cards .service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.s-service-cards .service-card .card-image {
  width: 100%;
  margin-bottom: 24px;
}
.s-service-cards .service-card .card-image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.s-service-cards .service-card .place-holder-image {
  height: 240px;
  width: 100%;
  margin-bottom: 24px;
  background-color: #6100C7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-service-cards .service-card .place-holder-image img {
  width: 60%;
  height: auto;
  object-fit: contain;
  opacity: 0.3;
}
.s-service-cards .service-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-grow: 1;
  width: 100%;
}
.s-service-cards .service-card .card-content h3 {
  color: #6100C7;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.s-service-cards .service-card .card-content p {
  color: #241F0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  flex-grow: 1;
}
.s-service-cards .service-card .card-content .btn {
  margin-top: auto;
}
.s-service-cards .service-card .card-content .btn svg {
  margin-left: 8px;
}

.post-type-archive-service .s-service-cards {
  margin-top: 32px;
}

.s-partner-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-partner-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-partner-cards .partner-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.s-partner-cards .partner-card .logo-container {
  width: 100%;
  height: 336px;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #6100C7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.s-partner-cards .partner-card .logo-container img {
  min-width: 65%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.s-partner-cards .partner-card .logo-container.placeholder img {
  opacity: 0.3;
}
.s-partner-cards .partner-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-grow: 1;
  width: 100%;
}
.s-partner-cards .partner-card .card-content h3 {
  color: #6100C7;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.s-partner-cards .partner-card .card-content p {
  color: #241F0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  flex-grow: 1;
}
.s-partner-cards .partner-card .card-content .btn {
  margin-top: auto;
}
.s-partner-cards .partner-card .card-content .btn svg {
  margin-left: 8px;
}

.post-type-archive-partner .s-partner-cards {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .s-partner-cards .partner-card .logo-container {
    height: 280px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .s-partner-cards .partner-card .logo-container {
    height: 240px;
    padding: 24px;
  }
}
.s-icon-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-icon-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-icon-cards [class*=col-] {
  display: flex;
}
.s-icon-cards .icon-card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #F3F3F3;
  border: 2px solid #6100C7;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .s-icon-cards .icon-card-item {
    min-height: 325px;
    height: auto;
  }
}
.s-icon-cards .card-inner {
  display: flex;
  flex-direction: column;
  padding: 52px 30px 30px 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .s-icon-cards .card-inner {
    padding: 32px 24px 24px 24px;
  }
}
.s-icon-cards .card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.s-icon-cards .card-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.s-icon-cards h3 {
  color: #6100C7;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.s-icon-cards p {
  color: #241F0C;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.s-text_image {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-text_image h2 {
  color: #241F0C;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
}
.s-text_image h2 span {
  color: #6100C7;
}
.s-text_image .top-quotes {
  padding-bottom: 8px;
}
.s-text_image .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.s-text_image .purple-box {
  padding: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  border-radius: 8px;
}
.s-text_image .purple-box p {
  margin: 0;
}
.s-text_image .image-block {
  display: flex;
  align-items: center;
}
.s-text_image .image-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-text_image .image-block {
    margin-top: 32px;
  }
}

.s-faqs {
  background: #F3F3F3;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 80px 0;
}
.s-faqs .col-lg-5 {
  padding-right: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .s-faqs .col-lg-5 {
    padding-right: 15px;
    padding-top: 0;
  }
}
.s-faqs h2 {
  color: #6100C7;
  font-size: 28px;
  font-weight: 500;
  line-height: 109%;
  margin-bottom: 24px;
}
.s-faqs .intro-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #241F0C;
}
.s-faqs .intro-content a {
  color: #6100C7;
  font-weight: 700;
  text-decoration: underline;
}
.s-faqs .intro-content a:hover {
  text-decoration: none;
}
.s-faqs .faq-container {
  background: #6100C7;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .s-faqs .faq-container {
    margin-top: 40px;
  }
}
.s-faqs .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.s-faqs .faq-item:last-child {
  border-bottom: none;
}
.s-faqs .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  user-select: none;
}
.s-faqs .faq-question h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding-right: 20px;
  flex: 1;
}
.s-faqs .faq-question:hover {
  opacity: 0.9;
}
.s-faqs .faq-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.s-faqs .faq-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.3s ease;
}
.s-faqs .faq-item.active .faq-toggle:after {
  transform: translate(-50%, -35%) rotate(225deg);
}
.s-faqs .faq-answer {
  display: none;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.s-faqs .faq-answer p:last-child {
  margin-bottom: 0;
}
.s-faqs .faq-answer a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.s-faqs .faq-answer a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.s-faqs .faq-answer strong, .s-faqs .faq-answer b {
  font-weight: 700;
}
.s-faqs .faq-answer em, .s-faqs .faq-answer i {
  font-style: italic;
}
.s-faqs .faq-answer ul, .s-faqs .faq-answer ol {
  margin: 10px 0;
  padding-left: 20px;
}
.s-faqs .faq-answer li {
  margin-bottom: 8px;
}

/**
 * Purple Cards Section
 *
 * Displays cards with purple gradient background in a responsive grid
 * Design: 3 cards per row on desktop (col-lg-4), 2 on tablet (col-md-6), 1 on mobile
 */
.s-purple_cards {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-purple_cards .row {
  display: flex;
  flex-wrap: wrap;
}
.s-purple_cards [class*=col-] {
  display: flex;
}

.purple-card {
  width: 100%;
  height: 325px;
  padding: 52px 30px 30px 30px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "gotham", sans-serif;
}
.purple-card__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  margin: 0 0 20px 0;
}
.purple-card__title br {
  display: block;
}
.purple-card__content {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

@media (max-width: 992px) {
  .purple-card {
    height: auto;
    min-height: 280px;
    padding: 40px 24px 24px 24px;
  }
  .purple-card__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .purple-card__content {
    font-size: 11px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .s-purple_cards {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .purple-card {
    min-height: 240px;
    padding: 32px 20px 20px 20px;
  }
  .purple-card__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .purple-card__content {
    font-size: 11px;
    line-height: 20px;
  }
}
.s-team-members {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-team-members .row {
  display: flex;
  flex-wrap: wrap;
}
.s-team-members [class*=col-] {
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .s-team-members [class*=col-] {
    margin-bottom: 16px;
  }
}
.s-team-members .team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.s-team-members .team-photo {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.s-team-members .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-team-members .team-info {
  background-color: #6100C7;
  height: 90px;
  padding: 0 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-family: "gotham", sans-serif;
}
@media screen and (max-width: 768px) {
  .s-team-members .team-info {
    padding: 0 16px;
    height: 80px;
  }
}
.s-team-members .team-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 768px) {
  .s-team-members .team-name {
    font-size: 16px;
    line-height: 22px;
  }
}
.s-team-members .team-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .s-team-members .team-title {
    font-size: 12px;
    line-height: 20px;
  }
}

.s-wysiwyg {
  margin-top: 64px;
  margin-bottom: 64px;
}

.case-study-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  border-radius: 10px;
  background: #F7F7F7;
  box-shadow: -3px 4px 14px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}
.case-study-card img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.case-study-card .card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
}
.case-study-card .place-holder-image {
  height: 270px;
  width: 100%;
  background-color: #6100C7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-card .place-holder-image img {
  width: 60%;
  height: auto;
  object-fit: contain;
  opacity: 0.3;
}
.case-study-card h3 {
  color: #6100C7;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.case-study-card .case-study-date {
  color: #6100C7;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}
.case-study-card .case-study-excerpt {
  color: #241F0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.case-study-holder {
  margin-top: 64px;
  margin-bottom: 64px;
}
.case-study-holder .row {
  display: flex;
  flex-wrap: wrap;
}
.case-study-holder [class*=col-] {
  display: flex;
  margin-bottom: 24px;
}
.case-study-holder .page-numbers {
  background: #DFD5EA;
  color: #6100C7;
  padding: 8px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.case-study-holder .page-numbers:hover {
  background: #6100C7;
  color: #fff;
}
.case-study-holder .page-numbers.current {
  background: #6100C7;
  color: #fff;
}
.case-study-holder .prev, .case-study-holder .next {
  display: none;
}

.post-content {
  margin-top: 64px;
  margin-bottom: 64px;
}

.related-stories {
  margin: 64px 0 24px;
  background-color: #fff;
}
.related-stories h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1A1A1A;
}
.related-stories .row {
  display: flex;
  flex-wrap: wrap;
}
.related-stories [class*=col-] {
  display: flex;
  margin-bottom: 24px;
}
.related-stories .case-study-card {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
