/*!
Theme Name: bonchon2024
Theme URI: http://underscores.me/
Author: Roman Himadinov
Author URI: https://ronastudio.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: bonchon2024
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.

bonchon2024 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
--------------------------------------------- */
@font-face {
	font-family: 'GothamXNarrowBook';
	src: url("fonts/GothamXNarrowBook.woff2") format("woff2"), url("fonts/GothamXNarrowBook.woff") format("woff"), url("fonts/GothamXNarrowBook.otf") format("truetype");
	/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamXNarrowMedium';
	src: url("fonts/GothamXNarrowMedium.woff2") format("woff2"), url("fonts/GothamXNarrowMedium.woff") format("woff"), url("fonts/GothamXNarrowMedium.otf") format("truetype");
	/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamXNarrowBold';
	src: url("fonts/GothamXNarrowBold.woff2") format("woff2"), url("fonts/GothamXNarrowBold.woff") format("woff"), url("fonts/GothamXNarrowBold.otf") format("truetype");
	/* Safari, Android, iOS */
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'EarthRich';
	src: url("fonts/EarthRich.woff2") format("woff2"), url("fonts/EarthRich.woff") format("woff"), url("fonts/EarthRich.otf") format("truetype");
	/* Safari, Android, iOS */
	font-style: normal;
}

@font-face {
	font-family: 'FierceVector';
	src: url("fonts/FierceVector.woff2") format("woff2"), url("fonts/FierceVector.woff") format("woff"), url("fonts/FierceVector.otf") format("truetype");
	/* Safari, Android, iOS */
	font-style: normal;
}

html {
	font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h2 {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.84375rem + 4.83333vw, 3.6875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.82;
	letter-spacing: normal;
	text-align: center;
	color: #231f20;
}

h2 span {
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.125rem + 6.33333vw, 4.8125rem);
	font-weight: normal;
	color: #eb1c25;
}

h4 {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.42188rem + 2.58333vw, 2rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: 0.17px;
	text-align: center;
	color: #231f20;
}

p {
	margin-bottom: 1.5em;
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(1rem, 1.44vw, 1.56rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: -0.4px;
}

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

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: none;
}

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.48em 1em 0.32em;
}

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

.rona-link-button {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
	font-weight: bold;
	width: fit-content;
	padding: 0.4em 0.7em;
	transition: 0.5s;
	background-size: 200% auto;
	color: #ffffff;
	display: block;
	box-shadow: 0px 0px 14px -7px #eb1c25;
	background-image: linear-gradient(45deg, #eb1c25 0%, #eb1c25 51%, #eb1c25 100%);
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border-radius: 8px;
	margin: 0 auto;
	text-align: center;
	line-height: 0.93;
}

@media screen and (max-width: 750px) {
	.rona-link-button {
		font-size: clamp(0.0625rem, 0.05947rem + 4.8414vw, 1.875rem);
	}
}

.rona-link-button:hover {
	background-position: right center;
	color: #ffffff;
}

.rona-link-button:active {
	transform: scale(0.95);
}

.rona-link-button:hover, .rona-link-button:visited, .rona-link-button:active, .rona-link-button:focus {
	color: #ffffff;
}

.rona-link-button--black {
	box-shadow: 0px 0px 14px -7px #231f20;
	background-image: linear-gradient(45deg, #231f20 0%, #231f20 51%, #231f20 100%);
}

.rona-link-button--yellow, .diff__a .rona-link-button, .terr__f .rona-link-button {
	color: #231f20;
	box-shadow: 0px 0px 14px -7px #fecd00;
	background-image: linear-gradient(45deg, #fecd00 0%, #fecd00 51%, #fecd00 100%);
}

.rona-link-button--yellow:hover, .diff__a .rona-link-button:hover, .terr__f .rona-link-button:hover, .rona-link-button--yellow:visited, .diff__a .rona-link-button:visited, .terr__f .rona-link-button:visited, .rona-link-button--yellow:active, .diff__a .rona-link-button:active, .terr__f .rona-link-button:active, .rona-link-button--yellow:focus, .diff__a .rona-link-button:focus, .terr__f .rona-link-button:focus {
	color: #231f20;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	height: calc( 145px - (145px * 20 / 100));
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc( 20px - (20px * 20 / 100)) calc( 30px - (30px * 20 / 100));
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
	.site-header {
		height: calc(70px + 10px);
	}
}

@media screen and (max-width: 890px) {
	.site-header {
		padding: 0 20px;
		height: 70px;
	}
}

@media screen and (min-width: 1200px) {
	.site-header.sticky-nav {
		height: calc( 100px - (100px * 20 / 100));
	}
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
	.site-header.sticky-nav .main-navigation ul ul {
		top: calc( 100px - (100px * 20 / 100));
	}
}

@media screen and (min-width: 1200px) {
	.site-header.sticky-nav .main-navigation ul ul a {
		padding: 15px 20px;
	}
	.site-header.sticky-nav .sub-menu li a:before {
		top: 4px;
		height: 86%;
	}
}

.site-branding img {
	max-width: 300px;
	width: 100%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1400px) {
	.site-branding img {
		max-width: 250px;
	}
}

.site-branding p {
	display: none;
}

.menu-main-menu-container {
	float: right;
}

@media screen and (max-width: 890px) {
	.menu-main-menu-container {
		float: inherit;
	}
}

.menu-main-menu-container > ul > li:last-child {
	padding-right: 0;
}

@media screen and (max-width: 890px) {
	.menu-main-menu-container > ul > li:last-child {
		display: none;
	}
}

.menu-main-menu-container > ul > li:last-child a {
	font-size: clamp(0.0625rem, -0.29688rem + 1.91667vw, 1.5rem);
	font-family: "GothamXNarrowBold", sans-serif;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.93;
	letter-spacing: normal;
	color: #f9f8f5;
	width: fit-content;
	padding: 0.5em 0.8em;
	transition: 0.5s;
	background-size: 200% auto;
	display: block;
	border-radius: 8px;
	box-shadow: 0px 0px 14px -7px #eb1c25;
	background-image: linear-gradient(45deg, #eb1c25 0%, #eb1c25 51%, #eb1c25 100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.menu-main-menu-container > ul > li:last-child a:hover {
	background-position: right center;
	color: #f9f8f5;
}

.menu-main-menu-container > ul > li:last-child a:active {
	transform: scale(0.95);
}

.menu-main-menu-container > ul > li:last-child a:before {
	content: none;
}

.menu-main-menu-container > ul > li:last-child:hover > a,
.menu-main-menu-container > ul > li:last-child.focus > a {
	outline: none;
}

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

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

.main-navigation ul li {
	position: relative;
	padding-right: 1.52em;
}

@media screen and (max-width: 1200px) {
	.main-navigation ul li {
		padding-right: 1.5em;
	}
}

.main-navigation ul a {
	display: block;
	text-decoration: none;
	color: #231f20;
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.21875rem + 1.5vw, 1.1875rem);
	position: relative;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.01;
	letter-spacing: -0.25px;
	text-align: center;
}

.main-navigation ul a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: -10px;
	background: #eb1c25;
	height: 3px;
	transition-property: left, right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

@media screen and (max-width: 890px) {
	.main-navigation ul a:before {
		content: none;
	}
}

.main-navigation ul a:hover:before, .main-navigation ul a:focus:before, .main-navigation ul a:active:before {
	left: 0;
	right: 0;
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a,
.main-navigation ul .current-menu-ancestor > a {
	color: #eb1c25;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	position: fixed;
	text-align: center;
	top: calc( 145px - (145px * 20 / 100));
	z-index: 99999;
	left: 0;
	background-color: #fecd00;
	background-image: repeating-linear-gradient(135deg, rgba(33, 37, 41, 0.05), rgba(33, 37, 41, 0.05) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
	transition: all 0.8s ease-in;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1200px) {
	.main-navigation ul ul {
		top: calc(70px + 10px);
	}
}

@media screen and (max-width: 890px) {
	.main-navigation ul ul {
		box-shadow: inherit;
		position: inherit;
		top: inherit;
		z-index: inherit;
		background-color: inherit;
		background-image: inherit;
		transition: inherit;
		opacity: 1;
		visibility: visible;
	}
}

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

.main-navigation ul ul li {
	width: 100%;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu {
		padding: 0;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li {
		padding: 0;
	}
}

.main-navigation .sub-menu li a {
	padding: calc( 23.7px - (23.7px * 20 / 100)) calc( 29px - (29px * 20 / 100));
	color: #231f20;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1200px) {
	.main-navigation .sub-menu li a {
		padding: 19.6px 25.5px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li a {
		color: #eb1c25;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
}

.main-navigation .sub-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 87%;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: inherit;
	background: #f9f8f5;
	border-radius: 4px;
	transform: scaleX(0);
	transform-origin: 50%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

@media screen and (max-width: 1200px) {
	.main-navigation .sub-menu li a:before {
		top: 4px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .sub-menu li a:before {
		content: none;
	}
}

.main-navigation .sub-menu li a:hover:before, .main-navigation .sub-menu li a:focus:before, .main-navigation .sub-menu li a:active:before {
	transform: scaleX(1);
}

.main-navigation .sub-menu li a:hover {
	color: #eb1c25;
}

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

@media screen and (min-width: 891px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation .menu-main-menu-container {
		display: block;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
	}
	.main-navigation.toggled .menu-main-menu-container {
		position: absolute;
		height: 100vh;
		display: flex;
		justify-content: center;
		background-color: rgba(255, 255, 255, 0.9);
		text-align: center;
		padding-top: 70px;
		top: 70px;
		left: 0;
		width: 100%;
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
}

@media screen and (max-width: 890px) and (max-width: 321px) {
	.main-navigation.toggled .menu-main-menu-container {
		padding-top: 25px;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation.toggled .menu-main-menu-container ul li {
		padding: 20px 0;
	}
	.main-navigation.toggled .menu-main-menu-container ul li a {
		font-size: 1.53rem;
	}
	.main-navigation.toggled .menu-main-menu-container ul li ul.sub-menu {
		margin-top: 20px;
	}
	.main-navigation.toggled .menu-main-menu-container ul li ul.sub-menu a {
		color: #231f20;
	}
}

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

button.menu-toggle {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.menu-toggle {
	position: relative;
}

.menu-toggle .hamburger {
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
}

.menu-toggle .line {
	width: 100%;
	height: 2px;
	background-color: #eb1c25;
	display: block;
	position: absolute;
	transition: all 0.3s ease;
}

.menu-toggle .line:nth-child(2) {
	top: 8px;
}

.menu-toggle .line:nth-child(3) {
	top: 16px;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle .hamburger .line:nth-child(3) {
	transform: rotate(-45deg);
	top: 9px;
}

.navigation-get-started {
	position: absolute;
	top: 15px;
	width: 110px;
	right: 0;
}

@media screen and (max-width: 370px) {
	.navigation-get-started {
		top: 23px;
		width: 70px;
	}
}

@media screen and (min-width: 891px) {
	.navigation-get-started {
		display: none;
	}
}

.get-stared-mobile-button {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, 0.05837rem + 6.61323vw, 2.125rem);
	position: fixed;
	top: 70px;
	height: 50px;
	width: 100%;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-image: linear-gradient(45deg, #eb1c25 0%, #eb1c25 51%, #eb1c25 100%);
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.get-stared-mobile-button:hover, .get-stared-mobile-button:visited, .get-stared-mobile-button:active, .get-stared-mobile-button:focus {
	color: #ffffff;
}

@media screen and (min-width: 891px) {
	.get-stared-mobile-button {
		display: none;
	}
}

.get-stared-mobile-button.rona-link-button {
	width: 90%;
	margin: 1% 5%;
}

@media screen and (max-width: 321px) {
	.get-stared-mobile-button.rona-link-button {
		height: 30px;
	}
}

@media screen and (max-width: 890px) {
	a.custom-logo-link {
		position: absolute;
		top: 3px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 370px) {
	a.custom-logo-link {
		top: 20px;
		max-width: 100px;
	}
}

@media screen and (min-width: 1200px) {
	#masthead.sticky-nav .site-header {
		padding: 15px 20px;
		transition: all 0.3s ease;
	}
	#masthead.sticky-nav .site-branding img {
		max-width: 250px;
		transition: all 0.3s ease;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	#masthead.sticky-nav .site-branding img {
		max-width: 200px;
	}
}

@media screen and (min-width: 1200px) {
	#masthead.sticky-nav .main-navigation li:last-child a {
		transition: all 0.3s ease;
	}
}

@media screen and (max-width: 890px) {
	#primary-menu > li:first-child {
		padding-bottom: 0;
	}
	#primary-menu > li:first-child > a:first-child {
		padding: 20px 0;
		margin-top: -20px;
	}
	#primary-menu .current-menu-ancestor a {
		color: #231f20;
	}
	#primary-menu .current-menu-ancestor .current-menu-item a {
		color: #eb1c25;
	}
}

.mobile-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 891px) {
	.mobile-nav {
		display: inherit;
		justify-content: inherit;
		width: inherit;
	}
}

.mobile-nav-center {
	display: flex;
	align-items: center;
}

.mobile-logo,
.mobile-button {
	display: block;
	align-items: center;
}

@media screen and (min-width: 891px) {
	.mobile-logo,
	.mobile-button {
		display: none;
	}
}

@media screen and (max-width: 890px) {
	.site-branding {
		display: none;
	}
}

.mobile-logo {
	float: left;
}

.mobile-logo img {
	width: 200px;
}

@media screen and (max-width: 360px) {
	.mobile-logo img {
		width: 180px;
	}
}

.mobile-button {
	text-align: center;
	font-size: 18px;
	line-height: 0.9;
	padding: 0.91em 1.94em;
	top: 1.75em;
	right: 7.5em;
}

@media screen and (max-width: 400px) {
	.mobile-button {
		font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
	.mobile-button {
		font-size: 14px;
	}
}

@media screen and (max-width: 315px) {
	.mobile-button {
		font-size: 10px;
	}
}

/* Posts and pages
--------------------------------------------- */
.rona-footer {
	background-color: #231f20;
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 500px) {
	.rona-footer {
		padding: 40px 1em;
	}
}

.rona-footer-logo {
	width: 250px;
}

.rona-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
}

.rona-footer ul li {
	text-align: right;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rona-footer ul li a {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.875rem, 0.815rem + 0.32vw, 1.095rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.31px;
	color: #f9f8f5;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	width: 100%;
	height: 30px;
}

.rona-footer ul li a:hover {
	color: #eb1c25;
}

.rona-footer-link {
	color: #f9f8f5;
}

.rona-footer-link:visited {
	color: #f9f8f5;
}

.rona-footer-link:hover, .rona-footer-link:focus, .rona-footer-link:active {
	color: #f9f8f5;
}

.rona-footer-content-copy {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: 0.9rem;
	margin-top: 0.6rem;
	color: #f9f8f5;
	margin-bottom: 0;
	letter-spacing: inherit;
}

@media screen and (max-width: 890px) {
	.rona-footer-content-copy {
		font-size: 0.8rem;
		text-align: right;
	}
}

.rona-video-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(35, 31, 32, 0.9);
	transition: all 0.3s ease-in-out;
}

.rona-video-modal-content {
	background-color: #f8cd0c;
	margin: 5% auto;
	padding: 5px;
	border: none;
	width: 90%;
	max-width: 900px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all 0.3s ease-in-out;
}

.rona-video-modal-close {
	color: #eb1c25;
	position: absolute;
	top: -22px;
	right: -30px;
	font-size: 35px;
	font-weight: bold;
	transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 750px) {
	.rona-video-modal-close {
		top: -44px;
		right: -3px;
	}
}

.rona-video-modal-close:hover, .rona-video-modal-close:focus {
	color: #f8cd0c;
	text-decoration: none;
	cursor: pointer;
}

.rona-video-modal-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.rona-video-modal-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.rona-animate span {
	display: inline-block;
}

.rona-animate span:nth-of-type(1) {
	animation-delay: 0.1s;
}

.rona-animate span:nth-of-type(2) {
	animation-delay: 0.2s;
}

.rona-animate span:nth-of-type(3) {
	animation-delay: 0.3s;
}

.rona-animate span:nth-of-type(4) {
	animation-delay: 0.4s;
}

.rona-animate span:nth-of-type(5) {
	animation-delay: 0.5s;
}

.rona-animate span:nth-of-type(6) {
	animation-delay: 0.6s;
}

.rona-animate span:nth-of-type(7) {
	animation-delay: 0.7s;
}

.rona-animate span:nth-of-type(8) {
	animation-delay: 0.8s;
}

.rona-animate span:nth-of-type(9) {
	animation-delay: 0.9s;
}

.rona-animate span:nth-of-type(10) {
	animation-delay: 1s;
}

.rona-animate span:nth-of-type(11) {
	animation-delay: 1.1s;
}

.rona-animate span:nth-of-type(12) {
	animation-delay: 1.2s;
}

.rona-animate span:nth-of-type(13) {
	animation-delay: 1.3s;
}

.rona-animate span:nth-of-type(14) {
	animation-delay: 1.4s;
}

.rona-animate span:nth-of-type(15) {
	animation-delay: 1.5s;
}

.rona-effect span {
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: revolveDrop 0.3s forwards;
}

.rona-effect-2 span {
	opacity: 0;
	transform: rotate(-180deg) translate(150px, 0);
	animation: twister 0.3s forwards;
}

@keyframes revolveDrop {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}
	60% {
		transform: translate(0, 20px) scale(0.8) rotate(0deg);
	}
	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}

@keyframes twister {
	10% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) translate(0);
		opacity: 1;
	}
}

.rona-center, .home__header, .home__a--content .right .box, .diff__a .right, .diff__b--content .left, .diff__d-content, .own__b-boxes, .own__b .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rona-zoom-animation {
	transform: scale(0.5);
	transition: transform 0.5s ease-in-out;
}

.rona-zoom-animation.zoomed {
	transform: scale(1);
}

.rona-animated-number {
	opacity: 0;
	transition: opacity 0.3s;
}

.no-select {
	user-select: none;
	/* Standard property */
	-webkit-user-select: none;
	/* Safari and Chrome */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer and Edge */
}

.uppercase {
	text-transform: uppercase;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.mobile-only {
	display: none;
}

.web-only {
	display: block;
}

@media screen and (max-width: 750px) {
	.web-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

.franchise {
	width: 320px;
	height: auto;
	position: fixed;
	z-index: 20;
	right: 0;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1600px) {
	.franchise {
		width: 230px;
	}
}

@media screen and (max-width: 1200px) {
	.franchise {
		width: 160px;
	}
}

@media screen and (max-width: 890px) {
	.franchise {
		display: none;
	}
}

.franchise:hover {
	transform: translateY(-5px);
}

img[src*="l_bonchon.gif"] {
	display: none !important;
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
}

.home {
	position: relative;
}

.home-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.home__header {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.home__header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

@media screen and (max-width: 750px) {
	.home__header:before {
		content: inherit;
	}
}

@media screen and (max-width: 750px) {
	.home__header {
		background-image: url("../../uploads/2024/09/home-header-m.jpg");
		background-size: cover;
		background-position: bottom;
		background-repeat: no-repeat;
	}
}

.home__header-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -2;
}

@media screen and (max-width: 750px) {
	.home__header-video {
		display: none;
	}
}

.home__header-content {
	position: relative;
	z-index: 1;
	text-align: center;
}

.home__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.80469rem + 4.625vw, 4.6875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f9f8f5;
	margin: 0;
	line-height: 0.8;
}

@media screen and (max-width: 750px) {
	.home__header--title {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
	}
}

.home__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.14102rem + 6.41875vw, 6.48125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.3rem;
	color: #fecd00;
	position: relative;
	top: 6px;
	margin-left: 0.6rem;
}

@media screen and (max-width: 1200px) {
	.home__header--title .yellow {
		top: 3px;
	}
}

@media screen and (max-width: 750px) {
	.home__header--title .yellow {
		display: block;
		left: -10px;
		top: 8px;
		letter-spacing: -3px;
		margin-bottom: 1rem;
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.home__header--sub-title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.40625rem + 2.5vw, 2.5625rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.42px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.home__header--sub-title {
		font-size: clamp(0.0625rem, 0.06041rem + 3.33778vw, 1.625rem);
	}
}

.home__header .rona-link-button {
	margin-top: 2rem;
}

.home__header .bottom-bg {
	background-image: url("../../uploads/2024/09/home-header-bottom.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(1vw + 5em);
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__header .bottom-bg {
		display: none;
	}
}

.home__a {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: calc(45vw + 5em);
}

@media screen and (max-width: 750px) {
	.home__a {
		height: calc(150vw + 5em);
	}
}

.home__a-difference {
	display: block;
	padding: 2rem;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.home__a--content {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(2, 50%);
	gap: 8px;
}

.home__a--content .left {
	transform: rotate(-10deg);
}

.home__a--content .left h2 {
	margin-top: 5rem;
	margin-bottom: 0;
	font-style: italic;
}

.home__a--content .left h2 span {
	position: relative;
	top: -1px;
	left: -13px;
}

@media screen and (max-width: 1000px) {
	.home__a--content .left h2 span {
		left: -7px;
	}
}

.home__a--content .left h4 {
	margin-top: 0;
	font-style: italic;
}

.home__a--content .right {
	text-align: inherit;
	margin-top: 2rem;
	z-index: 10;
}
.home__a-slider {
	z-index: 10;
}
.home__a--content .right .box,
.home__a-slider .right .box {
	max-width: calc(23vw + 5em);
	max-height: calc(7vw + 5em);
	width: 100%;
	height: 100%;
	border-radius: calc( 26.3px - (26.3px * 25 / 100));
	background-color: #fecd00;
	margin: 0 auto 1rem;
	/* opacity: 0; */
	/* transform: translateY(100px);
	transition: transform 0.3s ease, opacity 0.3s ease; */
}

.home__a-slider .right .box {
	min-height: 199px;
	min-width: 100%;
}

@media screen and (max-width: 1200px) {
	.home__a--content .right .box {
		max-height: calc(5vw + 5em);
	}
}

.home__a--content .right .box-text,
.home__a-slider .right .box-text {
	font-family: "FierceVector", sans-serif;
	/* font-size: clamp(0.0625rem, -1.34375rem + 7.5vw, 5.6875rem); */
	font-size:60px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #231f20;
	margin: 0;

	  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
		height: 199px;
}
.home__a--content .right .box-text span,
.home__a-slider .right .box-text span {
	font-family: "GothamXNarrowBook", sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -5px;
}

/* 
.home__a--content .right .box-text span {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.64062rem + 3.75vw, 2.875rem);
	font-weight: bold;
}

.home__a--content .right .box-text--1 {
	position: relative;
	left: 18px;
}

.home__a--content .right .box-text--1 span {
	position: relative;
	top: -12px;
	left: -18px;
}

@media screen and (max-width: 1050px) {
	.home__a--content .right .box-text--1 span {
		top: -7px;
		left: -12px;
	}
}

.home__a--content .right .box-text--2 {
	font-size: clamp(0.0625rem, -1.34375rem + 7.5vw, 5.6875rem);
	position: relative;
	top: -12px;
}

.home__a--content .right .box-text--2 span {
	font-size: clamp(0.0625rem, -0.5rem + 3vw, 2.3125rem);
}

.home__a--content .right .box-text--3 {
	font-size: clamp(0.0625rem, -1.15625rem + 6.5vw, 4.9375rem);
	line-height: 0.59;
}

.home__a--content .right .box-text--3 span {
	font-size: clamp(0.0625rem, -0.79687rem + 4.58333vw, 3.5rem);
} */

.home__a .chicken {
	position: absolute;
	bottom: 0;
	max-width: calc(60vw + 5em);
}

@media screen and (max-width: 750px) {
	.home__a .chicken {
		max-width: calc(105vw + 5em);
	}
}

.home__a .city {
	background-image: url("../../uploads/2024/09/home-city-up.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: 14rem;
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__a .city {
		background-image: url("../../uploads/2024/09/home-city-up-mobile.png");
	}
}

.home__a-slider .rona-slider swiper-slide {
	transform: scale(0.9);
	transition: transform 0.5s ease;
}

.home__a-slider .rona-slider swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.home__a-slider .rona-slider-pagination {
	text-align: center;
	margin-top: 1.5rem;
}

.home__a-slider .rona-slider-pagination .swiper-pagination-bullet {
	background: #231f20;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.home__a-slider .rona-slider-pagination .swiper-pagination-bullet-active {
	background: #231f20;
}

.home__b {
	position: relative;
	background-color: #eb1c25;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media screen and (max-width: 750px) {
	.home__b {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.home__b h2 {
	margin: 0;
}

@media screen and (max-width: 750px) {
	.home__b h2 {
		font-size: clamp(0.0625rem, 0.05718rem + 8.51419vw, 3.25rem);
	}
}

.home__b h2 span {
	color: #f9f8f5;
	position: relative;
	left: 1rem;
	bottom: -0.3rem;
	letter-spacing: -4.21px;
	font-size: clamp(0.0625rem, -0.95312rem + 5.41667vw, 4.125rem);
}

@media screen and (max-width: 1000px) {
	.home__b h2 span {
		bottom: -0.1rem;
		left: 0.5rem;
	}
}

@media screen and (max-width: 750px) {
	.home__b h2 span {
		display: block;
		margin-bottom: 1rem;
		left: auto;
		font-size: clamp(0.0625rem, 0.05572rem + 10.85142vw, 4.125rem);
	}
}

.home__b-boxes {
	max-width: 1280px;
	width: 100%;
	margin: 1rem auto 3rem;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(3, 33.33%);
	position: relative;
	padding: 0 3rem;
}

@media screen and (max-width: 750px) {
	.home__b-boxes {
		display: none;
	}
}

.home__b-boxes--bg {
	background-image: url("../../uploads/2024/09/home-box-bg.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 50%;
	padding: calc(0.1vw + 3.2em);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 1150px) {
	.home__b-boxes--bg {
		padding: calc(0vw + 2.8em);
	}
}

@media screen and (max-width: 1020px) {
	.home__b-boxes--bg {
		padding: calc(0vw + 2.2em);
	}
}

@media screen and (max-width: 840px) {
	.home__b-boxes--bg {
		padding: calc(0vw + 1.8em);
	}
}

.home__b-box img {
	position: relative;
	top: -10px;
	padding: 0 1rem;
}

@media screen and (max-width: 840px) {
	.home__b-box img {
	
	padding: 0;
}
}

.home__b-box--title {
	font-family: "EarthRich", sans-serif;
	font-size: clamp(0.0625rem, -0.48125rem + 2.9vw, 1.875rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.79;
	letter-spacing: -1.59px;
	text-align: center;
	color: #000000;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.home__b-box--sub-title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.45833rem + 2.77778vw, 1.625rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.93;
	letter-spacing: normal;
	text-align: center;
	color: #f9f8f5;
	margin: 0;
}

.home__b-slider {
	margin-top: 2rem;
}

.home__b-slider .rona-slider swiper-slide {
	text-align: center;
	transform: scale(0.9);
	transition: transform 0.5s ease;
}

.home__b-slider .rona-slider swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.home__b-slider-pagination {
	text-align: center;
	margin-top: 0.6rem;
	margin-bottom: 1.3rem;
}

.home__b-slider-pagination .swiper-pagination-bullet {
	background: #f9f8f5;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.home__b-slider-pagination .swiper-pagination-bullet-active {
	background: #f9f8f5;
}

.home__c {
	position: relative;
	background-image: url("../../uploads/2024/09/home-restaurant.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(23vw + 5em);
}

.home__c .city {
	background-image: url("../../uploads/2024/09/home-city-down.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 12rem;
	top: -2px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__c .city {
		background-image: url("../../uploads/2024/09/home-city-down-mobile.png");
	}
}

.home__d {
	background-color: #231f20;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media screen and (max-width: 750px) {
	.home__d {
		padding-bottom: 2.5rem;
	}
}

.home__d h2 {
	margin: 0;
	color: #f9f8f5;
}

@media screen and (max-width: 750px) {
	.home__d h2 {
		font-size: clamp(0.0625rem, 0.05728rem + 8.34725vw, 3.1875rem);
	}
}

.home__d h2 span {
	color: #fecd00;
	position: relative;
	left: 1rem;
	bottom: -0.3rem;
	letter-spacing: normal;
	font-size: clamp(0.0625rem, -1.125rem + 6.33333vw, 4.8125rem);
}

@media screen and (max-width: 750px) {
	.home__d h2 span {
		display: block;
		margin-bottom: 1rem;
		left: auto;
		top: -1px;
		letter-spacing: -4px;
		font-size: clamp(0.0625rem, 0.05572rem + 10.85142vw, 4.125rem);
	}
}

.home__d-text {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.375rem + 2.33333vw, 1.8125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.15px;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width: 1000px) {
	.home__d-text {
		bottom: -0.1rem;
		left: 0.5rem;
	}
}

@media screen and (max-width: 750px) {
	.home__d-text {
		font-size: clamp(0.0625rem, 0.06003rem + 3.95659vw, 1.54375rem);
	}
}

.home__d-video {
	display: block;
	margin: 3rem auto 4rem;
	max-width: calc(900px + 4rem);
	cursor: pointer;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (max-width: 750px) {
	.home__d-video {
		margin: 2rem auto 3rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.home__e {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-bottom: 10rem;
}

@media screen and (max-width: 750px) {
	.home__e {
		padding-bottom: 4rem;
	}
}

.home__e-content {
	margin-top: 8rem;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 40% 60%;
}

@media screen and (max-width: 750px) {
	.home__e-content {
		margin-top: 4rem;
		display: inherit;
	}
}

.home__e-content .left {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.home__e-content .left {
		display: none;
	}
}

.home__e-content .right {
	text-align: inherit;
}

.home__e-content .right h2 {
	font-size: clamp(0.0625rem, -0.85938rem + 4.91667vw, 3.75rem);
	line-height: 0.82;
	color: #eb1c25;
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.home__e-content .right h2 {
		font-size: clamp(0.0625rem, 0.05728rem + 8.34725vw, 3.1875rem);
		line-height: 1;
	}
}

.home__e-content .right h2 span {
	font-size: clamp(0.0625rem, -0.95312rem + 5.41667vw, 4.125rem);
	color: #eb1c25;
	line-height: 0.71;
}

@media screen and (max-width: 750px) {
	.home__e-content .right h2 span {
		font-size: clamp(0.0625rem, 0.05572rem + 10.85142vw, 4.125rem);
		margin-bottom: 1rem;
		letter-spacing: -1px;
	}
}

.home__e .planet {
	max-width: 500px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__e .planet {
		max-width: 400px;
		text-align: center;
		margin: 2rem auto;
		left: -2rem;
		position: relative;
	}
}

@media screen and (max-width: 470px) {
	.home__e .planet {
		max-width: 300px;
		left: -1rem;
	}
}

.home__e-awards {
	margin: 2rem auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.home__e-awards {
		display: none;
	}
}

.home__e-awards img {
	max-width: 190px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.home__e-awards img {
		max-width: 150px;
	}
}

@media screen and (max-width: 890px) {
	.home__e-awards img {
		max-width: 110px;
	}
}

@media screen and (min-width: 750px) {
	.home__e-slider {
		display: none;
	}
}

.home__e-slider .rona-slider swiper-slide {
	text-align: center;
}

.home__e-slider .rona-slider swiper-slide img {
	max-width: 150px;
	width: 100%;
}

.home__e-slider-pagination {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.home__e-slider-pagination .swiper-pagination-bullet {
	background: #231f20;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.home__e-slider-pagination .swiper-pagination-bullet-active {
	background: #231f20;
}

.home__e .top-bg {
	background-image: url("../../uploads/2024/09/home-restaurant-down.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 12rem;
	top: -2px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__e .top-bg {
		background-image: url("../../uploads/2024/09/home-restaurant-down-m.png");
	}
}

.home__e .bottom-bg {
	background-image: url("../../uploads/2024/09/home-light-up.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(1vw + 5em);
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__e .bottom-bg {
		background-image: url("../../uploads/2024/09/home-light-up-mobile.png");
	}
}

.home__f {
	position: relative;
	background-color: #f8cd0c;
	padding-bottom: 6rem;
}

@media screen and (max-width: 750px) {
	.home__f {
		padding-bottom: 5rem;
	}
}

.home__f-content {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
	padding-top: 6rem;
}

@media screen and (max-width: 750px) {
	.home__f-content {
		display: inherit;
		padding-top: 4rem;
	}
}

@media screen and (max-width: 750px) {
	.home__f-content .left {
		text-align: center;
	}
}

.home__f-content .left h2 {
	font-size: clamp(0.0625rem, -0.90625rem + 5.16667vw, 3.9375rem);
	line-height: 0.78;
	letter-spacing: -1.67px;
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.home__f-content .left h2 {
		font-size: clamp(0.0625rem, 0.05728rem + 8.34725vw, 3.1875rem);
		line-height: 1;
	}
}

.home__f-content .left h2 span {
	font-size: clamp(0.0625rem, -1.14062rem + 6.41667vw, 4.875rem);
	/* color: #ffffff; */
	line-height: 0.79;
}

@media screen and (max-width: 750px) {
	.home__f-content .left h2 span {
		font-size: clamp(0.0625rem, 0.05572rem + 10.85142vw, 4.125rem);
		margin-bottom: 1rem;
		letter-spacing: -1px;
	}
}

.home__f-content .left h2 .text-style {
	letter-spacing: -5px;
}

.home__f-content .right {
	text-align: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.home__f-content .right {
		display: none;
	}
}

.home__f-content .seven-steps {
	max-width: 600px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__f-content .seven-steps {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.home__f-text {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.4375rem + 2.66667vw, 2.0625rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: 0.18px;
	text-align: center;
	color: #231f20;
}

@media screen and (max-width: 750px) {
	.home__f-text {
		font-size: clamp(0.0625rem, 0.0601rem + 3.83973vw, 1.5rem);
	}
}

.home__g {
	position: relative;
	z-index: 1;
}

.home__g .bottom-bg {
	background-image: url("../../uploads/2024/09/home-light-down.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: calc(1vw + 5em);
	top: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.home__g .bottom-bg {
		background-image: url("../../uploads/2024/09/home-light-down-mobile.png");
	}
}

.home__h {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.home__h-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10rem;
}

@media screen and (max-width: 750px) {
	.home__h-content {
		flex-direction: column;
		padding-top: 5rem;
	}
}

.home__h-content .our-mission {
	width: calc(10vw + 5em);
}

@media screen and (max-width: 750px) {
	.home__h-content .our-mission {
		width: calc(33vw + 5em);
	}
}

.home__h-content .slash {
	height: calc(6vw + 5em);
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (max-width: 750px) {
	.home__h-content .slash {
		height: calc(1vw + 2em);
	}
}

@media screen and (max-width: 750px) {
	.home__h-sub-title {
		margin-top: 1.2rem;
	}
}

.home__h-sub-title p {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.46875rem + 2.83333vw, 2.1875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: normal;
	color: #231f20;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.home__h-sub-title p {
		font-size: clamp(0.0625rem, 0.0585rem + 6.39399vw, 2.45625rem);
		text-align: center;
	}
}

.home__h-sub-title p:nth-child(1) {
	padding-left: 1.1rem;
}

@media screen and (max-width: 750px) {
	.home__h-sub-title p:nth-child(1) {
		padding-left: inherit;
	}
}

.home__h-sub-title p:nth-child(2) {
	padding-left: 0.6rem;
}

@media screen and (max-width: 750px) {
	.home__h-sub-title p:nth-child(2) {
		padding-left: inherit;
	}
}

.home__h .rona-link-button {
	margin-top: 4rem;
	margin-bottom: 5rem;
}

@media screen and (max-width: 750px) {
	.home__h .rona-link-button {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

.home__h-text {
	max-width: 1600px;
	margin: 0 auto;
}

.home__h-text p {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.23438rem + 1.58333vw, 1.25rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.27px;
	color: #231f20;
	padding: 0 2rem;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.home__h-text p {
		font-size: clamp(0.0625rem, 0.06058rem + 3.07179vw, 1.2125rem);
	}
}

.diff-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.diff-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
}

.diff__header {
	background-image: url("../../uploads/2024/09/diff-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(25vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.diff__header {
		background-image: url("../../uploads/2024/09/diff-header-m.jpg");
		padding-top: calc(60vw + 5em);
	}
}

.diff__header-content {
	position: absolute;
	width: 100%;
	top: calc(11vw + 5em);
}

@media screen and (max-width: 750px) {
	.diff__header-content {
		top: calc(27vw + 5em);
	}
}

.diff__header--title {
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.14102rem + 6.41875vw, 6.48125rem);
	color: #f9f8f5;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.79;
	letter-spacing: -2.11px;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.diff__header--title {
		font-size: clamp(0.0625rem, 0.05591rem + 10.5474vw, 5rem);
	}
}

.diff__a {
	position: relative;
	background-color: #231f20;
	padding-top: 3rem;
	padding-bottom: 3rem;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.diff__a .diff-grid {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}

.diff__a .left {
	text-align: right;
}

.diff__a .left img {
	max-width: 540px;
	width: 100%;
}

@media screen and (max-width: 1800px) {
	.diff__a .left img {
		max-width: calc(27.3vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.diff__a .left img {
		max-width: calc(40vw + 5em);
	}
}

.diff__a .right {
	justify-content: left;
	text-align: inherit;
}

.diff__a .right img {
	max-width: 530px;
	width: 100%;
	margin-bottom: 4rem;
	margin-left: 2rem;
}

@media screen and (max-width: 1800px) {
	.diff__a .right img {
		max-width: calc(22.76vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.diff__a .right img {
		max-width: calc(60vw + 5em);
		margin-left: 0;
	}
}

.diff__a h2 {
	color: #f9f8f5;
	font-size: clamp(0.0625rem, -0.72768rem + 4.21429vw, 3.75rem);
	line-height: 0.73;
	margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
	.diff__a h2 {
		font-size: clamp(0.0625rem, 0.05739rem + 8.1803vw, 3.125rem);
		line-height: 1;
		margin-bottom: 3rem;
		margin-top: 5rem;
	}
}

.diff__a h2 span {
	font-size: clamp(0.0625rem, -0.80804rem + 4.64286vw, 4.125rem);
	line-height: 0.71;
	padding-right: 1rem;
}

@media screen and (max-width: 750px) {
	.diff__a h2 span {
		font-size: clamp(0.0625rem, 0.05655rem + 9.51586vw, 3.625rem);
		margin-bottom: 1rem;
		letter-spacing: -1px;
	}
}

.diff__a-table {
	max-width: 1050px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1800px) {
	.diff__a-table {
		max-width: calc(49.04vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.diff__a-table {
		max-width: inherit;
		position: absolute;
		top: -3rem;
		left: -3rem;
		right: -3rem;
		width: calc(100% + 6rem);
		height: auto;
	}
	.diff__a-table--container {
		position: relative;
		height: calc(46vw + 5em);
		margin-top: 4rem;
	}
}

@media screen and (max-width: 500px) {
	.diff__a-table--container {
		height: calc(36vw + 5em);
	}
}

.diff__a-food {
	position: absolute;
}

.diff__a-food.animation {
	opacity: 0;
	transform: translateX(-300px);
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.diff__a-food--1 {
	top: 6rem;
}

@media screen and (max-width: 1800px) {
	.diff__a-food--1 {
		top: calc(0vw + 5em);
		max-width: calc(25.24vw + 5em);
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.diff__a-food--1 {
		top: calc(60vw + 5em);
		max-width: calc(30vw + 5em);
	}
}

.diff__a-food--2 {
	top: 40rem;
	left: 4rem;
	width: calc(20vw + 5em);
}

@media screen and (max-width: 1800px) {
	.diff__a-food--2 {
		left: -3rem;
		top: calc(32vw + 5em);
		max-width: calc(22.3vw + 5em);
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.diff__a-food--2 {
		display: none;
	}
}

.diff__a-food--3 {
	top: 40rem;
	right: -2rem;
	width: calc(25.2vw + 5em);
}

.diff__a-food--3.animation {
	transform: translateX(300px);
}

@media screen and (max-width: 1800px) {
	.diff__a-food--3 {
		right: -5rem;
		top: calc(29vw + 5em);
		max-width: calc(25.4vw + 5em);
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.diff__a-food--3 {
		right: -4rem;
		top: calc(57vw + 5em);
		max-width: calc(33vw + 5em);
	}
}

.diff__a .rona-link-button {
	margin-top: 4rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
	.diff__a .rona-link-button {
		box-shadow: 0px 0px 14px -7px #eb1c25;
		background-image: linear-gradient(45deg, #eb1c25 0%, #eb1c25 51%, #eb1c25 100%);
	}
}

.diff__b {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.diff__b .diff-grid ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/* list-style-image: url('./images/star-bullet.png'); */
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-right: 20px;
}

.diff__b .diff-grid ul li {
	min-height: 55px;
	background-image: url('images/star-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45px 52px;
	padding-left: 50px;
	display: flex;
	align-items: center;
	font-weight: 700;
}


@media screen and (max-width: 750px) {
	.diff__b .diff-grid {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.diff__b--content {
	padding-top: calc(1vw + 5em);
	padding-bottom: calc(5vw + 5em);
}

.diff__b--content .left img {
	max-width: 600px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.diff__b--content .left img {
		padding: 0 1rem;
	}
}

.diff__b--content .right {
	text-align: inherit;
	padding-top: 5rem;
	padding-left: 2rem;
}

@media screen and (max-width: 1300px) {
	.diff__b--content .right {
		padding-left: 3rem;
	}
}

@media screen and (max-width: 750px) {
	.diff__b--content .right {
		padding: 0 1rem;
	}
}

.diff__b h2 {
	color: #231f20;
	font-size: clamp(0.0625rem, -0.65625rem + 3.83333vw, 2.9375rem);
	line-height: 0.73;
	margin-bottom: 2rem;
	text-align: left;
}

@media screen and (max-width: 750px) {
	.diff__b h2 {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
		text-align: center;
		line-height: 0.8;
		margin-top: 0;
	}
}

.diff__b h2 span {
	font-size: clamp(0.0625rem, -0.75rem + 4.33333vw, 3.3125rem);
	line-height: 0.71;
	padding-right: 1rem;
}

@media screen and (max-width: 750px) {
	.diff__b h2 span {
		font-size: clamp(0.0625rem, 0.05707rem + 8.68114vw, 3.3125rem);
		margin-bottom: 1rem;
		letter-spacing: -2px;
		padding: 0;
	}
}

.diff__b--title {
	font-family: "EarthRich", sans-serif;
	font-size: clamp(0.0625rem, -0.53125rem + 3.16667vw, 2.4375rem);
	line-height: 0.79;
	letter-spacing: -1.07px;
	color: #eb1c25;
	position: relative;
	margin-bottom: 0;
	left: -2.6%;
}

@media screen and (max-width: 750px) {
	.diff__b--title {
		font-size: clamp(0.0625rem, 0.05854rem + 6.34391vw, 2.4375rem);
		left: inherit;
		text-align: center;
	}
}

.diff__b--title-left {
	left: -5%;
}

@media screen and (max-width: 750px) {
	.diff__b--title-left {
		left: inherit;
	}
}

.diff__b--sub-title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.34375rem + 2.16667vw, 1.6875rem);
	font-weight: bold;
	line-height: 0.97;
	letter-spacing: 0.36px;
	color: #231f20;
	margin: 0;
	padding-top: 30px;
}

@media screen and (max-width: 750px) {
	.diff__b--sub-title {
		font-size: clamp(0.0625rem, 0.05979rem + 4.34057vw, 1.6875rem);
		text-align: center;
	}
}

.diff__b .top-bg {
	background-image: url("../../uploads/2024/09/diff-black-bg-bot.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 12rem;
	top: -2px;
	width: 100%;
}

.diff__b .bottom-bg {
	background-image: url("../../uploads/2024/09/diff-red-top-bg.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(7vw + 5em);
	bottom: 0;
	width: 100%;
}

.diff__c {
	position: relative;
	background-color: #eb1c25;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.diff__c .right {
	text-align: inherit;
}

@media screen and (max-width: 750px) {
	.diff__c {
		padding-bottom: 0;
	}
	.diff__c--1, .diff__c--3 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.diff__c--2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.diff__c--2 .right {
		text-align: inherit;
		width: 100%;
	}
}

.diff__c h2 {
	color: #f9f8f5;
	font-size: clamp(0.0625rem, -0.65625rem + 3.83333vw, 2.9375rem);
	line-height: 0.93;
	margin-top: 0;
	margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
	.diff__c h2 {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
		line-height: 1;
	}
}

.diff__c h2 span {
	color: #f9f8f5;
	font-size: clamp(0.0625rem, -0.75rem + 4.33333vw, 3.3125rem);
	line-height: 0.71;
	padding-right: 1rem;
}

@media screen and (max-width: 750px) {
	.diff__c h2 span {
		font-size: clamp(0.0625rem, 0.05707rem + 8.68114vw, 3.3125rem);
		display: inline-block;
		margin-bottom: 1rem;
		letter-spacing: -1px;
	}
}

.diff__c .box {
	max-width: 580px;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 750px) {
	.diff__c .box {
		max-width: inherit;
		padding: 0 1rem;
		margin-bottom: 4rem;
	}
}

.diff__c .box-right {
	justify-content: right;
}

@media screen and (max-width: 750px) {
	.diff__c .box-right {
		justify-content: center;
	}
}

.diff__c .box-right .box {
	right: -1.8rem;
}

@media screen and (max-width: 750px) {
	.diff__c .box-right .box {
		right: inherit;
	}
}

.diff__c .box-left {
	justify-content: left;
}

@media screen and (max-width: 750px) {
	.diff__c .box-left {
		justify-content: center;
	}
}

.diff__c .box-left .box {
	left: -1.8rem;
}

@media screen and (max-width: 750px) {
	.diff__c .box-left .box {
		left: inherit;
	}
}

.diff__c .box-title {
	font-family: "EarthRich", sans-serif;
	font-size: clamp(0.0625rem, -0.72917rem + 4.22222vw, 2.4375rem);
	line-height: 0.79;
	letter-spacing: -1.07px;
	color: #f9f8f5;
	margin: 0;
	margin-bottom: 0.5rem;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.diff__c .box-title {
		font-size: clamp(0.0625rem, 0.05854rem + 6.34391vw, 2.4375rem);
		margin-top: 2rem;
	}
}

.diff__c .box-content {
	background-color: #231f20;
	padding: 2rem;
}

.diff__c .box-content p,
.diff__c .box-content ul li {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.29167rem + 1.88889vw, 1.125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.1px;
	color: #f9f8f5;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.diff__c .box-content p,
	.diff__c .box-content ul li {
		font-size: 1rem;
	}
}

.diff__c .box-content p.bold,
.diff__c .box-content ul li.bold {
	font-family: "GothamXNarrowBold", sans-serif;
}

.diff__c .box-content ul {
	margin: 0;
}

@media screen and (max-width: 750px) {
	.diff__c .box-content ul {
		padding-left: 1.2rem;
	}
}

.diff__c .img-right {
	text-align: right;
}

@media screen and (max-width: 750px) {
	.diff__c .img-right {
		text-align: center;
	}
}

.diff__c .img-right img {
	position: relative;
	left: 8rem;
}

@media screen and (max-width: 1300px) {
	.diff__c .img-right img {
		left: 4rem;
	}
}

@media screen and (max-width: 750px) {
	.diff__c .img-right img {
		left: inherit;
	}
}

.diff__d {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.diff__d .top-bg {
	background-image: url("../../uploads/2024/09/diff-red-bot-bg.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 12rem;
	top: -2px;
	width: 100%;
}

.diff__d-content {
	padding-top: 6rem;
}

@media screen and (max-width: 750px) {
	.diff__d-content {
		flex-direction: column;
		padding-top: 5rem;
	}
}

.diff__d-content .our-mission {
	width: calc(10vw + 5em);
}

@media screen and (max-width: 750px) {
	.diff__d-content .our-mission {
		width: calc(33vw + 5em);
	}
}

.diff__d-content .slash {
	height: calc(6vw + 5em);
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (max-width: 750px) {
	.diff__d-content .slash {
		height: calc(1vw + 2em);
		margin-top: 1rem;
	}
}

@media screen and (max-width: 750px) {
	.diff__d-sub-title {
		margin-top: 1.2rem;
	}
}

.diff__d-sub-title p {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.46875rem + 2.83333vw, 2.1875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: normal;
	color: #231f20;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.diff__d-sub-title p {
		font-size: clamp(0.0625rem, 0.0585rem + 6.39399vw, 2.45625rem);
		text-align: center;
	}
}

.diff__d h2 {
	font-size: clamp(0.0625rem, -0.65625rem + 3.83333vw, 2.9375rem);
	line-height: 1;
	color: #231f20;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.diff__d h2 {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
	}
}

.diff__d h2 span {
	font-size: clamp(0.0625rem, -1.32812rem + 7.41667vw, 5.625rem);
	color: #eb1c25;
	line-height: 0.71;
	letter-spacing: -5px;
}

@media screen and (max-width: 750px) {
	.diff__d h2 span {
		font-size: clamp(0.0625rem, 0.05321rem + 14.8581vw, 5.625rem);
		margin-bottom: 1rem;
		letter-spacing: -1px;
	}
}

.diff__d-boxes {
	max-width: 1300px;
	width: 100%;
	margin: 5rem auto;
	display: grid;
	grid-template-columns: repeat(4, 25%);
	grid-template-rows: 1fr;
	position: relative;
	padding: 0 3rem;
}

@media screen and (max-width: 750px) {
	.diff__d-boxes {
		display: none;
	}
}

.diff__d-boxes .box, .diff__d-slider .box {
	text-align: center;
	padding-bottom: 50px;
}

.diff__d-boxes .box img, .diff__d-slider .box img {
	max-width: 280px;
	width: 100%;
	position: relative;
	top: -1rem;
	padding: 0 1rem;
}

@media screen and (max-width: 750px) {
	.diff__d-boxes .box img, .diff__d-slider .box img {
		top: inherit;
		/* padding: inherit; */
	}
}

.diff__d-boxes .box-title, .diff__d-slider .box-title {
	font-family: "EarthRich", sans-serif;
	font-size: clamp(0.0625rem, -0.72917rem + 4.22222vw, 2.4375rem);
	line-height: 0.76;
	letter-spacing: -1.55px;
	color: #231f20;
	margin: 0;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 750px) {
	.diff__d-boxes .box-title, .diff__d-slider .box-title {
		font-size: clamp(0.0625rem, 0.05854rem + 6.34391vw, 2.4375rem);
		margin-top: 0.5rem;
	}
}

.diff__d-boxes .box-sub-title, .diff__d-slider .box-sub-title {
	color: #231f20;
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.45833rem + 2.77778vw, 1.625rem);
	font-weight: bold;
	line-height: 0.97;
	letter-spacing: 0.33px;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.diff__d-boxes .box-sub-title, .diff__d-slider .box-sub-title {
		font-size: clamp(0.0625rem, 0.05989rem + 4.17362vw, 1.625rem);
	}
}

.diff__d-slider {
	margin-top: 3rem;
}

.diff__d-slider .rona-slider swiper-slide {
	text-align: center;
	transform: scale(0.8);
	transition: transform 0.5s ease;
	opacity: 0.8;
}

.diff__d-slider .rona-slider swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.diff__d-slider-pagination {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.7rem;
}

.diff__d-slider-pagination .swiper-pagination-bullet {
	background: #eb1c25;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.diff__d-slider-pagination .swiper-pagination-bullet-active {
	background: #eb1c25;
}

.own-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px
}

.own__header {
	background-image: url("../../uploads/2024/09/own-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(22vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.own__header {
		background-image: url("../../uploads/2024/09/own-header-m.jpg");
		padding-top: calc(50vw + 5em);
	}
}

.own__header-content {
	position: absolute;
	width: 100%;
	top: calc(10.4vw + 5em);
}

@media screen and (max-width: 750px) {
	.own__header-content {
		top: calc(26vw + 5em);
	}
}

.own__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.80469rem + 4.625vw, 4.6875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f9f8f5;
	margin: 0;
	line-height: 0.8;
}

@media screen and (max-width: 750px) {
	.own__header--title {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
	}
}

.own__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.14102rem + 6.41875vw, 6.48125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.3rem;
	color: #fecd00;
	position: relative;
	top: 6px;
	margin-left: 0.6rem;
}

@media screen and (max-width: 1200px) {
	.own__header--title .yellow {
		top: 3px;
	}
}

@media screen and (max-width: 750px) {
	.own__header--title .yellow {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.own__header--sub-title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.40625rem + 2.5vw, 2.5625rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.42px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.own__header--sub-title {
		font-size: clamp(0.0625rem, 0.06041rem + 3.33778vw, 1.625rem);
	}
}

.own__a {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

@media screen and (max-width: 800px) {
	.own__a {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 750px) {
	.own__a {
		padding-top: 0;
	}
}

.own__a-grid {
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	grid-template-columns: repeat(4, 1fr);
	padding: 0 40px;
}

.own__a .box {
	position: relative;
	/* text-align: center; */
	margin-bottom: 7rem;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

@media screen and (max-width: 800px) {
	.own__a .box {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 750px) {
	.own__a .box {
		margin-bottom: 2rem;
	}
}

.own__a .box-img {
	max-width: 150px;
	width: 100%;
	position: relative;
	bottom: -0.2rem;
}

@media screen and (max-width: 1200px) {
	.own__a .box-img {
		max-width: calc(5.9vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.own__a .box-img {
		max-width: calc(25vw + 5em);
	}
}


.own__a .box--title {
	font-size: clamp(0.0625rem, -0.5625rem + 3.33333vw, 1.9375rem);
	font-family: "GothamXNarrowBold", sans-serif;
	color: #231f20;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: normal;
	margin: 0;
}
/* .own__a .box--title,
.own__a .box--description {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
} */

@media screen and (max-width: 750px) {
	.own__a .box--title {
		font-size: clamp(0.0625rem, 0.05833rem + 6.6778vw, 2.5625rem);
	}
}

.own__a .box-video {
	max-width: inherit;
	position: absolute;
	top: -4rem;
	left: -1rem;
	width: calc(100% + 5.9rem);
	height: calc(100% + 6.9rem);
}

@media screen and (max-width: 750px) {
	.own__a .box-video {
		max-width: inherit;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		overflow: hidden;
		position: relative;
		top: inherit;
		left: inherit;
		bottom: -3.5rem;
	}
}

.own__a .box-video iframe {
	width: 100%;
	height: 100%;
	border: none;
	pointer-events: none;
}

@media screen and (max-width: 750px) {
	.own__a .box-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
		pointer-events: none;
	}
}

.own__a .bottom-bg {
	background-image: url("../../uploads/2024/09/own-red-bg-top.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.own__a .bottom-bg {
		background-image: url("../../uploads/2024/09/own-red-bg-top-m.png");
	}
}

.own__a-slider {
	margin-top: 3rem;
}

.own__a-slider .rona-slider swiper-slide {
	text-align: center;
	transform: scale(0.8);
	transition: transform 0.5s ease;
	opacity: 0.8;
}

.own__a-slider .rona-slider swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.own__a-slider-pagination {
	text-align: center;
	margin-top: 1.5rem;
}

.own__a-slider-pagination .swiper-pagination-bullet {
	background: #eb1c25;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.own__a-slider-pagination .swiper-pagination-bullet-active {
	background: #eb1c25;
}

.own__a-content {
	background-color: #f8cd0c;
	margin: 5% auto;
	padding: 5px;
	border: none;
	width: 90%;
	max-width: 900px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all 0.3s ease-in-out;
}

.own__b {
	position: relative;
	background-color: #e91c24;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.own__b h2 {
	color: #f9f8f5;
	font-size: clamp(0.0625rem, -0.95833rem + 5.44444vw, 3.125rem);
	line-height: 0.93;
	margin-top: 0;
	margin-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
	.own__b h2 {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.own__b h2 {
		font-size: clamp(0.0625rem, 0.05739rem + 8.1803vw, 3.125rem);
	}
}

.own__b h2 span {
	color: #FFF;
	font-size: clamp(0.0625rem, -1.47917rem + 8.22222vw, 4.6875rem);
	line-height: 0.79;
	bottom: -0.5rem;
	position: relative;
}

@media screen and (max-width: 750px) {
	.own__b h2 span {
		font-size: clamp(0.0625rem, 0.05478rem + 12.35392vw, 4.6875rem);
		display: inline-block;
		margin-bottom: 1rem;
		letter-spacing: -1px;
	}
}

.own__b-boxes {
	max-width: 1200px;
	margin: 0 auto;
	/* justify-content: space-around; */
}

.own__b-boxes img {
	padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.own__b-boxes {
		justify-content: inherit;
		flex-direction: column;
		padding: 0 3rem;
	}
}

.own__b .box {
	text-align: center;
	flex-direction: column;
	max-width: 443px;
	
	width: 100%;
	height: 100%;
	padding: 4rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

@media screen and (max-width: 750px) {
	.own__b .box {
		max-width: inherit;
		max-height: inherit;
		padding: 3rem;
		margin: 0 1rem 2rem;
	}
}

.own__b .box-title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.76786rem + 4.42857vw, 2rem);
	line-height: 0.86;
	color: #fff;
	margin: 0;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 750px) {
	.own__b .box-title {
		font-size: clamp(0.0625rem, 0.05927rem + 5.17529vw, 2rem);
	}
}

.own__b .box-sub-title {
	color: #f8cd0c;
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.6875rem + 4vw, 1.8125rem);
	font-weight: 500;
	line-height: 0.93;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.own__b .box-sub-title {
		font-size: clamp(0.0625rem, 0.05958rem + 4.67446vw, 1.8125rem);
	}
}

.own__b .contact,
.own__b .contact a {
	font-size: clamp(0.0625rem, -0.54167rem + 3.22222vw, 1.875rem);
	font-family: "GothamXNarrowBook", sans-serif;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	margin-top: 0rem;
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.own__b .contact,
	.own__b .contact a {
		font-size: clamp(0.0625rem, 0.05947rem + 4.8414vw, 1.875rem);
		margin-top: 1.5rem;
	}
}

.own__b .contact a,
.own__b .contact a a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.own__b .contact a:hover,
.own__b .contact a a:hover {
	color: #fecd00;
}

.own__c {
	position: relative;
	background-image: url("../../uploads/2024/09/own-footer.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(25vw + 5em);
}

@media screen and (max-width: 750px) {
	.own__c {
		background-image: url("../../uploads/2024/09/own-footer-m.jpg");
		height: calc(29vw + 5em);
	}
}

.own__c .top-bg {
	background-image: url("../../uploads/2024/09/own-red-bg-botton.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 4rem;
	width: 100%;
}

.start-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.start__header {
	background-image: url("../../uploads/2024/09/start-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(29vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.start__header {
		background-image: url("../../uploads/2024/10/start-header-m-2.jpg");
		padding-top: calc(84vw + 5em);
	}
}

.start__header-content {
	position: absolute;
	width: 100%;
	top: calc(11vw + 5em);
}

@media screen and (max-width: 750px) {
	.start__header-content {
		top: calc(26vw + 5em);
	}
}

.start__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.6875rem + 4vw, 3.3125rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0;
	line-height: 0.8;
}

@media screen and (max-width: 750px) {
	.start__header--title {
		font-size: clamp(0.0625rem, 0.05707rem + 8.68114vw, 3.3125rem);
	}
}

.start__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.07692rem + 6.07692vw, 5rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #fecd00;
	position: relative;
	top: 6px;
	margin-left: 0.6rem;
}

@media screen and (max-width: 1200px) {
	.start__header--title .yellow {
		top: 3px;
	}
}

@media screen and (max-width: 750px) {
	.start__header--title .yellow {
		display: inline;
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.start__header--sub-title {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.38462rem + 2.38462vw, 2rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.17px;
	text-align: center;
	color: #ffffff;
	line-height: 1.02;
	margin: 0;
	margin-top: 1rem;
}

.start__header--sub-title span {
	font-family: "GothamXNarrowMedium", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.start__header--sub-title {
		font-size: clamp(0.0625rem, 0.05991rem + 4.13885vw, 2rem);
	}
}

.start__a {
	position: relative;
}
.start__a .form {
	width: 100%;
	max-width: 800px;
	padding: 4rem 0;
	margin: 0 auto;
	padding-bottom: 200px;
}

.franconnect-iframe-container {
  max-width: 100%;
  height: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 15%;
  padding-right: 15%;
}
.franconnect-iframe-container iframe {
  height: 100%;
  margin: 0 auto;
  display: block;
}

.start__a .bottom-bg {
	background-image: url("../../uploads/2024/09/start-bg-botton.jpg");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.candidate-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.candidate__header {
	background-image: url("../../uploads/2024/09/ic-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(40vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.candidate__header {
		background-image: url("../../uploads/2024/09/ic-header-m.jpg");
		padding-top: calc(103vw + 5em);
	}
}

.candidate__header-content {
	position: absolute;
    width: 50%;
    bottom: 3rem;
    right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

@media screen and (max-width: 750px) {
	.candidate__header-content {
		top: calc(20vw + 5em);
		/* bottom: -1rem; */
		left: inherit;
		right: 10px;
		width: 70%;
		background-color: rgba(0, 0, 0, .7);
        display: flex;
        justify-content: center;
        padding: 30px 20px;
	}
}

.candidate__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.75962rem + 4.38462vw, 3.625rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	/* text-align: center; */
	/* color: #231f20; */
	line-height: 1.5;
	margin: 0;
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8); */
}

@media screen and (max-width: 750px) {
	.candidate__header--title {
		font-size: clamp(0.0625rem, 0.05801rem + 7.17863vw, 2.75rem);
	}
}

.candidate__header--title .red {
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.16346rem + 6.53846vw, 5.375rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 0.79;
	color: #eb1c25;
	position: relative;
}

@media screen and (max-width: 750px) {
	.candidate__header--title .red {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.candidate__header-boxs {
	margin-top: 4rem;
	padding: 2rem 3rem;
	border-radius: 20px;
	background-color: #eb1c25;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.candidate__header-box {
		margin-top: 1rem;
		/* padding: 1.2rem 2rem; */
		border-radius: 10px;
	}
}


.candidate__header-box p {
	font-family: "GothamXNarrowMedium", sans-serif;
	font-size: clamp(0.0625rem, -0.38462rem + 2.38462vw, 2rem);
	color: #f9f8f5;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.07;
	letter-spacing: 0.43px;
	text-align: left;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.candidate__header-box p {
		font-size: clamp(0.0625rem, 0.0601rem + 3.83973vw, 1.5rem);
	}
}

@media screen and (max-width: 400px) {
	.candidate__header-box p {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

@media screen and (max-width: 305px) {
	.candidate__header-box p br {
		display: none;
	}
}

.candidate__header h1 {
	font-family: "GothamXNarrowMedium", sans-serif;
	line-height: 1;
	color: white;
	font-size: clamp(0.0625rem, 0.05791rem + 7.34558vw, 2.8125rem) !important;
}
.candidate__header h1 span {
	font-family: "FierceVector", sans-serif;
	color: #fecd00;
	font-size: clamp(0.0625rem, -1.125rem + 6.33333vw, 4.8125rem) !important;
}
.candidate__header p {
	    color: #ffffff;
    font-family: "GothamXNarrowBook", sans-serif;
    font-size: clamp(0.0625rem, -0.41667rem + 2.55556vw, 1.5rem);
    line-height: 1;
    letter-spacing: 0.31px;
    margin: 0;
		width: 70%;
}

@media screen and (max-width: 750px) {
	.candidate__header h1 span {
		font-size: 40px !important;
	}
	.candidate__header p {
		font-size: 16px !important;
		width: 100%;
	}
}

.candidate__a {
	position: relative;
	background-color: #231f20;
	padding-top: 10rem;
	padding-bottom: 3rem;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.candidate__a {
		padding-top: 8rem;
	}
}

@media screen and (max-width: 500px) {
	.candidate__a {
		padding-top: 5rem;
	}
}

.candidate__a h2 {
	margin: 0;
	color: #f9f8f5;
}

@media screen and (max-width: 750px) {
	.candidate__a h2 {
		font-size: clamp(0.0625rem, 0.05791rem + 7.34558vw, 2.8125rem);
	}
}

.candidate__a h2 span {
	color: #fecd00;
	position: relative;
	left: 1rem;
	bottom: -0.3rem;
	letter-spacing: normal;
	font-size: clamp(0.0625rem, -1.125rem + 6.33333vw, 4.8125rem);
}

@media screen and (max-width: 750px) {
	.candidate__a h2 span {
		display: block;
		margin-bottom: 1rem;
		left: auto;
		font-size: clamp(0.0625rem, 0.05634rem + 9.84975vw, 3.75rem);
	}
}

.candidate__a-boxes {
	max-width: 1300px;
	width: 100%;
	margin: 5rem auto;
	display: grid;
	grid-template-columns: repeat(3, 33.3%);
	grid-template-rows: 1fr;
	position: relative;
	padding: 0 3rem;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes {
		display: none;
	}
}

.candidate__a-boxes .box, .candidate__a-slider .box {
	text-align: center;
}

.candidate__a-boxes .box .img, .candidate__a-slider .box .img {
	width: 100%;
}

.candidate__a-boxes .box .img-wrapper, .candidate__a-slider .box .img-wrapper {
	max-height: 215px;
	height: 100%;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes .box .img-wrapper, .candidate__a-slider .box .img-wrapper {
		margin-bottom: 1rem;
	}
}

.candidate__a-boxes .box .img--1, .candidate__a-slider .box .img--1 {
	max-width: 203px;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes .box .img--1, .candidate__a-slider .box .img--1 {
		max-width: calc( 203px - (203px * 20 / 100));
	}
}

.candidate__a-boxes .box .img--2, .candidate__a-slider .box .img--2 {
	max-width: 95px;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes .box .img--2, .candidate__a-slider .box .img--2 {
		max-width: calc( 95px - (95px * 20 / 100));
	}
}

.candidate__a-boxes .box .img--3, .candidate__a-slider .box .img--3 {
	max-width: 199px;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes .box .img--3, .candidate__a-slider .box .img--3 {
		max-width: calc( 199px - (199px * 20 / 100));
	}
}

.candidate__a-boxes .box-title, .candidate__a-slider .box-title {
	font-family: "EarthRich", sans-serif;
	font-size: clamp(0.0625rem, -0.58333rem + 3.44444vw, 2rem);
	line-height: 0.79;
	letter-spacing: -1px;
	color: #fecd00;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes .box-title, .candidate__a-slider .box-title {
		font-size: clamp(0.0625rem, 0.05822rem + 6.84474vw, 2.625rem);
	}
}

.candidate__a-boxes .box-sub-title, .candidate__a-slider .box-sub-title {
	color: #ffffff;
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.41667rem + 2.55556vw, 1.5rem);
	line-height: 1;
	letter-spacing: 0.31px;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.candidate__a-boxes .box-sub-title, .candidate__a-slider .box-sub-title {
		font-size: clamp(0.0625rem, 0.05927rem + 5.17529vw, 2rem);
	}
}

.candidate__a-slider {
	margin-top: 3rem;
}

.candidate__a-slider .rona-slider swiper-slide {
	text-align: center;
	transform: scale(0.8);
	transition: transform 0.5s ease;
	opacity: 0.8;
}

.candidate__a-slider .rona-slider swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.candidate__a-slider-pagination {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.7rem;
}

.candidate__a-slider-pagination .swiper-pagination-bullet {
	background: #fecd00;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 24px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 24px));
}

.candidate__a-slider-pagination .swiper-pagination-bullet-active {
	background: #fecd00;
}

.candidate__b {
	position: relative;
}

.candidate__b .top-bg {
	background-image: url("../../uploads/2024/09/diff-black-bg-bot.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 12rem;
	top: -2px;
	width: 100%;
	z-index: 2;
}

@media screen and (max-width: 1600px) {
	.candidate__b .top-bg {
		padding-top: 4rem;
	}
}

@media screen and (max-width: 750px) {
	.candidate__b .top-bg {
		padding-top: 2rem;
	}
}

.candidate__b .bottom-bg {
	background-image: url("../../uploads/2024/09/home-header-bottom.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(1vw + 5em);
	bottom: -10px;
	width: 100%;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.candidate__b .bottom-bg {
		background-image: url("../../uploads/2024/09/ic-red-bg-top-m.png");
		padding-bottom: calc(1vw + 2em);
		bottom: -2px;
		z-index: 11;
	}
}

.candidate__b-slider {
	line-height: 0;
	background-color: #231f20;
}

.candidate__b-slider .rona-slider swiper-slide .box .img {
	width: 100%;
}

.candidate__b-slider .rona-slider swiper-slide .box .img--2, .candidate__b-slider .rona-slider swiper-slide .box .img--3 {
	filter: brightness(60%);
}

.candidate__b-slider .rona-slider swiper-slide .box .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	z-index: 10;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.candidate__b-slider .rona-slider swiper-slide .box .video-play {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 750px) {
	.candidate__b-slider .rona-slider swiper-slide .box .video-play {
		width: 80px;
		height: 80px;
	}
}

.candidate__b-slider .rona-slider swiper-slide .box-content {
	width: calc(33vw + 5em);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: left;
}

@media screen and (max-width: 900px) {
	.candidate__b-slider .rona-slider swiper-slide .box-content {
		width: calc(27vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.candidate__b-slider .rona-slider swiper-slide .box-content {
		display: none;
	}
}

.candidate__b-slider .rona-slider swiper-slide .box-content h2 {
	margin: 0;
	color: #fecd00;
	text-align: left;
	font-size: clamp(0.0625rem, -0.64423rem + 3.76923vw, 3.125rem);
}

@media screen and (max-width: 750px) {
	.candidate__b-slider .rona-slider swiper-slide .box-content h2 {
		font-size: clamp(0.0625rem, 0.05791rem + 7.34558vw, 2.8125rem);
	}
}

.candidate__b-slider .rona-slider swiper-slide .box-content h2 span {
	color: #fecd00;
	position: relative;
	bottom: -0.3rem;
	letter-spacing: normal;
	font-size: clamp(0.0625rem, -1.00481rem + 5.69231vw, 4.6875rem);
}

.candidate__b-slider .rona-slider swiper-slide .box-content h2 span.left1 {
	left: 1rem;
}

@media screen and (max-width: 750px) {
	.candidate__b-slider .rona-slider swiper-slide .box-content h2 span {
		display: block;
		margin-bottom: 1rem;
		left: auto;
		font-size: clamp(0.0625rem, 0.05634rem + 9.84975vw, 3.75rem);
	}
}

.candidate__b-slider .rona-slider swiper-slide .box-content .text {
	font-size: clamp(0.0625rem, -0.35577rem + 2.23077vw, 1.875rem);
	font-family: "GothamXNarrowBook", sans-serif;
	line-height: 0.93;
	letter-spacing: 0.4px;
	color: #ffffff;
	margin-bottom: 0;
	margin-left: 1.5rem;
}

@media screen and (max-width: 750px) {
	.candidate__b-slider .rona-slider swiper-slide .box-content .text {
		font-size: clamp(0.0625rem, 0.05947rem + 4.8414vw, 1.875rem);
	}
}

.candidate__b-slider .rona-slider swiper-slide .box-content .text strong {
	font-family: "GothamXNarrowBold", sans-serif;
	font-weight: bold;
}

.candidate__b-slider-pagination {
	text-align: center;
	margin: 1rem auto 2.2rem;
	position: absolute;
	z-index: 3;
}

@media screen and (max-width: 750px) {
	.candidate__b-slider-pagination {
		display: none;
	}
}

.candidate__b-slider-pagination .swiper-pagination-bullet {
	background: #f9f8f5;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 24px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 24px));
}

.candidate__b-slider-pagination .swiper-pagination-bullet-active {
	background: #f9f8f5;
}

.candidate__b-slider-button-next, .candidate__b-slider-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	.candidate__b-slider-button-next, .candidate__b-slider-button-prev {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 750px) {
	.candidate__b-slider-button-next, .candidate__b-slider-button-prev {
		width: 40px;
		height: 40px;
	}
}

.candidate__b-slider-button-next img, .candidate__b-slider-button-prev img {
	width: 100%;
	height: 100%;
}

.candidate__b-slider-button-prev {
	left: 0;
}

.candidate__b-slider-button-next {
	right: 0;
}

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

.candidate__c {
	position: relative;
	background-color: #eb1c25;
}

@media screen and (min-width: 750px) {
	.candidate__c {
		display: none;
	}
}

.candidate__c .box-content {
	padding: 3rem 1rem;
	text-align: center;
}

.candidate__c .box-content h2 {
	margin: 0;
	color: #fecd00;
	font-size: clamp(0.0625rem, 0.05906rem + 5.50918vw, 2.125rem);
}

.candidate__c .box-content h2 span {
	color: #fecd00;
	position: relative;
	bottom: -0.3rem;
	letter-spacing: normal;
	display: block;
	margin-bottom: 1rem;
	left: auto;
	font-size: clamp(0.0625rem, 0.05791rem + 7.34558vw, 2.8125rem);
}

.candidate__c .box-content .text {
	font-size: clamp(0.0625rem, 0.0602rem + 3.67279vw, 1.4375rem);
	font-family: "GothamXNarrowBook", sans-serif;
	line-height: 0.93;
	letter-spacing: 0.4px;
	color: #ffffff;
	margin-bottom: 0;
}

.candidate__c .box-content .text strong {
	font-family: "GothamXNarrowBold", sans-serif;
	font-weight: bold;
}

.candidate__d {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.candidate__d .top-bg {
	background-image: url("../../uploads/2024/09/diff-red-bot-bg.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 12rem;
	top: -2px;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.candidate__d .top-bg {
		display: none;
	}
}

.candidate__d h2 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

@media screen and (max-width: 1000px) {
	.candidate__d h2 {
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.candidate__d h2 {
		font-size: clamp(0.0625rem, 0.05791rem + 7.34558vw, 2.8125rem);
	}
}

.candidate__d h2 span {
	bottom: -0.1em;
	position: relative;
}

@media screen and (max-width: 750px) {
	.candidate__d h2 span {
		display: block;
		margin-bottom: 0.6em;
		left: auto;
		font-size: clamp(0.0625rem, 0.05634rem + 9.84975vw, 3.75rem);
	}
}

.candidate__d-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 4rem;
	row-gap: 4rem;
}

@media screen and (max-width: 1000px) {
	.candidate__d-grid {
		grid-template-columns: 100%;
		margin-bottom: 2rem;
		row-gap: 2rem;
	}
}

.candidate__d .question-icon {
	width: 50px;
	float: left;
}

@media screen and (max-width: 1500px) {
	.candidate__d .question-icon {
		width: calc(1vw + 2.2em);
	}
}

@media screen and (max-width: 750px) {
	.candidate__d .question-icon {
		width: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.candidate__d .candidate-content {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 750px) {
	.candidate__d .candidate-content {
		padding: 0 2em;
	}
}

@media screen and (max-width: 430px) {
	.candidate__d .candidate-content {
		padding: 0 1.8em;
	}
}

.candidate__d--content {
	margin-left: 4rem;
	margin-top: 0.85rem;
}

@media screen and (max-width: 750px) {
	.candidate__d--content {
		margin-left: 2.5em;
		margin-top: 0.4em;
	}
}

.candidate__d--title {
	font-size: clamp(0.0625rem, -0.40625rem + 2.5vw, 1.9375rem);
	font-family: "GothamXNarrowBold", sans-serif;
	color: #231f20;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: normal;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.candidate__d--title {
		font-size: clamp(0.0625rem, 0.05958rem + 4.67446vw, 1.8125rem);
	}
}

.candidate__d p {
	margin-bottom: 0;
}

@media (max-width: 1000px) and (min-width: 750px) {
	.candidate__d p br {
		display: none;
	}
}

@media screen and (max-width: 425px) {
	.candidate__d p {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00601vw, 1rem);
	}
}

.candidate__d ul {
	margin: 0;
	padding-left: 1.5rem;
}

.candidate__d ul li {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(1rem, 1.44vw, 1.56rem);
	line-height: 1.13;
	letter-spacing: -0.4px;
}

@media screen and (max-width: 425px) {
	.candidate__d ul li {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00601vw, 1rem);
	}
}

.about {
	overflow: hidden;
}

.about-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.about-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
}

.about-text {
	font-family: "GothamXNarrowMedium", sans-serif;
	font-size: clamp(0.0625rem, -0.35577rem + 2.23077vw, 1.875rem);
	color: #231f20;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: 0.16px;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.about-text {
		font-size: clamp(0.0625rem, 0.0601rem + 3.83973vw, 1.5rem);
	}
}

.about__header {
	background-image: url("../../uploads/2024/09/about-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(22vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.about__header {
		background-image: url("../../uploads/2024/09/about-header-mobile.jpg");
		padding-top: calc(50vw + 5em);
	}
}

.about__header-content {
	position: absolute;
	width: 100%;
	top: calc(7.5vw + 5em);
}

@media screen and (max-width: 750px) {
	.about__header-content {
		top: calc(22vw + 5em);
	}
}

.about__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.80469rem + 4.625vw, 4.6875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f9f8f5;
	margin: 0;
	line-height: 0.8;
}

@media screen and (max-width: 750px) {
	.about__header--title {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
	}
}

.about__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.14102rem + 6.41875vw, 6.48125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.3rem;
	color: #fecd00;
	position: relative;
	top: 6px;
	margin-left: 0.6rem;
}

@media screen and (max-width: 1200px) {
	.about__header--title .yellow {
		top: 3px;
	}
}

@media screen and (max-width: 750px) {
	.about__header--title .yellow {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.about__header .bottom-bg {
	background-image: url("../../uploads/2024/09/yellow-top-bg.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
}

.about__a {
	position: relative;
	background-color: #f8cd02;
	padding-top: 2rem;
	padding-bottom: 5rem;
}

@media screen and (max-width: 750px) {
	.about__a h2 {
		padding-bottom: 1rem;
	}
}

.about__a h2 span {
	color: #f9f8f5;
	font-size: clamp(0.0625rem, -1.00481rem + 5.69231vw, 4.6875rem);
	line-height: 0.79;
	bottom: -0.5rem;
	position: relative;
}

@media screen and (max-width: 750px) {
	.about__a h2 span {
		font-size: clamp(0.0625rem, 0.05634rem + 9.84975vw, 3.75rem);
	}
}

.about__b {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
}

@media screen and (max-width: 750px) {
	.about__b {
		padding-bottom: 0;
	}
	.about__b--1 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.about__b--2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about__b--2 .right {
		text-align: inherit;
		width: 100%;
	}
}

.about__b .about-content {
	margin-top: 8rem;
	max-width: 1250px;
}

@media screen and (max-width: 750px) {
	.about__b .about-content {
		margin-top: 3rem;
	}
}

.about__b .left img {
	max-width: 612px;
	width: 100%;
	position: relative;
	bottom: -1rem;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.about__b .left img {
		position: relative;
		z-index: 3;
	}
}

.about__b .right {
	text-align: inherit;
}

.about__b .right img {
	max-width: 623px;
	width: 100%;
	position: relative;
	bottom: 3.5rem;
	left: -3rem;
}

@media screen and (max-width: 750px) {
	.about__b .right img {
		padding: 0 1rem;
		left: inherit;
		margin-top: 1rem;
		z-index: 3;
	}
}

.about__b .box {
	max-width: 570px;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 750px) {
	.about__b .box {
		max-width: inherit;
		padding: 0 1rem;
		margin-bottom: 3rem;
	}
}

.about__b .box-right {
	justify-content: right;
}

@media screen and (max-width: 750px) {
	.about__b .box-right {
		justify-content: center;
	}
}

.about__b .box-right .box {
	z-index: 1;
	right: -4.1rem;
	top: -4rem;
}

@media screen and (max-width: 750px) {
	.about__b .box-right .box {
		right: inherit;
		padding: 0;
		text-align: center;
	}
	.about__b .box-right .box-content {
		padding-bottom: 5rem;
	}
}

.about__b .box-left {
	justify-content: left;
}

@media screen and (max-width: 750px) {
	.about__b .box-left {
		justify-content: center;
	}
}

.about__b .box-left .box {
	left: -6rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.about__b .box-left .box {
		left: inherit;
		padding: 0;
		text-align: center;
	}
}

.about__b .box-content {
	background-color: #eb1c25;
	padding: 2.1rem;
}

.about__b .box-content p {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.41667rem + 2.55556vw, 1.5rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.12;
	letter-spacing: 0.13px;
	color: #f9f8f5;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.about__b .box-content p {
		font-size: 1rem;
	}
}

.about__b .top-bg {
	background-image: url("../../uploads/2024/09/yellow-bot-bg.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: calc(2vw + 4em);
	width: 100%;
}

.about__c {
	background-image: url("../../uploads/2024/09/about-city-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: calc(58vw + 5em);
	margin-top: -10rem;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.about__c {
		background-image: url("../../uploads/2024/09/about-city-bg-mobile.png");
		height: calc(120vw + 5em);
		margin-top: -12rem;
	}
}

.about__c--title {
	width: calc(27.1vw + 5em);
	position: relative;
	top: 16%;
	left: 12%;
}

@media screen and (max-width: 750px) {
	.about__c--title {
		position: absolute;
		width: calc(70.1vw + 5em);
		top: 12%;
		left: 50%;
		transform: translateX(-50%);
	}
}

.about__c .timeline-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 700px;
	top: calc(12vw + 5em);
}

@media screen and (max-width: 750px) {
	.about__c .timeline-wrapper {
		top: calc(45vw + 5em);
	}
}

.about__c .timeline-wrapper .timeline-images {
	display: flex;
	position: absolute;
	width: 200%;
	animation: moveLeft 45s linear infinite;
}

@media screen and (max-width: 750px) {
	.about__c .timeline-wrapper .timeline-images {
		width: 300%;
		animation: moveLeft 30s linear infinite;
	}
}

.about__c .timeline-wrapper .timeline-images .timeline-image {
	width: 70%;
}

@media screen and (max-width: 750px) {
	.about__c .timeline-wrapper .timeline-images .timeline-image {
		width: 105%;
	}
}

@keyframes moveLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-70%);
		@media screen and (max-width: 750px) {
			transform: translateX(-105%);
		}
	}
}

.about__d {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	margin-top: -3.5rem;
	padding-bottom: 4rem;
}

@media screen and (max-width: 750px) {
	.about__d {
		padding-bottom: 6rem;
	}
}

.about__d--title {
	width: calc(27.1vw + 5em);
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1300px) {
	.about__d--title {
		margin-right: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.about__d--title {
		width: calc(70.1vw + 5em);
		left: 50%;
		transform: translateX(-50%);
	}
}

.about__d .about-content {
	margin-top: 8rem;
	max-width: 1250px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.about__d .about-content {
		margin-top: 7rem;
	}
}

.about__d .about-grid--1 {
	grid-template-columns: 30% 70%;
	padding-top: 7rem;
}

@media screen and (max-width: 750px) {
	.about__d .about-grid--1 {
		grid-template-columns: 100%;
		position: relative;
	}
}

.about__d .about-grid--2 {
	grid-template-columns: 70% 30%;
	top: -3rem;
	position: relative;
}

@media screen and (max-width: 750px) {
	.about__d .about-grid--2 {
		grid-template-columns: 100%;
		top: 5rem;
	}
	.about__d .about-grid--2 .box-right {
		justify-content: right;
	}
	.about__d .about-grid--2 .box-left {
		justify-content: right;
	}
}

@media screen and (max-width: 1300px) {
	.about__d .left {
		margin-left: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.about__d .left {
		margin-left: -2rem;
	}
}

.about__d .left img {
	max-width: 330px;
	width: 100%;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.about__d .left img {
		max-width: 260px;
	}
}

.about__d .right {
	text-align: inherit;
}

@media screen and (max-width: 1300px) {
	.about__d .right {
		margin-right: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.about__d .right {
		margin-right: -1.5rem;
	}
}

.about__d .right img {
	max-width: 320px;
	width: 100%;
	position: relative;
}

.about__d .box {
	max-width: 845px;
	width: 100%;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.about__d .box {
		max-width: 205px;
	}
}

.about__d .box:before {
	content: "";
	display: block;
	width: 42px;
	height: 40px;
	background-image: url("../../uploads/2024/09/about-quotation.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: -15px;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.about__d .box:before {
		width: 25px;
		height: 22px;
		top: 9px;
	}
}

.about__d .box-right {
	justify-content: right;
}

@media screen and (max-width: 750px) {
	.about__d .box-right {
		justify-content: left;
	}
}

.about__d .box-right .box {
	left: -7rem;
}

@media screen and (max-width: 1300px) {
	.about__d .box-right .box {
		left: -3rem;
	}
}

@media screen and (max-width: 750px) {
	.about__d .box-right .box {
		left: 12.5rem;
		top: 8rem;
		position: absolute;
	}
}

@media screen and (max-width: 750px) {
	.about__d .box-right img {
		transform: rotate(1deg);
		max-width: 220px;
		top: 0;
		position: absolute;
	}
}

.about__d .box-left {
	justify-content: left;
}

.about__d .box-left .box {
	right: -8rem;
	top: 1.5rem;
}

@media screen and (max-width: 1300px) {
	.about__d .box-left .box {
		right: -3rem;
	}
}

@media screen and (max-width: 750px) {
	.about__d .box-left .box {
		right: 11rem;
		top: -3rem;
		transform: rotate(6deg);
	}
}

.about__d .box-content {
	background-color: #eb1c25;
	padding: 2.1rem;
	transform: rotate(-3deg);
}

@media screen and (min-width: 1300px) {
	.about__d .box-content.p25 {
		padding: 2.5rem;
	}
}

@media screen and (max-width: 750px) {
	.about__d .box-content {
		padding: 1rem;
	}
}

.about__d .box-content p,
.about__d .box-content a {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.39583rem + 2.44444vw, 1.4375rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #f9f8f5;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.about__d .box-content p,
	.about__d .box-content a {
		font-size: 1rem;
	}
}

.about__d .box-content p.bold,
.about__d .box-content a.bold {
	font-family: "GothamXNarrowBold", sans-serif;
}

.about__d .box-content p.mt1,
.about__d .box-content a.mt1 {
	margin-top: 1rem;
}

.about__d .top-bg {
	background-image: url("../../uploads/2024/09/yellow-bot-bg.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: calc(2vw + 4em);
	width: 100%;
}

.about__d .bottom-bg {
	background-image: url("../../uploads/2024/09/about-red-top-bg.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.about__d .bottom-bg {
		background-image: url("../../uploads/2024/09/own-red-bg-top-m.png");
	}
}

.about__e {
	position: relative;
	background-color: #eb1c25;
	padding-top: 2rem;
}

.about__e h2 {
	font-size: clamp(0.0625rem, -0.95833rem + 5.44444vw, 3.125rem);
	font-weight: bold;
	color: #f9f8f5;
	margin-top: 1rem;
	margin-bottom: 8rem;
}

@media screen and (max-width: 750px) {
	.about__e h2 {
		font-size: clamp(0.0625rem, 0.05843rem + 6.51085vw, 2.5rem);
		line-height: 1.1;
		margin-bottom: 2rem;
	}
}

.about__e h2 span {
	color: #fecd00;
	font-size: clamp(0.0625rem, -1.79167rem + 9.88889vw, 5.625rem);
	line-height: 0.67;
	letter-spacing: -5px;
}

@media screen and (max-width: 750px) {
	.about__e h2 span {
		font-size: clamp(0.0625rem, 0.0553rem + 11.5192vw, 4.375rem);
		padding-right: 1rem;
		top: 0.2rem;
		position: relative;
		letter-spacing: -2px;
	}
}

.about__e .box {
	text-align: center;
}

.about__e .box-title {
	font-family: "EarthRich", sans-serif;
	font-size: clamp(0.0625rem, -0.91667rem + 5.22222vw, 3rem);
	line-height: 0.79;
	letter-spacing: normal;
	color: #fecd00;
	margin: 0;
	margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
	.about__e .box-title {
		font-size: clamp(0.0625rem, 0.05854rem + 6.34391vw, 2.4375rem);
	}
}

@media screen and (max-width: 750px) {
	.about__e .box-img {
		height: 400px;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.about__e .box-2 .box-img {
		align-items: baseline;
	}
}

.about__e .secret {
	position: absolute;
	width: 100%;
}

.about__e .about-grid {
	position: relative;
}

.about__e .about-grid--1 {
	height: calc(12vw + 5em);
}

.about__e .about-grid--1 .secret {
	left: 0;
	top: calc(-10vw + 5em);
	width: calc(49.628vw + 5em);
}

.about__e .about-grid--1 .secret.animation {
	opacity: 0;
	transform: translateX(-500px);
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.about__e .about-grid--2 {
	height: calc(17vw + 5em);
}

.about__e .about-grid--2 .rona-center, .about__e .about-grid--2 .home__header, .about__e .about-grid--2 .home__a--content .right .box, .home__a--content .right .about__e .about-grid--2 .box, .about__e .about-grid--2 .diff__a .right, .diff__a .about__e .about-grid--2 .right, .about__e .about-grid--2 .diff__b--content .left, .diff__b--content .about__e .about-grid--2 .left, .about__e .about-grid--2 .diff__d-content, .about__e .about-grid--2 .own__b-boxes, .about__e .about-grid--2 .own__b .box, .own__b .about__e .about-grid--2 .box {
	align-items: end;
}

.about__e .about-grid--2 .secret {
	right: 0;
	top: calc(-3vw + 5em);
	width: calc(39vw + 5em);
	z-index: 1;
}

.about__e .about-grid--2 .secret.animation {
	opacity: 0;
	transform: translateX(500px);
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.about__e .about-grid--3 {
	height: calc(19vw + 5em);
}

.about__e .about-grid--3 .rona-center, .about__e .about-grid--3 .home__header, .about__e .about-grid--3 .home__a--content .right .box, .home__a--content .right .about__e .about-grid--3 .box, .about__e .about-grid--3 .diff__a .right, .diff__a .about__e .about-grid--3 .right, .about__e .about-grid--3 .diff__b--content .left, .diff__b--content .about__e .about-grid--3 .left, .about__e .about-grid--3 .diff__d-content, .about__e .about-grid--3 .own__b-boxes, .about__e .about-grid--3 .own__b .box, .own__b .about__e .about-grid--3 .box {
	justify-content: left;
}

.about__e .about-grid--3 .secret {
	left: 0;
	bottom: calc(-13vw + 5em);
	width: calc(42.2873vw + 5em);
	z-index: 1;
}

@media screen and (max-width: 1000px) {
	.about__e .about-grid--3 .secret {
		bottom: calc(-22vw + 5em);
	}
}

.about__e .about-grid--3 .secret.animation {
	opacity: 0;
	transform: translateX(-500px);
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.about__e-slider .rona-slider swiper-slide {
	text-align: center;
}

.about__e-slider-pagination {
	text-align: center;
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.about__e-slider-pagination .swiper-pagination-bullet {
	background: #fecd00;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.about__e-slider-pagination .swiper-pagination-bullet-active {
	background: #fecd00;
}

.about__f {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
}

.about__f .about-content {
	padding-top: 8rem;
}

.about__f .rona-link-button {
	margin-top: 3rem;
}

.about__f .bold {
	font-family: "EarthRich", sans-serif;
	font-weight: normal;
}

.about__f .top-bg {
	background-image: url("../../uploads/2024/09/about-red-bot-bg.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: calc(2vw + 4em);
	width: 100%;
}

.terr-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.terr-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
}

.terr__header {
	background-image: url("../../uploads/2024/09/terr-header-2.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(23vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.terr__header {
		background-image: url("../../uploads/2024/09/terr-header-m-2.jpg");
		padding-top: calc(50vw + 5em);
	}
}

.terr__header-content {
	position: absolute;
	width: 100%;
	top: calc(10.4vw + 5em);
}

@media screen and (max-width: 750px) {
	.terr__header-content {
		top: calc(24vw + 5em);
	}
}

.terr__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.80469rem + 4.625vw, 4.6875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f9f8f5;
	margin: 0;
	line-height: 0.8;
	text-shadow: 0 0 #000000;
}

@media screen and (max-width: 750px) {
	.terr__header--title {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
	}
}

.terr__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.14102rem + 6.41875vw, 6.48125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #fecd00;
	position: relative;
	top: 6px;
}

@media screen and (max-width: 1200px) {
	.terr__header--title .yellow {
		top: 3px;
	}
}

@media screen and (max-width: 750px) {
	.terr__header--title .yellow {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.terr__header .bottom-bg {
	background-image: url("../../uploads/2024/09/terr-black-bg-top.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
}

.terr__a {
	position: relative;
	background-color: #231f20;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.terr__a h2 {
	font-size: clamp(0.0625rem, -0.52885rem + 3.15385vw, 2.625rem);
	color: #ffffff;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
	.terr__a h2 {
		font-size: clamp(0.0625rem, 0.05822rem + 6.84474vw, 2.625rem);
	}
}

.terr__a h2 .red {
	display: inline-block;
	color: #eb1c25;
}

.terr__a--text {
	font-family: "GothamXNarrowMedium", sans-serif;
	font-size: clamp(0.0625rem, -0.35577rem + 2.23077vw, 1.875rem);
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.93;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.terr__a--text {
		font-size: clamp(0.0625rem, 0.0601rem + 3.83973vw, 1.5rem);
	}
}

.terr__b {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
}

.terr__b .options {
	margin-top: 8rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.terr__b .options {
		margin-top: 4rem;
		align-items: start;
		flex-direction: column;
	}
}

.terr__b .options p {
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
	display: flex;
	align-items: center;
	font-family: "GothamXNarrowBold", sans-serif;
	font-weight: bold;
	line-height: 1.47;
	/* color: #eb1c25; */
	color: #000000;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	.terr__b .options p {
		font-size: clamp(0.0625rem, 0.05989rem + 4.17362vw, 1.625rem);
		width: 100%;
	}
}

.terr__b .options p.yellow {
	/* color: #fecd00; */
	color: #eb1c25;
}

.terr__b .options p img {
	margin-right: 1rem;
	max-width: 49px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.terr__b .options p img {
		margin-left: calc(1vw + 2em);
		max-width: calc(2vw + 2em);
	}
}

.terr__b .tooltip {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: 12px;
	fill: #231f20;
	visibility: hidden;
	pointer-events: none;
}

.terr__b .us-map {
	margin: 2rem auto 0;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
}

.terr__b .us-map svg {
	cursor: pointer;
}

.terr__b .us-map .state {
	fill: #ced0d1;
	stroke: #f2efed;
	stroke-width: 2;
	transition: fill 0.3s;
	position: relative;
	cursor: pointer;
}

.terr__b .us-map .state:hover {
	opacity: 0.8;
}

.terr__b .us-map .red-state {
	fill: #000000;
}

.terr__b .us-map .yellow-state {
	/* fill: #fecd00; */
	fill: #eb1c25;
}

.terr__b a.rona-link-button {
	position: relative;
	margin: 0 auto 2rem;
	z-index: 2;
}

.terr__b .top-bg {
	background-image: url("../../uploads/2024/09/terr-black-bg-bot.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: calc(2vw + 4em);
	width: 100%;
}

.terr__b .bottom-bg {
	background-image: url("../../uploads/2024/09/terr-black-bg-top-2.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(5vw + 5em);
	bottom: 0;
	width: 100%;
}

.terr__c {
	position: relative;
	background-color: #231f20;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.terr__c .terr-content {
	padding: 0 40px;
}

.terr__c h2 {
	font-size: clamp(0.0625rem, -0.52885rem + 3.15385vw, 2.625rem);
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 1rem;
	margin-left: 27vw;

	text-align: left;

}

@media screen and (max-width: 750px) {
	.terr__c h2 {
		font-size: clamp(0.0625rem, 0.05864rem + 6.17696vw, 2.375rem);
		margin: 1rem auto;
		line-height: 1.5;
		text-align: center;
	}
}

.terr__c h2 span {
	position: relative;
	color: #f9f8f5;
	bottom: -0.7rem;
	margin-left: 1.5rem;
	margin-right: 0.5rem;
}

@media screen and (max-width: 1000px) {
	.terr__c h2 span {
		bottom: -0.3rem;
	}
}

@media screen and (max-width: 750px) {
	.terr__c h2 span {
		font-size: clamp(0.0625rem, 0.05655rem + 9.51586vw, 3.625rem);
		margin-left: 0;
		margin-right: 0.3rem;
	}
}

.terr__c .planet {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	width: calc(16.7vw + 5em);
}

@media screen and (max-width: 1500px) {
	.terr__c .planet {
		left: 3rem;
	}
}

@media screen and (max-width: 750px) {
	.terr__c .planet {
		position: inherit;
		top: inherit;
		transform: inherit;
		width: 100%;
		max-width: 350px;
		padding-left: 1rem;
		padding-right: 1rem;
		text-align: center;
		margin: 1rem auto;
	}
}

@media screen and (max-width: 750px) {
	.terr__c .terr-content {
		display: flex;
		flex-direction: column;
	}
}

.terr__d {
	position: relative;
	background-color: #e91c24;
	padding-bottom: 6rem;
}

@media screen and (max-width: 750px) {
	.terr__d {
		padding-bottom: 10rem;
	}
}

.terr__d .top-bg {
	background-image: url("../../uploads/2024/09/terr-black-bg-bot-2.png");
	background-size: contain;
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	padding-top: calc(2vw + 4em);
	width: 100%;
	z-index: 1;
}

.terr__e {
	position: relative;
	background-color: #eb1c25;
	background-image: url("../../uploads/2024/09/terr-red-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(65vw + 5em);
}

@media screen and (max-width: 750px) {
	.terr__e {
		background-image: url("../../uploads/2024/09/terr-red-bg-m.jpg");
		height: calc(132vw + 5em);
	}
}

.terr__e h2 {
	font-size: clamp(0.0625rem, -0.6875rem + 4vw, 3.3125rem);
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.85;
	letter-spacing: normal;
	text-align: center;
	color: #231f20;
	transform: rotate(-8deg);
	font-style: italic;
	width: 32%;
	padding-top: 5rem;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.terr__e h2 {
		font-size: clamp(0.0625rem, 0.05822rem + 6.84474vw, 2.625rem);
		padding-top: 0;
		position: relative;
		width: 98%;
		top: -6rem;
	}
}

.terr__e ul {
	width: 32%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 1rem;
}

@media screen and (max-width: 750px) {
	.terr__e ul {
		width: 98%;
		top: calc(62vw + 5em);
		margin: 0;
		position: relative;
		z-index: 1;
	}
}

.terr__e ul li {
	text-align: center;
	transform: rotate(-8deg);
}

.terr__e a {
	/* Reset default link styles */
	text-decoration: none;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
	/* Styles */
	color: #ffffff;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.01562rem + 5.75vw, 4.375rem);
	line-height: 1.4;
	letter-spacing: normal;
}

@media screen and (max-width: 750px) {
	.terr__e a {
		font-size: clamp(0.0625rem, 0.05634rem + 9.84975vw, 3.75rem);
	}
}

.terr__e a:visited {
	color: #ffffff;
}

.terr__e a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -35px;
	background-image: url("../../uploads/2024/09/terr-yellow-hover.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease;
	transform: rotate(8deg) scale(1.1);
}

.terr__e a:hover:before, .terr__e a:focus:before {
	opacity: 1;
	z-index: 3;
}

.terr__f {
	background-color: #ba0909;
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
}

@media screen and (max-width: 750px) {
	.terr__f {
		padding-top: calc(34vw + 5em);
		padding-bottom: 0;
	}
	.terr__f--1 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.terr__f--2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.terr__f--2 .right {
		text-align: inherit;
		width: 100%;
	}
}

.terr__f .terr-content {
	margin-top: 4rem;
	max-width: 1250px;
}

@media screen and (max-width: 750px) {
	.terr__f .terr-content {
		margin-top: 3rem;
	}
}

.terr__f .left img {
	max-width: 612px;
	width: 100%;
	position: relative;
	bottom: -1rem;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.terr__f .left img {
		position: relative;
		z-index: 3;
	}
}

.terr__f .right {
	text-align: inherit;
}

.terr__f .right img {
	max-width: 623px;
	width: 100%;
	position: relative;
	bottom: 3.5rem;
	left: -3rem;
}

@media screen and (max-width: 750px) {
	.terr__f .right img {
		padding: 0 1rem;
		left: inherit;
		margin-top: 1rem;
		z-index: 3;
	}
}

.terr__f .box {
	max-width: 570px;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 750px) {
	.terr__f .box {
		max-width: inherit;
		padding: 0 1rem;
		margin-bottom: 1rem;
	}
}

.terr__f .box-right {
	justify-content: right;
}

@media screen and (max-width: 750px) {
	.terr__f .box-right {
		justify-content: center;
	}
}

.terr__f .box-right .box {
	z-index: 1;
	right: -4.1rem;
	top: -4rem;
}

@media screen and (max-width: 750px) {
	.terr__f .box-right .box {
		right: inherit;
		padding: 0;
		text-align: center;
	}
	.terr__f .box-right .box-content {
		padding-bottom: 5rem;
	}
}

.terr__f .box-left {
	justify-content: left;
}

@media screen and (max-width: 750px) {
	.terr__f .box-left {
		justify-content: center;
	}
}

.terr__f .box-left .box {
	left: -6rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.terr__f .box-left .box {
		left: inherit;
		padding: 0;
		text-align: center;
	}
}

.terr__f .box-content {
	background-color: #231f20;
	padding: 2.1rem;
}

@media screen and (max-width: 750px) {
	.terr__f .box-content {
		background-color: inherit;
		padding: 2rem;
		text-align: center;
	}
}

.terr__f .box-content p {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(0.0625rem, -0.41667rem + 2.55556vw, 1.5rem);
	line-height: 1.12;
	letter-spacing: 0.13px;
	color: #f9f8f5;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.terr__f .box-content p {
		font-size: 1rem;
	}
}

.terr__f .box-content .yellow {
	color: #fecd00;
}

.terr__f .box-content .bold {
	font-family: "GothamXNarrowBold", sans-serif;
}

.terr__f .rona-link-button {
	margin: 2rem 0 0 2rem;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 750px) {
	.terr__f .rona-link-button {
		font-size: clamp(0.0625rem, 0.05947rem + 4.8414vw, 1.875rem);
		margin: 0 auto 2rem;
	}
}

@media screen and (max-width: 750px) {
	.terr__f .image {
		padding: 0 1rem;
		text-align: center;
	}
}

.news {
	overflow: hidden;
}

.news-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.news__header {
	background-image: url("../../uploads/2024/09/news-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(46vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.news__header {
		background-image: url("../../uploads/2024/09/news-header-m.jpg");
		padding-top: calc(78vw + 5em);
	}
}

.news__header-content {
	position: absolute;
	width: auto;
	top: calc(10.4vw + 5em);
	left: calc(1.2vw + 4em);
	background-color: #ffffff;
	border-radius: 15px;
	padding: 4rem;
}

@media screen and (max-width: 1550px) {
	.news__header-content {
		padding: calc(1vw + 1em);
	}
}

@media screen and (max-width: 890px) {
	.news__header-content {
		top: calc(13.4vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.news__header-content {
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 0 3rem;
	}
}

@media screen and (max-width: 750px) and (max-width: 520px) {
	.news__header-content {
		margin: 0 1.5rem;
	}
}

@media screen and (max-width: 750px) {
	.news__header-content--img {
		text-align: center;
	}
}

.news__header-content--img:before, .news__header-content--img:after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.news__header-content--img:before {
	background-image: url("../../uploads/2024/09/news-chicken-top.png");
	width: calc( 500px - (500px * 45 / 100));
	height: calc( 273px - (273px * 45 / 100));
	top: -118px;
	left: 68%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1550px) {
	.news__header-content--img:before {
		width: calc(10vw + 5em);
		height: calc(5vw + 5em);
		top: calc(-1vw + -5em);
	}
}

@media screen and (max-width: 750px) {
	.news__header-content--img:before {
		width: 185px;
		height: 90px;
		top: -50px;
		transform: rotate(23deg);
		right: -100px;
		left: inherit;
	}
}

.news__header-content--img:after {
	background-image: url("../../uploads/2024/09/news-chicken-bot.png");
	width: calc( 343px - (343px * 45 / 100));
	height: calc( 500px - (500px * 45 / 100));
	bottom: -109px;
	left: -88px;
	z-index: 1;
}

@media screen and (max-width: 1550px) {
	.news__header-content--img:after {
		width: calc(5vw + 5em);
		height: calc(10vw + 5em);
		bottom: calc(1vw + -5em);
	}
}

@media screen and (max-width: 1130px) {
	.news__header-content--img:after {
		bottom: calc(3vw + -5em);
		height: calc(9vw + 5em);
	}
}

@media screen and (max-width: 750px) {
	.news__header-content--img:after {
		width: 127px;
		height: 148px;
		bottom: -64px;
		left: -62px;
		z-index: 2;
	}
}

.news__header-content--img h2 {
	font-size: clamp(0.0625rem, -0.60096rem + 3.53846vw, 2.9375rem);
	line-height: 0.91;
	text-align: left;
	margin: 0 0 1rem 0;
}

@media screen and (max-width: 750px) {
	.news__header-content--img h2 {
		font-size: clamp(0.0625rem, 0.05883rem + 5.86552vw, 2.625rem);
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	.news__header-red-box {
		background-color: #eb1c25;
		position: relative;
		padding: 3rem 0;
	}
	.news__header-red-box--bot-bg {
		position: relative;
	}
	.news__header-red-box--bot-bg .bottom-bg {
		background-image: url("../../uploads/2024/09/diff-red-bot-bg.png");
		background-size: contain;
		background-position: top;
		background-repeat: repeat-x;
		position: absolute;
		padding-top: 12rem;
		top: -2px;
		width: 100%;
		z-index: 1;
	}
}

@media screen and (max-width: 1550px) {
	.news__header--title {
		margin: 1rem 0;
	}
}

@media screen and (max-width: 750px) {
	.news__header--title {
		text-align: center;
	}
}

@media screen and (max-width: 520px) {
	.news__header--title {
		margin-top: 0;
	}
}

.news__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -0.86328rem + 4.9375vw, 5rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #231f20;
	line-height: 0;
	position: relative;
}

@media screen and (max-width: 750px) {
	.news__header--title .yellow {
		font-size: clamp(0.0625rem, 0.05678rem + 9.15594vw, 4.0625rem);
	}
}

.news__header--text {
	font-size: clamp(0.0625rem, -0.35577rem + 2.23077vw, 1.875rem);
	font-family: "GothamXNarrowMedium", sans-serif;
	font-weight: 500;
	line-height: 1.07;
	letter-spacing: 0.38px;
	color: #231f20;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.news__header--text {
		font-size: clamp(0.0625rem, 0.06044rem + 3.29041vw, 1.5rem);
	}
}

@media screen and (max-width: 520px) {
	.news__header--text br {
		display: none;
	}
}

.news__header--text strong {
	font-family: "GothamXNarrowBold", sans-serif;
}

.news__a {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (max-width: 1450px) {
	.news__a .news-content {
		padding: 0 2rem;
	}
}

.news__a--title {
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -0.86328rem + 4.9375vw, 5rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.79;
	letter-spacing: -2.11px;
	color: #231f20;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 3rem;
}

@media screen and (max-width: 750px) {
	.news__a--title {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.news__a-articles {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	justify-items: center;
	gap: 1.2rem;
	padding-bottom: 7rem;
}

@media screen and (max-width: 750px) {
	.news__a-articles {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

.news__a-articles .article {
	max-width: 450px;
	height: 470px;
}

@media screen and (max-width: 1030px) {
	.news__a-articles .article {
		height: 400px;
	}
}

.news__a-articles .article .image-box {
	position: relative;
	height: 50%;
	width: 100%;
	overflow: hidden;
}

.news__a-articles .article .image-box .title-box {
	position: absolute;
	bottom: 0;
	background-color: #231f20;
	padding: 0.6rem 1rem;
	width: 70%;
}

.news__a-articles .article .image-box .title-box p {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: 1.62em;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.98;
	letter-spacing: normal;
	color: #f9f8f5;
	margin: 0;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 750px) {
	.news__a-articles .article .image-box .title-box p {
		font-size: clamp(0.0625rem, 0.05989rem + 4.17362vw, 1.625rem);
	}
}

.news__a-articles .article .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__a-articles .article .text-box {
	height: 50%;
	width: 100%;
	padding: 1.5rem 1rem 1rem;
}

.news__a-articles .article .text-box p,
.news__a-articles .article .text-box a {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: 1.12em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.05;
	letter-spacing: 0.2px;
	color: #231f20;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.news__a-articles .article .text-box p,
	.news__a-articles .article .text-box a {
		font-size: clamp(0.625rem, 0.62417rem + 1.33556vw, 1.125rem);
	}
}

.news__a-articles .article .text-box p {
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news__a-articles .article .text-box strong {
	font-family: "GothamXNarrowMedium", sans-serif;
	font-weight: 500;
}

.news__a-articles .article .text-box .info {
	margin-top: 1.5rem;
}

@media screen and (max-width: 750px) {
	.news__a-articles .article .text-box .info {
		margin-top: 1rem;
	}
}

.news__a-articles .article .text-box .info a,
.news__a-articles .article .text-box .info p {
	height: inherit;
	color: #eb1c25;
	font-family: "GothamXNarrowMedium", sans-serif;
	font-weight: 500;
}

.news__a-articles .article .text-box .info a {
	font-family: "GothamXNarrowBold", sans-serif;
}

.news__a .bottom-bg {
	background-image: url("../../uploads/2024/09/yellow-top-bg.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
}

.news__b {
	position: relative;
	background-color: #f8cd02;
	padding-top: 2rem;
	padding-bottom: 5rem;
}

.news__b--title {
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -0.86328rem + 4.9375vw, 5rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.79;
	letter-spacing: -2.11px;
	color: #231f20;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media screen and (max-width: 1450px) {
	.news__b--title {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 750px) {
	.news__b--title {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.news__b-awards {
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.news__b-awards {
		display: none;
	}
}

.news__b-awards img {
	max-width: 190px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.news__b-awards img {
		max-width: 150px;
	}
}

@media screen and (max-width: 890px) {
	.news__b-awards img {
		max-width: 110px;
	}
}

@media screen and (min-width: 750px) {
	.news__b-slider {
		display: none;
	}
}

.news__b-slider .rona-slider swiper-slide {
	text-align: center;
}

.news__b-slider .rona-slider swiper-slide img {
	max-width: 150px;
	width: 100%;
}

.news__b-slider-pagination {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.news__b-slider-pagination .swiper-pagination-bullet {
	background: #231f20;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.news__b-slider-pagination .swiper-pagination-bullet-active {
	background: #231f20;
}

.blog {
	overflow: hidden;
}

.blog-content {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.blog__header {
	background-image: url("../../uploads/2025/04/blog-header.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: calc(22vw + 5em);
	position: relative;
}

@media screen and (max-width: 750px) {
	.blog__header {
		background-image: url("../../uploads/2025/04/blog-header-m.jpg");
		padding-top: calc(50vw + 5em);
	}
}

.blog__header-content {
	position: absolute;
	width: 100%;
	top: calc(10.4vw + 5em);
}

@media screen and (max-width: 750px) {
	.blog__header-content {
		top: calc(26vw + 5em);
	}
}

.blog__header--title {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: clamp(0.0625rem, -0.80469rem + 4.625vw, 4.6875rem);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f9f8f5;
	margin: 0;
	line-height: 0.8;
}

@media screen and (max-width: 750px) {
	.blog__header--title {
		font-size: clamp(0.0625rem, 0.0577rem + 7.67947vw, 2.9375rem);
	}
}

.blog__header--title .yellow {
	display: inline-block;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.14102rem + 6.41875vw, 6.48125rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.3rem;
	color: #fecd00;
	position: relative;
	top: 6px;
	margin-left: 0.6rem;
}

@media screen and (max-width: 1200px) {
	.blog__header--title .yellow {
		top: 3px;
	}
}

@media screen and (max-width: 750px) {
	.blog__header--title .yellow {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.blog__a {
	background-image: url("../../uploads/2024/09/home-bg-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-bottom: 8rem;
}

@media screen and (max-width: 1450px) {
	.blog__a .blog-content {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 750px) {
	.blog__a {
		padding-bottom: 5rem;
	}
}

.blog__a--title {
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -0.86328rem + 4.9375vw, 5rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.79;
	letter-spacing: -2.11px;
	color: #231f20;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 3rem;
}

@media screen and (max-width: 750px) {
	.blog__a--title {
		font-size: clamp(0.0625rem, 0.05582rem + 10.68447vw, 4.0625rem);
	}
}

.blog__a-articles {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	justify-items: center;
	gap: 1.2rem;
	align-items: stretch;
}

@media screen and (max-width: 750px) {
	.blog__a-articles {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

.blog__a-articles .article {
	max-width: 450px;
}

.blog__a-articles .article .image-box {
	position: relative;
	height: 50%;
	width: 100%;
}

.blog__a-articles .article .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-width: 450px;
}

@media screen and (max-width: 500px) {
	.blog__a-articles .article .image-box img {
		min-width: inherit;
	}
}

.blog__a-articles .article .title-box {
	padding: 1.5rem 1rem 1rem;
}

.blog__a-articles .article .title-box p {
	font-family: "GothamXNarrowBold", sans-serif;
	font-size: 1.62em;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.98;
	letter-spacing: normal;
	color: #231f20;
	margin: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 750px) {
	.blog__a-articles .article .title-box p {
		font-size: clamp(0.0625rem, 0.05989rem + 4.17362vw, 1.625rem);
	}
}

.blog__a-articles .article .text-box {
	height: 50%;
	width: 100%;
	padding: 0.1rem 1rem 1rem;
}

.blog__a-articles .article .text-box p,
.blog__a-articles .article .text-box a {
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: 1.12em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.05;
	letter-spacing: 0.2px;
	color: #231f20;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.blog__a-articles .article .text-box p,
	.blog__a-articles .article .text-box a {
		font-size: clamp(0.625rem, 0.62417rem + 1.33556vw, 1.125rem);
	}
}

.blog__a-articles .article .text-box p {
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog__a-articles .article .text-box strong {
	font-family: "GothamXNarrowMedium", sans-serif;
	font-weight: 500;
}

.blog__a-articles .article .text-box .info {
	margin-top: 1.5rem;
}

@media screen and (max-width: 750px) {
	.blog__a-articles .article .text-box .info {
		margin-top: 1rem;
	}
}

.blog__a-articles .article .text-box .info a,
.blog__a-articles .article .text-box .info p {
	height: inherit;
	color: #eb1c25;
	font-family: "GothamXNarrowMedium", sans-serif;
	font-weight: 500;
}

.blog__a-articles .article .text-box .info a {
	font-family: "GothamXNarrowBold", sans-serif;
}

.blog__a .rona-link-button {
	margin-left: 0;
}

.blog__a .bottom-bg {
	background-image: url("../../uploads/2025/04/blog-bg-botton.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	padding-bottom: calc(2vw + 5em);
	bottom: 0;
	width: 100%;
	z-index: 1;
}

/* Single Post Styles */
.single-post-container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 1rem;
}

.single-post .post {
	min-height: 100vh;
}

.single-post .post-header-image {
	width: 100%;
	position: relative;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 3px 3px 15px black;
}

.single-post .post-header-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

.single-post .post-title {
	z-index: 1;
	line-height: 1.1;
	font-family: "FierceVector", sans-serif;
	font-size: clamp(0.0625rem, -1.125rem + 6.33333vw, 4.8125rem);
	font-weight: normal;
	color: #fecd00;
	text-align: center;
	padding: 0 1rem;
}

@media screen and (max-width: 750px) {
	.single-post .post-title {
		font-size: clamp(0.0625rem, 0.05728rem + 8.34725vw, 3.1875rem);
	}
}

.single-post .post-content {
	margin: 1rem 0;
	line-height: 1.6;
	font-size: 1.1rem;
}

.single-post .post-navigation {
	display: flex;
	justify-content: space-between;
	margin: 1.2rem 0;
	font-size: 1rem;
}

.single-post .post a {
	text-decoration: none;
	color: #eb1c25;
}

.single-post .post a:hover {
	text-decoration: underline;
	color: #fecd00;
}

.single-post .post p {
	margin: inherit;
}

.single-post .post ul,
.single-post .post ol {
	margin: 0 0 1em 1em;
}

.single-post .post ul {
	margin: 0;
}

.single-post .post ul > li,
.single-post .post ol > li {
	margin-bottom: 1.5em;
	font-family: "GothamXNarrowBook", sans-serif;
	font-size: clamp(1rem, 1.44vw, 1.56rem);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: -0.4px;
	margin: 0;
}

.single-post .prev-post {
	text-align: left;
}

.single-post .next-post {
	text-align: right;
}

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

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

/*# sourceMappingURL=style.css.map */