/*!
Theme Name: Ciptamata SG
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ciptamata_sg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ciptamata SG is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333E48;
	line-height: 1.5;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(14px, 1.25vw, 32px);
	font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* p {
	margin-bottom: 1.5em;
} */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.text-blue {
	color: #0C57B8;
}

.text-red {
	color: #EF3742;
}

.text-white {
	color: #FFFFFF;
}

.uppercase {
	text-transform: uppercase;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

/* a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.banner {
	min-height: 100vh;
	position: relative;
	padding: clamp(100px, 9vw, 200px) 7% clamp(90px, 7vw, 150px) 7%;
	display: flex;
	align-items: flex-end;
}

.banner.banner-gradient:before {
	content: "";
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(51, 62, 72, 1) 0%, rgba(51, 62, 72, 0.6) 45%, rgba(51, 62, 72, 0) 100%);
	z-index: 1;
}

.banner-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	z-index: 2;
}

.banner .banner-text-container {
	width: 100%;
	color: #FFFFFF;
}

.banner .banner-heading {
	font-size: clamp(24px, 2.5vw, 72px);
	line-height: 1.4;
}

.banner .banner-subheading {
	margin: 0;
	font-size: clamp(14px, 1.25vw, 32px);
	font-weight: 700;
}

.banner.banner-about-us {
	z-index: 2;
}

span.highlight {
	position: relative;
	display: inline-block;
}

span.highlight:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #EF3742;
	border-radius: clamp(10px, 0.7vw, 15px);
	transform: scale(1.05);
}

span.highlight span {
	position: relative;
}

.banner .banner-text {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.banner .banner-text-container {
		width: 45%;
	}
	
	.banner .banner-text {
		width: 85%;
	}
	
	.banner.banner-market-entry .banner-text {
		width: 90%;
	}
}

section.section {
	padding: clamp(40px, 5.2vw, 120px) 7%;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 2vw, 40px);
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
}

.grid-4 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
}

.grid-layout {
	margin-top: clamp(30px, 3.5vw, 80px);
}

.grid-layout .item {
	grid-column: span 1;
	background-color: rgba(234, 245, 245, 0.65);
	box-shadow: 0px 3px 6px rgba(255,255,255,1) inset;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 1.5vw, 50px);
}

@media screen and (min-width: 750px) {
	.grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 900px) {
	.grid-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.section-heading-center-container {
	text-align: center;
}

@media screen and (min-width: 750px) {
	.section-heading-container:not(.section-heading-center-container) {
		width: 70%;
	}
}

.small-heading {
	margin: 0;
	text-transform: uppercase;
	color: #707070;
	font-weight: 700;
	font-size: clamp(14px, 1.05vw, 22px);
}

.section-heading {
	font-size: clamp(26px, 3.65vw, 86px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}

.section-heading-small {
	font-size: clamp(24px, 2.1vw, 48px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}
.section-subheading {
	font-size: clamp(20px, 2.1vw, 48px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}

.section-subheading-small {
	font-size: clamp(18px, 1.46vw, 36px);
	margin: clamp(10px, 1vw, 15px) 0;
	line-height: 1.2;
}

.section-heading .highlight span {
	color: #FFFFFF;
}

.button-container.button-container-center {
	display: flex;
	justify-content: center;
}

.button {
	display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 700;
    border-radius: 5vw;
    width: fit-content;
    padding: 8px 20px;
    background-color: transparent;
    transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
	letter-spacing: 1px;
}

.button.button-white {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.button.button-blue {
	border: 1px solid #0C57B8;
	color: #0C57B8;
}

.button.button-hover-red:hover {
	background-color: #EF3742;
	color: #FFFFFF;
	border: 1px solid #EF3742;
}

.button.button-hover-blue:hover {
	background-color: #0C57B8;
	color: #FFFFFF;
	border: 1px solid #0C57B8;
}

.button.button-hover-white:hover {
	background-color: #FFFFFF;
	color: #EF3742;
	border: 1px solid #FFFFFF;
}

.button.button-hover-white2:hover {
	background-color: #FFFFFF;
	color: #0C57B8;
	border: 1px solid #FFFFFF;
}

.fade-in,
.from-left,
.from-right {
	opacity: 0;
}

.banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.banner-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.banner.banner-mra-grant .banner-image {
	object-position: 70%;
}

.banner.banner-partner-network .banner-image {
	object-position: 90%;
}

.banner.banner-expand-your-business .banner-image {
	object-position: 65%;
}

.banner.banner-market-promotion .banner-image {
	object-position: 70%;
}

.banner.banner-business-development .banner-image {
	object-position: 60%;
}

.banner-scroll-container {
	display: flex;
	justify-content: center;
	margin-top: clamp(40px, 3vw, 60px);
}

.banner-scroll {
	display: flex;
    justify-content: center;
	position: relative;
}

.banner-scroll .banner-scroll-text {
    display: flex;
    justify-content: center;
    width: 90%;
	margin-bottom: 15px;
    text-align: center;
	text-transform: uppercase;
    font-size: clamp(12px, 0.835vw, 20px);
	font-weight: 700;
	color: #FFFFFF;
}

.banner-scroll:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100%;
	width: 1px;
	height: 60px;
	background-color: rgba(255,255,255,0.5);
}

.banner-scroll:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100%;
	width: 1px;
	height: 60px;
	background-color: #FFFFFF;
	transform-origin: top; /* Start growing from the top */
	animation: reappear 1.6s ease-out infinite; /* Continuous animation */
	box-shadow: 0px 3px 6px #FFFFFF;
}

@keyframes reappear {
  0% {
    transform: scaleY(0); /* Start collapsed at the top */
    transform-origin: top; /* Origin is at the top for growing */
  }
  50% {
    transform: scaleY(1); /* Fully extended downwards */
    transform-origin: top; /* Line grows down from the top */
  }
  51% {
    transform-origin: bottom; /* Switch origin to bottom for shrinking */
  }
  100% {
    transform: scaleY(0); /* Line shrinks towards the bottom */
    transform-origin: bottom; /* Shrinking towards the bottom */
  }
}

.about .about-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about .about-flex .gallery-slider-container,
.about .about-flex .text-container {
	width: 100%;
}

.about .about-flex .gallery-slider-container {
	margin-bottom: 20px;
}

.about .about-flex .gallery-slider-container .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.about .about-flex .gallery-slider-container .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.about .about-flex .gallery-slider-container .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.about .about-flex .gallery-slider-container .owl-dots button.owl-dot.active {
	background-color: #707070;
}

.about .about-flex .gallery-slider-container .slide {
	display: flex;
	flex-wrap: wrap;
}

.about .about-flex .gallery-slider-container .slide .slide-left {
	width: 50%;
}
.about .about-flex .gallery-slider-container .slide .slide-right {
	width: 50%;
}

.about .about-flex .gallery-slider-container .slide .image1-container,
.about .about-flex .gallery-slider-container .slide .image2-container,
.about .about-flex .gallery-slider-container .slide .image3-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.about .about-flex .gallery-slider-container .slide .image1-container {
	padding-top: 100%;
	height: 100%;
}

.about .about-flex .gallery-slider-container .slide .image2-container,
.about .about-flex .gallery-slider-container .slide .image3-container {
	padding-top: 61.11%;
}

.about .about-flex .gallery-slider-container .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.about .about-flex .text-container .text-content {
	margin-bottom: clamp(20px, 2vw, 40px);
}

@media screen and (min-width: 750px) {
	
	.about .about-flex .gallery-slider-container,
	.about .about-flex .text-container {
		width: 48%;
	}
	
	.about .about-flex .gallery-slider-container {
		margin-bottom: 0;
	}
	
	.about .about-flex .gallery-slider-container .slide .slide-left {
		width: 55%;
	}
	.about .about-flex .gallery-slider-container .slide .slide-right {
		width: 45%;
	}
	
	.about .about-flex .gallery-slider-container .slide .image1-container {
		height: unset;
	}
	
	.about .about-flex .text-container .section-heading-container {
		width: 100%;
	}
}

@media screen and (min-width: 1000px) {
	.about .about-flex .gallery-slider-container {
		width: 58%;
	}
	.about .about-flex .text-container {
		width: 38%;
	}
}

.site-main:not(.overflow-visible) {
	position: relative;
	overflow: hidden;
}

section.section.built-for {
	position: relative;
	padding-top: clamp(40px, 7vw, 200px);
	padding-bottom: clamp(40px, 7vw, 200px);
}

.built-for .section-heading-container {
	position: relative;
}

.built-for .batik {
	position: absolute;
}

.built-for .batik.batik1 {
    width: 60vw;
    left: 0;
/*     transform: translate(-60%, 10%) rotate(-15deg); */
    top: 0;
}

.built-for .batik.batik2 {
    width: 60vw;
    top: 45%;
    left: 0;
/*     transform: translate(-50%, 0); */
}

.built-for .batik.batik3 {
    width: 70vw;
    bottom: 0;
    left: 0;
/*     transform: translate(-50%, 0%); */
}

.built-for .batik.batik4 {
    width: 75vw;
    top: 0;
    right: 0;
/*     transform: translate(60%, 32%) rotate(7deg); */
}

.built-for .batik.batik5 {
    width: 60vw;
    bottom: 0;
    right: 0;
/*     transform: translate(55%, 20%); */
}

.built-for .batik.batik6 {
    width: 60vw;
    bottom: 50%;
    right: 0%;
/*     transform: translate(10%, 0); */
}

@media screen and (min-width: 750px) {
	.built-for .batik.batik1 {
		width: 33vw;
		left: 0;
/* 		transform: translate(-40%, 0) rotate(-15deg); */
		top: 0;
	}

	.built-for .batik.batik2 {
		width: 25vw;
		top: 30%;
		left: 0;
/* 		transform: translate(-50%, 0); */
	}

	.built-for .batik.batik3 {
		width: 30vw;
		bottom: 0;
		left: 0;
/* 		transform: translate(-50%, 10%); */
	}

	.built-for .batik.batik4 {
		width: 45vw;
		top: 0;
		right: 0;
/* 		transform: translate(70%, -15%) rotate(7deg); */
	}

	.built-for .batik.batik5 {
		width: 35vw;
		bottom: 0;
		right: 0;
/* 		transform: translate(55%, 32%); */
	}
	
	.built-for .batik.batik6 {
		width: 25vw;
		bottom: 0;
		right: 10%;
/* 	    transform: translate(10%, 50%); */
	}
}

.built-for .item .image-container {
	display: flex;
	justify-content: center;
}

.built-for .item .image-container img {
	aspect-ratio: 1/1;
	width: 55%;
	object-fit: contain;
}

.built-for .item .text-container {
	text-align: center;
}

.built-for .item .text-container .item-title {
	margin-bottom: 0;
}

.unlock .item .title {
	font-weight: 700;
}

.unlock .item ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.unlock .item ul li {
	margin: 0.5em 0;
	display: flex;
}

.unlock .item ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

.mra-cover .item .item-top {
	text-align: center;
}

.mra-cover .item .item-top .cap .cap-text {
	margin-bottom: 0;
	line-height: 1.2;
}

.mra-cover .item .item-top .cap .cap-amount {
	font-size: clamp(28px, 2.5vw, 56px);
	font-weight: 700;
	margin: 0;
}

.mra-cover .item .text-container ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.mra-cover .item .text-container ul li {
	margin: 0.5em 0;
	display: flex;
}

.mra-cover .item .text-container ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

.mra-cover-grant-page .grid-layout .item:nth-child(2) {
	background-color: rgba(236,245,234,0.8);
}

.mra-cover-grant-page .grid-layout .item:last-child {
	background-color: rgba(241,234,245,0.8);
}

.mra-activities .text-container {
	text-align: center;
	width: 100%;
}

.mra-activities-grid {
	margin-top: clamp(20px, 2.5vw, 60px);
}

.mra-activities-grid .activities-title {
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 32px);
	margin-top: 3.5em;
}

.mra-activities-grid .activity-item {
	padding: clamp(15px, 1.25vw, 30px) 0;
}

.mra-activities-grid .activity-item .title {
	margin: 10px 0;
}

.mra-activities-grid .activity-item .text p {
	margin: 10px 0;
}

.mra-activities-grid .activity-item .icon-container {
	width: 30%;
}

.mra-activities-grid .activity-item .icon-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	
	.mra-activities .text-container {
		width: 70%;
		margin: 0 auto;
	}
	.mra-activities-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
/* 		grid-gap: clamp(15px, 1.5vw, 30px); */
	}
	
	.mra-activities-grid .activities-title {
		grid-row: 1;
		padding: clamp(15px, 1.25vw, 30px) clamp(20px, 2vw, 40px);
	}
	
	.mra-activities-grid > .activity-item.column-2 {
		border-left: 1px solid #707070;
  		border-right: 1px solid #707070;
	}
	
	.mra-activities-grid .activity-item {
		padding: clamp(15px, 1.25vw, 30px) clamp(20px, 2vw, 40px);
	}
	
	.mra-activities-grid .row-2 {
		grid-row: 2 / span 1;
	}
	
	.mra-activities-grid .row-3 {
		grid-row: 3 / span 1;
	}
	
	.mra-activities-grid .row-4 {
		grid-row: 4 / span 1;
	}
	
	.mra-activities-grid .column-1 {
		grid-column: 1 / span 1;
	}
	
	.mra-activities-grid .column-2 {
		grid-column: 2 / span 1;
	}
	
	.mra-activities-grid .column-3 {
		grid-column: 3 / span 1;
	}
	
	.mra-activities-grid .activity-item .title {
		width: 75%;
	}
}

section.section.eligibility {
	padding-bottom: clamp(80px, 8vw, 200px);
}

.eligibility {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
}

.eligibility .eligibility-slider,
.eligibility .text-container {
	width: 100%;
}

.eligibility .eligibility-slider .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.eligibility .eligibility-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.eligibility .eligibility-slider .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.eligibility .eligibility-slider .owl-dots button.owl-dot.active {
	background-color: #707070;
}

.eligibility .eligibility-slider .image-container {
	display: flex;
	position: relative;
	padding-top: 90%;
}

.eligibility .eligibility-slider .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.eligibility .text-container .section-subheading-small {
	margin-top: 0;
}

.eligibility .content ul {
	margin-left: 0;
    padding: 0;
    list-style: none;
}

.eligibility .content ul li {
	margin: 0.5em 0;
    display: flex;
}

.eligibility .content ul li:before {
	content: "";
    width: clamp(18px, 1.5vw, 30px);
    height: clamp(18px, 1.5vw, 30px);
    background-image: url('images/checkmark-green.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: clamp(15px, 1.5vw, 30px);
    margin-top: 5px;
}

@media screen and (min-width: 750px) {
	
	.eligibility .eligibility-slider {
		width: 30%;
	}
	
	.eligibility .text-container {
		width: 64%;
	}
}

.partners-main .text-container {
	font-size: clamp(18px, 1.46vw, 36px);
	font-weight: 700;
    margin: clamp(10px, 1vw, 15px) 0;
    text-align: center;
}

.partners-slider-container {
	padding-bottom: clamp(40px, 5.2vw, 120px);
}

.partners-slider .partner-thumbnail {
	width: 100%;
	padding-top: 40%;
	position: relative;
}

.partners-slider .partner-thumbnail img {
	position: absolute;
	max-height: 100%;
	max-width: 80%;
	object-fit: contain;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0 auto;
}

.partners-image-gallery-container {
	padding: 0 7%;
	padding-bottom: clamp(80px, 8vw, 200px);
}

.partners-image-gallery-container .partners-gallery-slider {
	width: 100%;
}

.partners-image-gallery-container .partners-gallery-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.partners-image-gallery-container .partners-gallery-slider .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.partners-image-gallery-container .partners-gallery-slider .owl-dots button.owl-dot.active {
	background-color: #707070;
}

.partners-image-gallery-container .partners-gallery-slider .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.partners-image-gallery-container .partners-gallery-slider .slide {
	display: flex;
	flex-wrap: wrap;
}

.partners-image-gallery-container .partners-gallery-slider .slide .slide-left {
	width: 50%;
}
.partners-image-gallery-container .partners-gallery-slider .slide .slide-right {
	width: 50%;
}

.partners-image-gallery-container .partners-gallery-slider .slide .image1-container,
.partners-image-gallery-container .partners-gallery-slider .slide .image2-container,
.partners-image-gallery-container .partners-gallery-slider .slide .image3-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.partners-image-gallery-container .partners-gallery-slider .slide .image1-container {
	padding-top: 100%;
	height: 100%;
}

.partners-image-gallery-container .partners-gallery-slider .slide .image2-container,
.partners-image-gallery-container .partners-gallery-slider .slide .image3-container {
	padding-top: 61.11%;
}

.partners-image-gallery-container .partners-gallery-slider .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

@media screen and (min-width: 750px) {
	
	.partners-image-gallery-container .partners-gallery-slider .slide .slide-left {
		width: 55%;
	}
	.partners-image-gallery-container .partners-gallery-slider .slide .slide-right {
		width: 45%;
	}
	
	.partners-image-gallery-container .partners-gallery-slider .slide .image1-container {
		height: unset;
	}
	
	.partners-image-gallery-container .partners-gallery-slider {
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 750px) {
	.partners-main .text-container {
		width: 90%;
		margin: 0 auto;
	}
}

section.section.cta {
	position: relative;
	z-index: 3;
	color: #FFFFFF;
}

section.section.cta:not(.cta-container) {
	padding-top: 0;
	padding-bottom: 0;
}

.cta.cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta.cta-container .cta-inner {
	background: linear-gradient(to bottom, rgba(234, 245, 245, 0) 0%, rgba(12, 87, 184, 0.2) 100%);
	backdrop-filter: blur(12px) brightness(1.3);
	-webkit-backdrop-filter: blur(12px) brightness(1.3);
	padding: clamp(20px, 1.5vw, 30px) clamp(20px, 3vw, 60px);
	padding-bottom: clamp(30px, 2.5vw, 50px);
	border-radius: clamp(15px, 1vw, 20px);
}

.cta .button-container {
	margin-top: clamp(15px, 1vw, 40px);
}

section.section.contact-form {
	padding-top: clamp(80px, 8vw, 200px);
}

.contact-form-container {
	padding-top: clamp(20px, 3vw, 80px);
	padding-bottom: clamp(100px, 25vw, 500px);
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	border: none;
	padding: 0;
	text-align: center;
}

.contact-form .contact-form-heading {
	text-align: center;
	color: #292D6E;
	font-size: clamp(32px, 3.65vw, 96px);
}

.contact-form .contact-form-heading span.highlight {
	color: #FFFFFF;
}

.contact-form .form-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-form .form-flex .form-left,
.contact-form .form-flex .form-right {
	width: 100%;
}

@media screen and (min-width: 600px) {

	.contact-form .form-flex .form-left,
	.contact-form .form-flex .form-right {
		width: 48.5%;
	}
}

.contact-form label {
	font-weight: 700;
}

.contact-form p {
	margin: clamp(15px, 1.5vw, 30px) 0;
	position: relative;
}

.contact-form p input,
.contact-form p textarea,
.contact-form p select {
	background-color: transparent;
    border: none;
	border-bottom: 1px solid #0C57B8;
	border-radius: 0;
	width: 100%;
	padding: clamp(15px, 1vw, 25px) 10px;
    font-size: clamp(14px, 1.05vw, 24px);
	appearance: none;
}

.contact-form .form-field-select {
	width: 100%;
	position: relative;
}

.contact-form .form-field-select .wpcf7-form-control-wrap:after {
	content: "";
	width: clamp(15px, 1.5vw, 20px);
	height: clamp(8px, 0.75vw, 11px);
	background-image: url('images/caret-down-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}

.contact-form p input:focus,
.contact-form p textarea:focus,
.contact-form p select:focus,
.contact-form p input:focus-visible,
.contact-form p textarea:focus-visible,
.contact-form p select:focus-visible,
.contact-form p input:focus-within,
.contact-form p textarea:focus-within,
.contact-form p select:focus-within {
	outline: 0;
	border: none;
	border-bottom: 1px solid #0C57B8;
}

.contact-form p select option {
	color: #0C57B8;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(30px) brightness(15%);
	-webkit-backdrop-filter: blur(30px) brightness(15%);
}

.contact-form .form-submit p {
	display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.contact-form .form-submit p:after {
	display: none;
}

.contact-form .form-submit p input {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: clamp(10px, 0.835vw, 24px);
	font-weight: 700;
	color: #0C57B8;
    border: 1px solid #0C57B8;
    border-radius: 5vw;
    width: clamp(150px, 10vw, 300px);
    padding: 8px;
	background-color: transparent;
	transition: background-color 0.5s ease, color 0.5s ease;
	cursor: pointer;
}

.contact-form .form-submit p input:hover {
	color: #FFFFFF;
	background-color: #0C57B8;
}

.guide-items .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(30px, 3vw, 80px) 0;
}

.guide-items .content h5,
.guide-items .content strong {
	font-size: clamp(14px, 1.25vw, 32px);
	color: #0C57B8;
	margin-bottom: 0;
}

.guide-items .content .text-container,
.guide-items .content .image-container {
	width: 100%;
}

.guide .guide-items {
	position: relative;
	overflow: visible;
	padding-top: clamp(30px, 3vw, 80px);
}

.guide.market-entry-guide .guide-items {
	padding-bottom: clamp(150px, 14vw, 300px);
}

.guide .guide-items .title-container {
	position: sticky;
/* 	top: 120px; */
	background-color: #FFFFFF;
	padding: clamp(15px, 1.5vw, 30px) 0;
	border-bottom: 1px solid #0C57B8;
	z-index: 3;
}

.guide .guide-items .title-container .title {
	margin: 0;
	font-size: clamp(18px, 1.46vw, 36px);
}

.guide-items .content .image-container .image-container-inner {
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.guide-items .content .image-container .image-container-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guide-items .content .text-container ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.guide-items .content .text-container ul li {
	margin: 0.5em 0;
	display: flex;
}

.guide-items .content .text-container ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

@media screen and (min-width: 750px) {
	.guide-items .content .text-container {
		width: 70%;
	}
	.guide-items .content .image-container {
		width: 25%;
	}
}

.directory {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12,87,184,0.24) 35%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}

.directory .section-subheading-small {
	width: 100%;
}

.directory .grid-layout .item {
	position: relative;
	border-radius: clamp(15px, 1vw, 25px);
	overflow: hidden;
}

.directory .grid-layout .item:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(51, 62, 72, 0);
	transition: background-color 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
}

.directory .grid-layout .item:hover:before {
	background-color: rgba(51, 62, 72, 0.7);
}

.directory .grid-layout .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	z-index: -1;
}

.directory .grid-layout .item .content-container {
	position: relative;
}

.directory .grid-layout .item .content-container .title {
	position: absolute;
	font-size: clamp(24px, 2.1vw, 48px);
	color: #FFFFFF;
	margin: 0;
    line-height: 1.2;
    width: 77%;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.directory .grid-layout .item:hover .content-container .title {
	opacity: 0;
	pointer-events: none;
}

.directory .grid-layout .item .content-container .hover-content {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
	color: #FFFFFF;
}

.directory .grid-layout .item:hover .content-container .hover-content {
	opacity: 1;
	pointer-events: auto;
}

.directory .grid-layout .item .content-container .hover-content .text-container {
	line-height: 1.4;
}

@media screen and (min-width: 750px) {
	.directory .section-subheading-small {
		width: 70%;
		margin: 0 auto;
	}
}

.gateway {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12, 87, 184, 0.24) 50%, rgba(255,255,255,1) 100%);
}

.gateway .gateway-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(25px, 4vw, 80px);
}

.gateway > .text-container {
	font-size: clamp(18px, 1.46vw, 36px);
    font-weight: 700;
    margin: clamp(10px, 1vw, 15px) 0;
    text-align: center;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.gateway > .text-container {
		width: 90%;
		margin: 0 auto;
	}
}

.gateway .gateway-flex .gateway-slider-container,
.gateway .gateway-flex .gateway-items {
	width: 100%;
}

.gateway .gateway-flex .gateway-items .item {
	background-color: #EAF5F5;
	border-radius: clamp(15px, 1.5vw, 30px);
	margin-bottom: clamp(15px, 1.5vw, 30px);
	padding: clamp(15px, 1.25vw, 30px);
}

.gateway .gateway-flex .gateway-items .item.item-accordion {
	cursor: pointer;
}

.gateway .gateway-flex .gateway-items .item .icon-container {
	width: clamp(50px, 4vw, 90px);
	height: clamp(40px, 3vw, 60px);
	display: flex;
}

.gateway .gateway-flex .gateway-items .item .icon-container img {
	width: 100%;
	object-fit: contain;
}

.gateway .gateway-flex .gateway-items .item .title {
	margin: 0.5em 0;
	font-size: clamp(18px, 1.46vw, 36px);
	display: flex;
	justify-content: space-between;
}

.gateway .gateway-flex .gateway-items .item .title .title-text {
	width: 80%;
}

.gateway .gateway-flex .gateway-items .item.item-accordion .title:after {
	content: "";
	flex-shrink: 0;
	width: clamp(18px, 1.5vw, 30px);
    height: clamp(18px, 1.5vw, 30px);
    background-image: url(images/caret-blue.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	transform: rotate(90deg);
	transition: transform 0.5s ease;
}

.gateway .gateway-flex .gateway-items .item.expanded .title:after {
	transform: rotate(270deg);
}

.gateway .gateway-flex .gateway-items .item .text p {
	margin-top: 0;
	margin-bottom: 0;
	max-height: 4.5em;
	transition: max-height 0.5s ease;
	position: relative;
	overflow: hidden;
}

.gateway .gateway-flex .gateway-items .item .text p strong {
  display: none;
	font-weight: 400;
}

.gateway .gateway-flex .gateway-items .item.expanded .text p {
  max-height: 100vh;
}

.gateway .gateway-flex .gateway-items .item.expanded .text p strong {
  display: inline;
}

.read-more-toggle {
  display: inline-block;
}

.gateway .gateway-flex .gateway-slider-container {
	margin-bottom: 20px;
}

.gateway .gateway-flex .gateway-slider .image-container {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.gateway .gateway-flex .gateway-slider .image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.gateway .gateway-flex .gateway-slider .owl-stage-outer {
	border-radius: clamp(15px, 1.5vw, 30px);
}

.gateway .gateway-flex .gateway-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: clamp(15px, 1.5vw, 30px);
}

.gateway .gateway-flex .gateway-slider .owl-dots button.owl-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(112, 112, 112, 0.37);
	transition: background-color 0.5s ease;
	margin: 5px;
}

.gateway .gateway-flex .gateway-slider .owl-dots button.owl-dot.active {
	background-color: #707070;
}

@media screen and (min-width: 750px) {
	
	.gateway .gateway-flex .gateway-slider-container,
	.gateway .gateway-flex .gateway-items {
		width: 49%;
	}
	
	.gateway .gateway-flex .gateway-slider-container {
		margin-bottom: 0;
	}
}

.succeed .succeed-bar {
	padding: clamp(20px, 1.5vw, 30px) 7%;
	margin: clamp(20px, 2.5vw, 50px) 0;
}

.succeed .succeed-bar:not(.succeed-bar-alternate) {
	background: linear-gradient(80deg, rgba(234, 245, 245, 1) 0%, rgba(72, 130, 201, 1) 20%, rgba(12, 87, 184, 1) 100%);
}

.succeed .succeed-bar .succeed-bar-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.succeed .succeed-bar .succeed-bar-items .item {
	width: 100%;
}

.succeed .succeed-bar:not(.succeed-bar-alternate) .succeed-bar-items .item {
	display: flex;
	align-items: center;
}

.succeed .succeed-bar .succeed-bar-items .item .image-container {
	display: flex;
	flex-shrink: 0;
	width: clamp(80px, 6vw, 100px);
	margin-right: clamp(10px, 1.5vw, 30px);
}

.succeed .succeed-bar .succeed-bar-items .item .image-container img {
	width: 100%;
	object-fit: contain;
}

.succeed .succeed-bar.succeed-bar-alternate .succeed-bar-items .item {
	text-align: center;
}

.succeed .succeed-bar.succeed-bar-alternate .succeed-bar-items .item .image-container {
	margin: 0 auto;
}

.succeed .succeed-bar .succeed-bar-items .item .text {
	line-height: 1.2;
	font-size: clamp(16px, 1.25vw, 32px);
}

@media screen and (min-width: 750px) {
	.succeed .succeed-bar .succeed-bar-items .item {
		width: 30%;
	}
}

.grant.grant-gradient {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12, 87, 184, 0.24) 25%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}

.grant .grant-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #EAF5F5;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 2.5vw, 50px);
}

.grant .content-container,
.grant .funding-container {
	width: 100%;
}

.grant .funding-container {
	text-align: center;
}

.grant .funding-container .image-container img {
	width: 60%;
	min-width: 150px;
}

.grant .funding-container .funding-text {
	margin: 0;
}

.grant .funding-container .funding-text .text1 {
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 32px);
	margin-bottom: 0;
    line-height: 1.2;
}

.grant .funding-container .funding-text .text2 {
	font-size: clamp(28px, 2.5vw, 56px);
    font-weight: 700;
    margin: 0;
}

.grant .content-container .title {
	font-size: clamp(18px, 1.46vw, 36px);
}

.grant .content-container .text-container ul {
	margin-left: 0;
    padding: 0;
    list-style: none;
}

.grant .content-container .text-container ul li {
	margin: 0.5em 0;
    display: flex;
}

.grant .content-container .text-container ul li:before {
	content: "";
    width: clamp(18px, 1.5vw, 30px);
    height: clamp(18px, 1.5vw, 30px);
    background-image: url('images/checkmark-green.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: clamp(15px, 1.5vw, 30px);
    margin-top: 5px;
}

@media screen and (min-width: 750px) {
	.grant .grant-inner {
		flex-flow: row-reverse;
	}
	
	.grant .funding-container {
		width: 30%;
	}
	
	.grant .content-container {
		width: 65%;
	}
}

.grant-claim {
	padding: clamp(40px, 5.2vw, 120px) 0;
}

.grant-claim .grant-claim-inner {
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.grant-claim .grant-claim-items {
	margin-top: clamp(25px, 3.5vw, 80px);
}

.grant-claim .grant-claim-items .step {
	position: relative;
	padding: clamp(25px, 1vw, 30px) 10%;
	padding-left: clamp(50px, 10%, 120px);
	border-radius: clamp(20px, 1.5vw, 30px);
	cursor: pointer;
}

.grant-claim .grant-claim-items .step:before {
	content: "";
	width: clamp(12px, 1.25vw, 30px);
	height: clamp(12px, 1.25vw, 30px);
	border-radius: 50%;
	position: absolute;
	top: clamp(25px, 1vw, 30px);
	left: 5%;
	background-color: #707070;
	transform: scale(1);
	transition: background-color 0.5s ease, transform 0.5s ease;
}

.grant-claim .grant-claim-items .step.active:before {
	transform: scale(1.2);
	background-color: #FFFFFF;
}

.grant-claim .grant-claim-items .step:after {
	content: "";
	height: 100%;
	width: clamp(12px, 1.25vw, 30px);
	border-left: 3px solid #707070;
	position: absolute;
	top: 0;
	left: 5%;
	transform: translate(calc(50% - 1.5px),0);
	transition: border-left 0.5s ease;
}

.grant-claim .grant-claim-items .step.active:after {
	border-left: 3px solid #FFFFFF;
}

.grant-claim .grant-claim-items .step:first-child:after {
	height: calc(100% - clamp(25px, 1vw, 30px));
	top: clamp(25px, 1vw, 30px);
}

.grant-claim .grant-claim-items .step:last-child:after {
	height: clamp(25px, 1vw, 30px);
}

.grant-claim .grant-claim-items .step .step-number,
.grant-claim .grant-claim-items .step .step-details p {
	margin: 0;
}

.grant-claim .grant-claim-items .step .step-number {
	color: #707070;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
/* 	transition: color 0.5s ease; */
}

.grant-claim .grant-claim-items .step .step-details p {
	color: transparent;
/* 	transition: color 0.5s ease; */
	display: none;
}

.grant-claim .grant-claim-items .step .step-title {
	margin: 0.5em 0;
	color: #0C57B8;
	font-size: clamp(18px, 1.46vw, 36px);
/* 	transition: color 0.5s ease; */
}

.grant-claim .grant-claim-items .step.active {
	background-color: #0C57B8;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.grant-claim .grant-claim-items .step.active .step-number,
.grant-claim .grant-claim-items .step.active .step-title,
.grant-claim .grant-claim-items .step.active .step-details p {
	color: #FFFFFF;
	display: block;
}

@media screen and (min-width: 750px) {
	.grant-claim .grant-claim-inner {
		width: 75%;
	}
}

@media screen and (min-width: 900px) {
	.grant-claim .grant-claim-inner {
		width: 55%;
	}
}

.packages-overview .packages-overview-text-container {
	text-align: center;
	font-size: clamp(18px, 1.46vw, 36px);
    margin: clamp(10px, 1vw, 15px) auto;
	width: 100%;
}

.packages-overview .grid-layout .item {
	padding: clamp(20px, 2.5vw, 60px);
}

.packages-overview .grid-layout .item:first-child {
	background-color: #EAF5F5;
}

.packages-overview .grid-layout .item:nth-child(2) {
	background-color: #F4FAF3;
}

.packages-overview .grid-layout .item:nth-child(3) {
	background-color: #F7F3FA;
}

.packages-overview .grid-layout .item.launching-soon {
	text-align: center;
	background-color: #E9E9E9;
}

.packages-overview .grid-layout .item.launching-soon .launching-text {
	font-weight: 700;
}

.packages-overview .grid-layout .item:not(.launching-soon) .launching-text {
	display: none;
}

.packages-overview .grid-layout .item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.packages-overview .grid-layout .item .item-bottom {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.packages-overview .grid-layout .item:not(.launching-soon) .item-bottom {
	height: 100%;
}

.packages-overview .grid-layout .item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.packages-overview .grid-layout .item ul li {
	border-bottom: 1px solid #333E48;
	font-weight: 700;
	padding: clamp(20px, 1.5vw, 30px) 0;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.packages-overview .grid-layout .item ul li:after {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/caret-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.packages-overview .grid-layout .item ul li:last-child {
	border-bottom: none;
}

@media screen and (min-width: 750px) {
	.packages-overview .packages-overview-text-container {
		width: 80%;
	}
}

.packages {
	position: relative;
	overflow: hidden;
}

.packages .package-navigation {
    margin-bottom: 0;
	padding: clamp(40px, 5.2vw, 120px) 7% 0 7%;
	position: relative;
	z-index: 1;
}

.packages .package-navigation-inner {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	padding-bottom: 15px;
}

.packages .package-navigation-inner:after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 20px;
	background-color: #C1C1C1;
}

.packages .package-tab-btn {
    padding: 10px 5px;
    cursor: pointer;
	background-color: transparent;
	color: #707070;
    border: none;
	width: 32%;
	text-align: center;
	line-height: 1.2;
	font-size: clamp(14px, 1.46vw, 36px);
	transition: background-color 0.5s ease, color 0.5s ease;
}

.packages .package-tab-btn.active {
	font-weight: 700;
	background-color: #0C57B8;
	color: #FFFFFF;
}

.packages .package-content-wrapper {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(12,87,184,0.24) 50%, rgba(255,255,255,1) 100%);
	position: relative;
	overflow: hidden;
}

.ribbon {
	--ribbon-width: clamp(50px, 5.7vw, 120px);
	--triangle-depth: calc( var(--ribbon-width) / 2) ;
	position: absolute;
	width: clamp(50px, 5.7vw, 120px);
	height: 100%;
	background-image: url('images/ulos-ribbon.png');
	background-repeat: repeat-y;
	background-size: 100% auto;
	z-index: 1;
	clip-path: polygon(
    0% var(--triangle-depth),               /* top-left */
    50% 0%,                                 /* top-center (sharp point) */
    100% var(--triangle-depth),             /* top-right */
    100% calc(100% - var(--triangle-depth)),/* bottom-right */
    50% 100%,                               /* bottom-center (sharp point) */
    0% calc(100% - var(--triangle-depth))   /* bottom-left */
  );
}

.ribbon-left {
  left: 2%;
  bottom: -100vh;
}

.ribbon-right {
  right: 2%;
  bottom: 100%;
}

@media screen and (min-width: 750px) {
	.ribbon-left {
		left: 5%;
	}
	
	.ribbon-right {
		right: 5%;
	}
}

.packages .package-content {
   	position: absolute;
    top: clamp(40px, 5.2vw, 120px);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: -1;
}

.packages .package-content.active {
   opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
	top: 0;
}

.packages .package-content .campaign-group {
	position: relative;
	margin-bottom: clamp(30px, 7vw, 120px);
}

.packages .package-content .campaign-group .cta.cta-container .cta-inner {
	width: 100%;
	backdrop-filter: blur(12px) brightness(1.15);
	-webkit-backdrop-filter: blur(12px) brightness(1.15);
}

.packages .package-content .campaign-group .cta.cta-container .cta-inner .text-center {
	text-align: center;
	margin: 0.5em 0;
}

.packages .package-content .campaign-group .campaign-group-text {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.packages .package-content .campaign-group .section-heading-container * {
	width: 80%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.packages .package-content .campaign-group .cta.cta-container .cta-inner .section-heading-container *{
	width: unset;
	text-transform: unset;
}

.packages .package-content .campaign-group .section-heading-small {
	text-transform: uppercase;
}

.packages .package-content .campaign-grid {
	display: grid;
	grid-template-columns: 2fr;
	grid-gap: clamp(15px, 1.5vw, 30px);
	margin: clamp(30px, 3.5vw, 80px) 0;
}

.packages .package-content .campaign-grid .campaign {
	grid-column: span 2;
	background-color: #FFFFFF;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 2.5vw, 50px);
	height: fit-content;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	position: relative;
	overflow: hidden;
}

.packages .package-content .campaign-grid .campaign .label-container {
	position: absolute;
	right: 0;
	top: 0;
	font-size: clamp(16px, 1.46vw, 36px);
	font-weight: 800;
	text-transform: uppercase;
	width: 40%;
    transform: rotate(45deg) translate(12%, -70%);
    text-align: center;
    padding: 18% 10px 5px 10px;
}

.packages .package-content .campaign-grid .campaign .label-container.lite {
	background-color: rgba(75, 164, 54, 0.25);
	color: #0C57B8;
}

.packages .package-content .campaign-grid .campaign .label-container.plus {
	background-color: #4BA436;
	color: #FFFFFF;
}

.packages .package-content .campaign-grid .campaign .label-container.pro {
	background-color: #EF3742;
	color: #FFFFFF;
}

.packages .package-content .campaign-grid .campaign .label-container.full {
	background-color: #292D6E;
	color: #FFFFFF;
}

.packages .package-content .campaign-grid .campaign .title {
	font-size: clamp(18px, 1.46vw, 36px);
	margin-top: 0;
	width: 75%;
}

.packages .package-content .campaign-grid .campaign .pricing-container .pricing-text {
	margin: 1em 0;
}

.packages .package-content .campaign-grid .campaign .pricing-container p {
	margin: 0;
}

.packages .package-content .campaign-grid .campaign .pricing-container p.start-from-text {
	font-weight: 700;
}

.packages .package-content .campaign-grid .campaign .pricing-container p.price {
	font-size: clamp(24px, 2.1vw, 48px);
	font-weight: 700;
}

.packages .package-content .campaign-grid .campaign .details-container {
	margin-top: 1.5em;
}

.packages .package-content .campaign-grid .campaign .details-container ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.packages .package-content .campaign-grid .campaign .details-container ul li {
	margin: 0.5em 0;
	display: flex;
}

.packages .package-content .campaign-grid .campaign .details-container ul li:before {
	content: "";
	width: clamp(18px, 1.5vw, 30px);
	height: clamp(18px, 1.5vw, 30px);
	background-image: url('images/checkmark-green.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

.packages .package-content .campaign-grid .campaign .details-container ul li.exclude:before {
	background-image: url('images/cross-red.svg');
}

.form-popup {
	display: none;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}

.form-popup .wpcf7-not-valid-tip {
	font-size: clamp(12px, 0.835vw, 18px);
}

.form-popup form .form-field-submit p {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
}

.form-popup .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
    font-size: clamp(14px, 0.835vw, 18px);
}

.form-popup form input {
	width: 100%;
	font-size: clamp(14px, 0.835vw, 18px);
	border: none;
	border-bottom: 1px solid #0C57B8;
	border-radius: 0;
}

.form-popup form input:focus,
.form-popup form input:focus-visible,
.form-popup form input:focus-within {
	outline: 0;
	border: none;
	border-bottom: 1px solid #0C57B8;
}

.form-popup form label {
	font-weight: 700;
}

.form-popup form label .required {
	color: #EF3742;
}

.form-popup form p {
	margin: 0.5em 0;
}

.form-popup form .wpcf7-radio .wpcf7-list-item {
	margin: 0.2em 0;
	font-size: clamp(14px, 0.835vw, 18px);
}

.form-popup [type="radio"] {
	width: fit-content;
}

.form-popup.active {
	display: flex;
	animation: fadeIn 0.3s ease;
}

.close-popup {
	position: absolute;
	top: clamp(20px, 2.5vw, 40px);
	right: clamp(20px, 2.5vw, 40px);
	padding: 0;
	height: clamp(18px, 1.5vw, 30px);
	width: clamp(18px, 1.5vw, 30px);
	background-image: url('images/cross-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	line-height: 1;
	cursor: pointer;
	z-index: 1;
}

.form-popup form .form-field-submit {
	display: flex;
	justify-content: flex-end;
}

.form-popup form .form-field-submit input {
	display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 700;
    border-radius: 5vw;
    width: fit-content;
    padding: 8px 20px;
    background-color: transparent;
	border: 1px solid #0C57B8;
	color: #0C57B8;
    transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
	letter-spacing: 1px;
	cursor: pointer;
}

.form-popup form .form-field-submit input:hover {
	color: #FFFFFF;
	background-color: #0C57B8;
}


/* Fade-in animation */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Inner form styling */
.form-popup .form-container {
	background: #fff;
	width: 90%;
	padding: clamp(20px, 2.5vw, 40px);
	border-radius: clamp(15px, 1vw, 30px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}

@media screen and (min-width: 750px) {
	.form-popup .form-container {
		width: 45%;
	}
	
	.packages .package-content .campaign-group .cta.cta-container .cta-inner {
		width: 45%;
	}
}

@media screen and (min-width: 900px) {
	.form-popup .form-container {
		width: 30%;
	}
}


@media screen and (min-width: 750px) {
	.packages .package-navigation {
		padding: clamp(40px, 5.2vw, 120px) 10% 0 10%;
	}
	
	.packages .package-content .campaign-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.packages .package-content .campaign-group .campaign-grid.count-2 .campaign:first-child,
	.packages .package-content .campaign-group .campaign-grid.count-4 .campaign:nth-child(odd) {
		grid-column: 2 / span 2;
	}
	
	
	.packages .package-tab-btn.active {
		color: #0C57B8;
		background-color: transparent;
	}
	
	.packages .package-content .campaign-grid .campaign .label-container {
		width: clamp(100px, 22vw, 250px);
		transform: rotate(45deg) translate(20%, -85%);
	}
}

@media screen and (min-width: 1024px) {
	.packages .package-content .campaign-group:last-child .campaign-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.packages .package-content .campaign-group .campaign-grid.count-4 .campaign:nth-child(odd) {
		grid-column: span 1;
	}
	
	.packages .package-content .campaign-group:last-child .campaign-grid .campaign {
		grid-column: span 1;
		padding: clamp(20px, 1.5vw, 30px);
		padding-top: clamp(20px, 2.5vw, 40px);
	}
	
	.packages .package-content .campaign-grid .campaign .label-container {
		width: clamp(100px, 18vw, 450px);
	}
}

@media screen and (min-width: 1500px) {
	.packages .package-content .campaign-grid .campaign .label-container {
		transform: rotate(45deg) translate(20%, -100%);
	}
	
	.packages .package-content .campaign-group:last-child .campaign-grid .campaign .label-container {
		transform: rotate(45deg) translate(22%, -100%);
	}
}

section.section.market-success {
	padding-bottom: 0;
	position: relative;
}

.market-success .megamendung {
	position: absolute;
	display: none;
}

.market-success .megamendung.megamendung1 {
	width: clamp(200px, 20vw, 500px);
}

.market-success .megamendung.megamendung2 {
	width: clamp(50px, 9.5vw, 250px);
}

.market-success .megamendung.megamendung3 {
	width: clamp(120px, 15vw, 400px);
}

.market-success .megamendung.megamendung4 {
	width: clamp(250px, 24vw, 600px);
}

.market-success .market-success-text-container {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.market-success {
		margin-top: 50px;
	}
	.market-success .market-success-text-container {
		width: 48%;
	}
	.market-success .section-heading-container:not(.section-heading-center-container) {
		width: 100%;
	}
	
	.market-success .megamendung {
		display: block;
	}
	
	.market-success .megamendung.megamendung1 {
		left: 50%;
		top: 0;
	}

	.market-success .megamendung.megamendung2 {
		left: 65%;
		top: 10%;
	}

	.market-success .megamendung.megamendung3 {
		right: 10%;
		top: 40%;
	}

	.market-success .megamendung.megamendung4 {
		top: 60%;
		left: 60%;
	}
}

.grow .items .item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.testimonials {
	background-color: #0C57B8;
	margin-bottom: clamp(80px, 8vw, 200px);
}

.testimonials .testimonial {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(40px, 5.2vw, 120px) 7%;
}

.testimonials .testimonial .photo-container,
.testimonials .testimonial .main-testimony-container {
	width: 100%;
}

.testimonials .testimonial .main-testimony-container {
	margin-top: 20px;
}

.testimonials .testimonial .photo-container-inner {
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.testimonials .testimonial .photo-container-inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.testimonials .testimonial .logo-container {
	width: 25%;
	min-width: 120px;
}

.testimonials .testimonial .logo-container .logo-container-inner {
	width: 100%;
	display: flex;
}

.testimonials .testimonial .logo-container .logo-container-inner img {
	height: clamp(50px, 5vw, 130px);
}

.testimonials .testimonial .text-container {
	color: #FFFFFF;
	font-size: clamp(18px, 1.46vw, 36px);
	line-height: 1.2;
}

.testimonials .testimonial .text-container .testimony-author p:not(:last-child) {
	margin: 0;
}

.testimonials .testimonial .text-container .testimony-author p:last-child {
	margin-top: 0;
}

.testimonials .testimonial .text-container .testimony-title {
	margin-bottom: 0;
}

.testimonials .testimonial .text-container .testimony-text p {
	margin: 0.5em 0;
}

.testimonials .testimonial .text-container .testimony-title,
.testimonials .testimonial .text-container .testimony-name {
	font-weight: 700;
}

@media screen and (min-width: 750px) {
	.testimonials .testimonial {
		padding: 0;
	}
	
	.testimonials .testimonial .photo-container {
		width: 35%;
	}
	.testimonials .testimonial .main-testimony-container {
		width: 65%;
		padding: clamp(20px, 1.5vw, 30px) 7% clamp(20px, 1.5vw, 30px) 3%;
		margin-top: 0;
	}
	
	.testimonials .testimonial .photo-container-inner  {
		overflow: visible;
		border-radius: 0;
	}
}

footer {
	position: relative;
}

footer:before {
	content: "";
	width: 100%;
	height: 180%;
	background-image: url('images/footer-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
}

footer:after {
	content: "";
	width: 100%;
	height: 180%;
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	transform: translate(0, -5px);
/* 	backdrop-filter: brightness(1.5);
	-webkit-backdrop-filter: brightness(1.5); */
}

footer .footer-flex {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(40px, 5.2vw, 80px) 7%;
}

footer .footer-flex:before {
	content: "";
	width: 100%;
	height: 110%;
	background: linear-gradient( to bottom, rgba(12, 87, 184, 0) 0%, rgba(12, 87, 184, 0.7) 30%, rgba(12, 87, 184, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

footer .footer-flex .footer-left,
footer .footer-flex .footer-right {
	width: 100%;
}

footer .footer-flex .footer-left {
	display: flex;
	flex-flow: column-reverse;
	justify-content: space-between;
}

footer .footer-branding {
	margin: clamp(15px, 2vw, 40px) 0;
}

footer .footer-branding .site-tagline {
	color: #FFFFFF;
	font-size: clamp(14px, 1.05vw, 24px);
	margin: 0.4em 0;
}

footer .custom-logo-container {
	width: 15.5vw;
	min-width: 200px;
}

footer .custom-logo-container a {
	display: flex;
	width: 100%;
}
footer .custom-logo-container img {
	width: 100%;
	object-fit: contain;
}

footer .footer-right .indonesia .snapshot-container {
	width: 100%;
	padding-top: 55%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

footer .footer-right .indonesia .snapshot-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer .footer-right .indonesia .indonesia-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: clamp(15px, 1.5vw, 30px);
	margin-top: 5px;
}

footer .footer-right .indonesia .indonesia-link:after {
	content: "";
	width: 9px;
	height: clamp(14px, 0.835vw, 18px);
	background-image: url('images/caret-white.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(-100%, 0);
	transition: transform 0.5s ease;
}

footer .footer-right .indonesia .indonesia-link:hover:after {
	transform: translate(0, 0);
}

footer .footer-right .indonesia .indonesia-link .link-main {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

footer .footer-right .indonesia .indonesia-link .link-text {
	text-transform: uppercase;
	font-size: clamp(14px, 1.05vw, 24px);
	color: #FFFFFF;
	letter-spacing: 1px;
}

footer .footer-right .indonesia .indonesia-link .flag {
	width: clamp(25px, 1.6vw, 35px);
	height: clamp(25px, 1.6vw, 35px);
	flex-shrink: 0;
	margin-right: 10px;
}

footer .footer-right .copyright-container {
	margin-top: clamp(20px, 1.5vw, 30px);
}

footer .footer-right .copyright-container,
footer .footer-right .copyright-container a {
	color: #FFFFFF;
	font-size: clamp(10px, 0.625vw, 14px);
}

footer .footer-right .copyright-container a {
	white-space: nowrap;
	text-decoration: none;
}

footer .footer-right .copyright-container a .text {
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media screen and (min-width: 400px) {
	.footer-navigation ul {
		column-count: 2;
	}
}

@media screen and (min-width: 750px) {
	footer .footer-flex .footer-left {
		width: 60%;
		flex-flow: column;
	}
	
	footer .footer-branding {
		margin-bottom: 0;
	}
	
	footer .footer-flex .footer-right {
		width: 38%;
	}
	
	footer:before {
		height: 250%;
	}

	footer:after {
		height: 250%;
	}
}

@media screen and (min-width: 1000px) {
	footer .footer-flex .footer-right {
		width: 25%;
	}
}

/* Navigation
--------------------------------------------- */

.site-header {
	position: fixed;
	background-color: transparent;
	transition: background-color 0.5s ease;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 5;
	padding: 20px 7%;
}

.site-header:hover,
.site-header.scrolled,
.page-id-160 .site-header {
	background-color: #0C57B8;
}

.site-branding {
	width: 15vw;
	min-width: 150px;
	display: flex;
	align-self: center;
}

.site-branding .custom-logo-link {
	width: 100%;
}

@media screen and (min-width: 320px) {
	.site-branding {
		min-width: 180px;
	}
}

/* @media screen and (min-width: 340px) {
	.site-branding {
		min-width: 200px;
	}
} */

.custom-logo {
	width: 100%;
	object-fit: contain;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.main-navigation .menu-menu-1-container {
	position: absolute;
	top: 99%;
    left: 0;
	width: 100%;
}

.main-navigation.toggled .menu-menu-1-container {
	padding: 20px 7%;
	background-color: #0C57B8;
}

.main-navigation.toggled .menu-menu-1-container ul li {
	margin: 5px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul#menu-countries {
	display: block;
	margin-left: clamp(10px, 0.5vw, 25px);
	margin-right: 0;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	margin-bottom: clamp(20px, 1.5vw, 30px);
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	border-radius: 5px;
	overflow: hidden;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: rgba(234, 245, 245, 0.7);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 5px;
	overflow: hidden;
	display: block;
}


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

/* .main-navigation ul ul a {
	width: 200px;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
/* 	position: relative; */
}

.main-navigation li,
.footer-navigation ul li {
	position: relative;
}

.footer-navigation ul li {
	padding: 5px 0;
}

.footer-navigation ul li:first-child {
	min-width: calc(20ch + 10px);
}

.footer-navigation ul li.header-sg {
	display: none;
}

.main-navigation a,
.footer-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 400;
	position: relative;
	padding: 5px 0;
	transition: font-weight 0.5s ease;
	width: fit-content;
	letter-spacing: 1px;
}

.main-navigation a {
	text-align: center;
}

.footer-navigation ul li a {
	font-size: clamp(14px, 1.05vw, 24px);
}

.main-navigation a:after,
.footer-navigation ul li a:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.5s ease;
}

.main-navigation a:hover,
.footer-navigation ul li a:hover {
	font-weight: 700;
}

.main-navigation a:hover:after,
.footer-navigation ul li a:hover:after {
	transform: scaleX(1);
}

.main-navigation li.header-sg > a {
	display: flex;
	align-items: center;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "";
	width: clamp(12px, 0.8vw, 16px);
	height: clamp(6px, 0.5vw, 11px);
	background-color: transparent;
	background-image: url( 'images/polygon-down-white.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	transform: scale(1);
	flex-shrink: 0;
	margin-left: clamp(5px, 0.5vw, 10px);
}

.main-navigation li.menu-item-has-children > a:hover:after {
	transform: scale(1);
}

.main-navigation li.header-sg > a:before {
	content: "";
	width: clamp(20px, 1.5vw, 35px);
	height: clamp(20px, 1.5vw, 35px);
	background-image: url('images/singapore-flag.png');
	background-size: 100% 100%;
	background-repeat: contain;
	margin-right: clamp(5px, 0.5vw, 10px);
}

.main-navigation li.header-id > a {
	display: flex;
	align-items: center;
}

.main-navigation li.header-id > a:before {
	content: "";
	width: clamp(20px, 1.5vw, 35px);
	height: clamp(20px, 1.5vw, 35px);
	background-image: url('images/indonesia-flag.png');
	background-size: 100% 100%;
	background-repeat: contain;
	margin-right: clamp(5px, 0.5vw, 10px);
}

.main-navigation .sub-menu li > a:before {
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.36));
	-webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.36));
}

.main-navigation .sub-menu li {
	margin: 0;
}

.main-navigation .sub-menu li a {
	padding: clamp(5px, 0.4vw, 10px) clamp(10px, 1vw, 25px);
	background-color: transparent;
	transition: background-color 0.5s ease;
	width: 100%;
}

.main-navigation .sub-menu li a:hover {
	font-weight: 400;
	background-color: #FFFFFF;
}

.main-navigation .sub-menu li a:after {
	content: "";
    height: 1px;
    width: 70%;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
}

.main-navigation .sub-menu li:last-child a:after {
	display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0)
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.menu-primary-menu-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background: rgba(255, 255, 255, 0.50);
	-webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

@media screen and (min-width: 1350px) {

	.menu-toggle {
		display: none;
	}
	
	.main-navigation a, .footer-navigation ul li a {
		font-size: clamp(12px, 0.835vw, 16px);
	}

	
	.main-navigation {
		width: fit-content;
	}

	.main-navigation ul,
	.main-navigation.toggled ul {
		display: flex;
		align-items: center;
	}
	
	.main-navigation li,
	.main-navigation.toggled .menu-menu-1-container ul li {
		margin: 0 clamp(10px, 1vw, 20px);
	}
	
	.main-navigation .sub-menu li,
	.main-navigation.toggled .menu-menu-1-container .sub-menu li {
		margin: 0;
	}
	
	.main-navigation.toggled .menu-menu-1-container,
	.main-navigation .menu-menu-1-container {
		position: relative;
		width: fit-content;
		padding: 0;
		background-color: unset;
	}
	
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		background-color: rgba(234, 245, 245, 0.7);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		border-radius: 5px;
		overflow: hidden;
		display: block;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.main-navigation.toggled ul ul {
		display: block;
		position: absolute;
	}
	
	.main-navigation .sub-menu li a {
		color: #707070;
	}
	
	.main-navigation .sub-menu li a:after {
		background-color: #707070;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: flex;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
