:root {
  /* =========================
     FONTS
  ========================= */
  --font-site: Manrope;
  --font-site-title: Tenor;

  /* =========================
     COLORS
  ========================= */
  --color-text-primary: #FFFFFF;
  --color-text-secondary: #FFFFFF;
  --color-bg-primary: #214775;
  --color-bg-secondary: #804c35;

  /* =========================
     TYPOGRAPHY SIZES
  ========================= */
  --font-h1: ;
  --font-h2: ;
  --font-h3: ;
  --font-h4: ;

  /* =========================
     UI ELEMENTS
  ========================= */
  --btn-radius: ;
}




/* REUSABLE CSS */

.hp-section a.ry-btn {
    max-width: 100% !important;
    width: 265px !important;
    height: 60px;
    border-radius: 10px;
}

.mobile-button .dropdown-menu {
    padding: 0;
    left: -100px;
    margin: 0;
    border: unset;
    outline: unset;
}


.mobile-button .dropdown .dropdown-menu a {
    width: 100% !important;
    border-radius: unset !important;
}

.mobile-button .dropdown .dropdown-menu a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
    height: 6vh !important;
    padding: 5px;
}

.mobile-button .dropdown .dropdown-menu a:not(:last-child) {
    border-bottom: 1px solid #efefef;
}



#ry-pg-body {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(244 244 244 / 60%) 100%);
}

.mobile-container {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}


.ry-sticky-menu.fixed {
    box-shadow: 0 2px 2px #616a49;
}
	


.hp-section .bg-section, .hp-section .bg-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.hp-welcome .ry-content {
    display: grid;
    grid-template-columns: 650px 1fr;
    width: min(1280px, 100%);
    max-width: 100%;
    float: unset;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 30px;
}

.overlink, .overlink a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
    inset: 0;
}

.section-header span {
	font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem);
	letter-spacing: 5px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--color-bg-secondary);
	font-weight: 500;
	font-family: var(--font-site);
}

.section-header h2 {
	font-size: clamp(2.625rem, 2.1471rem + 1.9608vw, 4.5rem);
	letter-spacing: -2px;
	line-height: 1.2;
	color: #214775;
	font-family: var(--font-site-title);
}

@media (max-width: 991px) {
	.module-66 {
		margin-top: 77px;
	}
	.section-header h2 {
		line-height: 1.2 !important;
	}
}

.section-text p {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text-main);
}

.section-cta {
    padding: 30px 0 0;
}

.section-cta div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section-cta .ry-btn.ry-btn-primary:hover {
    background: var(--color-bg-primary);
    color: var(--color-text-primary) !important;
    box-shadow: 5px 5px;
    border: 1px solid #282828;
}

@media (max-width: 768px) {
	div.module-66 .bnr-textbox {
		position: relative;
		background: #2e2f2d;
		padding: 30px 0;
		margin-bottom: 0 !important;
	}
}

/* END OF REUSABLE CSS */