/*!
Theme Name:     AMS
Theme URI:
Description:    by Creative Spark
Author:         CreativeSpark
Version:        1.1
*/
.animated-round {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 210px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-impact {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.hover-impact:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 4;
  background: white;
  border: 1px solid black;
  border-radius: 10px;
  opacity: 0;
}
.hover-impact:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 5px;
  z-index: 1;
  right: -5px;
  background: #FFDFD0;
  border-radius: 10px;
  opacity: 0;
}
.hover-impact:hover {
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}
.hover-impact:hover:before {
  opacity: 1;
}
.hover-impact:hover:after {
  opacity: 1;
}

.hero-svg {
  position: absolute;
  width: 110vw;
  right: 0;
  left: 50%;
  margin-left: -50vw;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .hero-svg {
    height: 70vw;
    width: 70vw;
    margin-left: -35vw;
    left: 50%;
    top: -14vh;
    top: 0;
  }
}

.arrow-up {
  position: relative;
}
.arrow-up:after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  content: "";
  height: 42px;
  width: 42px;
  position: absolute;
  right: -55px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/stat-triangle.svg");
}
.arrow-up.active:after {
  opacity: 1;
  transform: scale(1);
}

.shape {
  position: absolute;
}
.shape--blur-small {
  filter: blur(4px);
}
.shape--blur-medium {
  filter: blur(15px);
}
.shape--blur-large {
  filter: blur(30px);
}
.shape__inner {
  border-radius: 100%;
  background: #0FE2FF;
}
.shape--xsmall {
  height: 19px;
  width: 19px;
}
.shape--small {
  height: 47px;
  width: 47px;
}
.shape--medium {
  height: 102px;
  width: 102px;
}
.shape--large {
  height: 120px;
  width: 120px;
}
.shape--xlarge {
  height: 205px;
  width: 205px;
}

.pin {
  position: relative;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/map-icon.png");
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.line-anim {
  position: relative;
}
.line-anim__after {
  height: 16px;
  width: 16px;
  left: -7px;
  top: 0px;
  border-radius: 100%;
  position: absolute;
  background: #0FE2FF;
}
.line-anim__before {
  width: 1px;
  height: 0px;
  position: absolute;
  background: #0FE2FF;
}

.event-single {
  cursor: pointer;
}
.event-single:hover .event-wrapper {
  opacity: 1;
  transform: scale(1);
}
.event-single:hover:after {
  transform: scale(0.9);
}

.event-single {
  opacity: 0.3;
}
.event-single .event-wrapper {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
}
@media screen and (min-width: 640px) {
  .event-single .event-wrapper {
    opacity: 0;
    transform: scale(0.95);
  }
}
.event-single--1 {
  opacity: 1 !important;
}

.home-hero {
  height: 100dvh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 640px) {
  .home-hero {
    height: 100vh;
  }
}

.reveal-type {
  opacity: 1;
}
.reveal-type--active {
  opacity: 1;
}

.reveal-type-cards {
  opacity: 0;
}
.reveal-type-cards--active {
  opacity: 1;
}

.reveal-type-header {
  opacity: 0;
}
.reveal-type-header--active {
  opacity: 1;
}

.fade-in {
  opacity: 0;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
}

/** Server status css **/
.server-status {
  left: -22px;
  top: 50%;
  margin-left: 0px;
  margin-top: -5px;
  /* vertical-align: middle; */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute !important;
}

.arrow-right {
  right: -45px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-image: url("../img/cmsa/icon-right.svg");
  position: absolute !important;
  background-size: contain;
}

.email-icon {
  left: -45px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-image: url("../img/cmsa/email-icon-cmsa.svg");
  position: absolute !important;
  background-size: contain;
}

.arrow-left {
  left: -45px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-image: url("../img/cmsa/icon-right.svg");
  transform: rotate(-180deg);
  position: absolute !important;
  background-size: contain;
}

.server-status::before, .server-status::after {
  left: 0;
  top: 50%;
  margin-left: -1px;
  margin-top: -6px;
  position: absolute;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.server-status, .server-status::before, .server-status::after {
  background: #14FF00;
}

.server-status::before {
  content: "";
  animation: bounceNew 1.5s infinite;
}

.server-status::after {
  content: "";
  animation: bounceNew 1.5s -0.4s infinite;
}

.marquee {
  width: 100%;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .marquee {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.marquee__inner {
  display: flex;
  position: relative;
  gap: 40px;
}
.marquee__item {
  display: flex;
  align-items: center;
  margin-right: var(--space-lg);
  position: relative;
  height: 275px;
  min-width: 230px;
}
@media (min-width: 1024px) {
  .marquee__item {
    height: 26vw;
    min-width: 20vw;
  }
}
.marquee__item {
  overflow: hidden;
}
.marquee__item img {
  height: 275px;
  min-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .marquee__item img {
    height: 26vw;
    min-width: 20vw;
  }
}
.marquee__item:nth-child(odd) {
  top: -120px;
}

@keyframes bounceNew {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
:root {
  --color: #5A17C7;
  --blur-1-size: clamp(400px, 60vw, 60vw);
  --blur-2-size: clamp(200px, 20vw, 20vw);
  --blur-3-size: clamp(200px, 20vw, 20vw);
  --blur-amount: clamp(40px, 5vw, 90px);
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.text-black {
  color: black !important;
}

.bg--primary {
  background: #C3DBFF;
}
.bg--black {
  background: #231E28;
}
.bg--fifty-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.text-dark {
  color: #192031;
}

.text-grey {
  color: #A6A6A8;
}

.border-grey-small {
  border: 1px solid #666169;
}

.mouse {
  display: block;
  width: 28px;
  height: 42px;
  border-radius: 20px;
  border: 2px solid #FF0161;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: white;
  animation-duration: 1.6s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.line-lower {
  height: 1px;
  background: #192031;
  width: 100%;
  opacity: 0.3;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-radius {
  border-radius: 20px;
}

.default-radius-big {
  border-radius: 30px;
}

.black-border {
  border: 1px solid black;
}

.default-box-shadow {
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}

.shadow-background {
  position: relative;
}
.shadow-background:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 4;
  background: white;
  border: 1px solid black;
  border-radius: 10px;
}
.shadow-background:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 5px;
  z-index: 1;
  right: -5px;
  background: #FFDFD0;
  border-radius: 10px;
}

.arrow-bottom {
  position: relative;
}
.arrow-bottom:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 90px;
  bottom: -34px;
  left: 40px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-bottom.svg");
}

.primary-border-left {
  border-left: 1px solid #390E7D;
}

.primary-border-right {
  border-right: 1px solid #390E7D;
}

.primary-border-left-2 {
  border-left: 2px solid #8546EA;
}

.primary-border-right-2 {
  border-right: 2px solid #8546EA;
}

.primary-border-top {
  border-top: 1px solid #390E7D;
}

.white-border-top {
  border-top: 1px solid white;
}

.primary-border-bottom {
  border-bottom: 1px solid #390E7D;
}

.square-graphic object {
  height: 40vw;
  width: 40vw;
}

.blur-wrapper {
  height: 100vh;
  background: #390E7D;
  overflow: visible;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-blur {
  position: absolute;
  z-index: 1;
  border-radius: 900px;
  filter: blur(var(--blur-amount));
  background: var(--color);
}

.bg-blur:nth-child(1) {
  height: var(--blur-1-size);
  width: calc(var(--blur-1-size) * 1.1);
}

.bg-blur:nth-child(2) {
  filter: blur(var(--blur-amount)) brightness(1);
  height: var(--blur-2-size);
  width: calc(var(--blur-2-size) * 0.75);
  top: 20vh;
  right: 20vh;
  background: #FF0161;
  opacity: 0.6;
}

.bg-blur:nth-child(3) {
  filter: blur(var(--blur-amount));
  height: var(--blur-3-size);
  width: calc(var(--blur-3-size) * 2);
  bottom: 20vh;
  left: 20vw;
  background: #B7CFFF;
  opacity: 0.4;
}

.ken-burns-effect {
  animation: kenburns 20s infinite linear;
}

.rounded-item {
  padding: 5px 25px;
  border: 1px solid black;
  border-radius: 100px;
  font-size: 16px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-border {
  border-bottom: 1px solid black;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1400px !important;
  }
}
/*! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!left-\[50px\] {
  left: 50px !important;
}
.\!right-\[50px\] {
  right: 50px !important;
}
.\!top-\[-130px\] {
  top: -130px !important;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[14px\] {
  bottom: 14px;
}
.left-0 {
  left: 0px;
}
.left-\[14px\] {
  left: 14px;
}
.left-\[25px\] {
  left: 25px;
}
.right-0 {
  right: 0px;
}
.right-\[-150px\] {
  right: -150px;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[25px\] {
  right: 25px;
}
.top-0 {
  top: 0px;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[312px\] {
  height: 312px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[74vh\] {
  height: 74vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[69px\] {
  max-height: 69px;
}
.max-h-\[781px\] {
  max-height: 781px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[60\%\] {
  min-width: 60%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[143px\] {
  max-width: 143px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[648px\] {
  max-width: 648px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[8px\] {
  gap: 8px;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(15 226 255 / var(--tw-border-opacity));
}
.bg-\[\#192031\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 49 / var(--tw-bg-opacity));
}
.bg-\[\#81D8D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 216 209 / var(--tw-bg-opacity));
}
.bg-\[\#C3DBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 219 255 / var(--tw-bg-opacity));
}
.bg-\[\#E8E9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 233 / var(--tw-bg-opacity));
}
.bg-\[\#E9F0F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 246 / var(--tw-bg-opacity));
}
.bg-\[\#EAEDEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 239 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#FFEEE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 230 / var(--tw-bg-opacity));
}
.bg-\[\#FFF5F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 241 / var(--tw-bg-opacity));
}
.bg-stone {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-8 {
  padding: 2rem;
}
.p-\[0px\] {
  padding: 0px;
}
.p-\[100px\] {
  padding: 100px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[90px\] {
  padding: 90px;
}
.\!px-\[0px\] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.\!pl-\[0px\] {
  padding-left: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-\[10\%\] {
  padding-right: 10%;
}
.pr-\[10vw\] {
  padding-right: 10vw;
}
.pr-\[8vw\] {
  padding-right: 8vw;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[370px\] {
  padding-top: 370px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[150px\] {
  font-size: 150px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[39px\] {
  font-size: 39px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[90px\] {
  font-size: 90px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[100px\] {
  line-height: 100px;
}
.leading-\[150px\] {
  line-height: 150px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-\[54px\] {
  line-height: 54px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.text-\[\#192031\] {
  --tw-text-opacity: 1;
  color: rgb(25 32 49 / var(--tw-text-opacity));
}
.text-\[\#231E28\] {
  --tw-text-opacity: 1;
  color: rgb(35 30 40 / var(--tw-text-opacity));
}
.text-\[\#666169\] {
  --tw-text-opacity: 1;
  color: rgb(102 97 105 / var(--tw-text-opacity));
}
.text-\[\#878C91\] {
  --tw-text-opacity: 1;
  color: rgb(135 140 145 / var(--tw-text-opacity));
}
.text-\[\#A0ABBB\] {
  --tw-text-opacity: 1;
  color: rgb(160 171 187 / var(--tw-text-opacity));
}
.text-\[\#A6A6A8\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 168 / var(--tw-text-opacity));
}
.text-\[\#C3DBFF\] {
  --tw-text-opacity: 1;
  color: rgb(195 219 255 / var(--tw-text-opacity));
}
.text-\[\#FA4D00\] {
  --tw-text-opacity: 1;
  color: rgb(250 77 0 / var(--tw-text-opacity));
}
.text-\[\#bdb6b6\] {
  --tw-text-opacity: 1;
  color: rgb(189 182 182 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 9 87 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(15 226 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

html, body {
  min-height: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

#smooth-content {
  will-change: transform;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.wrapper {
  position: relative;
  background: #fff;
}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}

hr {
  border-bottom: 2px solid #C3DBFF;
  height: 2px;
  opacity: 0.4;
}

p {
  margin-bottom: 25px;
}

.p--no-margin p {
  margin-bottom: 0px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #192031;
}

.color-red {
  color: #FF0161;
}

.text-content ul {
  list-style: disc;
  margin-left: 20px;
}
.text-content ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (min-width: 640px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }
}
p .p--large {
  font-size: 24px;
  line-height: 30px;
}
p.p--small {
  font-size: 14px;
  line-height: 17px;
}
@media screen and (min-width: 640px) {
  p.p--small {
    font-size: 17px;
    line-height: 24px;
  }
}
p .p--xlarge {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (min-width: 640px) {
  p .p--xlarge {
    font-size: 42px;
    line-height: 48px;
  }
  p .p--xlarge.reveal-type {
    line-height: 60px;
  }
  p .p--xlarge.reveal-type .line {
    margin-top: -11px;
  }
}
p.larger {
  font-size: 16px;
  line-height: 19px;
}
@media screen and (min-width: 640px) {
  p.larger {
    font-size: 28px;
    line-height: 34px;
  }
}

h1, .h1 {
  line-height: 49px;
  font-size: 37px;
  font-weight: 600;
  color: #192031;
}
h1 .h1--large, .h1 .h1--large {
  font-size: 103px;
  line-height: 107px;
  font-weight: 500;
}
h1 .line, .h1 .line {
  margin-top: -6px;
}
@media screen and (min-width: 640px) {
  h1, .h1 {
    font-size: 68px;
    line-height: 68px;
  }
  h1 .line, .h1 .line {
    margin-top: -28px;
  }
}

h2, .h2 {
  font-size: 31px;
  line-height: 41px;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  h2, .h2 {
    font-size: 48px;
    line-height: 65px;
  }
  h2 .line, .h2 .line {
    margin-top: -12px;
  }
  h2 .h2--large, .h2 .h2--large {
    font-size: 60px;
    line-height: 64px;
  }
}

.color-black {
  color: black !important;
}

.cutout {
  position: relative;
}
.cutout--top-left-dark:before {
  content: "";
  background-size: contain;
  background-image: url("../img/corner-left-top.svg");
  top: -1px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top left;
}
@media screen and (min-width: 640px) {
  .cutout--top-left-dark:before {
    height: 135px;
    width: 98px;
  }
}
.cutout--top-left-white:before {
  content: "";
  background-size: contain;
  background-image: url("../img/corner-left-top-white.svg");
  top: -1px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top left;
}
@media screen and (min-width: 640px) {
  .cutout--top-left-white:before {
    height: 135px;
    width: 98px;
    top: 0px;
  }
}
.cutout--top-right:before {
  content: "";
  background-size: contain;
  background-image: url("../img/corner-right-top-white.svg");
  top: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top right;
}
@media screen and (min-width: 640px) {
  .cutout--top-right:before {
    height: 135px;
    width: 98px;
  }
}
.cutout--top-right-dark-grey:before {
  content: "";
  background-size: contain;
  background-image: url("../img/corner-right-top-white.svg");
  top: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top right;
}
@media screen and (min-width: 640px) {
  .cutout--top-right-dark-grey:before {
    height: 135px;
    width: 98px;
  }
}
.cutout--top-right-light-grey:before {
  content: "";
  background-size: contain;
  background-image: url("../img/top-right-light-grey-corner.svg");
  top: -1px;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top right;
}
@media screen and (min-width: 640px) {
  .cutout--top-right-light-grey:before {
    height: 141px;
    width: 99px;
    right: -1px;
  }
}
.cutout--top-right-dark-grey:before {
  content: "";
  background-size: contain;
  background-image: url("../img/top-right-dark-grey.svg");
  top: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top right;
}
@media screen and (min-width: 640px) {
  .cutout--top-right-dark-grey:before {
    height: 141px;
    width: 99px;
  }
}
.cutout--top-left-black-small:before {
  content: "";
  background-size: contain;
  background-image: url("../img/top-left-dark-small.svg");
  top: -1px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 75px;
  width: 98px;
  background-position: top left;
}
@media screen and (min-width: 640px) {
  .cutout--top-left-black-small:before {
    height: 141px;
    width: 99px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
}
@media screen and (min-width: 640px) {
  h3, .h3 {
    font-size: 42px;
    line-height: 46px;
  }
}
h3.larger, .h3.larger {
  font-size: 33px;
  line-height: 40px;
}
@media screen and (min-width: 640px) {
  h3.larger, .h3.larger {
    font-size: 39px;
    line-height: 47px;
  }
}

h4, .h4 {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 640px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 25px;
  }
}

.single-description h4 {
  letter-spacing: 2px;
}

.hidden {
  display: none;
}

.check-list {
  list-style: none;
}
.check-list li {
  padding-left: 29px;
  position: relative;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 15px;
  color: #010957;
}
.check-list li:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
  background-image: url("../img/icon-check.svg");
  background-repeat: no-repeat;
}

.button {
  border: 1px solid #192031;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  transition: 0.4s all;
}
@media screen and (min-width: 640px) {
  .button {
    font-size: 15px;
  }
}
.button:hover {
  background: #fff;
  border-color: #fff;
  color: #C3DBFF;
}
.button svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

.breadcrumb_last {
  color: #192031;
}

.color-primary {
  color: #C3DBFF;
}

.color-secondary {
  color: #192031;
}

.add-line-before-small {
  padding-left: 45px;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .add-line-before-small {
    padding-left: 75px;
    font-size: 15px;
  }
}
.add-line-before-small:before {
  content: "";
  height: 1px;
  background: #192031;
  width: 32px;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .add-line-before-small:before {
    width: 60px;
  }
}

.add-line-before-large {
  padding-left: 45px;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .add-line-before-large {
    padding-left: 135px;
    font-size: 15px;
  }
}
.add-line-before-large:before {
  content: "";
  height: 1px;
  background: #192031;
  width: 32px;
  max-width: 32px;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .add-line-before-large:before {
    width: 120px;
    max-width: 120px;
  }
}

.scale-img {
  animation: scale 20s ease-in-out infinite;
}

.link-list li {
  padding-top: 22px;
  padding-bottom: 40px;
  border-bottom: 1px solid #666169;
}
.link-list li a {
  color: white;
  font-size: 24px;
  line-height: 20px;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.post-item:hover .btn:before {
  top: 5px;
  right: -5px;
  left: 5px;
  background: #FA4D00;
}
.post-item:hover .btn span {
  top: 5px;
  right: -5px;
  left: 5px;
  position: relative;
  color: white;
}

.post-content img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.post-content h3, .post-content h2 {
  margin-bottom: 10px;
  color: black !important;
}
.post-content p {
  margin-bottom: 40px;
}

.copy-link {
  transition: all 0.3s;
}
.copy-link--copied {
  filter: invert(33%) sepia(55%) saturate(3137%) hue-rotate(2deg) brightness(100%) contrast(101%);
}

/* Site Header */
body.offcanvas-open header {
  box-shadow: none !important;
  transform: translateY(0%) !important;
}
body.offcanvas-open .header__logo img {
  opacity: 0;
}

.header {
  position: fixed;
  top: 20px;
  z-index: 100;
  transform: translateY(-100%);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header.active {
  transform: translate(0);
}
.header.active .offcanvas-btn {
  top: 0px;
}

.strapline {
  position: relative;
}
.strapline svg {
  max-width: 96%;
  top: -2px;
  position: relative;
}
.strapline:before {
  content: "";
  height: 150%;
  width: 2px;
  background: white;
  position: absolute;
  left: -9px;
  top: -9px;
}

.header {
  transition: 0.4s all ease-in-out;
}
.header:after {
  content: "";
  position: absolute;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  height: 0px;
  transition: 0.4s all ease-in-out;
}
.header.scroll-bg {
  transform: translateY(-150%);
}
.header.nav-bg {
  height: 70px;
  padding-top: 12px;
  padding-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .header.nav-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    background: white;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  }
}
.header.nav-bg .header__logo img {
  width: 130px;
}
@media screen and (min-width: 640px) {
  .header.nav-bg .header__logo img {
    width: 130px;
  }
}
.header.nav-bg .header__nav .menu-main-container .menu .menu-item-has-children:after {
  filter: invert(38%) sepia(93%) saturate(3670%) hue-rotate(4deg) brightness(86%) contrast(101%);
}

.site-header {
  width: 100%;
  z-index: 14;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-position: bottom;
}
.site-header .button {
  color: #fff;
}
.site-header .button:hover {
  color: #C3DBFF;
}
.site-header:after {
  transition: 0.8s all ease-in-out;
  content: "";
  background: #C3DBFF;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}
.site-header .btn--animate {
  display: none;
}
@media screen and (min-width: 640px) {
  .site-header .btn--animate {
    display: inline-block;
  }
}
.site-header.bg {
  background: #C3DBFF;
}
.site-header.scroll-bg:after {
  height: 100%;
}
.site-header .blue-logo {
  display: none;
}
.site-header.active, .site-header.white {
  background: #fff;
}
.site-header.active .button, .site-header.white .button {
  color: #C3DBFF;
}
.site-header.active .white-logo, .site-header.white .white-logo {
  display: none;
}
.site-header.active .blue-logo, .site-header.white .blue-logo {
  display: block;
}
.site-header.active .logo-wrap svg path, .site-header.white .logo-wrap svg path {
  fill: #ACCAD9;
}
.site-header.active .logo-wrap .site-logo svg path, .site-header.white .logo-wrap .site-logo svg path {
  fill: #C3DBFF;
}
.site-header.active svg g, .site-header.white svg g {
  stroke: #C3DBFF;
}
.site-header.active .m-icon .top, .site-header.active .m-icon .bot, .site-header.white .m-icon .top, .site-header.white .m-icon .bot {
  background-color: #C3DBFF;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ACCAD9;
}
@media screen and (min-width: 640px) {
  .search-form {
    margin-right: 10px;
    max-width: 180px;
    border: 1px solid #192031;
  }
}
.search-form .search-field {
  flex: 1;
  background: none;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 0 0 0 20px;
  box-shadow: none;
  height: 54px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 640px) {
  .search-form .search-field {
    height: 50px;
    font-size: 15px;
  }
}
.search-form button {
  background: none;
  position: relative;
  left: -8px;
  width: 48px;
  color: #fff;
  height: 48px;
}
@media screen and (min-width: 640px) {
  .search-form button {
    height: 35px;
    width: 60px;
    position: static;
  }
}
.search-form button svg {
  margin: 0 auto;
}

.search-toggle-lrg {
  position: relative;
}
.search-toggle-lrg svg {
  position: relative;
  z-index: 10;
}
.search-toggle-lrg .search-wrap {
  max-width: 0;
  width: 90vw;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 4;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.search-toggle-lrg .search-wrap .search-form {
  width: 100%;
  max-width: 100%;
}
.search-toggle-lrg.active .search-wrap {
  max-width: 50vw;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .search-toggle-lrg.active .search-wrap {
    max-width: 60vw;
  }
}

.header {
  top: 0px;
}
.header__nav .menu-main-container {
  padding-left: 30px;
}
.header__nav .menu-main-container .menu {
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.header__nav .menu-main-container .menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 11px;
  top: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/menu-arrow-down.svg");
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}
.header__nav .menu-main-container .menu .menu-item-has-children.active:after {
  transform: rotate(0);
}
.header__nav .menu-main-container .menu li {
  color: #192031;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.header__nav .menu-main-container .menu li a {
  position: relative;
}
.header__nav .menu-main-container .menu li a:after {
  content: "";
  height: 1px;
  width: 0px;
  background: #192031;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.header__nav .menu-main-container .menu ul.sub-menu {
  transition: all 0.3s ease-in-out;
  background: white;
  border: 1px solid #FA4D00;
  display: flex;
  display: none;
  gap: 5px;
  flex-direction: column;
  position: absolute;
  right: 0px;
  margin-top: 8px;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  z-index: -10;
  width: 230px;
  justify-content: center;
}
.header__nav .menu-main-container .menu ul.sub-menu.active {
  opacity: 1;
  z-index: 10;
  display: flex;
}
.header__nav .menu-main-container .menu ul.sub-menu li {
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  color: #FA4D00;
  border-bottom: 1px solid #FA4D00;
}
.header__nav .menu-main-container .menu ul.sub-menu li:nth-last-child(1) {
  border-bottom: 0px;
}
.header.page-style--light .header__nav .menu-main-container .menu li {
  color: #192031;
}
.header.page-style--light .header__nav .menu-main-container .menu .menu-item-has-children:after {
  filter: invert(38%) sepia(93%) saturate(3670%) hue-rotate(4deg) brightness(86%) contrast(101%);
}
.header.page-style--dark .header__nav .menu-main-container .menu li a:after {
  background: white;
}
.header.page-style--dark .logo--light {
  display: none;
}
.header.grey-bg {
  top: 0px;
  background: #E8E9E9;
}
.header__logo img {
  width: 130px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .header__logo img {
    width: 150px;
  }
}
.header__menu {
  font-size: 17px;
}
.page-template-template-home {
  background: white;
}

.social {
  display: flex;
  gap: 20px;
}
.social li img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  gap: 15px;
}
.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  padding: 10px;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 100;
}
.offcanvas__footer {
  position: relative;
}
.offcanvas__footer:before {
  content: "";
  left: 0;
  width: 100vw;
  top: -67px;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/offcanvas-footer.svg");
}
@media screen and (min-width: 640px) {
  .offcanvas {
    width: 470px;
  }
}
.offcanvas .sub-menu {
  padding-left: 10px;
}
.offcanvas__inner {
  padding-top: 100px;
  background: #192031;
  border-radius: 50px;
}
.offcanvas__inner .menu {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.offcanvas__inner .menu li a {
  display: inline-block;
  color: #C3DBFF;
  padding: 0px 24px;
  font-size: 38px;
  transition: all 0.2s ease-in-out;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.offcanvas__inner .menu li.menu-item-has-children {
  position: relative;
}
.offcanvas__inner .menu li.menu-item-has-children > a:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 11px;
  top: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/menu-arrow-down.svg");
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
  filter: invert(38%) sepia(93%) saturate(3670%) hue-rotate(4deg) brightness(86%) contrast(101%);
}
.offcanvas__inner .menu li.menu-item-has-children.active a:first-child:after {
  transform: rotate(0);
}
.offcanvas__inner .menu li .sub-menu {
  opacity: 0;
  height: 0px;
}
.offcanvas__inner .menu li .sub-menu.active {
  opacity: 1;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.offcanvas__inner .menu li .sub-menu li {
  display: block;
}
.offcanvas .offcanvas__lower {
  opacity: 0;
  transform: translateY(-30px);
  transition-delay: 0.7s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.offcanvas__nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 115px;
}
@media screen and (min-width: 640px) {
  .offcanvas__nav {
    gap: 41px;
  }
}
.offcanvas__nav li {
  padding: 0 30px;
  transition-delay: 0.3s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.offcanvas__nav li.menu-item-object-page {
  opacity: 0;
  transform: translateX(-30px);
}
.offcanvas__nav li a {
  color: #5BC5ED;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.offcanvas__nav li a:hover {
  color: white;
}
@media screen and (min-width: 640px) {
  .offcanvas__nav li a {
    font-size: 26px;
  }
}
.offcanvas--active {
  transform: translateX(0);
  z-index: 100;
}
.offcanvas--active li.menu-item-object-page {
  opacity: 1;
  transform: translateX(0);
}
.offcanvas--active .offcanvas__lower {
  opacity: 1;
  transform: translateY(0);
}

button.offcanvas-btn {
  width: 48px;
  height: 30px;
  position: relative;
  background: transparent;
  border: none;
  border: 2px solid #192031;
  border-radius: 18px;
  top: 10px;
  right: 10px;
}
button.offcanvas-btn:after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 0px;
  position: absolute;
  background: #192031;
  top: 6px;
  left: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: -10px;
}
button.offcanvas-btn span {
  width: 20px;
  height: 2px;
  border-radius: 0px;
  position: absolute;
  background: #192031;
  top: 12px;
  left: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: -10px;
}
button.offcanvas-btn:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: #192031;
  top: 18px;
  left: 50%;
  margin-left: -10px;
}
button.offcanvas-btn--active {
  background: #C3DBFF;
}
button.offcanvas-btn--active:before {
  top: 13px;
  transform: rotate(45deg);
  background: #192031;
}
button.offcanvas-btn--active span {
  opacity: 0;
}
button.offcanvas-btn--active:after {
  top: 13px;
  transform: rotate(-45deg);
  background: #192031;
}

.page-template-template-contact .footer .first-container:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 130px;
  top: -180px;
  z-index: 100;
  background-image: url("../img/contact_lower_footer.svg") !important;
}

.with_frm_style .frm_radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid black !important;
  border-color: black !important;
  vertical-align: middle;
  position: initial;
  padding: 0;
}
.with_frm_style .frm_radio input[type=radio]:before {
  box-shadow: inset 10px 10px black;
}

#menu-terms {
  display: flex;
  gap: 10px;
}

.contact__form [type=radio]:checked,
.contact__form [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact__form [type=radio]:checked + label,
.contact__form [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.contact__form [type=radio]:checked + label:before,
.contact__form [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: transparent;
}
.contact__form [type=radio]:checked + label:after,
.contact__form [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.contact__form [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.contact__form [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: black !important;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
  color: black !important;
}
.contact__form .frm_html_container p {
  font-size: 14px;
}
.contact__form input[type=text], .contact__form textarea, .contact__form input[type=email], .contact__form input[type=tel] {
  font-size: 16px;
  background: none;
  padding: 13px 24px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  padding-left: 0px;
  color: black !important;
}
.contact__form input[type=text]::-moz-placeholder, .contact__form textarea::-moz-placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=tel]::-moz-placeholder {
  color: black !important;
}
.contact__form input[type=text]::placeholder, .contact__form input[type=text]::-moz-placeholder, .contact__form input[type=text]::-webkit-input-placeholder, .contact__form textarea::placeholder, .contact__form textarea::-moz-placeholder, .contact__form textarea::-webkit-input-placeholder, .contact__form input[type=email]::placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=email]::-webkit-input-placeholder, .contact__form input[type=tel]::placeholder, .contact__form input[type=tel]::-moz-placeholder, .contact__form input[type=tel]::-webkit-input-placeholder {
  color: black !important;
}
.contact__form input[type=text]:hover, .contact__form input[type=text]:active, .contact__form input[type=text]:focus, .contact__form textarea:hover, .contact__form textarea:active, .contact__form textarea:focus, .contact__form input[type=email]:hover, .contact__form input[type=email]:active, .contact__form input[type=email]:focus, .contact__form input[type=tel]:hover, .contact__form input[type=tel]:active, .contact__form input[type=tel]:focus {
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none !important;
  background: none;
  background-color: transparent !important;
}
.contact__form button {
  padding: 16px 45px !important;
  background: #000000 !important;
  color: white !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 0px !important;
}

.footer__cta {
  background: #192031;
  border-radius: 30px;
  padding: 15px;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__cta {
    padding: 0px;
    padding-top: 0px;
  }
}
.footer__lower {
  border-top: 2px solid #192031;
}

.hero {
  position: relative;
  height: 90vh;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .hero {
    min-height: 750px;
    height: 80vh;
  }
}
.hero.no-height {
  height: initial;
}
.hero.hero-home {
  min-height: 70vh;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .hero.hero-home {
    max-height: 750px;
    height: 100vh;
  }
}
.hero--active {
  transform: scale(1);
  opacity: 1;
}
.hero .section__bg--rounded-image {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.hero--small {
  height: 35vh;
  min-height: 510px;
}

.find-out-more {
  background-size: contain;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -22px;
  background-image: url("../img/find-out-more.svg");
}
.find-out-more--inner {
  background-image: url("../img/find-out-more-inner.svg");
}
@media screen and (min-width: 640px) {
  .find-out-more {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    bottom: -32px;
  }
}

.inner-hero .section__bg img {
  display: none;
}
@media screen and (min-width: 640px) {
  .inner-hero .section__bg img {
    display: block;
  }
}

.hero-text {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.hero-text--active {
  opacity: 1;
}

.hero-line {
  color: white;
  position: absolute;
  opacity: 1;
  left: 0;
  font-size: 40px;
  line-height: 50px;
  height: 230px;
}
@media screen and (max-width: 1300px) {
  .hero-line {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (min-width: 640px) {
  .hero-line {
    font-size: 70px;
    line-height: 80px;
    height: initial;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .hero-line--1 {
    font-size: 38px;
    line-height: 55px;
    height: 230px;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 1300px) {
  .hero-line--2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (min-width: 640px) {
  .hero-line--2 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 992px) {
  .hero-line--2 {
    font-size: 60px;
    line-height: 70px;
  }
}

.menu-links a {
  position: relative;
}
.menu-links a:after {
  content: "";
  height: 1px;
  width: 0px;
  background: #192031;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.menu-links a:hover:after {
  width: 100%;
}

/* Menu Icons */
.header-icon {
  border: 1px solid #192031;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
}
.header-icon svg {
  margin: 0 auto;
}

.m-icon {
  position: relative;
  cursor: pointer;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.m-icon .top, .m-icon .bot {
  background-color: #fff;
  color: #fff;
  height: 1px;
  width: 27px;
  position: absolute;
  left: 10px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transform-origin: center;
}
.m-icon .top {
  top: 17px;
}
.m-icon .bot {
  top: 28px;
}
.m-icon.active {
  transform: rotate(90deg);
}
.m-icon.active .top {
  top: 22px;
  transform: rotate(45deg);
}
.m-icon.active .bot {
  top: 22px;
  transform: rotate(-45deg);
}
.active .m-icon .top, .active .m-icon .bot {
  background: #C3DBFF;
}

/* Off Canvas */
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
  padding: 0 18px;
}
.off-canvas.position-top {
  top: 0;
  left: 0;
  width: 100vw;
  overflow-x: auto;
  height: 100vh;
  transform: translateY(-100vh);
  border-bottom: 1px solid #ccc;
  padding-top: 100px;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .off-canvas.position-top {
    height: 700px;
    transform: translateY(-700px);
    align-items: center;
  }
}
.off-canvas.position-top.is-open {
  transform: translate(0);
}
.off-canvas .social-links {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links {
    justify-content: flex-start;
  }
}
.off-canvas .social-links li a {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a {
    width: 36px;
    height: 36px;
  }
}
.off-canvas .social-links li a svg {
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a svg {
    height: 22px;
  }
}

/* Drilldown */
.is-drilldown {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .is-drilldown {
    width: 33.33%;
    overflow: visible;
  }
}

.drilldown {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px solid #D6DCE3;
  counter-reset: drilldown;
}
@media screen and (min-width: 1024px) {
  .drilldown {
    border-top: none;
  }
  .drilldown:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 10px;
    right: 1px;
    background: #DDECED;
  }
  .drilldown ul:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 10px;
    right: 1px;
    background: #DDECED;
  }
}
.drilldown li {
  display: block;
}
.drilldown li a {
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 2rem 0;
  background-color: #fefefe;
  border-bottom: 1px solid #D6DCE3;
  font-size: 27px;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  .drilldown li a {
    font-size: 60px;
    padding: 3rem 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown li a {
    font-size: 32px;
    border-bottom: none;
    padding: 1.7rem 0;
  }
}
.drilldown > li > a {
  /* Top level items */
  position: relative;
}
.drilldown > li > a:before {
  position: absolute;
  top: 10px;
  left: 2px;
  font-size: 18px;
  font-weight: 300;
  color: #ACCAD9;
  counter-increment: drilldown;
  content: counter(drilldown, decimal-leading-zero);
}
@media screen and (min-width: 640px) {
  .drilldown > li > a:before {
    top: 20px;
    left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown > li > a:before {
    content: "";
  }
}
.drilldown .menu-item-has-children > a {
  position: relative;
}
.drilldown .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 35px;
  display: block;
  width: 0;
  height: 0;
  transition: 0.2s all;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMzQgMTYiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzMuNzE1NCA4LjcxMTk5Yy4zOTA1LS4zOTA1Mi4zOTA1LTEuMDIzNjkgMC0xLjQxNDIxbC02LjM2NC02LjM2Mzk2NWMtLjM5MDUtLjM5MDUyNC0xLjAyMzYtLjM5MDUyNC0xLjQxNDIgMC0uMzkwNS4zOTA1MjUtLjM5MDUgMS4wMjM2ODUgMCAxLjQxNDIxNWw1LjY1NjkgNS42NTY4NS01LjY1NjkgNS42NTY4MmMtLjM5MDUuMzkwNi0uMzkwNSAxLjAyMzcgMCAxLjQxNDMuMzkwNi4zOTA1IDEuMDIzNy4zOTA1IDEuNDE0MiAwem0tMzMuMjc0OTcuMjkyODloMzIuNTY3ODd2LTJoLTMyLjU2Nzg3eiIgZmlsbD0iIzBmZTJmZiIvPjwvc3ZnPg==");
}
@media screen and (min-width: 640px) {
  .drilldown .menu-item-has-children > a::after {
    top: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown .menu-item-has-children > a::after {
    right: 50px;
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyMiA4IiB3aWR0aD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIxLjgwNTYgNC4zNTM1NWMuMTk1Mi0uMTk1MjYuMTk1Mi0uNTExODQgMC0uNzA3MWwtMy4xODItMy4xODE5ODRjLS4xOTUzLS4xOTUyNjItLjUxMTgtLjE5NTI2Mi0uNzA3MSAwcy0uMTk1My41MTE4NDUgMCAuNzA3MTA0bDIuODI4NCAyLjgyODQzLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxLjE5NTMuMTk1MjcuNTExOC4xOTUyNy43MDcxIDB6bS0yMS42NDczOTcuMTQ2NDVoMjEuMjkzNzk3di0xaC0yMS4yOTM3OTd6IiBmaWxsPSIjMGZlMmZmIi8+PC9zdmc+");
  }
  .drilldown .menu-item-has-children.active > a::after {
    right: 36px;
  }
}
.drilldown .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  transition: transform 0.3s ease-out, z-index 0.3s ease-out;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .drilldown .sub-menu {
    opacity: 0;
    padding-top: 12px;
    transition: 0.8s all;
  }
}
.drilldown .sub-menu a {
  font-size: 20px;
  padding: 1.2rem 0;
  transition: 0.5s all;
}
@media screen and (min-width: 640px) {
  .drilldown .sub-menu a {
    font-size: 39px;
    padding: 1.8rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown .sub-menu a {
    font-size: 22px;
    padding: 1.2rem 0;
    position: relative;
    left: -10px;
    padding-left: 20px;
  }
}
.drilldown .sub-menu.is-active {
  z-index: 1;
  transform: translate(-100%);
}
@media screen and (min-width: 1024px) {
  .drilldown .sub-menu.is-active {
    transform: none;
    opacity: 1;
  }
  .drilldown .sub-menu.is-active a {
    left: 0;
  }
}
.drilldown .sub-menu .menu-item-has-children > a:after {
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 640px) {
  .drilldown .sub-menu .menu-item-has-children > a:after {
    margin-top: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown .sub-menu .menu-item-has-children > a:after {
    margin-top: -15px;
  }
}
.drilldown .nested.sub-menu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .js-drilldown-back > a::before {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMzQgMTYiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtLjMzMTk1NSA3LjMzMTcxYy0uMzkwNTIyLjM5MDUyLS4zOTA1MjIxIDEuMDIzNjkgMCAxLjQxNDIxbDYuMzYzOTY1IDYuMzYzOThjLjM5MDUyLjM5MDUgMS4wMjM2OS4zOTA1IDEuNDE0MjEgMHMuMzkwNTItMS4wMjM3IDAtMS40MTQybC01LjY1Njg1LTUuNjU2ODggNS42NTY4NS01LjY1Njg2Yy4zOTA1Mi0uMzkwNTIuMzkwNTItMS4wMjM2OSAwLTEuNDE0MjEyLS4zOTA1Mi0uMzkwNTI0LTEuMDIzNjktLjM5MDUyNC0xLjQxNDIxIDB6bTMzLjI3NDk0NS0uMjkyODloLTMyLjU2Nzg0djJoMzIuNTY3ODR6IiBmaWxsPSIjMGZlMmZmIi8+PC9zdmc+");
  margin-top: -7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
@media screen and (min-width: 640px) {
  .drilldown .js-drilldown-back > a::before {
    margin-top: -18px;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown .js-drilldown-back {
    display: none;
  }
}

/* Footer menu styling differences */
footer .drilldown li a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 23px;
}
@media screen and (min-width: 640px) {
  footer .drilldown li a {
    font-size: 33px;
  }
}
footer .drilldown .sub-menu a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  footer .drilldown .sub-menu a {
    font-size: 26px;
  }
}
footer .drilldown > li > a::before {
  display: none;
}
footer .drilldown .menu-item-has-children > a::after {
  right: 50px;
}

/* # Breadcrumbs */
#breadcrumbs span:first-child {
  display: flex;
  align-items: center;
}
#breadcrumbs span {
  font-size: 16px;
  font-weight: 300;
}
#breadcrumbs .separator {
  background-image: url("../img/arrow-breadcrumb.svg");
  padding: 0px 19px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  display: flex;
  background-position: center;
}

.btn {
  padding: 15px 32px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 15px;
  }
}
.btn--primary {
  padding-left: 50px;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 600;
  padding-right: 50px;
  border-radius: 30px;
  background: #C3DBFF;
  transition: all 0.3s ease;
  border: 1px solid #C3DBFF;
  color: #192031;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .btn--primary {
    padding: 15px 36px;
    padding-right: 72px;
  }
}
.btn--primary .arrow-right {
  right: -31px;
}
.btn--primary span, .btn--primary i {
  pointer-events: none;
}
.btn--primary .btn__text {
  z-index: 10;
  position: relative;
}
.btn--primary .btn__ripples {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  background: #192031;
  transform: translate(-50%, -50%);
}
.btn--primary:hover {
  color: white;
  border: 1px solid #192031;
}
.btn--primary:hover .arrow-right {
  filter: brightness(100);
}
.btn--primary:hover .btn__text {
  color: white;
}
.btn--back {
  padding-right: 34px;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 600;
  padding-left: 72px;
  border-radius: 30px;
  background: #C3DBFF;
  transition: all 0.3s ease;
  border: 1px solid #C3DBFF;
  color: #192031;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .btn--back {
    padding: 15px 36px;
    padding-left: 72px;
  }
}
.btn--back span, .btn--back i {
  pointer-events: none;
}
.btn--back .btn__text {
  z-index: 10;
  position: relative;
}
.btn--back .btn__ripples {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  background: #192031;
  transform: translate(-50%, -50%);
}
.btn--back:hover {
  color: white;
  border: 1px solid #192031;
}
.btn--back:hover .arrow-left {
  filter: brightness(100);
}
.btn--back:hover .btn__text {
  color: white;
}
.btn--email {
  padding-right: 34px;
  display: inline-block;
  padding: 10px 36px;
  font-weight: 600;
  padding-left: 72px;
  border-radius: 30px;
  background: #C3DBFF;
  transition: all 0.3s ease;
  border: 1px solid #C3DBFF;
  color: #192031;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .btn--email {
    padding: 15px 36px;
    padding-left: 72px;
  }
}
.btn--email span, .btn--email i {
  pointer-events: none;
}
.btn--email .btn__text {
  z-index: 10;
  position: relative;
}
.btn--email .btn__ripples {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  background: #192031;
  transform: translate(-50%, -50%);
}
.btn--email:hover {
  color: white;
  border: 1px solid #192031;
}
.btn--email:hover .email-icon {
  filter: brightness(100);
}
.btn--email:hover .btn__text {
  color: white;
}
.btn--secondary, .btn--tertiary {
  display: inline-block;
  padding: 12px 36px;
  font-weight: 600;
  border-radius: 30px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #192031;
  color: #192031;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn--secondary span, .btn--tertiary span, .btn--secondary i, .btn--tertiary i {
  pointer-events: none;
}
.btn--secondary .btn__text, .btn--tertiary .btn__text {
  z-index: 10;
  position: relative;
}
.btn--secondary .btn__ripples, .btn--tertiary .btn__ripples {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  background: #192031;
  transform: translate(-50%, -50%);
}
.btn--secondary:hover, .btn--tertiary:hover {
  color: white;
  border: 1px solid #192031;
}
.btn--secondary:hover .btn__text, .btn--tertiary:hover .btn__text {
  color: white;
}
.btn--underline {
  text-decoration: underline;
}
.btn--tertiary::before {
  border-color: #FA4D00;
}
.btn--tertiary span {
  color: #FA4D00;
}

.arrow-link {
  transition: all 0.3s ease-in-out;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 88px;
  height: 56px;
  border: 1px solid #192031;
  border-radius: 70px;
  background: transparent;
}
.arrow-link:after {
  content: "";
  top: 50%;
  margin-top: -7px;
  position: absolute;
  height: 14px;
  width: 14px;
  left: 50%;
  margin-left: -7px;
  background-size: contain;
  background-image: url("../img/cmsa/icon-right.svg");
}
.arrow-link:hover {
  background: #C3DBFF;
  border: 1px solid #C3DBFF;
}

.alm-btn-wrap {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px !important;
}
.alm-btn-wrap .alm-load-more-btn {
  background: transparent !important;
  padding: 11px 28px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  font-family: "IBM Plex Mono", monospace !important;
  color: #FA4D00 !important;
  text-transform: uppercase !important;
  position: relative !important;
  z-index: 12 !important;
  top: 0px !important;
  left: 0px !important;
  transition: all 0.15s ease-in-out !important;
  height: 53px !important;
}
@media (min-width: 768px) {
  .alm-btn-wrap .alm-load-more-btn {
    min-width: 350px;
  }
}
.alm-btn-wrap .alm-load-more-btn:hover {
  transform: translate(5px, 5px);
  color: white !important;
}
.alm-btn-wrap .alm-load-more-btn:hover::before {
  background-color: #FA4D00 !important;
}
.alm-btn-wrap .alm-load-more-btn:hover::after {
  left: 0;
  top: 0;
}
.alm-btn-wrap .alm-load-more-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #FA4D00 !important;
  background: white !important;
  transition: all 0.15s ease-in-out;
}
.alm-btn-wrap .alm-load-more-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 5px;
  left: 5px;
  z-index: -2;
  background: #ffe0d0 !important;
  transition: all 0.15s ease-in-out;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
  --gf-local-width: auto;
  width: 100%;
}

.gform-theme--foundation .gfield select.large {
  inline-size: 100%;
  border-radius: 40px;
  padding-left: 18px;
}

.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0px !important;
  color: #000000 !important;
  padding-left: 0px !important;
  font-size: 14px !important;
}
.default-form .gform_wrapper textarea {
  border: 1px solid black !important;
  border-radius: 10px !important;
  padding-left: 15px !important;
}
.default-form .gform_wrapper .gform_fields {
  gap: 33px !important;
}
.default-form .gform_wrapper .gform_footer {
  justify-content: flex-end;
  position: relative;
}
.default-form .gform_wrapper .gform_footer:before {
  position: absolute;
  font-size: 12px;
  color: #A5A5A5;
  content: "*All fields are mandatory";
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: "IBM Plex Mono", monospace;
  right: 210px;
  padding-top: 17px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  border: 1px solid #000 !important;
  background: #FFF;
  text-transform: uppercase;
  box-shadow: 5px 5px 0px 0px #FFDFD0 !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: "IBM Plex Mono", monospace;
  padding: 18px 60px;
  padding-left: 60px !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: black;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 14px;
  color: black;
  font-weight: 400 !important;
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 22px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: 100%;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 18px !important;
  margin-left: 0px;
  font-weight: 600;
  border: 2px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.searchandfilter h4 {
  display: none;
}

.searchandfilter ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 640px) {
  .searchandfilter ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.searchandfilter label {
  width: 100% !important;
}
.searchandfilter select {
  min-width: 100% !important;
  background-image: url("../img/arrow-right.svg");
  border: none;
  border-bottom: 1px solid black;
  background-size: 8px;
  padding-left: 0px;
}
.searchandfilter select:focus {
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid black;
}

:root {
  --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */
  --swiper-width: 40%;
  --swiper-inactive-scale: .85; /* makes the other slide smaller */
  /* responsive settings */
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: .95;
}

.section__bg--slider {
  position: relative;
}
.section__bg--slider:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.46);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.section__bg--slider__container {
  width: 100%;
  height: 100%;
}
.section__bg--slider .section__bg--slider__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: kenburns 20s infinite linear;
}

@keyframes bgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.arrow-left-blue {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 88px;
  height: 56px;
  border: 1px solid #192031;
  border-radius: 70px;
}
.arrow-left-blue:after {
  content: "";
  top: 50%;
  margin-top: -6px;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  margin-left: -6px;
  background-size: contain;
  background-image: url("../img/cmsa/icon-right.svg");
  transform: rotate(-180deg);
}

.arrow-right-blue {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 88px;
  height: 56px;
  border: 1px solid #C3DBFF;
  border-radius: 70px;
  background: #C3DBFF;
}
.arrow-right-blue:after {
  content: "";
  top: 50%;
  margin-top: -6px;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  margin-left: -6px;
  background-size: contain;
  background-image: url("../img/cmsa/icon-right.svg");
}

.testimonial-slider__image {
  min-height: 70px;
  min-width: 70px;
  max-width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.swiper-button-prev, .swiper-button-next {
  width: 100%;
  left: auto;
  height: auto;
  margin-top: 0px;
  top: initial;
  right: initial;
  position: relative;
  padding: 18px 35px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "IBM Plex Mono", monospace;
  max-width: 240px;
  transition: all 0.15s ease-in-out !important;
}
@media screen and (min-width: 640px) {
  .swiper-button-prev, .swiper-button-next {
    font-size: 15px;
  }
}
.swiper-button-prev.active:before, .swiper-button-next.active:before {
  background: #FA4D00;
}
.swiper-button-prev.active span, .swiper-button-next.active span {
  color: white;
}
.swiper-button-prev span, .swiper-button-next span {
  color: black;
  text-transform: uppercase;
  position: relative;
  z-index: 12;
  top: 0px;
  right: 0px;
  left: 0px;
  transition: all 0.15s ease-in-out;
}
.swiper-button-prev span:before, .swiper-button-next span:before {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -6px;
}
.swiper-button-prev:before, .swiper-button-next:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #FFEEE6;
  border: 1px solid black;
  transition: all 0.15s ease-in-out;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 5px;
  z-index: 1;
  right: -5px;
  background: #FFDFD0;
  transition: all 0.15s ease-in-out;
}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
  top: 5px;
  right: -5px;
  left: 5px;
  background: #FA4D00;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
  top: 5px;
  right: -5px;
  left: 5px;
  position: relative;
  color: white;
}
.swiper-button-prev--white:before, .swiper-button-next--white:before {
  background: white;
}

.steps-slider .swiper-slide {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.steps-slider .swiper-slide .steps-slider__icon {
  transition: 0.3s ease-in-out;
  scale: 0.8;
}
.steps-slider .swiper-slide-active {
  opacity: 1;
}
.steps-slider .swiper-slide-active .steps-slider__icon {
  scale: 1;
  transition: 0.3s ease-in-out;
}

.swiper-button-prev {
  padding-left: 35px;
  padding-right: 10px;
}
.swiper-button-prev--icon {
  max-width: 60px !important;
  padding: 26px 0 !important;
  padding-left: 41px !important;
}
.swiper-button-prev span:before {
  width: 30px;
  background-image: url("../img/arrow-left.svg");
  left: 0px;
  margin-left: -36px;
  height: 16px;
  margin-top: -8px;
}
@media screen and (min-width: 640px) {
  .swiper-button-prev span:before {
    margin-left: -36px;
    height: 16px;
    margin-top: -8px;
    width: 30px;
  }
}

.swiper-button-next {
  padding-right: 35px;
  padding-left: 10px;
}
.swiper-button-next--icon {
  max-width: 60px !important;
  padding: 26px 0 !important;
  padding-right: 41px !important;
}
.swiper-button-next--icon span {
  position: relative;
  right: 16px;
}
.swiper-button-next--icon:hover span:before {
  margin-right: -36px;
}
.swiper-button-next span:before {
  width: 30px;
  right: 0px;
  left: initial;
  height: 16px;
  margin-top: -8px;
  margin-right: -53px;
}

.swiper-dots .swiper-pagination {
  position: relative;
  width: auto;
  display: flex;
  gap: 4px;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet {
  background: #A6A6A8;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.swiper-dashes .swiper-pagination {
  position: relative;
  width: auto;
  display: flex;
  gap: 4px;
}
.swiper-dashes .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.3;
  width: 120px;
  border-radius: 0px;
  height: 6px;
}
.swiper-dashes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.case-studies__slider .swiper-slide__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom right;
  left: 0;
  top: 0;
}
.case-studies__slider .swiper-slide {
  cursor: pointer;
}
.case-studies__slider .case-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
}
.case-studies__slider .swiper-slide-active .case-text {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0px);
}

.services-slider h4 {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .services-slider h4 {
    font-size: 32px;
    font-weight: 500;
  }
}
.services-slider .swiper-slide__content {
  height: 300px;
}
.services-slider .swiper-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  gap: 23px;
  padding-bottom: 20px;
}
.services-slider .swiper-button-prev, .services-slider .swiper-button-next {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C3DBFF;
  left: initial;
  right: initial;
}
.services-slider .swiper-button-prev:after, .services-slider .swiper-button-next:after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -6px;
}
.services-slider .swiper-button-prev:after {
  width: 8.5px;
  margin-left: -4px;
  background-image: url("../img/arrow-left.svg");
}

.services-slider {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100% + 100px);
  overflow: hidden;
}
.services-slider__slide {
  cursor: pointer;
  max-width: 580px;
  top: 28px;
}
.services-slider__slide--text {
  opacity: 0;
  height: 0px;
}
.services-slider__slide.swiper-slide-active {
  top: 0px;
}
.services-slider__slide.swiper-slide-active .services-slider__slide--text {
  opacity: 1;
  height: 100%;
}
.services-slider .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: 0.5;
  transform: scale(0.84);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background: #F3F4F4;
}
.services-slider .swiper-slide.swiper-slide-active {
  background: #C3DBFF;
}

.services-slider.swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}

.services-slider .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.services-slider.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

@media only screen and (max-width: 768px) {
  .services-slider {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }
  .services-slider .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }
  .services-slider.swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }
}
.circular-pbar {
  --p: 0;
  background: conic-gradient(#231E28 var(--p, 0), 0, #E8E9E9);
}
.circular-pbar:after {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #81D8D1;
  border-radius: 50%;
  content: "";
}
.circular-pbar span {
  z-index: 1;
  font-size: 40px;
  font-weight: 500;
  color: #231E28;
}
@media screen and (min-width: 1024px) {
  .circular-pbar span {
    font-size: 50px;
  }
}
.circular-pbar--white:after {
  background: white;
}
.circular-pbar--grey:after {
  background: #f3f4f4;
}

.circular-pbar-counter {
  z-index: 1;
  font-size: 50px;
  font-weight: 500;
  color: #231E28;
}

figure {
  padding: 0;
  margin: 0;
}

.image img {
  display: block;
  margin: auto;
}

.card-body {
  display: flex;
  gap: 2rem;
}

.cards .card {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cards .card {
    font-size: 50px;
    height: 610px;
    min-height: initial;
  }
}

.card__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .card__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.slot {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.slot.active {
  opacity: 1;
}

.icon-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-layers--1 {
  height: 50vw;
  width: 50vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--1 {
    height: 23vw;
    width: 23vw;
  }
}
.icon-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--2 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--3 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--3 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--4 {
  height: 30w;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--4 {
    height: 18vw;
    width: 18vw;
  }
}
.icon-layers--5 {
  height: 32vw;
  width: 32vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--5 {
    height: 16vw;
    width: 14vw;
  }
}
.icon-layers--6 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--6 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-lower-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-lower-layers--1 {
  height: 38vw;
  width: 40vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--1 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-lower-layers--2 {
  height: 30vw;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}
.icon-lower-layers--3 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--3 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-upper-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-upper-layers--1 {
  height: 22vw;
  width: 31vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--1 {
    height: 17vw;
    width: 18vw;
  }
}
.icon-upper-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}

.pulse-header {
  position: absolute;
  width: 100vw;
  height: 60vh;
  top: 0;
  right: 0;
  z-index: 1000;
}
.pulse-header object {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .pulse-header {
    height: 100vh;
    width: 50vw;
  }
}

.circle-wrapper:hover .circle {
  transform: scale(0.98);
}

.circle {
  position: relative;
  z-index: 11;
  background: #F8F8F8;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
}
.circle h3 {
  transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  color: #010957;
}
.circle p {
  transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  color: #0FE2FF;
}
.circle:hover {
  animation: pulse-animation 2s infinite linear;
}
.circle__pulse-1 {
  z-index: 10;
  content: "";
  height: 108%;
  width: 108%;
  border-radius: 100%;
  background: #0FE2FF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -54%;
  margin-left: -54%;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.7s cubic-bezier(0.64, 0, 0.78, 0);
}
.circle__pulse-2 {
  z-index: 10;
  content: "";
  height: 116%;
  width: 116%;
  border-radius: 100%;
  background: #0FE2FF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58%;
  margin-left: -58%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.7s cubic-bezier(0.64, 0, 0.78, 0) 0.2s;
}
.circle--alt {
  background: #0FE2FF;
}
.circle--alt .circle__line:after {
  background: white;
}
.circle__line {
  position: relative;
}
.circle__line:after {
  transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  content: "";
  height: 3px;
  width: 100px;
  left: 0px;
  background: #010957;
  position: absolute;
  top: -20px;
}

.event-image {
  position: relative;
  border-radius: 10px;
  height: 240px;
  overflow: hidden;
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .event-image {
    height: 370px;
    width: 100%;
  }
}
.event-image:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: white;
  padding: 20px;
  border-radius: 100%;
  background-position: center;
  background-size: contain;
  background-size: 34px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 640px) {
  .event-image:after {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
  }
}
.event-image__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/events-image.png");
  transition: all 0.4s ease-in-out;
}

.news-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-slider__item {
  border-radius: 10px;
}
.news-slider__item:nth-child(even) {
  margin-top: 60px;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
}

.bg-gradient {
  background: rgb(1, 11, 77);
  background: linear-gradient(180deg, rgb(1, 11, 77) 0%, rgb(2, 20, 183) 49%, rgb(2, 20, 183) 100%);
}

.accordion-wrapper {
  border-radius: 30px;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .accordion-wrapper {
    padding: 40px;
  }
}
.accordion-wrapper--dark {
  background: #192031;
}
.accordion-wrapper--dark .accordion {
  border-top: 1px solid #C3DBFF;
}
.accordion-wrapper--dark .accordion__icon {
  filter: brightness(100);
}
.accordion-wrapper--dark .accordion__content {
  color: white;
}
.accordion-wrapper--dark .accordion__label h4 {
  color: #C3DBFF;
}
.accordion-wrapper--dark .accordion__title {
  color: #C3DBFF;
  font-size: 25px !important;
}
.accordion-wrapper--dark .accordion__item {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #C3DBFF;
}
@media screen and (min-width: 640px) {
  .accordion-wrapper--dark .accordion__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.accordion-wrapper--light {
  background: #EAEDEF;
}
.accordion-wrapper--light p {
  color: rgba(25, 32, 49, 0.6117647059);
}
.accordion-wrapper--light .accordion {
  border-top: 1px solid #192031;
}
.accordion-wrapper--light .accordion p {
  color: rgba(25, 32, 49, 0.6117647059);
}
.accordion-wrapper--light .accordion--split h4 {
  font-size: 19px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .accordion-wrapper--light .accordion--split h4 {
    font-size: 24px;
  }
}
.accordion-wrapper--light .accordion__item {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #192031;
}
@media screen and (min-width: 640px) {
  .accordion-wrapper--light .accordion__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.accordion__icon {
  background-repeat: no-repeat;
  background-image: url("../img/cmsa/plus-icon--cmsa.svg");
  height: 20px;
  min-width: 20px;
  background-position: center;
  background-size: contain;
  position: relative;
  transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  transform: rotate(-90deg);
}
.accordion__label {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 16px 0px;
}
@media screen and (min-width: 1024px) {
  .accordion__label {
    padding: 30px 0px;
  }
}
.accordion__label h4 {
  padding: 10px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 640px) {
  .accordion__label h4 {
    font-size: 48px;
    line-height: 40px;
  }
}
.accordion__item {
  margin-bottom: 0px;
}
.accordion__item:hover input:checked + label::after {
  transform: rotate(45deg) translate(0px, -50%);
}
.accordion__item p {
  color: white;
  margin-bottom: 20px;
}
.accordion__content {
  max-height: 0em;
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion label::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  right: 0px;
  position: absolute;
  filter: brightness(0) invert(1);
}
.accordion ol {
  list-style: auto;
  padding-left: 30px;
  font-size: 22px;
  color: #666169;
  font-weight: 300;
}
.accordion ol li {
  font-size: 22px;
  color: #666169;
  font-weight: 300;
  padding-bottom: 8px;
}
.accordion ul {
  list-style: auto;
  padding-left: 30px;
}
.accordion ul li {
  font-size: 22px;
  color: #666169;
  font-weight: 300;
  padding-bottom: 8px;
}
.accordion input:checked + label::after {
  transform: rotate(45deg) translate(0px, -50%);
}
.accordion input:checked + label .accordion__icon {
  transform: rotate(0deg);
}
.accordion input:checked + label:hover .accordion__icon {
  transform: none;
}
.accordion input:checked + label:hover .accordion__icon::after {
  transform: rotate(178deg);
}

input[name=panel]:checked + label.accordion__icon::before {
  display: none;
}

input[name=panel]:checked + label.accordion__icon::after {
  transform: rotate(178deg);
}

input[name=panel]:checked ~ .accordion__content {
  max-height: 100%;
  z-index: 10;
  overflow: visible;
  margin-top: -30px;
  padding: 10px 0px;
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  input[name=panel]:checked ~ .accordion__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bp-lower-img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 83%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 640px) {
  .bp-lower-img {
    -o-object-position: right;
       object-position: right;
    width: 65%;
    height: 83%;
  }
}

/* Single post date */
.news-date {
  position: relative;
  display: inline-block;
  width: 205px;
}
.news-date:before {
  position: absolute;
  z-index: 3;
  top: -8px;
  right: 0;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIxMiIgdmlld0JveD0iMCAwIDMxNyAyMTIiIHdpZHRoPSIzMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkxLjM5ODUgNi4yMThjMS40NzM0LTMuMTgxNjcgNC42NjA1LTUuMjE4IDguMTY2OC01LjIxOGgyMDYuNzY4N2M2LjU3NiAwIDEwLjkzMiA2LjgyMzgzIDguMTYzIDEyLjc4OTFsLTg5LjExNiAxOTEuOTk5OWMtMS40NzUgMy4xNzgtNC42NiA1LjIxMS04LjE2NCA1LjIxMWgtMjA2LjU2NThjLTYuNTczMTMgMC0xMC45Mjg5NzQtNi44MTctOC4xNjY4MS0xMi43ODJ6IiBzdHJva2U9IiMwZmUyZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  font-weight: 300;
  margin-top: 30px;
}

.news-article-left {
  position: relative;
}
.news-article-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 146px;
  background: #C3DBFF;
  left: 2.5rem;
}

.people-posts__item:hover .people-posts__item__profile:after {
  background: #81D8D1;
  mix-blend-mode: multiply;
  opacity: 1;
}
.people-posts__item__profile {
  position: relative;
  display: flex;
}
.people-posts__item__profile:after {
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  top: 0px;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.people-posts__item__profile:before {
  content: "";
  background-size: contain;
  background-image: url("../img/small-white-cutout.svg");
  top: -1px;
  right: 0;
  z-index: 10;
  position: absolute;
  height: 56px;
  width: 37px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 640px) {
  .people-posts__item__profile:before {
    max-height: 368px;
    height: 76px;
    width: 55px;
  }
}
.people-posts__item__profile img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
}
.people-single__item__profile {
  height: 100%;
  position: relative;
}
.people-single__item__profile:before {
  content: "";
  background-size: contain;
  background-image: url("../img/small-white-cutout.svg");
  height: 76px;
  width: 55px;
  top: 0;
  right: -2px;
  position: absolute;
}
@media screen and (min-width: 640px) {
  .people-single__item__profile:before {
    height: 160px;
    width: 117px;
  }
}
.people-single__item__profile img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.projects-line {
  width: 54px;
  height: 1px;
  background: white;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.statistics-content:before {
  content: "";
  background-size: contain;
  background-image: url("../img/cmsa/icon-magnify.svg");
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  z-index: 10;
}

.facetwp-load-more {
  background: #C3DBFF;
  display: inline-block;
  padding: 13px 34px;
  border-radius: 30px;
  padding-right: 80px;
  font-size: 15px;
  color: #192031;
  font-weight: 700;
  position: relative;
  margin-top: 40px;
  border: 2px solid #C3DBFF;
  transition: all 0.3s ease-in-out;
}
.facetwp-load-more:hover {
  border: 2px solid #C3DBFF;
  background: transparent;
  color: #C3DBFF;
}
.facetwp-load-more:hover:after {
  transform: rotate(90deg);
  filter: invert(82%) sepia(3%) saturate(4855%) hue-rotate(190deg) brightness(102%) contrast(106%);
}
.facetwp-load-more:after {
  content: "";
  background-image: url("../img/cmsa/plus-icon--cmsa.svg");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}

.projects-list {
  background: #192031;
  border-radius: 30px;
  padding-top: 70px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .projects-list {
    padding-bottom: 70px;
  }
}
.projects-list h2 {
  color: white;
}
.projects-list__title {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.projects-list__item {
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.projects-list__item__inner {
  position: relative;
}
.projects-list__item__inner:after {
  z-index: 10;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  background: linear-gradient(0deg, rgba(25, 32, 49, 0.25) 0%, rgba(25, 32, 49, 0.25) 100%), url(<path-to-image>) lightgray -116.667px 0px/133.333% 100% no-repeat;
  -webkit-backdrop-filter: blur(67px);
          backdrop-filter: blur(67px);
}
.projects-list__item:hover {
  border: 10px solid #C3DBFF;
  border-radius: 40px;
}
.projects-list__item:hover img {
  transform: scale(1.1);
}
.projects-list img {
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.projects-list .facetwp-facet-project_filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .projects-list .facetwp-facet-project_filter {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}
.projects-list .facetwp-facet-project_filter .facetwp-radio {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  font-size: 16px;
  border-radius: 50px;
  color: white;
  padding: 13px 31px;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .projects-list .facetwp-facet-project_filter .facetwp-radio {
    min-width: 20%;
    max-width: 20%;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.projects-list .facetwp-facet-project_filter .facetwp-radio.checked, .projects-list .facetwp-facet-project_filter .facetwp-radio:hover {
  background: #C3DBFF;
  color: #192031;
  border: 1px solid #C3DBFF;
}

.content h3, .content h2 {
  color: black;
}
.content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content ul li {
  position: relative;
  list-style: disc;
}

@media screen and (min-width: 1024px) {
  .column-offset {
    padding-top: 25%;
  }
}

.content img {
  width: 100%;
}

.contact__lower {
  top: 20px;
  position: relative;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
}
.contact__lower:before {
  position: absolute;
  width: calc(100% + 2px);
  content: "";
  height: 40px;
  border-radius: 10px;
  border: 1px solid black;
  border-bottom: 0px;
  top: -42px;
  left: -1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.quote-block__text {
  position: relative;
}
.quote-block__text--quote {
  background-image: url("../img/quote.svg");
  position: absolute;
  height: 40px;
  background-size: contain;
  width: 40px;
  background-repeat: no-repeat;
  top: -60px;
}

.case-study-list__link {
  font-size: 131px;
  font-weight: 600;
  line-height: 158px;
  -webkit-text-stroke: 6px transparent;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
.case-study-list__link--active {
  background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: white;
}
.case-study-list__link:hover {
  background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: white;
}
.case-study-list--dark .case-study-list__link {
  color: white;
}
.case-study-list--dark .case-study-list__link:hover {
  background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #14052C;
}

.cta-block__inner {
  background-image: url("../img/bg-gradient-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 75px 50px;
}
.cta-block .content p {
  max-width: 80%;
}

.full-width-content__inner h1 {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .full-width-content__inner h1 {
    max-width: 80%;
  }
}

.hero-home .section__bg img {
  animation: kenburns 20s infinite linear;
}

.section {
  position: relative;
  margin-top: -1px;
}
.section__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.section__bg--white-background {
  background: white;
}
.section__bg--primary-background {
  background: #C3DBFF;
  border-radius: 30px;
  width: calc(100% - 20px);
  left: 10px;
}
@media screen and (min-width: 1024px) {
  .section__bg--primary-background {
    width: calc(100% - 100px);
    left: 50px;
  }
}
.section__bg--grey-background {
  background: #EAEDEF;
  border-radius: 30px;
  width: calc(100% - 20px);
  left: 10px;
}
@media screen and (min-width: 1024px) {
  .section__bg--grey-background {
    width: calc(100% - 100px);
    left: 50px;
  }
}
.section__bg--rounded-image {
  width: calc(100% - 10px);
  left: 5px;
  border-radius: 25px;
}
@media screen and (min-width: 1024px) {
  .section__bg--rounded-image {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__bg--rounded-white {
  background: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.section__bg--inset-gradient {
  background: transparent;
}
.section__bg--video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__wrapper .section__bg--primary-background {
  background: #C3DBFF;
  border-radius: 30px;
  width: 100%;
  left: 0px;
}

.clients-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.clients-slider .swiper-slide {
  max-width: 25%;
}

.large_text p {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width: 640px) {
  .large_text p {
    font-size: 39px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .large_text p {
    font-size: 60px;
    line-height: 72px;
  }
}

/* Timeline */
@media screen and (min-width: 640px) {
  .timeline > div {
    min-height: 145px;
  }
  .timeline > div:nth-child(odd) {
    width: 80%;
    margin-bottom: 120px;
  }
  .timeline > div:nth-child(odd):after {
    position: absolute;
    bottom: -105px;
    right: -105px;
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3OCIgdmlld0JveD0iMCAwIDEwNSAxNzgiIHdpZHRoPSIxMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTk2LjI5MjkgMTc3LjcwN2MuMzkwNS4zOTEgMS4wMjM3LjM5MSAxLjQxNDIgMGw2LjM2MzktNi4zNjRjLjM5MS0uMzkuMzkxLTEuMDI0IDAtMS40MTQtLjM5LS4zOTEtMS4wMjQtLjM5MS0xLjQxNCAwbC01LjY1NyA1LjY1Ny01LjY1NjktNS42NTdjLS4zOTA1LS4zOTEtMS4wMjM2LS4zOTEtMS40MTQyIDAtLjM5MDUuMzktLjM5MDUgMS4wMjQgMCAxLjQxNHptLTk2LjI5MjktMTc1LjcwN2gyLjc5MTY3di0yaC0yLjc5MTY3em04LjM3NSAwaDUuNTgzM3YtMmgtNS41ODMzem0xMS4xNjY3IDBoNS41ODMzdi0yaC01LjU4MzN6bTExLjE2NjYgMGg1LjU4MzR2LTJoLTUuNTgzNHptMTEuMTY2NyAwaDUuNTgzM3YtMmgtNS41ODMzem0xMS4xNjY3IDBoNS41ODMzdi0yaC01LjU4MzN6bTExLjE2NjYgMGgyLjc5MTd2LTJoLTIuNzkxN3ptMi43OTE3IDBjLjk2MDEgMCAxLjkwOTEuMDQ2NjMgMi44NDQ4LjEzNzY5bC4xOTM3LTEuOTkwNTk4Yy0uOTk5OS0uMDk3MzE2OC0yLjAxMzYtLjE0NzA5Mi0zLjAzODUtLjE0NzA5MnptOC40MjE1IDEuMjQxNDRjMS44MzM1LjU1NTUgMy41OTA0IDEuMjg3NzggNS4yNTA4IDIuMTc3MTFsLjk0NDMtMS43NjMwM2MtMS43NzUzLS45NTA4NS0zLjY1NDEtMS43MzQwMS01LjYxNTItMi4zMjgxNnptOS45NzU4IDUuMzQwMDFjMS40Njc4IDEuMjA2MDQgMi44MTUyIDIuNTUzNDUgNC4wMjEyIDQuMDIxMjVsMS41NDU0LTEuMjY5NmMtMS4yODg4LTEuNTY4NTMtMi43Mjg1LTMuMDA4MjMtNC4yOTctNC4yOTY5NXptNy4xODQyIDguNzQ2MjVjLjg4OTMgMS42NjA0IDEuNjIxNiAzLjQxNzMgMi4xNzcxIDUuMjUwOGwxLjkxNC0uNTc5OWMtLjU5NDEtMS45NjExLTEuMzc3My0zLjgzOTktMi4zMjgxLTUuNjE1MnptMy4yODA4IDEwLjgyNzVjLjA5MTEuOTM1Ny4xMzc3IDEuODg0Ny4xMzc3IDIuODQ0OGgyYzAtMS4wMjQ5LS4wNDk4LTIuMDM4Ni0uMTQ3MS0zLjAzODV6bS4xMzc3IDIuODQ0OHYzLjA0MTdoMnYtMy4wNDE3em0wIDkuMTI1djYuMDgzM2gydi02LjA4MzN6bTAgMTIuMTY2N3Y2LjA4MzNoMnYtNi4wODMzem0wIDEyLjE2NjZ2Ni4wODM0aDJ2LTYuMDgzNHptMCAxMi4xNjY3djYuMDgzM2gydi02LjA4MzN6bTAgMTIuMTY2N3Y2LjA4MzNoMnYtNi4wODMzem0wIDEyLjE2NjN2Ni4wODRoMnYtNi4wODR6bTAgMTIuMTY3djYuMDgzaDJ2LTYuMDgzem0wIDEyLjE2N3Y2LjA4M2gydi02LjA4M3ptMCAxMi4xNjZ2Ni4wODRoMnYtNi4wODR6bTAgMTIuMTY3djYuMDgzaDJ2LTYuMDgzem0wIDEyLjE2N3Y2LjA4M2gydi02LjA4M3ptMCAxMi4xNjZ2My4wNDJoMnYtMy4wNDJ6IiBmaWxsPSIjMDEwOTU3Ii8+PC9zdmc+");
  }
  .timeline > div:nth-child(even) {
    width: 87%;
    margin-bottom: 100px;
    margin-right: 0;
    margin-left: auto;
  }
  .timeline > div:nth-child(even):before {
    position: absolute;
    top: 0;
    left: -100px;
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwNiIgdmlld0JveD0iMCAwIDk0IDIwNiIgd2lkdGg9Ijk0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im04LjcwNzExIDIwNS43MDdjLS4zOTA1My4zOTEtMS4wMjM2OS4zOTEtMS40MTQyMiAwbC02LjM2Mzk1OC02LjM2NGMtLjM5MDUyNi0uMzktLjM5MDUyNi0xLjAyNCAwLTEuNDE0LjM5MDUxOC0uMzkxIDEuMDIzNjg4LS4zOTEgMS40MTQyMDggMGw1LjY1Njg2IDUuNjU3IDUuNjU2OS01LjY1N2MuMzkwNS0uMzkxIDEuMDIzNi0uMzkxIDEuNDE0MiAwIC4zOTA1LjM5LjM5MDUgMS4wMjQgMCAxLjQxNHptODUuMjkyODktMjAzLjcwN2gtMi44di0yaDIuOHptLTguNCAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC0yLjh2LTJoMi44em0tMi44IDBjLS45NjAyIDAtMS45MDkxLjA0NjYzLTIuODQ0OC4xMzc2OWwtLjE5MzctMS45OTA1OThjLjk5OTktLjA5NzMxNjggMi4wMTM2LS4xNDcwOTIgMy4wMzg1LS4xNDcwOTJ6bS04LjQyMTUgMS4yNDE0NGMtMS44MzM1LjU1NTUtMy41OTA0IDEuMjg3NzgtNS4yNTA4IDIuMTc3MTFsLS45NDQzLTEuNzYzMDNjMS43NzUzLS45NTA4NSAzLjY1NDEtMS43MzQwMSA1LjYxNTItMi4zMjgxNnptLTkuOTc1OCA1LjM0MDAxYy0xLjQ2NzggMS4yMDYwNC0yLjgxNTIgMi41NTM0NS00LjAyMTIgNC4wMjEyNWwtMS41NDU0LTEuMjY5NmMxLjI4ODgtMS41Njg1MyAyLjcyODUtMy4wMDgyMyA0LjI5Ny00LjI5Njk1em0tNy4xODQyIDguNzQ2MjVjLS44ODkzIDEuNjYwNC0xLjYyMTYgMy40MTczLTIuMTc3MSA1LjI1MDhsLTEuOTE0MDUtLjU3OTljLjU5NDE2LTEuOTYxMSAxLjM3NzMyLTMuODM5OSAyLjMyODE1LTUuNjE1MnptLTMuMjgwODEgMTAuODI3NWMtLjA5MTA3LjkzNTctLjEzNzY5IDEuODg0Ny0uMTM3NjkgMi44NDQ4aC0yYzAtMS4wMjQ5LjA0OTc3LTIuMDM4Ni4xNDcwOS0zLjAzODV6bS0uMTM3NjkgMi44NDQ4djIuOWgtMnYtMi45em0wIDguN3Y1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2Mi45aC0ydi0yLjl6IiBmaWxsPSIjMDEwOTU3Ii8+PC9zdmc+");
  }
}
@media screen and (min-width: 1024px) {
  .timeline > div:nth-child(even) {
    width: 93.5%;
  }
}
.timeline > div:last-child:before, .timeline > div:last-child:after {
  display: none;
}
.timeline > div .count {
  display: block;
  left: 50%;
  top: -22px;
  margin-left: -22px;
  text-align: center;
  background: #C3DBFF;
  color: #192031;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 42px;
  outline: 6px solid #192031;
}
@media screen and (min-width: 640px) {
  .timeline > div .count {
    left: 3px;
  }
}

/* Bottom background shape */
.bottom-bg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -75px;
  width: 153px;
  height: 177px;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDE1MyAxNzciIHdpZHRoPSIxNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEzNy41NjIgMTcwYy0xLjk1MiAwLTMuNzI0LTEuMTM1LTQuNTQxLTIuOTA3bC03My43NTE1LTE1OS45OTk5M2MtMS41MjctMy4zMTI4OS44OTI5LTcuMDkzMDY1OTMgNC41NDA4LTcuMDkzMDY1OTNoMTcxLjQ1MjdjMS45NSAwIDMuNzIxIDEuMTMzMTc1OTMgNC41MzkgMi45MDI5OTU5M2w3My45MTkgMTYwYzEuNTMxIDMuMzEzLS44ODkgNy4wOTctNC41MzkgNy4wOTd6IiBmaWxsPSIjMDYyMjgzIi8+PHBhdGggZD0ibTQuMTcwODUgMTcwLjMyOCAzNy43MzEzNS04MmMuNjUyOS0xLjQxODkgMi4wNzE5LTIuMzI4IDMuNjMzOC0yLjMyOGg4Ny42NTJjMi45MTkgMCA0Ljg1NSAzLjAyNDggMy42MzIgNS42NzUybC0zNy44MTcxIDgxLjk5OThjLS42NTM2IDEuNDE3LTIuMDcxNyAyLjMyNS0zLjYzMjMgMi4zMjVoLTg3LjU2NTk4Yy0yLjkxNzE2IDAtNC44NTMxNy0zLjAyMi0zLjYzMzc3LTUuNjcyeiIgc3Ryb2tlPSIjMGZlMmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
}
@media screen and (min-width: 640px) {
  .bottom-bg:after {
    height: 217px;
    width: 188px;
  }
}

.case-study-meta {
  border-radius: 30px;
  border: 2px solid #8546EA;
}
.case-study-meta__details {
  padding: 0px 6%;
}
.case-study-meta__tagline {
  padding: 0px 3vw;
}
.case-study-meta__post {
  padding: 0px 3vw;
}

.testimonial-single__left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.testimonial-single__left:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  background-image: url("../img/quote.svg");
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial-single__right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 768px) {
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[100vh\] {
    height: 100vh;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:max-w-\[180px\] {
    max-width: 180px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }
  .md\:pt-40 {
    padding-top: 10rem;
  }
  .md\:pt-52 {
    padding-top: 13rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[32px\] {
    font-size: 32px;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:bottom-0 {
    bottom: 0px;
  }
  .lg\:bottom-\[10px\] {
    bottom: 10px;
  }
  .lg\:bottom-\[20px\] {
    bottom: 20px;
  }
  .lg\:left-\[-200px\] {
    left: -200px;
  }
  .lg\:left-\[30px\] {
    left: 30px;
  }
  .lg\:left-\[8vw\] {
    left: 8vw;
  }
  .lg\:right-\[-25vw\] {
    right: -25vw;
  }
  .lg\:right-\[10px\] {
    right: 10px;
  }
  .lg\:top-\[50px\] {
    top: 50px;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-\[0px\] {
    margin-bottom: 0px;
  }
  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-\[0px\] {
    margin-left: 0px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }
  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }
  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:h-\[125px\] {
    height: 125px;
  }
  .lg\:h-\[130vh\] {
    height: 130vh;
  }
  .lg\:h-\[216px\] {
    height: 216px;
  }
  .lg\:h-\[230px\] {
    height: 230px;
  }
  .lg\:h-\[312px\] {
    height: 312px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:min-h-\[250px\] {
    min-height: 250px;
  }
  .lg\:min-h-\[287px\] {
    min-height: 287px;
  }
  .lg\:min-h-\[322px\] {
    min-height: 322px;
  }
  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-\[216px\] {
    width: 216px;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[32\%\] {
    width: 32%;
  }
  .lg\:w-\[40\%\] {
    width: 40%;
  }
  .lg\:w-\[42\%\] {
    width: 42%;
  }
  .lg\:w-\[43\%\] {
    width: 43%;
  }
  .lg\:w-\[45\%\] {
    width: 45%;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[55\%\] {
    width: 55%;
  }
  .lg\:w-\[57\%\] {
    width: 57%;
  }
  .lg\:w-\[58\%\] {
    width: 58%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[67\%\] {
    width: 67%;
  }
  .lg\:w-\[70\%\] {
    width: 70%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[260px\] {
    min-width: 260px;
  }
  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }
  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }
  .lg\:max-w-\[560px\] {
    max-width: 560px;
  }
  .lg\:max-w-\[60vw\] {
    max-width: 60vw;
  }
  .lg\:max-w-\[65\%\] {
    max-width: 65%;
  }
  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:gap-\[20px\] {
    gap: 20px;
  }
  .lg\:gap-\[50px\] {
    gap: 50px;
  }
  .lg\:gap-\[80px\] {
    gap: 80px;
  }
  .lg\:self-auto {
    align-self: auto;
  }
  .lg\:bg-none {
    background-image: none;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:p-\[32px\] {
    padding: 32px;
  }
  .lg\:p-\[40px\] {
    padding: 40px;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-\[0px\] {
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .lg\:pb-\[10rem\] {
    padding-bottom: 10rem;
  }
  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .lg\:pl-\[100px\] {
    padding-left: 100px;
  }
  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }
  .lg\:pl-\[70px\] {
    padding-left: 70px;
  }
  .lg\:pr-\[10\%\] {
    padding-right: 10%;
  }
  .lg\:pr-\[100px\] {
    padding-right: 100px;
  }
  .lg\:pr-\[10vw\] {
    padding-right: 10vw;
  }
  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }
  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }
  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }
  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }
  .lg\:pr-\[70px\] {
    padding-right: 70px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-\[0px\] {
    padding-top: 0px;
  }
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }
  .lg\:pt-\[200px\] {
    padding-top: 200px;
  }
  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }
  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }
  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }
  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-\[160px\] {
    font-size: 160px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
  .lg\:text-\[42px\] {
    font-size: 42px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:leading-\[150px\] {
    line-height: 150px;
  }
  .lg\:leading-\[25px\] {
    line-height: 25px;
  }
  .lg\:leading-\[42px\] {
    line-height: 42px;
  }
  .lg\:leading-\[60px\] {
    line-height: 60px;
  }
}