/* Tiny MCE override */
.tox :not(svg):not(rect) {
    color: #000!important;
    line-height: 1.3!important;
}

/* General */
* {
	margin: 0;
	padding: 0;
}
.ui-datepicker-prev::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f053";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #000;
}
.ui-datepicker-next::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f054";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #000;
}
#overdiv:not(.admin) * {
	scroll-margin-top: 72px;
}
#overdiv *:not(.field_buttons),
#mint_popup.general-popup *,
#appends #miniPop * {
	box-sizing: border-box;
}
#mint_popup.general-popup {
	position: fixed;
	width: calc(100% - 48px)!important;
	max-width: 640px;
	max-height: calc(100% - 120px);
	border: none;
	padding: 40px;
	top: calc(50% + 32px)!important;
	left: 50%!important;
	transform: translate(-50%, -50%);
	overflow-y: auto;
}
#mint_popup.general-popup #popup_close {
	display: flex;
	justify-content: flex-end;
}
#mint_popup.general-popup #popup_close::after {
	content: "\e59b";
	font-family: "Font Awesome 6 Sharp", sans-serif;
	color: #141424;
	cursor: pointer;
	font-weight: 700;
}
#main ul,
#main ol {
	padding-left: 20px;
}
.multi_add {
	margin: 16px 0;
}
.field_buttons {
	width: max-content!important;
}

/* Admin fields */
.formComponent-addField {
	cursor: pointer;
	text-align: center;
	margin: 30px auto;
	width: 200px;
	background-color: #2D8270;
	color: #fff;
	padding: 2px;
	border-radius: 5px;
}
.form-admin .form-admin-buttons {
	background-color: #2D8270;
	padding: 0 5px;
	border-radius: 5px;
	margin: 10px auto 5px;
}
.form-admin .form-admin-buttons i.awe {
	margin-right: 16px;
	color: #fff;
}
.form-admin-buttons .merge-tag {
	color: #fff;
	float: right;
	font-size: 14px;
}
#overdiv.admin .mint_field {
	min-height: 24px;
	min-width: 40px;
}
.admin-message {
	color: #DC3545;
	font-size: 14px;
}
.admin-message-section {
	margin-top: 16px!important;
	margin-bottom: 16px!important;
}

/* Images */
#overdiv img {
	max-width: 100%;
	max-height: 100%;
}
.bg-container {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-container img {
	opacity: 0;
}

/* Background colours */
/* Blues */
.bg-dark-blue {
	background-color: #141424;
	color: #FFFFFF;
}
.bg-persian-indigo {
	background-color: #291670;
	color: #FFFFFF;
}
.bg-deep-sapphire {
	background-color: #0A2568;
	color: #FFFFFF;
}
.bg-blue-gem {
	background-color: #351499;
	color: #FFFFFF;
}
.bg-torea-bay {
	background-color: #0B309A;
	color: #FFFFFF;
}
.bg-blue {
	background-color: #1D44C5;
	color: #FFFFFF;
}
.bg-royal-blue {
	background-color: #3766E8;
	color: #FFFFFF;
}
.bg-purple {
	background-color: #5626C7;
	color: #FFFFFF;
}
.bg-portage {
	background-color: #907AF0;
	color: #141424;
}
/* Greens */
.bg-dark-green {
	background-color: #053316;
  	color: #FFFFFF;
}
.bg-green {
	background-color: #05692D;
  	color: #FFFFFF;
}
.bg-light-green {
	background-color: #0EB55B;
  	color: #FFFFFF;
}
.bg-lighter-green {
	background-color: #23D26D;
  	color: #141424;
}
/* Oranges */
.bg-dark-orange {
	background-color: #D7791F;
	color: #FFFFFF;
}
.bg-orange {
	background-color: #F09B2E;
	color: #FFFFFF;
}
.bg-light-orange {
	background-color: #F7A947;
	color: #141424;
}
.bg-lighter-orange {
	background-color: #FFC989;
	color: #141424;
}
/* Reds */
.bg-darker-red {
	background-color: #840607;
	color: #FFFFFF;
}
.bg-dark-red {
	background-color: #B21413;
	color: #FFFFFF;
}
.bg-red {
	background-color: #D82B24;
	color: #FFFFFF;
}
.bg-light-red {
	background-color: #F84143;
	color: #FFFFFF;
}
/* Greys */
.bg-grey {
	background-color: #747474;
	color: #FFFFFF;
}
.bg-light-grey {
	background-color: #ECECEC;
	color: #141424;
}
/* Linears */
.bg-linear-blue {
	background: linear-gradient(133deg, #5626C7 0%, #291670 100%);
}
.bg-linear-green {
	background: linear-gradient(133deg, #23D26D 0%, #05692D 100%);
}

/* Links */
#overdiv a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#overdiv .link-underlined a {
	text-decoration: underline;
}

/* Overdiv and sections */
#overdiv,
#overdiv input,
#overdiv textarea,
#overdiv select,
#mint_popup.general-popup,
#mint_popup.general-popup .button {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #747474;
}
.overdiv-1168 {
	max-width: 1168px;
	padding: 0 24px;
	margin: 0 auto;
}
.max-832 {
	max-width: 832px;
  	width: 100%;
}
.max-608 {
	max-width: 608px;
  	width: 100%;
}
.max-centre {
	margin-left: auto;
	margin-right: auto;
}

/* Flex */
.flex {
	display: flex;
}

/* Block */
.block {
	display: block;
}

/* Positions */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Fonts */
#overdiv h1, .h1 {
	font-size: 48px;
	line-height: 1.3;
}
#overdiv h2, .h2 {
	font-size: 40px;
	line-height: 1.2;
}
#overdiv h3, .h3 {
	font-size: 36px;
	line-height: 1.3;
}
#overdiv h4, .h4 {
	font-size: 32px;
	line-height: 1.4;
}
#overdiv h5, .h5 {
	font-size: 28px;
	line-height: 1.3;
}
#overdiv h6, .h6 {
	font-size: 24px;
	line-height: 1.3;
}
.p-20 {
	font-size: 20px;
}
.p-18 {
	font-size: 18px;
}
.p-16 {
	font-size: 16px;
}
.p-14 {
	font-size: 14px;
}
.p-12 {
	font-size: 12px;
}

/* Buttons */
#overdiv .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	color: #141424;
	font-weight: 700;
	padding: 15px 16px;
	border: 1px solid #FFFFFF;
	min-width: 160px;
	cursor: pointer;
}
#overdiv .button.purple-outline {
	background-color: transparent;
	border-color: #8D1564;
	color: #8D1564;
}
#overdiv .button.white-outline {
	background-color: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

/* Fade effect */
.ele-fade-in {
    opacity: 0;
}
.ele-fade-in.show {
    opacity: 1;
    animation: fadeIn 2s ease;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Header */
#overdiv.admin #header {
	top: 44px;
}
#overdiv.openUI #header {
	background-color: #FFFFFF;
	transition: none;
}
#header.sticky {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header {
	background-color: #FFFFFF;
	padding: 8px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
#overdiv:not(.page-home).mb-site .header-cube-container,
#overdiv:not(.page-home).mk-site .header-cube-container,
#overdiv.page-home:not(.admin) #header_logo_mk,
#overdiv.page-home:not(.admin) #header_logo_mb,
#overdiv.admin #header_logo_3,
#overdiv.admin #header_logo_4 {
	display: none;
}
#overdiv:not(.admin) .header-cube-container {
	width: 56px;
	height: 56px;
	perspective: 112px;
}
#overdiv:not(.admin) .header-cube {
	width: 56px;
	height: 56px;
	position: relative;
	transform-style: preserve-3d;
	transform: translateZ(-28px);
	transition: transform 1.5s ease-out;
}
#overdiv:not(.admin) .header-cube.show-1  { transform: translateZ(-28px) rotateY(   0deg); }
#overdiv:not(.admin) .header-cube.show-2  { transform: translateZ(-28px) rotateY( -90deg); }
#overdiv:not(.admin) .header-cube.show-3   { transform: translateZ(-28px) rotateY(-180deg); }
#overdiv:not(.admin) .header-cube.show-4   { transform: translateZ(-28px) rotateY(  90deg); }
#overdiv:not(.admin) .header-cube-logo {
	position: absolute;
}
#overdiv:not(.admin) .header-cube-front  { transform: rotateY(  0deg) translateZ(28px); }
#overdiv:not(.admin) .header-cube-right  { transform: rotateY( 90deg) translateZ(28px); }
#overdiv:not(.admin) .header-cube-back   { transform: rotateY(180deg) translateZ(28px); }
#overdiv:not(.admin) .header-cube-left   { transform: rotateY(-90deg) translateZ(28px); }

.header-logo {
	height: 56px;
}
#header .overdiv-1168 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#menu ul {
	font-weight: 700;
	list-style: none;
}
#menu li {
	cursor: pointer;
}
#menu > ul {
	display: flex;
	position: relative;
	gap: 40px;
	height: 56px;
}
#menu > ul > li > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#menu > ul > li > div > a {
	display: block;
	text-align: center;
	padding: 16px 0;
}
#menu > ul > li.menu_selected > div::after, 
#menu > ul > li:hover > div::after {
	content: "";
	width: 24px;
	height: 4px;
	display: block;
	position: relative;
	bottom: 8px;
	background-color: #907AF9;
}
#menu > ul > li.menu_selected,
#menu > ul > li:hover {
	color: #141424;
}
#menu > ul > li > ul {
	visibility: hidden;
  	opacity: 0;
	transition: visibility,opacity .6s cubic-bezier(0.25, 1, 0.5, 1);
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #141424;
	color: #FFFFFF;
	width: 100%;
	border-top: 8px solid #FFFFFF;
}
#menu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#menu > ul > li > ul li > div {
	padding: 16px 24px
}
#menu > ul > li > ul > li:not(:last-child) > div {
	border-bottom: 1px solid #141424;
}
#menu > ul > li > ul > li:not(.open) > ul {
	display: none;
}
#menu > ul > li > ul > li > ul > li > div {
	background-color: #292942;
	color: #FFFFFF;
	border-bottom: 1px solid #141424;
}
#menu > ul > li > ul > li > ul > li:hover > div {
	background-color: #141424;
}
#menu > ul > li > ul > li div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#menu > ul > li > ul > li > ul > li > div::after {
	content: "\f054";
	font-family: "Font Awesome 6 Sharp",sans-serif;
}
#menu > ul > li > ul > li.open > div i::before {
	content: "\f078";
}
/* MB header colours */
#overdiv.mb-site #sidebarContent > div {
	color: #0EB55B;
}
/* #overdiv.mb-site #header {
	color: #053316;
}
#overdiv.mb-site #menu > ul > li > ul {
	background-color: #05692D;
	color: #FFFFFF;
	border-top: 8px solid #FFFFFF;
}
#overdiv.mb-site #menu > ul > li > ul > li > ul > li > div {
	background-color: #053316;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#overdiv.mb-site #menu > ul > li.menu_selected > div::after, 
#overdiv.mb-site #menu > ul > li:hover > div::after {
	background-color: #0EB55B;
} */
/* MK header colours */
#overdiv.mk-site #sidebarContent > div {
	color: #907AF9;
}
/* #overdiv.mk-site #header {
	color: #141424;
}
#overdiv.mk-site #menu > ul > li > ul {
	background-color: #291670;
	color: #FFFFFF;
	border-top: 8px solid #FFFFFF;
}
#overdiv.mk-site #menu > ul > li > ul > li > ul > li > div {
	background-color: #141424;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#overdiv.mk-site #menu > ul > li.menu_selected > div::after, 
#overdiv.mk-site #menu > ul > li:hover > div::after {
	background-color: #907AF9;
} */

/* Mobile menu */
.UIsideBar,
#mobileMenuArea,
#mobileMenuAreaClose,
#overdiv.openUI .UIsideBar {
	display: none;
}
#overdiv.openUI .UIsideBar {
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 72px);
	z-index: 100;
	background-color: #FFFFFF;
	padding: 32px 0;
}
#mobileMenuArea,
#mobileMenuAreaClose {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 24px;
	font-size: 29px;
	height: 100%;
	width: 26px;
	align-items: center;
	justify-content: center;
}
#sidebarContent {
	text-align: center;
	font-weight: 700;
}
#sidebarContent > div {
	font-size: 24px;
	margin-bottom: 24px;
	color: #141424;
}
#sidebarContent ul {
	list-style: none;
}
#sidebarContent > ul {
	border-top: 1px solid #141424;
}
#sidebarContent > ul > li > div {
	font-size: 20px;
	border-bottom: 1px solid #141424;
}
#sidebarContent > ul li > div {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 12px 48px;
  	min-height: 56px;
}
#sidebarContent > ul li > div > i {
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
}
#sidebarContent > ul > li.menu_selected {
	color: #141424;
}
#sidebarContent > ul li:not(.open) > ul {
	display: none;
}
#sidebarContent > ul li.open > div > i::before {
	content: "\f077";
} 
#sidebarContent > ul > li > ul > li > div {
	font-size: 18px;
	background-color: #141424;
  	color: #FFFFFF;
	border-bottom: 1px solid #292942;
}
#sidebarContent > ul > li > ul > li > ul > li > div {
	font-size: 16px;
	background-color: #292942;
	color: #FFFFFF;
	border-bottom: 1px solid #141424;
}

/* Footer */
#footer {
	padding: 11px 0;
}
#footer > .overdiv-1168 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 8px;
	column-gap: 24px;
}
#footer > .overdiv-1168 > div:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 8px;
	column-gap: 24px;
}

/* Homepage */
#home_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
  	height: calc(56.25vw);
	max-height: calc(100vh - 72px);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#overdiv.mk-site #home_banner {
	background-image: url("images/mk-first-frame.png");
}
#overdiv.mb-site #home_banner {
	background-image: url("images/mb-first-frame.png");
}
#home_banner iframe {
    width: 100vw;
    height: auto;
	min-height: calc(100vh - 72px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	aspect-ratio: 1;
}
.arrow-cta-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
}
.arrow-cta {
	transform-origin: bottom center;
	transition: transform .6s cubic-bezier(.25,1,.5,1);
	background-color: rgba(255, 255, 255, 0.75);
	color: #141424;
	width: 64px;
	height: 64px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.arrow-cta:hover {
    transform: scale(1.25);
}
#home_scroll_text {
	color: #141424;
}
#home_scroll_text:not(.section-padding) {
	padding-top: 80px;
}
#overdiv.page-home #mint_components > .component:first-child > div[data-background="bg-none"] > .section-padding {
	padding-top: 40px;
	padding-bottom: 80px;
}

/* Components */
.section-padding {
	padding-top: 64px;
	padding-bottom: 64px;
}
.section-small-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .01em;
}
/* Cards pull through */
.component[data-component="cards"] .cards-container,
.component[data-component="cards-pull-through"] .cards-pull-container {
	display: grid;
	grid-template-columns: repeat(3, 372px);
	justify-content: center;
	justify-items: center;
	gap: 1px;
}
.component[data-component="cards-pull-through"] .card-pull {
	width: 100%;
	max-width: 372px;
	height: 360px;
	position: relative;
	background-color: #D9D9D9;
	cursor: pointer;
}
.component[data-component="cards-pull-through"] .card-pull.bigger-tile {
	max-width: 100%;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card .multi-card-hover,
#overdiv:not(.admin) .component[data-component="cards-pull-through"] .card-pull:hover .card-pull-hover,
#overdiv:not(.admin) .component[data-component="cards-pull-through"] .card-pull:active .card-pull-hover {
	content: "";
	position: absolute;
	top: -18px;
	left: -18px;
	height: calc(100% + 36px);
	width: calc(100% + 36px);
	z-index: 1;
}
.component[data-component="cards-pull-through"] .card-pull-img {
	width: 100%;
	height: 100%;
}
.component[data-component="cards-pull-through"] .card-pull-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.component[data-component="cards-pull-through"] .card-pull-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	color: #141424;
}
#overdiv .component[data-component="cards-pull-through"] .card-pull-title {
	font-size: 32px;
	line-height: 1.4;
	background-color: rgba(255, 255, 255, .90);
	padding: 16px;
}
#overdiv:not(.admin) .component[data-component="cards-pull-through"] .card-pull:active .card-pull-title,
#overdiv:not(.admin) .component[data-component="cards-pull-through"] .card-pull:hover .card-pull-title {
	background-color: transparent;
}
.component[data-component="cards-pull-through"] .card-pull-link {
	display: none;
}
#overdiv:not(.admin) .component[data-component="cards-pull-through"] .card-pull:active .card-pull-link,
#overdiv:not(.admin) .component[data-component="cards-pull-through"] .card-pull:hover .card-pull-link {
	display: block;
}
/* Cards */
.multi-card-popup-top {
	display: flex;
	align-items: flex-end;
	gap: 32px;
	margin-bottom: 32px;
	font-weight: 700;
}
.multi-card-popup-img {
	width: calc(100% - 224px);
	aspect-ratio: 1;
}
.multi-card-popup-top > div:last-child {
	width: 224px;
}
.multi-card-popup-top .h6 {
	color: #141424;
}
.component[data-component="cards"] .multi-card {
	width: 100%;
	max-width: 372px;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card {
	height: 360px;
	position: relative;
	cursor: pointer;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card > *:not(.multiField_2, .multi-card-hover) {
	display: none;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card .multi-card-hover {
	background-color: #141424;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 56px 42px;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card .multi-card-hover > *:not(.multi-card-hover-learn) {
	font-weight: 700;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card .multi-card-hover .multi-card-hover-text {
	margin-top: 16px;
}
#overdiv:not(.admin) .component[data-component="cards"] .multi-card .multi-card-hover .multi-card-hover-learn  {
	margin-top: 40px;
}
.component[data-component="cards"] .multi-card .multiField_2 {
	width: 100%;
	height: 360px;
}
.multi-card-popup-img img,
.component[data-component="cards"] .multi-card .multiField_2 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* Overlaid images */
.component[data-component="overlaid-images"] .overlaid-image {
	width: calc(50% - 0.5px);
	position: absolute;
	top: 0;
	height: 100%;
}
.component[data-component="overlaid-images"] .overlaid-image .overlay {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35);
}
.component[data-component="overlaid-images"] .overlaid-image.left {
	left: 0;
}
.component[data-component="overlaid-images"] .overlaid-image.right {
	right: 0;
}
.component[data-component="overlaid-images"] .overdiv-1168 {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	min-height: 448px;
	color: #FFFFFF;
}
.component[data-component="overlaid-images"] .overdiv-1168 > div {
	width: calc(50% + 24px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.component[data-component="overlaid-images"] .overdiv-1168 > div.left {
	margin-left: -24px;
}
.component[data-component="overlaid-images"] .overdiv-1168 > div.right {
	margin-right: -24px;
}
.component[data-component="overlaid-images"] .overdiv-1168 > div > div {
	max-width: 400px;
}
.component[data-component="overlaid-images"] .overdiv-1168 .link {
	margin-top: 16px;
	font-size: 18px;
}
/* Single field */
.component[data-component="single-field"] .parent-page {
	text-align: center;
	margin-bottom: 40px;
}
/* Text-image */
.component[data-component="text-image"] .fake-img {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.component[data-component="text-image"] .fake-img.left {
	left: 0;
}
.component[data-component="text-image"] .fake-img.right {
	right: 0;
}
.component[data-component="text-image"] .overdiv-1168 {
	display: flex;
	align-items: center;
	min-height: 544px;
}
.component[data-component="text-image"] .text-field-left {
	padding: 64px 64px 64px 0;
}
.component[data-component="text-image"] .text-field-right {
	padding: 64px 0 64px 64px;
}
.component[data-component="text-image"] .overdiv-1168 > div {
	width: 50%;
}
.component[data-component="text-image"] .overdiv-1168 > div > img {
	opacity: 0;
	height: 100%;
}
.component[data-component="text-image"] .img-border-layout .fake-img {
	width: calc(50% - 32px);
}
.component[data-component="text-image"] .img-border-layout .fake-img.left {
	border-radius: 0 25px 25px 0;
}
.component[data-component="text-image"] .img-border-layout .fake-img.right {
	border-radius: 25px 0 0 25px;
}
.component[data-component="text-image"] .img-border-layout .overdiv-1168 {
	min-height: 472px;
}
.component[data-component="text-image"] .img-border-layout .text-field-left {
	padding: 64px 32px 64px 0;
}
.component[data-component="text-image"] .img-border-layout .text-field-right {
	padding: 64px 0 64px 32px;
}
.component[data-component="single-field"] + .component[data-component="text-image"] > .section-padding {
	padding-top: 16px;
}
.component[data-component="text-image"] + .component[data-component="text-image"] > .section-padding[data-background="bg-none"] {
	padding-top: 0!important;
}

/* Form */
.component[data-component="form"] .form-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
#overdiv:not(.admin) .component[data-component="form"] .forms-form {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.component[data-component="form"] .forms-form {
	width: 100%;
	max-width: 544px;
	margin-left: auto;
	margin-right: auto;
}
.component[data-component="form"] .form-group {
	position: relative;
}
.component[data-component="form"] .form-group.form-full {
	width: 100%;
}
.component[data-component="form"] .form-group.form-half {
	width: calc(50% - 16px);
}
.component[data-component="form"] .form-group .form-label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 8px;
}
.component[data-component="form"] .form-group.invalid .form-label,
.component[data-component="form"] .form-group.invalid .form-label span,
.component[data-component="form"] .form-checkbox.invalid label {
	font-weight: 600;
	color: #D82B24;
}
#overdiv .component[data-component="form"] .form-group.invalid:not(.form-radio, .form-checkbox) input,
#overdiv .component[data-component="form"] .form-group.invalid textarea {
	border: 2px solid #D82B24;
}
#overdiv .component[data-component="form"] .form-group:not(.form-radio, .form-checkbox) input,
#overdiv .component[data-component="form"] .form-group textarea {
	position: relative;
	padding: 8px;
	width: 100%;
	outline: 0;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	height: 40px;
}
#overdiv .component[data-component="form"] .form-group textarea {
	resize: none;
	min-height: 152px;
}
.component[data-component="form"] .form-group .button-select {
	padding: 8px;
	width: 100%;
	outline: 0;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
}
.component[data-component="form"] .form-group .button-select:after {
	font-family:"Font Awesome 6 Sharp", sans-serif;
	font-style: normal;
	font-weight: 400;
	content: "\f078";
	position: absolute;
	right: 16px;
	top: 50%;
	color: #FFFFFF;
	font-size: 18px;
}
.component[data-component="form"] .form-group .custom-select.focused .button-select {
	border-bottom: 1px solid #111D40;
}
.component[data-component="form"] .form-group .button-select.clicked:after {
	content: "\f077";
}
.component[data-component="form"] .form-group .select-container {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	top: 102%;
	max-height: 50vh;
	overflow-y: auto;
	background-color: #141424;
}
#overdiv .component[data-component="form"] .form-group .select {
	padding-left: 0;
}
.component[data-component="form"] .form-group .select li {
	list-style: none;
	border: 1px solid #FFFFFF;
	border-top: none;
	padding: 6px 8px;
	cursor: pointer;
}
.component[data-component="form"] .form-group .select li:hover {
	background-color: rgba(255, 255, 255, .1);
}
.component[data-component="form"] .forms-buttons {
	width: 100%;
}
.component[data-component="form"] .form-radio .container {
	margin-top: 8px;
}
.component[data-component="form"] .container {
    display: block;
    position: relative;
    padding-left: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}
.component[data-component="form"] .container input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px!important;
    z-index: 1;
    cursor: pointer;
}
.component[data-component="form"] .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.component[data-component="form"] .invalid .checkmark {
	border: 2px solid #D82B24;
}
.component[data-component="form"] .container input:hover ~ .checkmark {
	background-color: rgba(255, 255, 255, .1);
    border: 2px solid #FFFFFF;
}
.component[data-component="form"] .container input:checked ~ .checkmark {
    border: 1px solid #FFFFFF;
    background-color: #141424;
}
.component[data-component="form"] .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.component[data-component="form"] .container input:checked ~ .checkmark:after{
    display: block;
    left: 8px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Radio */
.component[data-component="form"] .radiomark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    box-sizing: border-box;
}
.component[data-component="form"] .radiomark:after {
    content: "";
    position: absolute;
    display: none;
}
.component[data-component="form"] .container input:checked ~ .radiomark:after{
    display: block;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #FFFFFF;
}

/* Logo row */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 32px));
    }
}
.component[data-component="logo-row"] .logo-row-container {
	display: flex;
	align-items: center;
	gap: 32px;
	overflow: hidden;
}
.component[data-component="logo-row"] .multi-logo-row {
    width: 104px;
    height: 104px;
}
.component[data-component="logo-row"] .multi-logo-row .multiField_0 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.component[data-component="logo-row"] .multi-logo-row .multiField_0 img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  object-position: center;
}
.component[data-component="logo-row"] .logo-row-container .logo-row-content {
	display: flex;
	align-items: center;
	gap: 32px;
}
.component[data-component="logo-row"] .logo-row-container.scrolling .logo-row-content {
	animation: scroll 5s linear infinite;
}
.component[data-component="logo-row"] .logo-row-container:not(.scrolling) > div:nth-of-type(2) {
	display: none;
}
.component[data-component="logo-row"] .logo-row-container.touched {
	overflow-x: auto;
}
#overdiv.admin .component[data-component="logo-row"] .logo-row-content {
	flex-wrap: wrap;
}
#overdiv.admin .component[data-component="logo-row"] .multi-logo-row {
	flex-direction: column;
	padding: 0;
}
#overdiv.admin .component[data-component="logo-row"] .multi-logo-row {
	height: auto;
}
/* ACCREDITATION LOGOS */
.accred-area{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.accred-area a{
	display:inline-block;
	margin:8px 16px;
}
.accred-area img{
	height:68px;
}
.accred-area img#stripe-partner{
	height:40px;
}
