/*!
Theme Name: FIF
Theme URI: http://underscores.me/
Author: 99 Microsite Team
Author URI: https://www.99.co/id
Description: Description

Version: 1.2.4

Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: FIF
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.

FIF 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
	- Cards
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

:root {
	--primary-text: #0458AF;
	--primary-text-v2: #0B0E21;
    --primary-bg: #0458AF;
    --primary-blue-text: #004183;
	--primary-blue-bg: #004183;
	--primary-yellow: #F6DB57;
	--primary-orange: #E26813;
    --primary-banner-bg: #333333;
	--neutral-1: #848B99;
    --neutral-2: #A5ADB5;
	--neutral-90: #525A80;
	--white: #ffffff;
	--black: #0A1208;
    --blue: #1781FB;
    --secondary-bg: #fc7d81;
    --tertiary-bg: #F4FCF1;
    --tab-active: #A6DE8D;
    --partner-bg: #EEE;

    --swiper-pagination-color: #fff;
    --swiper-pagination-bottom: 22px;
    --swiper-pagination-bullet-active-width: 16px;
    --swiper-pagination-bullet-active-height: 16px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;

    --secondary-text: #333;
    --gradation-whatsapp: #8A101D;
    --active-tabs: #4A4A4A;
    --border-title: #E2E8EB;
    --border-description: #EBEFF2;
    --whatsapp-color: #01C851;
    --banner-srp-color: #0458AF;
}

/* 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
	 ========================================================================== */

.listing-swiper-button-prev, .listing-swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    padding: 8px;
    filter: drop-shadow(0px 2px 4px rgba(96, 97, 112, 0.16)) drop-shadow(0px 0px 1px rgba(40, 41, 61, 0.04));

    &.swiper-button-disabled {
        svg {
            filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(538%) hue-rotate(196deg) brightness(95%) contrast(91%);
        }
    }
}

.btn-tab {
    border: 1px solid #CFD0DA;
    border-radius: 100px;
    color: #000;
    padding: 8px 16px;

    &.active {
        background-color: #0364FF;
        color: #fff;
    }

    &:hover {
        background: #0364FF;
        color: #fff;
    }
}

/**
 * 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: #404040;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 1.5;
}

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%;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none !important;
}

a:visited {
	text-decoration: unset;
}

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

a:focus {
	outline: thin dotted;
}

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

.section-more-btn {
    border-radius: 4px;
    width: 140px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #004183;
    color: var(--primary-blue-text);
}

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

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;
	background-image: url(../fif/img/dropdown-light-blue.svg) !important;
	background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.button.gold {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px !important;
    height: 40px;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 0 0;
    background: #F6DB57;
    cursor: pointer;
}

/* Navigation
--------------------------------------------- */
nav .hamburger-menu {
	width: 32px;
    height: 32px;
	background-image: url(../fif/img/hamburger_menu.svg);
	background-color: transparent;
	border-color: transparent;
    position: absolute;
    left: 86%;
    top: 25%;
}

nav.toggled .hamburger-menu {
	background-image: url(../fif/img/close.svg);
}

nav.toggled .nav-menu {
    background-image: url(../fif/img/powered-by-rumah123.svg);
    background-repeat: no-repeat;
    background-position: right 50% bottom 13%;

    @media screen and (max-width: 1180px) {
        padding-top: 3vh;
    }
}

nav.toggled  ul {
	width: 100%;
    background-color: white;
    color: black;
    position: fixed;
    top: 68px;
    left: 0;
    height: 100vh;
}

@media screen and (max-width: 1180px) {
	header.site-header {
		height: 68px !important;
	}
	header .bank-logo {
		position: absolute;
		width: 129px;
		height: 40px;
		top: 50%;
		left: 20%;
		transform: translate(-50%, -50%);
	}
	.main-navigation {
		display: inline-flex !important;
		align-items: center;
	}
	.main-navigation .btn {
		padding: 0;
	}
	.main-navigation a {
		text-align: left;
		padding-left: 0 !important;
    	justify-content: flex-start !important;
		color: #0B0E21 !important;
		font-size: 16x !important;
		line-height: 24px !important;
        font-weight: 500;
        letter-spacing: 0.25px;
	}
	.main-navigation ul li {
		border-bottom: 1px solid #D8D8D8;
		margin-left: 16px;
		margin-right: 16px;

        &.focus {
            z-index: 20;
            border-bottom: unset !important;
        }
	}
    
    /* old safari fallback */
    .main-navigation ul li.focus {
        z-index: 20;
        border-bottom: unset !important;
    }
    /* old safari fallback */

	.main-navigation ul li.current_page_item a,
    .main-navigation ul li.current-menu-parent > a {
		color: var(--primary-text-v2) !important;
	}
    header .main-navigation ul.sub-menu {
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0;
    }
}

.main-navigation {
	display: block;
	width: 100%;
	height: 100%;

    @media screen and (min-width: 1025px) {
        .active-tab-bar {
            opacity: 0;
            height: 4px;
            background: var(--primary-bg);
            border-radius: 4px 4px 0 0;
            position: absolute;
            width: 100%;
            transition: all 0.5s ease-in-out;
        }
    }
    .sub-menu {
        .active-tab-bar {
            display: none;
        }
    }
}


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

.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;
}

.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;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	position: relative;
    display: flex;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 500!important;
    color: #989BB3;
    text-transform: capitalize;
    padding: 0px 22px;
    height: 100%;
    min-height: 5em;
    transition: none;
	align-items: center;
}

.main-navigation .nav > li.active > a {	
    color: var(--primary-banner-bg);	
}

.main-navigation ul.menu > li.current_page_item,
.main-navigation ul.menu > li.current-menu-parent {
    .active-tab-bar {
        opacity: 1;
    }
}

.main-navigation ul.menu > li.current_page_item,
.main-navigation ul.menu > li.current_page_item a,
.main-navigation ul.menu > li.current-menu-parent > li.active > a {
    color: #000;
}

header .main-navigation ul.sub-menu {
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px 20px 20px 20px;
    height: auto;
}
header .main-navigation ul.sub-menu a {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
    justify-content: left;
    min-height: 0;
    padding: 20px 0;
    width: auto;
    white-space: nowrap;
}
header .main-navigation ul.sub-menu li.current-menu-item a {
    color: var(--primary-bg);
    border-bottom: 1px solid var(--primary-bg);
}
header .main-navigation ul.sub-menu li.current_page_item a::after {
    content: none;
}

header .main-navigation li.menu-item-has-children > a::after {
    content: url('./img/menu/arrow-down-gray.svg');
    padding: 0px 8px;
    transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 1200px) {
    header .main-navigation li:hover {
        &.menu-item {
            &.menu-item-has-children:hover {
                > a {
                    color: #0B0E21;
                    &::after {
                        content: url('./img/menu/arrow-down.svg');
                        transform: rotate(180deg);
                    }
                }
            }
            .active-tab-bar {
                opacity: 1;
            }
        }
    }

    
}
header .main-navigation li.menu-item-has-children.focus > a::after {
    transform: rotate(180deg);
    padding: 0px 8px !important;
}
@media only screen and  (max-width: 1180px) {
    .main-navigation ul.menu > li.current_page_item,
    .main-navigation ul.menu > li.current-menu-parent {
        border-bottom: 1px solid #D8D8D8;
        z-index: 10;
    }
    header .main-navigation ul.sub-menu {
        z-index: 1;
        visibility: hidden;
        height: 0;
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0;
        top: 1vh;
        border-bottom: 1px solid #DCDDE5;
        border-radius: unset;
        
        li, a {
            border-bottom: 0;
            color: #525A80 !important;
        }
    }
    header .main-navigation .menu-item-has-children.focus ul.sub-menu {
        z-index: 21;
        height: 100%;
        visibility: visible;
        transition: all 0.5s ease-in-out;
    }
    header .main-navigation ul.sub-menu li.current-menu-item a {
        border-bottom: 1px solid #d9d9d9;
    }
    header .main-navigation li.menu-item-has-children > a::after {
        content: url('./img/dropdown-light-blue.svg');
        padding-left: 0;
        position: absolute;
        right: 0;
    }
    header .main-navigation li.menu-item-has-children.current-menu-parent > a::after {
        content: url('./img/dropdown-light-blue.svg');
    }
}

/* big dropdown menu */
.main-navigation .big-dropdown .sub-menu li a span {
    display: none;
}
@media only screen and (min-width: 1179px) {
    .main-navigation .big-dropdown:hover .sub-menu {
        left: 100%;
        top: 83px;
        transform: translateX(-50%);
    }
    .main-navigation .big-dropdown .sub-menu {
        width: 960px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 16px;
        padding: 24px 24px;
        border-radius: 0px 0px 16px 16px;
    }
    .main-navigation .big-dropdown .sub-menu li {
        display: flex;
        align-items: start;
        gap: 16px;
        width: 300px;
        background: #F2F3F5;
        border-radius: 12px;

        &.icon-calculator::before {
            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M5 2.66406C4.44772 2.66406 4 3.11178 4 3.66406V28.3307C4 28.883 4.44772 29.3307 5 29.3307H27C27.5523 29.3307 28 28.883 28 28.3307V3.66406C28 3.11178 27.5523 2.66406 27 2.66406H5ZM11.3333 25.9974H7.33333V21.9974H11.3333V25.9974ZM11.3333 19.3307H7.33333V15.3307H11.3333V19.3307ZM18 25.9974H14V21.9974H18V25.9974ZM18 19.3307H14V15.3307H18V19.3307ZM24.6667 25.9974H20.6667V15.3307H24.6667V25.9974ZM25.3333 10.6641H6.66667V5.33073H25.3333V10.6641Z" fill="%23CD0D1F"/></svg>');
            width: 22px;
            height: 15px;
            position: absolute;
            top: 16px;
            left: 16px;
        }
    }
    .main-navigation .big-dropdown .sub-menu li a {
        width: 100%;
        display: block;
        padding: 16px 16px 16px 64px;
        font-size: 16px;
        line-height: 24px;
        color:#0B0E21;
        font-weight: 600;
    }

    .main-navigation .big-dropdown .sub-menu li.current-menu-item {
        border: 1px solid #eaeaea;
        box-shadow: 4px 7px 12px rgba(126, 78, 78, 0.2);
        color: #0B0E21;
    }
    .main-navigation .big-dropdown ul.sub-menu a{
        border-bottom: none;
    }
    .main-navigation .big-dropdown .sub-menu li.current-menu-item a {
        color: #0B0E21;
        border: none;
    }
    .main-navigation .big-dropdown .sub-menu li a span {
        display: block;
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 19px;
        color: #525A80;
        white-space: normal;
        font-weight: 400;
        text-transform: lowercase;
    }
}
  

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

@media screen and (min-width: 1181px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

header .flex-row{
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* .header-inner{
	max-width: 1169px;
} */

/* Header Banner 
--------------------------------------------- */
.header-banner {
	position: relative;
    height: auto;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 24px;

    &.srp-banner {
        height: 180px;

        &::before {
            background-color: #8B101E;
            height: 180px;
        }

        .desc-content-area {
            text-align: center;
        }

        .search-box-wrapper {
            position: relative;
            top: -10vh;
        }
    }
}
.header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    /*border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(2.16);*/
}
.header-banner #bg-sprite-left {
    position: absolute;
    bottom: 0;
    left: 44px;
}
.header-banner #bg-sprite-right {
    position: absolute;
    bottom: 0;
    right: 62px;
}
.banner-slider .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-active-width);
    height: var(--swiper-pagination-bullet-active-height);
}
.banner-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .header-banner #bg-sprite-left {
        left: -1rem;
        width: 210px;
        height: 213px;
    }
    .header-banner #bg-sprite-right {
        right: -3rem;
        width: 235px;
        height: 200px;
    }
}
@media screen and (min-width: 1920px) {
    .header-banner #bg-sprite-left {
        left: 388px;
    }
    .header-banner #bg-sprite-right {
        right: 376px;
    }
}
.header-banner .bg-bottom-right {
    position: inherit;
    bottom: 0;

}
.header-banner.main-banner .bg-bottom-right,
.header-banner.srp-banner .bg-bottom-right {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1600px) {
    .header-banner.main-banner::before,
    .header-banner.srp-banner::before {
        transform: scaleX(1.70);
    }
    .header-banner.main-banner .bg-bottom-right,
    .header-banner.srp-banner .bg-bottom-right {
        /* object-fit: contain; */
        object-fit: cover;
        object-position: top;
    }
}
.header-banner .desc-content-area{
    position: relative;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    text-align: left;
    width: inherit;
    /* padding: 30px 30px; */
    z-index: 1;
    background: transparent;
}
.header-banner .desc {
    flex-direction: column;
    /* position: absolute; */
    width: 100%;
}
.home.page-template-page-frontpage .header-banner .desc {
	margin-left: 20rem;
}
@media screen and (min-width: 1920px) {
    .home.page-template-page-frontpage .header-banner .desc {
        max-width: 565px;
	    margin-left: 35rem;
    }
}
.header-banner .desc h2 {
	font-weight: 700;
    font-size: 48px;
    line-height: 71px;
    color: white;
}
.header-banner .desc p {
	font-weight: 400;
    font-size: 40px;
    line-height: 71px;
    color: white;
    width: 100%;
}
.header-banner .promo-date .ux-timer{
    max-width: 285px;
    border-spacing: 18px;
    margin-left: -17px!important;
}
.header-banner .promo-date .ux-timer span:nth-child(n+4){
    display: none;
}
.header-banner .promo-date .ux-timer span{
    position: relative;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 22px;
    color: #074D92;
    background: #FFB944;
    border-radius: 4px;
    padding: 15px 0px;
}
.header-banner .promo-date .ux-timer span strong{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #074D92;
    text-transform: capitalize;
}
.header-banner .promo-date .ux-timer span:nth-child(n+2):before {
    content: "\003a";
    font-size: 30px;
    position: absolute;
    left: -13px;
    right: auto;
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    color: #fff;
}
.header-banner .desc h1,
.header-banner .desc .small,
.header-banner .desc .note{
    color: #fff;
}
.home.page-template-page-frontpage .header-banner .desc .big{
    font-size: 64px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 87px;
}
.header-banner .desc .small{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.home.page-template-page-frontpage .header-banner .desc .note{
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}
.header-banner .desc .cta-hero {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-text);
    background-color: #fff;
    border-radius: 8px;
}
@media screen and (max-width: 1180px) {
    .header-banner .hero-img,
    .header-banner .desc-content-area{
        width: inherit;
        padding: 0 7px 0 7px;
    }
    .home.page-template-page-frontpage .header-banner .desc {
        max-width: 870px !important;
        margin-top: -15rem;
    }
    .header-banner .desc::before {
        top: -4vw;
        left: -6vw;
    }
    .header-banner h1{
        font-size: 1.5em !important;
        margin-bottom: 0;
    }
    .header-banner .desc h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .header-banner .desc p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .header-banner .hero-img .banner-slider .swiper-pagination{
        bottom: -6px;
    }
    .banner-slider img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 890px) {
    .header-banner.main-banner .bg-bottom-right,
    .header-banner.srp-banner .bg-bottom-right {
        object-fit: fill;
    }
    .header-banner .bg-bottom-right {
        height: auto;
    }
    .header-banner h1 {
        margin-bottom: 15px !important;
    }
    .header-banner p {
        max-width: 245px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0.25px !important;
        margin-bottom: 10px;
    }
    .header-banner .btn-header {
        max-width: 100% !important;
    }
    .header-banner .btn-header a{
        width: 100%;
    }
    .header-banner .desc-content-area {
        height: 100%;
    }
    .header-banner .desc::before {
        background-size: 24px;
    }
    .header-banner .hero-img,
    .header-banner .desc-content-area{
        width: 100%;
        text-align: left;
    }
    .header-banner .desc {
        position: relative;
        top: 1vh;
        transform: none!important;
        left: 0;
    }
    .home .header-banner .desc{
        top: -2vh;
    }
    .header-banner .desc .big{
        font-size: 3em !important;
    }
}
@media screen and (max-width: 900px) {
    .logo a {
        gap: 0;
    }
    .logo a img {
        width: 50%;
    }
    .logo a::after {
        width: 108px;
        height: 15px;
        background-image: url('../../img/powered-by-rumah123.svg');
        background-size: contain;
    }
    .header-banner .hero-img{
        order: 2;
        z-index: 0;
    }
    .header-banner .desc::before {
        top: -2vw;
        left: -3vw;
    }
    .page-template-front-page-2023 .header-banner {
        height: 466px;
        background-image: url(../../img/bg-banner-2023-m-1.png);
    }
}
@media screen and (max-width: 640px) {
    .header-banner .desc::before {
        top: -5vw;
        left: -5vw;
    }
}
@media screen and (max-width: 480px) {
    .header-banner .desc .big{
        font-size: 1.7em !important;
        line-height: 37px;
    }
}

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

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

/* Cards
--------------------------------------------- */
.card-project-container {
	width: 32%;
	height: fit-content;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
	animation: grow 90ms 000ms forwards;
}
.card-project-container.skeleton {
    height: 455.8px;
	animation: none;
    background-color: #f5f5f5;
}
.card-project-container .card-property-icon {
	position: absolute;
    padding: 1vw;
    right: 0;
}
.card-project-container .card-property-image-container {
    position: relative;
    height: 220px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-project-container .card-property-image-container .card-discount-container {
    display: flex;
    flex-flow: column wrap;
}
.card-project-container .card-property-image-container .card-discount-container .card-discount-tag {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    top: 15px;
    z-index: 10;
    border-radius: 0px 100px 100px 0px;
    background: var(--Bank-DKI-Gradient2, linear-gradient(90deg, var(--gradation-whatsapp) 0%, var(--primary-bg) 106.23%));
    box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}
.card-project-container .card-property-image {
	height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-project-container .card-property-badge {
    position: absolute;
    bottom: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 6px;
    z-index: 10;

    span {
        padding: 0;

        &.badge {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100px;
            height: 28px;
            gap: 8px;
            padding: 0 12px;
        
            &.badge-red {
                width: 183px;
                background-color: #FDE9E8;
                border: 1px solid #CD0D1F;
                color:#CD0D1F;
            }

            &.badge-green {
                background-color: #D6F1E1;
                border: 1px solid #007E34;
                color: #007E34;
                padding: 0 12px;
            }

            &.badge-blue {
                background-color: #EBEFF2;
                border: 1px solid var(--primary-bg);
                color: var(--primary-bg);
            }
        }
    }
}
.card-project-container .card-detail-container {
    padding: 0px 12px;
    position: relative;
    background: #fff;
    border-radius: 0 0 12px 12px;
}
.card-project-container .card-dev-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 16px 0 0;
    align-items: center;
}
.card-project-container.primary .card-dev-container {
    padding: 16px 0 0px;

}
.card-project-container .card-price-start {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    text-align: left;
}
.card-project-container.primary .card-price-start {
    flex-direction: column;
    align-items: flex-start;
}
.card-project-container .card-dev-logo > img{
    height: 35px;
    width: auto;
}
.card-project-container .card-price-start .card-price-label {
    display: none;
}
.card-project-container.primary .card-price-start .card-price-label {
    display: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9EA3AE;
}
.card-project-container .card-price-start .card-discount-tag {
    position: relative;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
    background: linear-gradient(45.37deg, #94183D -9.11%, #E3839F 95.55%);
    color: white;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    padding: 4px 8px;
}
.card-project-container .card-price-start .card-price-cross {
	text-decoration: line-through;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #9EA3AE;
}
.card-project-container.primary .card-price-start .card-price-cross {
    display: none;
}
.card-project-container .card-price-tag {
    color: var(--primary-bg);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.card-project-container .card-title-container {
    padding-bottom: 12px;
}
.card-project-container .card-title {
    margin-bottom: 0px;
    color: var(--Text-Black, #0B0E21);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-project-container.primary .card-title {
    font-size: 18px;
    line-height: 24px;
}
.card-project-container .card-title-span {
    color: var(--Neutral-Dark-4, #989BB3);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.card-project-container.primary .card-title-span {
    color: #9EA3AE;
}
.card-project-container .card-promo-container {
    width: 100%;
    padding-top: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.33;
    color: #41454C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    border-top: 1px solid #E7E8EB;
}
.card-project-container .card-extra-info {
    display: flex;
    flex-wrap: wrap;
    min-height: 105px;
    align-items: center;
}
.card-project-container .card-extra-info.primary {
    align-items: flex-start;
    min-height: 95px;
    padding-bottom: 6px;
}
.card-project-container .card-extra-info .item {
    width: 33%;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 8px;
}
.card-project-container .card-extra-info.primary .item {
    width: 100%;
    min-height: 113px;
    padding: 8px;
    background: #FDE9E8;
    border-radius: 8px;
}
.card-project-container .card-extra-info.primary .item li {
    color: #525A80;
}
.card-project-container .card-extra-info.primary .item p {
    color: var(--primary-banner-bg) !important;
}
.card-project-container .card-extra-info.primary .item a {
    color: var(--primary-bg) !important;
}
.card-project-container .card-extra-info .item span{
	padding-left: 4px;
}
.card-project-container .card-extra-info .item .icon-label {
	display: block;
    padding-bottom: 4px;
    color: var(--Text-Black, #0B0E21);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
}
.card-project-container .card-extra-info .item .icon-image {
	vertical-align: text-bottom;
}
.card-project-container .card-extra-info .item .icon-value {
	vertical-align: middle;
    color: var(--Text-Black, #0B0E21);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media screen and (max-width: 900px) {
	.card-project-container {
		width: 100%;
		/* animation: grow 1500ms 000ms forwards; */
        animation: unset;
	}
}
.card-project-container.card-recommendation {
    background: linear-gradient(270deg, #FFCB83 0%, #CD0D1F 100%);
    padding: 2px;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
.row {
	margin-left: auto !important;
	margin-right: auto !important;
}

.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;
}

@media only screen and (min-width: 769px) {
    .requirement-mutiguna-label {
        display: flex;
        flex-direction: row;
    }
    .header-banner .desc .big{
        margin-bottom: 8px !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
    }
    .header-banner .desc .note, .header-banner .desc .note p{
        max-width: 580px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.25px;
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 768px) {
    .requirement-mutiguna-label {
        display: flex;
        flex-direction: column;
    }
    .header-banner .desc .big{
        margin-bottom: 8px !important;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
    }
    .header-banner .desc .note, .header-banner .desc .note p{
        max-width: 580px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.25px;
        margin-bottom: 16px !important;
    }
}

@media only screen and (min-width: 1181px) {
    .d-desktop-only {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .d-tablet-only {
        display: block !important;
    }
    .d-tablet-hide {
        display: none !important;
    }
    @media (orientation: landscape) {
        .d-tablet-landscape-only {
            display: block !important;
        }
        .home.page-template-page-frontpage .header-banner .desc {
            top: -2vh;
            max-width: 625px !important;
            margin-top: 7rem;
            margin-left: -20rem;
        }
    }
    @media (orientation: portrait) {
        .d-tablet-portrait-only {
            display: block !important;
        }
        .home.page-template-page-frontpage .header-banner .desc {
            top: -2vh;
            max-width: 436px !important;
            margin-top: 8rem;
            margin-left: 24px;
        }
    }
    .home .header-banner {
        display: block;
        max-height: inherit;
        background-size: cover;
    }

    .header-banner .desc {
        top: 1vh;
    }
    .header-banner .desc p {
        max-width: 100% !important;
    }
    
    .header-banner #bg-sprite-left {
        left: -95px;
    }
    .header-banner #bg-sprite-right {
        right: -86px;
    }
}
@media only screen and (max-width: 767px) {
    .d-mobile-only {
        display: block !important;
    }
    .d-mobile-show {
        transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
        display: block !important;
    }
    .d-mobile-hide {
        display: none !important;
    }
    .header-banner:not(.main-banner) {
        min-height: 240px;
    }
    .header-banner, .home-header-banner {
        display: block;
        background-size: cover;
    }
    .home.page-template-page-frontpage .header-banner .desc {
        max-width: 185px !important;
        top: 6vh;
        left: -1rem;
        margin-left: 1rem;
    }
    .home.page-template-page-frontpage .header-banner .desc .note {
        font-size: 12px !important;
        line-height: 16px;
    }
    .home.page-template-page-frontpage .header-banner .desc .big {
        font-weight: 700;
        font-size: 18px !important; 
        line-height: 25px;
    }
}

.cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

header .flex-col .btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    padding: 8px 24px;
    gap: 8px;
    width: 142px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
}

.flex-col .btn p{
	width: 94px;
    height: 32px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 32px;
    color: #074D92;
}

footer .site-info span{
	width: 456px;
    height: 22px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

header .logo-r123{
	padding-left: 40px;
}

header .logo-r123 img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
	gap: 4px;
	width: 145.93px;
	height: 42px;
}


@keyframes grow {
	from {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.1;
	}

	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.gap-16 {
	gap: 16px;
}
.gap-24 {
	gap: 24px;
}

.footer-cta .relative{
	position: relative;
}
.footer-cta .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc img{
    padding: 0px 55px;
    width: 278px;
}
.footer-cta span{
    font-weight: 500;
    font-size: 18px;
    color: #41454C;
}
.footer-cta span.m-text{
    display: none;
}
.footer-cta .btn-cta .button{
    font-weight: 600;
    font-size: 14px;
    color: #074D92;
    padding: 7px 20px 7px 40px;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.footer-cta .btn-cta .fab{
    color: #074D92;
    position: absolute;
    right: 160px;
    font-size: 33px;
    font-weight: 400;
    width: 64px;
    height: 64px;
    background: linear-gradient(54.12deg, #E26813 -7.11%, #F59823 79.84%);;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    z-index: 1;
}

@keyframes grow {
	from {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.1;
	}

	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.gap-24 {
	gap: 24px;
}

.footer-cta .btn-cta .fab::before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
}

@media screen and (max-width: 960px){
    .footer-cta span{
        font-size: 14px;
    }
    .footer-cta .desc img{
        padding: 0px 10px;
        width: 120px;
    }
}

@media screen and (max-width: 785px){
    
    .footer-cta{
        padding: 11px 0px;
    }
    .footer-cta .desc{
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
    }
    .footer-cta .desc img {
        max-height: 28px;
        margin-top: 5px;
        padding: 0px 0px;
    }
    .footer-cta span.d-text{
        display: none;
    }
    .footer-cta span.m-text{
        display: block;
        width: 145px;
    }
    .footer-cta span{
        font-size: 12px;
    }
    .footer-cta .btn-cta {
        padding-left: 30px;
    }
    .footer-cta .btn-cta .button{
        font-size: 12px;
        line-height: 12px;
        min-height: 100%;
        padding: 7px 10px 7px 15px;
    }   
    .footer-cta .btn-cta .fab {
        right: 136px;
        /* top: 13px; */
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 500px){
    .footer-cta .container{
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer-cta span{
        font-size: 10px;
    }
}
.font-weight-500 {
	font-weight: 500 !important;
}
.asterisk {
    color: var(--primary-bg);
}
.refinancing-credit-note {
    color: #989BB3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.header-banner.banner-v2 {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    overflow: hidden;

    .banner-slider {
        width: 100%;
        height: 100%;

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

    .desc-content-area {
        display: none;
    }

    .clickable-cta,
    .link {
        cursor: pointer;
    }
}
.header-banner.banner-v2::before {
    content: none;
}
