/* Global CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove default list styles */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove default image border */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

/* Reset heading and paragraph margins */
h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  font-weight: normal;
}

/* Reset form elements */
input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

/* Buttons inherit cursor and remove weird defaults */
button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.g-heading-underline-animation {
  background-image: linear-gradient(#342631, #342631);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.3s, background-position 0s 0.3s;
}

.g-logo {
  max-width: 130px;
  width: 100%;
}
@media (min-width: 768px) {
  .g-logo {
    max-width: 150px;
  }
}

.g-trigger-heading-animation:hover .g-heading-underline-animation {
  background-position: 0 100%;
  background-size: 100% 2px;
}

.hero--dark .g-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

body {
  background: #fbfbfb;
}

.container {
  margin: 0 auto;
  padding: 40px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 80px 60px;
  }
}

/* WIDTH */
.container--width-standard {
  max-width: 1200px;
}

.container--width-narrow {
  max-width: 1120px;
}

/* BOTTOM PADDING */
.container--bottom-padding-double {
  padding-bottom: 160px;
}

.container--bottom-padding-three-quarters {
  padding-bottom: 60px;
}

.container--bottom-padding-half {
  padding-bottom: 40px;
}

.container--bottom-padding-quarter {
  padding-bottom: 20px;
}

.container--bottom-padding-none {
  padding-bottom: 0;
}
.container--bottom-padding-none > *:last-of-type {
  margin-bottom: 0;
}

/*#main > div:first-of-type .container {
	padding-top: 40px;
}*/
.background--blue + .background--blue .container,
.background--grey + .background--grey .container,
.background--white + .background--white .container {
  padding-top: 0;
}

.split--container {
  display: flex;
}
@media (max-width: 768px) {
  .split--container {
    flex-wrap: wrap;
  }
}

.container--vertically-center {
  align-items: center;
}

@media (min-width: 768px) {
  .container--thirty-seventy .split__child:first-of-type {
    flex: 0 0 30%;
  }
  .container--thirty-seventy .split__child:last-of-type {
    flex: 0 0 70%;
  }
  .container--forty-sixty .split__child:first-of-type {
    flex: 0 0 40%;
  }
  .container--forty-sixty .split__child:last-of-type {
    flex: 0 0 60%;
  }
  .container--fifty-fifty .split__child {
    flex: 1 1 50%;
  }
  .container--sixty-forty .split__child:first-of-type {
    flex: 0 0 60%;
  }
  .container--sixty-forty .split__child:last-of-type {
    flex: 0 0 40%;
  }
  .container--seventy-thirty .split__child:first-of-type {
    flex: 0 0 70%;
  }
  .container--seventy-thirty .split__child:last-of-type {
    flex: 0 0 30%;
  }
}
.g-heading-underline-animation {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.4s ease;
}

.card:hover .g-heading-underline-animation {
  background-size: 100% 2px;
}

/* COLOUR VARIATIONS */
.background--green .g-heading-underline-animation {
  background-image: linear-gradient(#0066cc, #0066cc);
}

.background--grey .g-heading-underline-animation {
  background-image: linear-gradient(#ffffff, #ffffff);
}

.background--white .g-heading-underline-animation {
  background-image: linear-gradient(#ffffff, #ffffff);
}

.background--green {
  background: #2C5F7C;
}
.background--green a, .background--green p, .background--green li, .background--green h1, .background--green h2, .background--green h3, .background--green h4 {
  color: #ffffff;
}

.background--grey {
  background: #f0f0f0;
}
.background--grey a, .background--grey p, .background--grey li, .background--grey h1, .background--grey h2, .background--grey h3, .background--grey h4 {
  color: #011627;
}

.background--white {
  background: #ffffff;
}
.background--white a, .background--white p, .background--white li, .background--white h1, .background--white h2, .background--white h3, .background--white h4 {
  color: #011627;
}

a, p, li, span, h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 75ch;
}

a, p, li, .button__text, input[type=submit] {
  font-family: "Roboto", sans-serif;
}

p[style="text-align: center"] {
  margin: 0 auto 20px auto;
}

ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  ul.two-columns {
    column-count: 2;
    column-gap: 40px;
  }
}

h1,
.large-heading {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 768px) {
  h1,
  .large-heading {
    font-size: 65px;
    line-height: 65px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

h3,
h3 span {
  font-size: 35px;
  line-height: 45px;
}

.background--grey.text p a, .background--grey.contact-details a, .background--grey.site-footer a,
.background--white.text p a,
.background--white.contact-details a,
.background--white.site-footer a {
  box-shadow: inset 0 -0.1rem 0 0 #011627;
  text-decoration: none;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}
.background--grey.text p a:hover, .background--grey.contact-details a:hover, .background--grey.site-footer a:hover,
.background--white.text p a:hover,
.background--white.contact-details a:hover,
.background--white.site-footer a:hover {
  box-shadow: inset 0 -1.5rem 0 0 #2c5f7c;
  color: #011627;
}

.background--blue.text p a, .background--blue.contact-details a, .background--blue.site-footer a {
  box-shadow: inset 0 -0.1rem 0 0 #fff;
  text-decoration: none;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}
.background--blue.text p a:hover, .background--blue.contact-details a:hover, .background--blue.site-footer a:hover {
  box-shadow: inset 0 -1.5rem 0 0 #fff;
  color: #2c5f7c;
}

.header__top-bar--container {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.header__top-bar--container p {
  font-weight: 600;
  margin: 0;
  max-width: 100%;
}

.header--container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .header--container {
    padding: 20px 60px;
  }
}

/*.header-style--on-hero {
	background: none;
	position: absolute;
	width: 100%;
	z-index: 4;
}*/
.header__logo {
  align-items: center;
  display: flex;
  margin: 0;
  text-decoration: none;
}

.header__name {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .header__name {
    font-size: 40px;
    line-height: 40px;
  }
}

/* COLOUR CONFIGURATION */
.background--green .header__top-bar--container {
  background: #ffffff;
}
.background--green .header__top-bar--container p {
  color: #011627;
}

.background--grey .header__top-bar--container,
.background--white .header__top-bar--container {
  background: #2C5F7C;
}
.background--grey .header__top-bar--container p,
.background--white .header__top-bar--container p {
  color: #ffffff;
}

.footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer__columns .footer__columns > div {
  box-sizing: border-box;
  min-width: 0;
  /* Prevent empty columns collapsing */
  min-height: 1px; /* or some small value */
}
.footer__columns--1 > div {
  flex: 1 1 100%;
}
.footer__columns--2 > div {
  flex: 1 1 100%;
}
@media (min-width: 600px) {
  .footer__columns--2 > div {
    flex: 1 1 calc(50% - 2rem);
  }
}
.footer__columns--3 > div {
  flex: 1 1 100%;
}
@media (min-width: 600px) {
  .footer__columns--3 > div {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (min-width: 768px) {
  .footer__columns--3 > div {
    flex: 1 1 calc(33.333333% - 2rem);
  }
}
.footer__columns--4 > div {
  flex: 1 1 100%;
}
@media (min-width: 600px) {
  .footer__columns--4 > div {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (min-width: 768px) {
  .footer__columns--4 > div {
    flex: 1 1 calc(25% - 2rem);
  }
}

footer ul {
  list-style-type: none;
}

footer li,
footer p,
footer a {
  margin-bottom: 10px;
}

footer img {
  margin-bottom: 10px;
}

.primary-menu {
  display: flex;
  list-style-type: none;
}

.menu-item {
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.primary-menu,
.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  font-size: 18px;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .primary-menu a {
    color: #011627;
    display: block;
  }
}

.sub-menu {
  border-radius: 10px;
  display: none;
  flex-basis: 100%;
  left: 0;
  min-width: 250px;
  order: 99;
  top: 100%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .sub-menu {
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
  }
}
.sub-menu li:last-of-type {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .primary-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

.primary-menu .sub-menu .menu-item {
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  position: relative;
}

.primary-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/* HIGHLIGHT LAST ITEM */
@media (min-width: 768px) {
  .primary-menu li:last-of-type {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    margin-top: -10px;
    padding: 10px 20px;
  }
}

@media (min-width: 768px) {
  .primary-menu li:last-of-type:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

/* BURGER */
.burger {
  align-items: center;
  box-sizing: border-box;
  background: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 24px;
  justify-content: space-between;
  padding: 4px 0;
  width: 30px;
  z-index: 1001;
}
@media (max-width: 1250px) {
  .burger {
    display: flex;
  }
}

.burger.open {
  position: absolute;
  right: 40px;
  top: 40px;
}

.burger span {
  border-radius: 2px;
  display: block;
  height: 2px;
  margin-bottom: 0;
  width: 100%;
}

.burger.open span {
  background: #011627;
}

.burger span {
  transition: transform 0.3s, opacity 0.3s;
}

.burger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(3px) translateX(4px);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(7px);
}

/* MOBILE MENU */
.mobile-menu-wrapper {
  align-items: center;
}
@media (min-width: 1250px) {
  .mobile-menu-wrapper {
    display: flex;
  }
}

@media (max-width: 1350px) {
  header {
    z-index: 4;
  }
  .burger {
    display: flex;
  }
  .mobile-menu-wrapper {
    flex-direction: column;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    width: 100%;
  }
  .mobile-menu-wrapper.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 100;
  }
  .primary-menu {
    flex-direction: column;
  }
  .main-navigation {
    background: #f0f0f0;
    height: 100vh;
    overflow: auto;
    position: relative;
    padding: 100px 60px 0 60px;
    width: 100%;
    z-index: 120123;
  }
}
@media (max-width: 768px) {
  /* Add arrow to toggle button */
  .submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 8px;
  }
  .submenu-toggle::before {
    color: #011627;
    content: "next";
    font-family: swiper-icons;
    font-size: 20px;
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  /* Rotate when open */
  .menu-item-has-children.open > .submenu-toggle::before {
    transform: rotate(-90deg);
  }
  /* Hide submenus by default */
  .menu-item-has-children .sub-menu {
    display: none;
  }
  /* Show submenu when open */
  .menu-item-has-children.open .sub-menu {
    display: block;
    margin: 10px 0 -10px 0;
  }
}
/* COLOUR VARIATIONS */
/*.header-style--on-hero {
	.burger span {
		background: #ffffff;
	}

	.burger.open span {
		background: #011627;
	}

	@media (min-width: 768px) {
		.primary-menu a {
			color: #ffffff;
		}
	}
}*/
.header-style--on-hero .sub-menu a,
.background--blue .sub-menu a {
  color: #2c5f7c;
}
.header-style--on-hero .sub-menu a:hover,
.background--blue .sub-menu a:hover {
  color: #011627;
}

.background--grey .sub-menu a:hover {
  color: #2c5f7c;
}

@media (min-width: 768px) {
  header:not(.header-style--on-hero) .primary-menu > li:last-of-type {
    border-radius: 40px;
    margin-top: -10px;
    padding: 10px 20px;
  }
}

.background--blue .burger span {
  background: #ffffff;
}
.background--blue .burger.open span {
  background: #011627;
}
@media (min-width: 768px) {
  .background--blue .primary-menu > li:last-of-type {
    background-color: #ffffff;
  }
  .background--blue .primary-menu > li:last-of-type a {
    color: #011627;
  }
  .background--blue .primary-menu > li:last-of-type:hover a {
    color: #2c5f7c;
  }
}
.background--blue .current-menu-ancestor > a,
.background--blue .current_page_item > a,
.background--blue .primary-menu a:hover {
  color: #011627;
}
.background--blue .sub-menu .current-menu-item a,
.background--blue .sub-menu a:hover {
  color: #011627;
}

.background--grey .burger span,
.background--white .burger span {
  background: #011627;
}
@media (min-width: 768px) {
  .background--grey .primary-menu > li:last-of-type,
  .background--white .primary-menu > li:last-of-type {
    background-color: #2c5f7c;
  }
  .background--grey .primary-menu > li:last-of-type a,
  .background--white .primary-menu > li:last-of-type a {
    color: #ffffff;
  }
  .background--grey .primary-menu > li:last-of-type:hover a,
  .background--white .primary-menu > li:last-of-type:hover a {
    color: #011627;
  }
}
.background--grey .current-menu-ancestor > a,
.background--grey .current_page_item > a,
.background--grey .primary-menu a:hover,
.background--white .current-menu-ancestor > a,
.background--white .current_page_item > a,
.background--white .primary-menu a:hover {
  color: #2c5f7c;
}
.background--grey .sub-menu .current-menu-item a,
.background--grey .sub-menu a:hover,
.background--white .sub-menu .current-menu-item a,
.background--white .sub-menu a:hover {
  color: #2c5f7c;
}

@media (min-width: 768px) {
  .background--grey:not(.header-style--on-hero) .primary-menu > li:last-of-type:hover a {
    color: #f0f0f0;
  }
}

.button {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 40px;
  padding: 10px 20px;
  text-decoration: none;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.button__text {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}

/* COLOUR VARIATIONS */
.background--blue .button {
  border: 2px solid #fff;
}
.background--blue .button:after {
  background: #0066cc;
}
.background--blue .button__text {
  color: #ffffff;
}

.background--grey .button,
.background--white .button {
  background: #2c5f7c;
  border: 2px solid #2c5f7c;
}
.background--grey .button .button__text,
.background--white .button .button__text {
  color: #ffffff;
}
.background--grey .button:after,
.background--white .button:after {
  background: #2c5f7c;
}
.background--grey .button:hover,
.background--white .button:hover {
  background: none;
}
.background--grey .button:hover .button__text,
.background--white .button:hover .button__text {
  color: #2c5f7c;
}
.background--grey .button__text,
.background--white .button__text {
  color: #2c5f7c;
}

/* HERO BUTTON */
.hero .button {
  align-self: flex-start;
  margin-bottom: 0;
  width: auto;
}

.hero--dark .button {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  top: 20px;
  transition: 0.2s;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero--dark .button {
    padding: 10px 20px;
  }
}

/* TEXT BUTTON */
.text .button {
  display: inline-block;
}

#main img {
  border-radius: 40px;
}

.cards__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .cards__container {
    gap: 50px;
  }
}

.card {
  align-items: center;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 calc(50% - 30px);
  margin-bottom: 20px;
  max-width: calc(50% - 50px);
  padding: 40px 20px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .card {
    flex: 0 1 calc(33.333333% - 50px);
    max-width: calc(33.333333% - 50px);
  }
}
@media screen and (min-width: 1000px) {
  .card {
    flex: 0 1 calc(25% - 50px);
    max-width: calc(25% - 50px);
  }
}

.card--link {
  color: black;
  text-decoration: none;
}

.card__heading span {
  font-size: 40px;
  line-height: 50px;
}

/* COLOUR VARIATIONS */
.cards.background--blue .card {
  background: #ffffff;
}
.cards.background--blue h3 span {
  color: #0066cc;
}

.cards.background--grey .card {
  background: linear-gradient(90deg, rgb(52, 170, 240) 0%, rgb(0, 102, 204) 100%);
}
.cards.background--grey h3 span {
  color: #ffffff;
}

.cards.background--white .card {
  background: linear-gradient(90deg, rgb(52, 170, 240) 0%, rgb(0, 102, 204) 100%);
}
.cards.background--white h3 span {
  color: #ffffff;
}

/*img {
  transform: rotateX(45deg) rotateZ(45deg) scale(0.8);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  display: inline-block;
}*/
.contact-details__heading {
  text-align: center;
}

.contact-details__telephone-and-email {
  margin: 0 auto;
  max-width: 1000px;
}

.contact-details__telephone-number,
.contact-details__email {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .contact-details__telephone-number {
    margin-bottom: 40px;
  }
}

.contact-details__icon-wrapper {
  border-radius: 70px;
  height: 70px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  width: 70px;
}

.contact-details__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-details__telephone-and-email {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.contact-details__telephone-and-email > div {
  flex: 1 1 50%;
  padding: 0 20px;
  position: relative;
}

/*.contact-details__telephone-and-email > div:first-of-type::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}*/
.contact-details__telephone-and-email a {
  font-size: 25px;
}

/* COLOUR VARIAATIONS */
.background--grey .contact-details__icon-wrapper,
.background--white .contact-details__icon-wrapper {
  background: #2c5f7c;
}
.background--grey .contact-details__icon path,
.background--white .contact-details__icon path {
  fill: #ffffff;
}

.background--green .contact-details__icon-wrapper {
  background: #ffffff;
}
.background--green .contact-details__icon path {
  fill: #2c5f7c;
}

.contact-details__contact-form {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

input, textarea {
  padding: 20px 0;
}

input[type=submit] {
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (min-width: 768px) {
  input[type=submit] {
    padding: 15px 20px;
  }
}

nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

nf-field:nth-of-type(1),
nf-field:nth-of-type(2),
nf-field:nth-of-type(4),
nf-field:nth-of-type(5) {
  width: 100%;
}
@media (min-width: 768px) {
  nf-field:nth-of-type(1),
  nf-field:nth-of-type(2),
  nf-field:nth-of-type(4),
  nf-field:nth-of-type(5) {
    width: calc(50% - 20px);
  }
}

nf-field:nth-of-type(3) {
  width: 100%;
}

nf-field:nth-of-type(4) label {
  margin-top: -7px;
}

@media (min-width: 768px) {
  .submit-container .field-wrap {
    text-align: right;
  }
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: 400 !important;
}

.label-above .nf-field-label {
  display: none;
  margin-bottom: 0px !important;
}

.nf-error-msg {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* ITEMS TO HIDE */
.nf-form-title,
.nf-form-fields-required {
  display: none;
}

/* COLOUR VARIATIONS */
.background--grey label,
.background--grey .ninja-forms-req-symbol,
.background--grey .ninja-forms-req-symbol,
.background--grey input,
.background--grey textarea,
.background--grey ::placeholder,
.background--white label,
.background--white .ninja-forms-req-symbol,
.background--white .ninja-forms-req-symbol,
.background--white input,
.background--white textarea,
.background--white ::placeholder {
  color: #011627;
}
.background--grey .nf-error-msg,
.background--white .nf-error-msg {
  color: #2c5f7c;
}
.background--grey .nf-error.listimage-wrap .nf-field-element ul,
.background--grey .nf-error .ninja-forms-field,
.background--grey input,
.background--grey textarea,
.background--white .nf-error.listimage-wrap .nf-field-element ul,
.background--white .nf-error .ninja-forms-field,
.background--white input,
.background--white textarea {
  border: none;
  border-bottom: 2px solid #011627;
}
.background--grey input[type=submit],
.background--white input[type=submit] {
  border: 2px solid #011627;
  color: #011627;
}
.background--grey input[type=submit]:hover,
.background--white input[type=submit]:hover {
  background: #011627;
  color: #ffffff;
}

.background--green label,
.background--green .ninja-forms-req-symbol,
.background--green .nf-error-msg, .background--green .ninja-forms-req-symbol,
.background--green input,
.background--green textarea,
.background--green ::placeholder {
  color: #ffffff;
}
.background--green .nf-error.listimage-wrap .nf-field-element ul,
.background--green .nf-error .ninja-forms-field,
.background--green input,
.background--green textarea {
  border: none;
  border-bottom: 2px solid #ffffff;
}
.background--green input[type=submit] {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.background--green input[type=submit]:hover {
  background: #ffffff;
  color: #2c5f7c;
}

.hero {
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    min-height: 800px;
  }
}

.hero__container {
  display: flex;
  height: 100%;
  width: 100%;
}

.hero__image {
  border-radius: 0 !important;
  height: 100%;
  left: 0;
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero__text {
    width: 50%;
  }
}

.hero--light .hero__text {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  padding: 40px;
}

.hero h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 25px;
}

.hero p {
  font-size: 26px;
}

/* TEXT ALIGNMENT + BUTTON */
.hero__text--middle {
  text-align: center;
}
.hero__text--middle .button {
  margin: 0 auto;
}

.hero__text--right {
  text-align: right;
}
.hero__text--right .button {
  margin-left: auto;
}

/* HORIZONTAL TEXT POSITION */
.hero__container-horizontal-left {
  justify-content: flex-start;
}

.hero__container-horizontal-middle {
  justify-content: center;
}

.hero__container-horizontal-right {
  justify-content: flex-end;
}

/* VERTICAL TEXT POSITION */
.hero__container-vertical-top {
  align-items: flex-start;
}

.hero__container-vertical-middle {
  align-items: center;
}

.hero__container-vertical-bottom {
  align-items: flex-end;
}

.circle-text-container {
  animation: spin 10s linear infinite;
  height: 230px;
  margin: 0 auto;
  width: 230px;
}

.circle-text {
  height: 100%;
  width: 100%;
}

text {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 7px;
  text-transform: uppercase;
  transition: 0.2s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* COLOUR VARIATIONS */
.background--blue text {
  fill: #ffffff;
}

.background--grey text {
  fill: #011627;
}
.background--grey .circle-text-container:hover text {
  fill: #2c5f7c;
}

.background--white text {
  fill: #011627;
}

/* FOOTER VERSION */
footer .circle-text-container {
  margin: 0;
}

.services__list--two {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .services__list--two .service {
    width: 50%;
  }
}
.services__list--two .service:nth-of-type(1), .services__list--two .service:nth-of-type(2) {
  padding-top: 0 !important;
}
.services__list--two .service:last-child, .services__list--two .service:nth-last-child(2) {
  border: none !important;
  padding-bottom: 0 !important;
}
.services__list--two .service__link {
  font-size: 22px;
}
@media (min-width: 768px) {
  .services__list--two .service__link {
    font-size: 30px;
  }
}

.service {
  list-style-type: none;
  max-width: 100%;
  padding: 40px 0;
  width: 100%;
}

.service__link {
  display: inline-block;
  font-size: 60px;
}
.service__link:hover .service__arrow {
  transform: scale(1.5) translateX(10px);
}

/* CAROUSEL */
.swiper--container {
  padding: 40px 0 80px 20px;
}
@media (min-width: 768px) {
  .swiper--container {
    padding: 40px 0 80px 40px;
  }
}

.swiper-wrapper {
  padding-bottom: 80px;
  padding-top: 5px;
}

.service__button {
  align-items: center;
  background: #2c5f7c;
  border-radius: 40px;
  bottom: 20px;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 20px;
  width: 40px;
}

.swiper-slide:hover .service__button {
  background: #011627;
}

.service__arrow {
  margin-left: 35px;
  position: relative;
  top: 5px;
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 0.3s ease;
  transform: scale(1.5) translateX(0);
  width: 100px;
}

/* COLOUR VARIATIONS */
.services.background--blue .service {
  border-bottom: 1px solid #ffffff;
  padding: 30px 0;
}
.services.background--blue .service:nth-type(1), .services.background--blue .service:nth-type(2) {
  border-top: none;
}
.services.background--blue .service__arrow {
  fill: #ffffff;
}

.services.background--grey .service {
  border-bottom: 1px solid #011627;
  padding: 20px 0;
}
.services.background--grey .service__arrow {
  fill: #011627;
}

/* SWIPER */
.swiper-slide {
  border-radius: 40px !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .swiper-slide {
    padding: 20px;
  }
}

/* EQUAL HEIGHT CARDS */
.swiper {
  padding-left: 20px !important;
  position: relative;
  width: 100%;
}

.swiper-wrapper {
  align-items: stretch !important;
  display: flex;
}

.swiper-slide {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.swiper-slide:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

/* DROP SHADOW */
.swiper-slide {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.swiper-slide:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.swiper-slide .service__link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  padding: 20px;
  text-decoration: none;
}

/* SCROLLBAR */
.swiper-scrollbar {
  background-color: #e0e0e0;
  border-radius: 4px;
  bottom: 18px !important;
  margin-left: 150px;
  max-width: 200px !important;
  top: auto !important;
  width: calc(100% - 110px) !important;
}
@media (min-width: 768px) {
  .swiper-scrollbar {
    max-width: 300px !important;
  }
}

.swiper-scrollbar-drag {
  background-color: #000 !important;
  border-radius: 4px;
  cursor: grab;
}

.swiper-scrollbar-drag:active {
  background-color: #555;
  cursor: grabbing;
}

.swiper-scrollbar-hidden {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.swiper:hover .swiper-scrollbar-hidden {
  opacity: 1;
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
  border-radius: 40px;
  bottom: 0;
  height: 40px !important;
  position: absolute !important;
  top: auto !important;
  width: 40px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #000;
  font-size: 20px !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #f0f0f0;
}

.swiper-button-prev {
  left: 40px;
  right: auto;
}

.swiper-button-next {
  left: 60px !important;
}

/* COLOUR VARIATIONS */
.background--grey .swiper-slide {
  background-color: #fff;
}
.background--grey .swiper-slide .g-heading-underline-animation {
  background-image: linear-gradient(#011627, #011627);
}

.background--blue .swiper-slide,
.background--white .swiper-slide {
  background-color: #f0f0f0;
}
.background--blue .swiper-slide .g-heading-underline-animation,
.background--white .swiper-slide .g-heading-underline-animation {
  background-image: linear-gradient(#011627, #011627);
}
.background--blue .swiper-slide p, .background--blue .swiper-slide h3,
.background--white .swiper-slide p,
.background--white .swiper-slide h3 {
  color: #011627;
}

/*.swiper--container .swiper {
  width: 100vw;
  margin-left: -40px;
  padding-right: 40px;
}


.swiper-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: content-box;
}


.swiper-slide {
  width: auto;
  margin-right: 40px;
}


.swiper-slide:last-child {
  margin-right: 0 !important;
}

.swiper-button-prev {
	left: 60px !important;
	right: auto;
}

.swiper-button-next {
	left: 110px !important;
}

.swiper-scrollbar {
    margin-left: 170px;
}*/
@media (max-width: 768px) {
  .split__image {
    margin-bottom: 30px;
  }
}

.split__image-caption {
  font-weight: 600;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .split__child:first-of-type {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .split__child:last-of-type {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .container--has-right-image .split__child:first-of-type {
    order: 2;
  }
  .container--has-right-image .split__child:last-of-type {
    order: 1;
  }
}

@media (max-width: 768px) {
  .container--both-have-images .split__child:first-of-type {
    margin-bottom: 0;
  }
  .container--both-have-images .split__child:last-of-type {
    margin-bottom: 40px;
  }
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.text ul {
  margin-left: 20px;
}