@charset "UTF-8";
/*!
Theme Name: wpe2025
Theme URI: http://underscores.me/
Author: Roman Himadinov
Author URI: https://ronastudio.com/
Description: Woof Play Eat
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: wpe2025
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.

wpe2025 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.
 */
@import url("https://use.typekit.net/ksb0pmf.css");
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
--------------------------------------------- */
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;
}

h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: 2.38px;
	color: #1E4598;
	font-stretch: normal;
	font-style: normal;
	font-size: clamp(0.0625rem, -1.02344rem + 5.79167vw, 4.40625rem);
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: clamp(0.0625rem, 0.05726rem + 8.38548vw, 4.25rem);
	}
}

@media screen and (max-width: 430px) {
	h1 {
		font-size: clamp(0.0625rem, 0.05411rem + 13.42685vw, 4.25rem);
	}
}

h2 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: 2.38px;
	color: #74AADB;
	font-stretch: normal;
	font-style: normal;
	font-size: clamp(0.0625rem, -0.85156rem + 4.875vw, 3.71875rem);
}

@media screen and (max-width: 800px) {
	h2 {
		font-size: clamp(0.0625rem, 0.05792rem + 7.32165vw, 3.71875rem);
	}
}

@media screen and (max-width: 430px) {
	h2 {
		font-size: clamp(0.0625rem, 0.05574rem + 10.82164vw, 3.4375rem);
	}
}

h3 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: 2.38px;
	color: #1E4598;
	font-stretch: normal;
	font-style: normal;
	font-size: clamp(0.0625rem, -0.85156rem + 4.875vw, 3.71875rem);
}

@media screen and (max-width: 800px) {
	h3 {
		font-size: clamp(0.0625rem, 0.05792rem + 7.32165vw, 3.71875rem);
	}
}

@media screen and (max-width: 430px) {
	h3 {
		font-size: clamp(0.0625rem, 0.05574rem + 10.82164vw, 3.4375rem);
	}
}

h4 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 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: #0d1225;
}

p {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	color: #0d1225;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	p {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
	}
}

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

p strong {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
}

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:focus, button:active, button:focus-visible,
input[type='button']:focus,
input[type='button']:active,
input[type='button']:focus-visible,
input[type='reset']:focus,
input[type='reset']:active,
input[type='reset']:focus-visible,
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit']:focus-visible {
	outline: none;
	background-color: transparent;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}

.rona-link-button, .contact__a-form .externalform-button,
.contact__a-form .wpcf7-submit.externalform-button {
	font-family: "futura-pt-bold", sans-serif;
	letter-spacing: normal;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	width: fit-content;
	padding: 0.601em 0.89em;
	transition: 0.5s;
	background-size: 200% auto;
	color: #ffffff;
	display: inline-flex;
	box-shadow: 0px 0px 14px -7px #1E4598;
	background-image: linear-gradient(45deg, #1E4598 0%, #1E4598 51%, #1E4598 100%);
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border-radius: 3rem;
	margin: 2rem auto;
	text-align: center;
	line-height: 0.92;
	text-transform: uppercase;
	align-items: center;
	gap: 5px;
	font-size: clamp(0.0625rem, -0.22187rem + 1.51667vw, 1.2rem);
}

@media screen and (max-width: 800px) {
	.rona-link-button, .contact__a-form .externalform-button,
	.contact__a-form .wpcf7-submit.externalform-button {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00375vw, 1.5625rem);
	}
}

@media screen and (max-width: 430px) {
	.rona-link-button, .contact__a-form .externalform-button,
	.contact__a-form .wpcf7-submit.externalform-button {
		font-size: clamp(0.0625rem, 0.05949rem + 4.80962vw, 1.5625rem);
	}
}

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

.rona-link-button:active, .contact__a-form .externalform-button:active {
	transform: scale(0.95);
}

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

.rona-link-button-icon {
	width: 28.1px;
	height: 26.6px;
	object-fit: contain;
}

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

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: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #F1C916;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-header.jpg");
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: repeat;
}

.site-branding img {
	max-width: 130px;
	width: 100%;
}

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

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

.main-navigation {
	background-color: #1E4598;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0.3rem;
}

@media screen and (max-width: 890px) {
	.main-navigation {
		background-color: transparent;
		position: absolute;
		top: 2.5rem;
		left: 1rem;
		display: block;
		width: 30px;
		height: 20px;
		overflow: hidden;
		padding: 0;
	}
}

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

.main-navigation ul li {
	position: relative;
	list-style: none;
}

@media screen and (max-width: 890px) {
	.main-navigation ul li {
		line-height: 2;
	}
}

.main-navigation ul li:before {
	content: '•';
	color: #ffffff;
	position: absolute;
	left: -1.05rem;
	top: -0.07em;
	line-height: 0.9;
	font-size: clamp(0.0625rem, -0.35938rem + 2.25vw, 1.75rem);
}

@media screen and (max-width: 890px) {
	.main-navigation ul li:before {
		content: '-';
		left: 50%;
		transform: translateX(-50%);
		top: -2rem;
		font-size: 60px;
		font-weight: 100;
	}
}

.main-navigation ul li:first-child::before {
	content: none;
}

.main-navigation ul a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	padding-left: 0.5rem;
	padding-right: 2rem;
	transition: color 0.3s ease;
	font-size: clamp(0.0625rem, -0.22187rem + 1.51667vw, 1.2rem);
}

@media screen and (max-width: 890px) {
	.main-navigation ul a {
		font-size: 37.5px;
		padding: 0;
		line-height: inherit;
	}
}

@media screen and (max-width: 330px) {
	.main-navigation ul a {
		font-size: clamp(0.0625rem, 0.05678rem + 9.14787vw, 2.34375rem);
	}
}

.main-navigation ul a:hover {
	color: #74AADB;
}

@media screen and (max-width: 890px) {
	.main-navigation ul a:hover {
		color: #FFF1A0;
	}
}

.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: #74AADB;
}

@media screen and (max-width: 890px) {
	.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: #FFF1A0;
	}
}

.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: #aa1f2e;
	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: #0d1225;
	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: #297151;
		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: #ffffff;
	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: #aa1f2e;
}

/* 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,
	.main-navigation.hiding .menu-main-menu-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #F1C916;
		align-items: center;
		z-index: 1000;
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
	.main-navigation.hiding .menu-main-menu-container {
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
	}
}

.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;
	z-index: 1001;
}

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

.menu-toggle .line {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	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;
}

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

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

.mobile-logo {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-30%, -50%);
	width: 300px;
}

@media screen and (max-width: 400px) {
	.mobile-logo {
		width: 250px;
	}
}

@media screen and (max-width: 350px) {
	.mobile-logo {
		width: 200px;
	}
}

.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: 315px) {
	.mobile-button {
		font-size: 10px;
	}
}

.no-scroll {
	overflow: hidden;
}

@media screen and (max-width: 890px) {
	#primary-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
	}
}

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

@media screen and (max-width: 800px) {
	.rona-footer {
		flex-direction: column;
		align-items: center;
		padding: 1.5rem 1rem;
	}
}

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

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

@media screen and (max-width: 800px) {
	.rona-footer-logo {
		width: 200px;
	}
}

.rona-footer-icons {
	margin-top: 0.5rem;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.rona-footer-icons {
		padding: 0.8rem 0;
	}
}

.rona-footer-icons img {
	width: 23px;
	margin: 0 6px;
	transition: filter 0.3s ease, transform 0.3s ease;
	filter: brightness(0) invert(1);
}

.rona-footer-icons img:hover {
	filter: brightness(1.05) sepia(100%) saturate(800%) hue-rotate(10deg);
	transform: translateY(-2px);
}

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

@media screen and (max-width: 800px) {
	.rona-footer ul {
		flex-direction: column;
		white-space: nowrap;
		flex-wrap: wrap;
		gap: 0.7rem;
	}
}

.rona-footer ul li {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.rona-footer ul li:before {
	content: '|';
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	left: -0.7rem;
	top: -0.1rem;
	line-height: 1;
	font-size: clamp(0.0625rem, -0.14062rem + 1.08333vw, 0.875rem);
}

@media screen and (max-width: 800px) {
	.rona-footer ul li:before {
		content: none;
	}
}

.rona-footer ul li:first-child::before {
	content: none;
}

.rona-footer ul li a {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: clamp(0.0625rem, -0.14062rem + 1.08333vw, 0.875rem);
}

@media screen and (max-width: 800px) {
	.rona-footer ul li a {
		font-size: clamp(0.0625rem, 0.06148rem + 1.62703vw, 0.875rem);
	}
}

@media screen and (max-width: 430px) {
	.rona-footer ul li a {
		font-size: clamp(0.0625rem, 0.06087rem + 2.60521vw, 0.875rem);
	}
}

.rona-footer ul li a:hover, .rona-footer ul li a:active {
	color: #74AADB;
}

.rona-footer ul li.current-menu-item > a,
.rona-footer ul li.current_page_item > a {
	color: #74AADB;
}

.rona-footer-mail {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
	padding-bottom: 0.3rem;
	display: block;
	font-size: clamp(0.0625rem, -0.14062rem + 1.08333vw, 0.875rem);
}

@media screen and (max-width: 800px) {
	.rona-footer-mail {
		font-size: clamp(0.0625rem, 0.06148rem + 1.62703vw, 0.875rem);
		color: #74AADB;
		padding-bottom: 1rem;
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	.rona-footer-mail {
		font-size: clamp(0.0625rem, 0.06087rem + 2.60521vw, 0.875rem);
	}
}

.rona-footer-mail:hover, .rona-footer-mail:active, .rona-footer-mail:visited, .rona-footer-mail:focus {
	color: #74AADB;
}

@media screen and (max-width: 800px) {
	.rona-footer-mail:hover, .rona-footer-mail:active, .rona-footer-mail:visited, .rona-footer-mail:focus {
		color: #ffffff;
	}
}

@media screen and (max-width: 800px) {
	.rona-footer-menu-2 {
		margin-top: 0.7rem;
	}
}

.rona-footer-menu-2 ul {
	flex-direction: column;
	align-items: end;
	gap: 0.3rem;
}

@media screen and (max-width: 800px) {
	.rona-footer-menu-2 ul {
		white-space: nowrap;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.7rem;
	}
}

.rona-footer-menu-2 ul li:before {
	content: none;
}

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

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

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

.rona-footer-content-copy {
	font-size: 0.7rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #ffffff;
	letter-spacing: inherit;
	padding: 0.5rem 1rem;
	text-align: center;
	background-color: #1E4598;
}

@media screen and (max-width: 800px) {
	.rona-footer-content-copy {
		text-align: center;
	}
}

.rona-footer-top {
	align-items: center;
	background-color: #74AADB;
	padding: 2rem;
}

@media screen and (max-width: 800px) {
	.rona-footer-top {
		display: flex;
		gap: 1rem;
		padding: 1rem;
	}
	.rona-footer-top .row-1 {
		order: 2;
		justify-content: center;
		display: flex;
	}
	.rona-footer-top .row-2 {
		order: 1;
	}
	.rona-footer-top .row-3 {
		order: 3;
	}
}

.rona-footer-top-title {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	line-height: 0.94;
	color: #ffffff;
	font-size: clamp(0.0625rem, -0.22187rem + 1.51667vw, 1.2rem);
}

@media screen and (max-width: 800px) {
	.rona-footer-top-title {
		font-size: clamp(0.0625rem, 0.06108rem + 2.27785vw, 1.2rem);
		white-space: nowrap;
	}
}

@media screen and (max-width: 430px) {
	.rona-footer-top-title {
		font-size: clamp(0.0625rem, 0.06022rem + 3.64729vw, 1.2rem);
	}
}

.rona-footer-top-title--blue {
	color: #1E4598;
}

.rona-footer-top-text {
	color: #1E4598;
	font-size: 12px;
}

.rona-footer-top-text.pt-1 {
	padding-top: 0.5rem;
}

@media screen and (max-width: 800px) {
	.rona-footer-top-text.pt-1 {
		padding-top: 0.3rem;
	}
}

.rona-footer-address-icon {
	max-width: 30.2px;
	width: 2vw;
	height: auto;
	position: relative;
	bottom: 0.1rem;
	right: 0.5rem;
	float: left;
}

@media screen and (max-width: 800px) {
	.rona-footer-address-icon {
		width: 6vw;
	}
}

.rona-footer-address-link {
	text-decoration: none;
}

.rona-footer-width-20 {
	width: 20%;
}

@media screen and (max-width: 800px) {
	.rona-footer-width-20 {
		width: 100%;
	}
}

.rona-footer-width-25 {
	width: 25%;
}

@media screen and (max-width: 800px) {
	.rona-footer-width-25 {
		width: 100%;
	}
}

.rona-footer-width-50 {
	width: 50%;
}

@media screen and (max-width: 800px) {
	.rona-footer-width-50 {
		width: 100%;
	}
}

.rona-footer-width-60 {
	width: 60%;
}

@media screen and (max-width: 800px) {
	.rona-footer-width-60 {
		width: 100%;
	}
}

.rona-footer .text-left {
	text-align: left;
}

.rona-footer .text-right {
	text-align: right;
}

@media screen and (max-width: 800px) {
	.rona-footer .text-right {
		text-align: center;
	}
}

.rona-footer .text-center {
	text-align: center;
}

.rona-footer .flex-box {
	display: flex;
}

.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: #4175BA;
	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: #F1C916;
	position: absolute;
	top: -22px;
	right: -30px;
	font-size: 35px;
	font-weight: bold;
	transition: color 0.3s ease-in-out;
}

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

.rona-video-modal-close:hover, .rona-video-modal-close:focus {
	color: #aa1f2e;
	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-img-box, .dd__header-img-box, .blog__header-img-box, .ac__b-right, .ac__c-left, .ac__c-right {
	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;
}

.rona-text-part {
	display: inline-block;
	position: relative;
	transform: translateX(0);
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.rona-text-part.left {
	transform: translateX(-200%);
	animation-name: slide-in-left;
}

.rona-text-part.right {
	transform: translateX(200%);
	animation-name: slide-in-right;
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-200%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes slide-in-right {
	0% {
		transform: translateX(200%);
	}
	100% {
		transform: translateX(0);
	}
}

.rona-shadow--white {
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 800px) {
	.rona-shadow--white {
		text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4);
	}
}

.rona-shadow--black {
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.rona-shadow--foggy {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1);
}

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

@media screen and (max-width: 800px) {
	.rona-grid {
		grid-template-columns: 100%;
	}
}

.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: 800px) {
	.web-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

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

.home__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	.home__header {
		flex-direction: column-reverse;
	}
}

.home__header-img {
	max-width: 400px;
	width: 100%;
	height: auto;
	border-radius: 11%;
	display: block;
}

@media screen and (max-width: 800px) {
	.home__header-img {
		max-width: inherit;
		border-radius: inherit;
	}
}

.home__header-img-box {
	flex: 0 0 35%;
	padding: 4rem 0 5rem;
	position: relative;
}

.home__header-img-box:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -12px;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-paws.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: 100px;
	max-height: 115px;
	z-index: 1;
}

.home__header .rona-link-button, .home__header .contact__a-form .externalform-button, .contact__a-form .home__header .externalform-button {
	margin: 1rem 0;
}

.home__header-text-box {
	flex: 0 0 40%;
	text-align: left;
	padding-left: 1rem;
}

@media screen and (max-width: 800px) {
	.home__header-text-box {
		padding-left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.home__header-text-box h1 {
	margin: 0;
	margin-top: -1rem;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.82;
	font-size: clamp(0.0625rem, -1.78125rem + 9.83333vw, 7.4375rem);
}

@media screen and (max-width: 800px) {
	.home__header-text-box h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05327rem + 14.76846vw, 7.4375rem);
	}
}

@media screen and (max-width: 430px) {
	.home__header-text-box h1 {
		font-size: clamp(0.0625rem, 0.04772rem + 23.64729vw, 7.4375rem);
	}
}

.home__header-text-box h1 span {
	display: block;
}

.home__header-text-box h1 .woof {
	color: #74AADB;
}

.home__header-text-box h1 .play {
	color: #4175BA;
}

.home__header-text-box h1 .eat {
	color: #1E4598;
}

.home__header-sub-title {
	margin-top: 1rem;
	color: #1E4598;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	font-size: clamp(0.0625rem, -0.29688rem + 1.91667vw, 1.5rem);
}

@media screen and (max-width: 800px) {
	.home__header-sub-title {
		font-size: clamp(0.0625rem, 0.0607rem + 2.8786vw, 1.5rem);
		white-space: nowrap;
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 430px) {
	.home__header-sub-title {
		font-size: clamp(0.0625rem, 0.05962rem + 4.60922vw, 1.5rem);
	}
}

.home__header-mobile {
	justify-content: center;
	flex-direction: column;
	display: flex;
	padding: 3rem 0 0;
}

.home__header-mobile .rona-link-button, .home__header-mobile .contact__a-form .externalform-button, .contact__a-form .home__header-mobile .externalform-button {
	margin: 0 auto -21px;
	z-index: 1;
}

@media screen and (max-width: 430px) {
	.home__header-mobile .rona-link-button, .home__header-mobile .contact__a-form .externalform-button, .contact__a-form .home__header-mobile .externalform-button {
		margin: 0 auto -24px;
	}
}

@keyframes scroll-background {
	0% {
		background-position: 100% 0;
		@media screen and (max-width: 800px) {
			background-position: 150% 0;
		}
	}
	100% {
		background-position: 0% 0;
	}
}

.home-yellow-bar, .home-blue-bar {
	width: 100%;
	height: 32.7px;
	background-color: #F1C916;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-yellow-bar.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	animation: scroll-background 30s linear infinite;
}

@media screen and (max-width: 800px) {
	.home-yellow-bar, .home-blue-bar {
		width: 150%;
		animation: scroll-background 15s linear infinite;
	}
}

.home-yellow-bar-wrapper, .home-blue-bar-wrapper {
	overflow: hidden;
}

.home-blue-bar {
	width: 150%;
	background-color: #2858a7;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-blue-bar.jpg");
	animation: scroll-background 15s linear infinite;
}

@media screen and (min-width: 800px) {
	.home-blue-bar {
		display: none;
	}
}

.home-blue-bar-wrapper {
	overflow: hidden;
}

.home__a {
	position: relative;
	width: 100%;
	background-color: #1E4598;
	overflow: hidden;
	padding: 3rem 0 4rem;
}

.home__a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-blue-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: 202px;
	max-height: 240px;
	z-index: 1;
}

.home__a:after {
	content: '';
	position: absolute;
	bottom: 1rem;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-blue-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: 210px;
	max-height: 257px;
	z-index: 1;
}

.home__a-title, .home__a-sub-title {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.88;
	letter-spacing: 2.62px;
	color: #ffffff;
	text-align: center;
	font-size: clamp(0.0625rem, -0.94687rem + 5.38333vw, 4.1rem);
}

@media screen and (max-width: 800px) {
	.home__a-title, .home__a-sub-title {
		font-size: clamp(0.0625rem, 0.05745rem + 8.08511vw, 4.1rem);
	}
}

.home__a-sub-title {
	letter-spacing: 1.76px;
	color: #F1C916;
	margin-bottom: 1rem;
	font-size: clamp(0.0625rem, -0.61094rem + 3.59167vw, 2.75625rem);
}

@media screen and (max-width: 800px) {
	.home__a-sub-title {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
	}
}

.home__a-text-title {
	color: #ffffff;
	text-align: center;
	font-size: clamp(0.0625rem, -0.33281rem + 2.10833vw, 1.64375rem);
}

@media screen and (max-width: 800px) {
	.home__a-text-title {
		font-size: clamp(0.0625rem, 0.06052rem + 3.16646vw, 1.64375rem);
		padding-bottom: 0.5rem;
	}
}

@media screen and (max-width: 430px) {
	.home__a-text-title {
		font-size: clamp(0.0625rem, 0.05933rem + 5.07014vw, 1.64375rem);
	}
}

.home__a-text {
	color: #ffffff;
	text-align: center;
}

.home__a-button-box {
	padding-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}

@media screen and (max-width: 800px) {
	.home__a-button-box {
		flex-wrap: wrap;
	}
}

.home__a-button-box .rona-link-button, .home__a-button-box .contact__a-form .externalform-button, .contact__a-form .home__a-button-box .externalform-button {
	color: #1E4598;
	margin: 0;
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
	font-size: clamp(0.0625rem, -0.22656rem + 1.54167vw, 1.21875rem);
}

@media screen and (max-width: 800px) {
	.home__a-button-box .rona-link-button, .home__a-button-box .contact__a-form .externalform-button, .contact__a-form .home__a-button-box .externalform-button {
		font-size: clamp(0.0625rem, 0.06105rem + 2.31539vw, 1.21875rem);
	}
}

@media screen and (max-width: 430px) {
	.home__a-button-box .rona-link-button, .home__a-button-box .contact__a-form .externalform-button, .contact__a-form .home__a-button-box .externalform-button {
		font-size: clamp(0.0625rem, 0.06018rem + 3.70741vw, 1.21875rem);
	}
}

.home__a-button-box .rona-link-button.btn-1, .home__a-button-box .contact__a-form .btn-1.externalform-button, .contact__a-form .home__a-button-box .btn-1.externalform-button {
	box-shadow: 0px 0px 14px -7px #fffef6;
	background-image: linear-gradient(45deg, #fffef6 0%, #fffef6 51%, #fffef6 100%);
}

.home__a-button-box .rona-link-button.btn-2, .home__a-button-box .contact__a-form .btn-2.externalform-button, .contact__a-form .home__a-button-box .btn-2.externalform-button {
	box-shadow: 0px 0px 14px -7px #FFF1A0;
	background-image: linear-gradient(45deg, #FFF1A0 0%, #FFF1A0 51%, #FFF1A0 100%);
}

.home__a-button-box .rona-link-button.btn-3, .home__a-button-box .contact__a-form .btn-3.externalform-button, .contact__a-form .home__a-button-box .btn-3.externalform-button {
	box-shadow: 0px 0px 14px -7px #FBE03F;
	background-image: linear-gradient(45deg, #FBE03F 0%, #FBE03F 51%, #FBE03F 100%);
}

.home__a-button-box .rona-link-button.btn-4, .home__a-button-box .contact__a-form .btn-4.externalform-button, .contact__a-form .home__a-button-box .btn-4.externalform-button {
	box-shadow: 0px 0px 14px -7px #F1C916;
	background-image: linear-gradient(45deg, #F1C916 0%, #F1C916 51%, #F1C916 100%);
}

.home__b {
	overflow: hidden;
}

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

.home__b-title, .home__b-sub-title {
	text-align: left;
}

.home__b-sub-title {
	color: #1E4598;
}

.home__b-text-title {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	color: #F1C916;
	line-height: 0.96;
	padding: 1.2rem 0;
	font-size: clamp(0.0625rem, -0.35938rem + 2.25vw, 1.75rem);
}

@media screen and (max-width: 800px) {
	.home__b-text-title {
		font-size: clamp(0.0625rem, 0.06039rem + 3.37922vw, 1.75rem);
	}
}

@media screen and (max-width: 430px) {
	.home__b-text-title {
		font-size: clamp(0.0625rem, 0.05912rem + 5.41082vw, 1.75rem);
	}
}

.home__b-img {
	background-color: #1E4598;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-dog.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1000 / 884;
	margin-top: -1px;
}

@media screen and (max-width: 800px) {
	.home__b-img {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-dog-m.jpg");
		aspect-ratio: 800 / 468;
		margin-top: 3rem;
	}
}

.home__c {
	background-color: #1E4598;
	overflow: hidden;
}

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

.home__c-title {
	margin: 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 800;
	line-height: 1.2;
	color: #F1C916;
	text-align: center;
	font-size: clamp(0.0625rem, -0.25625rem + 1.7vw, 1.3375rem);
}

@media screen and (max-width: 800px) {
	.home__c-title {
		font-size: clamp(0.0625rem, 0.0609rem + 2.55319vw, 1.3375rem);
		line-height: 0.9;
		letter-spacing: inherit;
	}
}

@media screen and (max-width: 430px) {
	.home__c-title {
		font-size: clamp(0.0625rem, 0.05887rem + 5.81162vw, 1.875rem);
	}
}

.home__c-title .thin {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 430px) {
	.home__c-title .thin {
		font-size: clamp(0.0625rem, 0.05949rem + 4.80962vw, 1.5625rem);
	}
}

.home__c-img {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-glass-bg.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1000 / 893;
	margin-top: -1px;
}

@media screen and (max-width: 800px) {
	.home__c-img {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-glass-bg-m.jpg");
		aspect-ratio: 800 / 522;
	}
}

.home__c-features {
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.home__c .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 0.3rem;
}

.home__c .feature-icon {
	width: 27px;
	height: auto;
	position: relative;
	bottom: -3px;
	right: 2px;
}

@media screen and (max-width: 800px) {
	.home__c .feature-icon {
		width: 37px;
		bottom: -25px;
	}
}

.home__c .feature-icon--2 {
	width: 22px;
}

@media screen and (max-width: 800px) {
	.home__c .feature-icon--2 {
		width: 32px;
		margin-right: 4px;
	}
}

.home__c .feature-icon--3 {
	width: 24px;
	bottom: -5px;
}

@media screen and (max-width: 800px) {
	.home__c .feature-icon--3 {
		width: 34px;
		bottom: -27px;
	}
}

.home__c .feature-text h3 {
	margin: 0;
	color: #fffef6;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'wdth' 71, 'slnt' 0;
	line-height: 1.5;
	font-size: clamp(0.0625rem, -0.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.home__c .feature-text h3 {
		font-size: clamp(0.0625rem, 0.06082rem + 2.69086vw, 1.40625rem);
		letter-spacing: inherit;
	}
}

@media screen and (max-width: 430px) {
	.home__c .feature-text h3 {
		font-size: clamp(0.0625rem, 0.05981rem + 4.30862vw, 1.40625rem);
	}
}

.home__c .feature-text p {
	color: #fffef6;
}

@media screen and (max-width: 800px) {
	.home__c .feature-text p {
		padding-left: 2.5rem;
	}
}

.home__c .rona-link-button, .home__c .contact__a-form .externalform-button, .contact__a-form .home__c .externalform-button {
	margin: 0.5rem auto;
}

@media screen and (max-width: 800px) {
	.home__c .rona-link-button, .home__c .contact__a-form .externalform-button, .contact__a-form .home__c .externalform-button {
		margin: 2rem auto 3rem;
	}
}

@media screen and (max-width: 800px) {
	.home__c .rona-grid {
		display: flex;
		flex-direction: column-reverse;
	}
}

.home__d {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-yellow-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home__d.rona-grid {
	grid-template-columns: 45% 55%;
	gap: 2rem;
}

.home__d .rona-center, .home__d .home__header-img-box, .home__d .dd__header-img-box, .home__d .blog__header-img-box, .home__d .ac__b-right, .home__d .ac__c-left, .home__d .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 800px) {
	.home__d .rona-center, .home__d .home__header-img-box, .home__d .dd__header-img-box, .home__d .blog__header-img-box, .home__d .ac__b-right, .home__d .ac__c-left, .home__d .ac__c-right {
		justify-content: center;
		width: inherit;
		padding: 3rem 0;
	}
}

.home__d-title, .home__d-sub-title {
	color: #ffffff;
	text-align: left;
}

.home__d-sub-title {
	color: #1E4598;
	margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
	.home__d-img {
		display: none;
	}
}

.home__d-img img {
	max-height: 500px;
	transform: scale(1.3);
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: -2rem;
	z-index: 1;
}

.home__d .rona-link-button, .home__d .contact__a-form .externalform-button, .contact__a-form .home__d .externalform-button {
	margin-bottom: 0;
}

.home__e {
	padding: 6rem 0;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 800px) {
	.home__e {
		padding: 3rem 0 6rem;
		overflow: hidden;
	}
}

.home__e:before {
	content: '';
	position: absolute;
	bottom: 3rem;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-white-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 25vw;
	height: 25vw;
	max-width: 161.8px;
	max-height: 217px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.home__e:before {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-white-bg-1-m.png");
		background-position: top left;
		top: 0;
		bottom: inherit;
		max-width: 261px;
		max-height: 304px;
		width: 40vw;
		height: 40vw;
	}
}

.home__e:after {
	content: '';
	position: absolute;
	top: 3rem;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-white-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 25vw;
	height: 25vw;
	max-width: 192.6px;
	max-height: 193px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.home__e:after {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-white-bg-2-m.png");
		background-position: bottom right;
		top: inherit;
		bottom: -5%;
		right: -5%;
		max-width: 368.2px;
		max-height: 406px;
		width: 50vw;
		height: 50vw;
	}
}

@media screen and (max-width: 430px) {
	.home__e h2 {
		font-size: clamp(0.0625rem, 0.05699rem + 8.81764vw, 2.8125rem);
	}
}

.home__e-sub-title {
	color: #1E4598;
}

@media screen and (max-width: 430px) {
	.home__e-sub-title {
		font-size: clamp(0.0625rem, 0.05699rem + 8.81764vw, 2.8125rem);
	}
}

.home__e-text-title {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	color: #F1C916;
	line-height: 0.96;
	padding: 1.2rem 0 2rem;
	font-size: clamp(0.0625rem, -0.45469rem + 2.75833vw, 2.13125rem);
}

@media screen and (max-width: 800px) {
	.home__e-text-title {
		font-size: clamp(0.0625rem, 0.05991rem + 4.14268vw, 2.13125rem);
	}
}

@media screen and (max-width: 430px) {
	.home__e-text-title {
		font-size: clamp(0.0625rem, 0.05937rem + 5.01002vw, 1.625rem);
	}
}

.home__e .rona-link-button, .home__e .contact__a-form .externalform-button, .contact__a-form .home__e .externalform-button {
	margin-bottom: 0;
}

.home__f {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-bg-blue.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.home__f.rona-grid {
	grid-template-columns: 60% 40%;
	gap: 0.5rem;
}

.home__f .rona-center, .home__f .home__header-img-box, .home__f .dd__header-img-box, .home__f .blog__header-img-box, .home__f .ac__b-right, .home__f .ac__c-left, .home__f .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 1250px) {
	.home__f .rona-center, .home__f .home__header-img-box, .home__f .dd__header-img-box, .home__f .blog__header-img-box, .home__f .ac__b-right, .home__f .ac__c-left, .home__f .ac__c-right {
		padding-left: 2rem;
	}
}

@media screen and (max-width: 800px) {
	.home__f .rona-center, .home__f .home__header-img-box, .home__f .dd__header-img-box, .home__f .blog__header-img-box, .home__f .ac__b-right, .home__f .ac__c-left, .home__f .ac__c-right {
		justify-content: center;
		width: inherit;
		padding: 0 0 4rem;
		text-align: center;
		margin-top: -2rem;
	}
}

.home__f-title, .home__f-sub-title {
	color: #FBE03F;
	text-align: left;
}

@media screen and (max-width: 430px) {
	.home__f-title, .home__f-sub-title {
		font-size: clamp(0.0625rem, 0.05699rem + 8.81764vw, 2.8125rem);
		text-align: center;
	}
}

.home__f-sub-title {
	color: #ffffff;
	margin-bottom: 2rem;
}

.home__f-text {
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	.home__f-img {
		display: none;
	}
}

.home__f-img img {
	max-height: 500px;
	transform: scale(1.3);
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: -2rem;
	z-index: 1;
}

.home__f-img--mobile {
	top: -4rem;
	position: relative;
	width: 100%;
}

.home__f .rona-link-button, .home__f .contact__a-form .externalform-button, .contact__a-form .home__f .externalform-button {
	margin-bottom: 0;
}

.home__g {
	padding: 8rem 0 7rem;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 800px) {
	.home__g {
		padding: 5rem 0 4rem;
	}
}

.home__g:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-place-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: 330px;
	max-height: 168px;
	z-index: 1;
}

.home__g:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-place-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: 411px;
	max-height: 232px;
	z-index: 1;
}

.home__g-title, .home__g-sub-title {
	line-height: 1.04;
	letter-spacing: 2.4px;
}

@media screen and (max-width: 430px) {
	.home__g-title, .home__g-sub-title {
		font-size: clamp(0.0625rem, 0.05787rem + 7.41483vw, 2.375rem);
		text-align: center;
	}
}

.home__g-sub-title {
	color: #1E4598;
	letter-spacing: 1.5px;
	padding-bottom: 1rem;
	font-size: clamp(0.0625rem, -0.50781rem + 3.04167vw, 2.34375rem);
}

@media screen and (max-width: 800px) {
	.home__g-sub-title {
		font-size: clamp(0.0625rem, 0.05964rem + 4.56821vw, 2.34375rem);
	}
}

.home__g .rona-link-button, .home__g .contact__a-form .externalform-button, .contact__a-form .home__g .externalform-button {
	margin-bottom: 0;
}

.about__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4rem 0 4.9rem;
}

@media screen and (max-width: 800px) {
	.about__header {
		padding: 2rem 0 12rem;
	}
}

.about__header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-white-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: 163px;
	max-height: 182px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.about__header:before {
		top: inherit;
		bottom: 10%;
		max-width: calc( 163px - (163px * 20 / 100));
		max-height: calc( 182px - (182px * 20 / 100));
		background-position: bottom left;
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-white-bg-1-m.png");
	}
}

.about__header:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-white-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: 260px;
	max-height: 113px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.about__header:after {
		max-width: calc( 260px - (260px * 20 / 100));
		max-height: calc( 113px - (113px * 20 / 100));
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-white-bg-2-m.png");
	}
}

.about__header-content {
	text-align: center;
}

.about__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.93;
	color: #74AADB;
	font-size: clamp(0.0625rem, -1.02031rem + 5.775vw, 4.39375rem);
}

@media screen and (max-width: 800px) {
	.about__header-content h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05788rem + 7.38423vw, 3.75rem);
	}
}

@media screen and (max-width: 430px) {
	.about__header-content h1 {
		font-size: clamp(0.0625rem, 0.05787rem + 7.41483vw, 2.375rem);
	}
}

.about__header-content h2 {
	color: #1E4598;
	line-height: 0.93;
	letter-spacing: 5.67px;
	font-size: clamp(0.0625rem, -0.80781rem + 4.64167vw, 3.54375rem);
}

@media screen and (max-width: 800px) {
	.about__header-content h2 {
		font-size: clamp(0.0625rem, 0.05814rem + 6.97121vw, 3.54375rem);
		letter-spacing: 1.67px;
	}
}

.about__a {
	background-color: #1E4598;
	padding: 4rem 0 2rem;
}

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

@media screen and (min-width: 800px) {
	.about__a .rona-grid {
		grid-template-columns: 40% 60%;
		gap: 2rem;
	}
}

.about__a .rona-center, .about__a .home__header-img-box, .about__a .dd__header-img-box, .about__a .blog__header-img-box, .about__a .ac__b-right, .about__a .ac__c-left, .about__a .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 800px) {
	.about__a .rona-center, .about__a .home__header-img-box, .about__a .dd__header-img-box, .about__a .blog__header-img-box, .about__a .ac__b-right, .about__a .ac__c-left, .about__a .ac__c-right {
		justify-content: center;
		width: inherit;
		padding: 0;
		margin-top: -8rem;
	}
}

@media screen and (max-width: 430px) {
	.about__a .rona-center, .about__a .home__header-img-box, .about__a .dd__header-img-box, .about__a .blog__header-img-box, .about__a .ac__b-right, .about__a .ac__c-left, .about__a .ac__c-right {
		padding-left: 2rem;
	}
}

.about__a h2 {
	line-height: 0.88;
	letter-spacing: 1.76px;
	padding-bottom: 1.5rem;
	font-size: clamp(0.0625rem, -0.61094rem + 3.59167vw, 2.75625rem);
}

@media screen and (max-width: 800px) {
	.about__a h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
	}
}

@media screen and (max-width: 430px) {
	.about__a h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.about__a h2 span {
	display: block;
}

.about__a h2 .feet {
	color: #F1C916;
}

.about__a h2 .visit {
	color: #FFF1A0;
}

.about__a h2 .tail {
	color: #ffffff;
}

.about__a p {
	color: #ffffff;
}

.about__a-button {
	text-align: center;
}

@media screen and (max-width: 800px) {
	.about__a-button {
		text-align: left;
	}
}

.about__a-button .rona-link-button, .about__a-button .contact__a-form .externalform-button, .contact__a-form .about__a-button .externalform-button {
	margin: 2rem auto;
}

@media screen and (max-width: 430px) {
	.about__a-button .rona-link-button, .about__a-button .contact__a-form .externalform-button, .contact__a-form .about__a-button .externalform-button {
		margin-bottom: 1rem;
	}
}

.about__a-img {
	position: relative;
}

.about__a-img img {
	max-height: 500px;
	transform: scale(1.1);
	position: relative;
	z-index: 2;
	left: 0;
	margin-top: -4.5rem;
	margin-bottom: -3.5rem;
}

@media screen and (max-width: 800px) {
	.about__a-img img {
		max-height: 350px;
		margin-top: inherit;
		margin-bottom: inherit;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -45%);
	}
}

.about__b {
	padding: 6rem 0;
}

@media screen and (max-width: 800px) {
	.about__b {
		padding: 2rem 0 calc(5em - -17vw);
	}
}

@media screen and (max-width: 1250px) {
	.about__b-content {
		padding-left: 2rem;
	}
}

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

.about__b h2 {
	line-height: 0.81;
	letter-spacing: 2.4px;
	color: #1E4598;
	padding-bottom: 0.5rem;
	font-size: clamp(0.0625rem, -0.85938rem + 4.91667vw, 3.75rem);
}

@media screen and (max-width: 800px) {
	.about__b h2 {
		font-size: clamp(0.0625rem, 0.05788rem + 7.38423vw, 3.75rem);
	}
}

@media screen and (max-width: 430px) {
	.about__b h2 {
		font-size: clamp(0.0625rem, 0.05574rem + 10.82164vw, 3.4375rem);
	}
}

.about__b p {
	color: #F1C916;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	line-height: 0.97;
	letter-spacing: normal;
	font-size: clamp(0.0625rem, -0.45469rem + 2.75833vw, 2.13125rem);
}

@media screen and (max-width: 800px) {
	.about__b p {
		font-size: clamp(0.0625rem, 0.05991rem + 4.14268vw, 2.13125rem);
	}
}

@media screen and (max-width: 430px) {
	.about__b p {
		font-size: clamp(0.0625rem, 0.05937rem + 5.01002vw, 1.625rem);
	}
}

.about__b-card-stack {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (max-width: 800px) {
	.about__b-card-stack {
		padding-top: 2rem;
	}
}

.about__b-card-stack .cards {
	position: relative;
	cursor: pointer;
	width: 440px;
	height: 152px;
	transition: height 0.2s ease;
	z-index: 3;
}

@media screen and (max-width: 1100px) {
	.about__b-card-stack .cards {
		width: calc( 440px - (440px * 20 / 100));
		height: calc( 152px - (152px * 20 / 100));
	}
}

.about__b-card-stack .cards.expanded {
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
}

.about__b-card-stack .cards.expanded .card {
	position: static;
	opacity: 1;
	transform: none;
}

.about__b-card-stack .card {
	position: absolute;
	width: 100%;
	height: 152px;
	transform: translateY(300px) scale(0.9);
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
	z-index: var(--i);
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.about__b-card-stack .card {
		transform: none;
		opacity: 1;
		transition: none;
		height: 125px;
	}
}

.about__b-card-stack .card.show {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.about__b #cards-slider {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
}

.about__b #cards-slider.active {
	visibility: visible;
	opacity: 1;
	position: static;
}

.about__b #cards-slider .rona-slider-pagination {
	text-align: center;
}

.about__b #cards-slider .swiper-pagination-bullet {
	background: #74AADB;
	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__b #cards-slider .swiper-pagination-bullet-active {
	background: #74AADB;
}

.about__b #cards-slider .rona-slider-button-next, .about__b #cards-slider .rona-slider-button-prev {
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border: solid #74AADB;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
}

.about__b #cards-slider .rona-slider-button-next {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	left: -10%;
}

.about__b #cards-slider .rona-slider-button-prev {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: -10%;
}

.about__b #cards-slider .swiper-button-disabled {
	border-color: rgba(116, 170, 219, 0.45);
}

.about__b #cards-slider swiper-container::part(swiper-slide-shadow) {
	display: none !important;
}

.about__b #cards-slider swiper-container::slotted(.swiper-slide-shadow) {
	display: none !important;
}

.about__b #cards-slider .swiper-slide-shadow {
	display: none !important;
}

.about__c {
	background-color: #74AADB;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-bg-textura.png");
	background-size: 25%;
	padding: 4rem 0;
}

@media screen and (max-width: 1250px) {
	.about__c {
		padding: 3rem 0;
	}
}

@media screen and (min-width: 800px) {
	.about__c.rona-grid {
		grid-template-columns: 60% 40%;
		gap: 0.5rem;
	}
}

.about__c .rona-center, .about__c .home__header-img-box, .about__c .dd__header-img-box, .about__c .blog__header-img-box, .about__c .ac__b-right, .about__c .ac__c-left, .about__c .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 1250px) {
	.about__c .rona-center, .about__c .home__header-img-box, .about__c .dd__header-img-box, .about__c .blog__header-img-box, .about__c .ac__b-right, .about__c .ac__c-left, .about__c .ac__c-right {
		padding-left: 2rem;
	}
}

@media screen and (max-width: 800px) {
	.about__c .rona-center, .about__c .home__header-img-box, .about__c .dd__header-img-box, .about__c .blog__header-img-box, .about__c .ac__b-right, .about__c .ac__c-left, .about__c .ac__c-right {
		padding-left: 1rem;
		justify-content: center;
		width: inherit;
		margin-top: calc(5em - 45vw);
	}
}

.about__c h2 {
	line-height: 0.81;
	letter-spacing: 2.4px;
	color: #1E4598;
	padding-bottom: 2rem;
	font-size: clamp(0.0625rem, -0.85938rem + 4.91667vw, 3.75rem);
}

@media screen and (max-width: 800px) {
	.about__c h2 {
		font-size: clamp(0.0625rem, 0.05788rem + 7.38423vw, 3.75rem);
	}
}

@media screen and (max-width: 430px) {
	.about__c h2 {
		font-size: clamp(0.0625rem, 0.05574rem + 10.82164vw, 3.4375rem);
	}
}

.about__c h2 span {
	display: block;
}

.about__c h2 .dog {
	color: #ffffff;
}

.about__c p {
	color: #1E4598;
}

@media screen and (max-width: 800px) {
	.about__c-img {
		display: none;
	}
}

.about__c-img img {
	max-height: 650px;
	transform: scale(1.3);
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: -1rem;
	top: -1rem;
	z-index: 2;
}

@media screen and (max-width: 1250px) {
	.about__c-img img {
		max-height: 500px;
	}
}

.about__c-img--mobile {
	position: relative;
}

.about__c-img--mobile img {
	position: relative;
	width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -45%);
}

.about__c-features {
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.about__c .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 0.3rem;
}

.about__c .feature-icon {
	width: 27px;
	height: auto;
	position: relative;
	bottom: -3px;
	right: 2px;
	margin-right: 0.5rem;
}

.about__c .feature-icon--2 {
	width: 22px;
	right: 0;
}

.about__c .feature-icon--3 {
	width: 25px;
	bottom: -3px;
	right: 0;
}

.about__c .feature-icon--4 {
	width: 24px;
	bottom: -2px;
	right: -2px;
}

.about__c .feature-text {
	display: flex;
	align-items: flex-start;
}

.about__c .feature-text h3 {
	margin: 0;
	color: #fffef6;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'wdth' 71, 'slnt' 0;
	line-height: 1.13;
	letter-spacing: normal;
	font-size: clamp(0.0625rem, -0.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.about__c .feature-text h3 {
		font-size: clamp(0.0625rem, 0.06082rem + 2.69086vw, 1.40625rem);
	}
}

@media screen and (max-width: 430px) {
	.about__c .feature-text h3 {
		font-size: clamp(0.0625rem, 0.06012rem + 3.80762vw, 1.25rem);
	}
}

.about__c .feature-text a {
	color: #ffffff;
}

.about__c .feature-text p {
	color: #fffef6;
}

@media screen and (max-width: 800px) {
	.about__c .feature-text p {
		padding-left: 2.5rem;
	}
}

.about__d {
	padding: 8rem 0 4rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.about__d {
		padding: 3rem 0 4rem;
	}
	.about__d .home-content {
		position: relative;
	}
	.about__d .home-content:after {
		content: '';
		position: absolute;
		bottom: -2%;
		left: 0;
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-fun-bg-3-m.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 20vw;
		height: 20vw;
		max-width: 161px;
		max-height: 233px;
		z-index: -1;
	}
}

.about__d:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-fun-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: 171px;
	max-height: 188px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.about__d:before {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-fun-bg-1-m.png");
		top: 10%;
		max-width: calc( 171px - (171px * 20 / 100));
		max-height: calc( 188px - (188px * 20 / 100));
	}
}

.about__d:after {
	content: '';
	position: absolute;
	bottom: -1%;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-fun-bg-2-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: 1030px;
	max-height: 311px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.about__d:after {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-fun-bg-2-m.png");
		background-position: top right;
		bottom: inherit;
		top: 0;
		max-width: calc( 173px - (173px * 50 / 100));
		max-height: calc( 398px - (398px * 50 / 100));
	}
}

.about__d--empty {
	padding: 6rem 0;
}

.about__d--empty:before, .about__d--empty:after,
.about__d--empty .home-content::after {
	content: none;
}

.about__d h2 {
	line-height: 0.81;
	letter-spacing: 2.4px;
	color: #74AADB;
	padding-bottom: 2rem;
	font-size: clamp(0.0625rem, -0.85938rem + 4.91667vw, 3.75rem);
}

@media screen and (max-width: 800px) {
	.about__d h2 {
		font-size: clamp(0.0625rem, 0.05828rem + 6.75845vw, 3.4375rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d h2 {
		font-size: clamp(0.0625rem, 0.05849rem + 6.41283vw, 2.0625rem);
	}
}

.about__d h2 .blue {
	color: #1E4598;
}

.about__d h2 span {
	display: block;
}

.about__d h2.lh-1 {
	line-height: 1;
}

@media screen and (max-width: 800px) {
	.about__d h2.lh-1 {
		font-size: clamp(0.0625rem, 0.05788rem + 7.38423vw, 3.75rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d h2.lh-1 {
		font-size: clamp(0.0625rem, 0.05574rem + 10.82164vw, 3.4375rem);
	}
}

.about__d p {
	color: #1E4598;
}

.about__d p.small {
	color: #74AADB;
	font-size: clamp(0.0625rem, -0.17188rem + 1.25vw, 1rem);
}

@media screen and (max-width: 800px) {
	.about__d p.small {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
	}
}

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

.about__d-text-title {
	font-size: clamp(0.0625rem, -0.33281rem + 2.10833vw, 1.64375rem);
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
	.about__d-text-title {
		font-size: clamp(0.0625rem, 0.06052rem + 3.16646vw, 1.64375rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d-text-title {
		font-size: clamp(0.0625rem, 0.05933rem + 5.07014vw, 1.64375rem);
	}
}

.about__d-pricing {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	padding: 2rem 0 6rem;
	position: relative;
}

@media screen and (max-width: 800px) {
	.about__d-pricing {
		flex-direction: column;
		align-items: center;
		padding: 2rem 1rem 3rem;
	}
}

.about__d-card {
	background-color: #FFF1A0;
	border-radius: 1rem;
	width: 280px;
	min-height: 366px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
	.about__d-card {
		width: calc( 280px - (280px * 20 / 100));
		min-height: calc( 366px - (366px * 20 / 100));
	}
}

@media screen and (max-width: 1060px) {
	.about__d-card {
		width: calc( 280px - (280px * 30 / 100));
		min-height: calc( 366px - (366px * 30 / 100));
	}
}

@media screen and (max-width: 860px) {
	.about__d-card {
		width: calc( 280px - (280px * 40 / 100));
		min-height: calc( 366px - (366px * 40 / 100));
	}
}

@media screen and (max-width: 800px) {
	.about__d-card {
		width: 100%;
	}
}

.about__d-card--c2 {
	background-color: #FBE03F;
}

.about__d-card--c3 {
	background-color: #F1C916;
	position: relative;
}

.about__d-card--c3:after {
	content: '';
	position: absolute;
	top: -95px;
	right: -50px;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-tag-33.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: calc( 211.8px - (211.8px * 20 / 100));
	height: calc( 145.2px - (145.2px * 20 / 100));
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.about__d-card--c3:after {
		top: calc( -95px - (-95px * 15 / 100));
		right: calc( -50px - (-50px * 15 / 100));
		width: calc( 211.8px - (211.8px * 30 / 100));
		height: calc( 145.2px - (145.2px * 30 / 100));
	}
}

@media screen and (max-width: 1060px) {
	.about__d-card--c3:after {
		top: calc( -95px - (-95px * 40 / 100));
		right: calc( -50px - (-50px * 40 / 100));
		width: calc( 211.8px - (211.8px * 50 / 100));
		height: calc( 145.2px - (145.2px * 50 / 100));
	}
}

@media screen and (max-width: 800px) {
	.about__d-card--c3:after {
		width: calc( 211.8px - (211.8px * 40 / 100));
		height: calc( 145.2px - (145.2px * 40 / 100));
		top: inherit;
		bottom: -2rem;
	}
}

.about__d-card-header {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	background: #1E4598;
	color: #ffffff;
	text-align: center;
	padding: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	font-size: clamp(0.0625rem, -0.3125rem + 2vw, 1.5625rem);
}

@media screen and (max-width: 800px) {
	.about__d-card-header {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00375vw, 1.5625rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d-card-header {
		font-size: clamp(0.0625rem, 0.05949rem + 4.80962vw, 1.5625rem);
	}
}

.about__d-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem;
}

@media screen and (max-width: 800px) {
	.about__d-card-body {
		padding: 1.5rem 1rem;
	}
}

.about__d-card-body h3 {
	margin: 0;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.83;
	letter-spacing: normal;
	text-align: center;
	color: #1E4598;
	font-size: clamp(0.0625rem, -0.65938rem + 3.85vw, 2.95rem);
}

@media screen and (max-width: 800px) {
	.about__d-card-body h3 {
		font-size: clamp(0.0625rem, 0.05889rem + 5.78223vw, 2.95rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d-card-body h3 {
		font-size: clamp(0.0625rem, 0.05674rem + 9.21844vw, 2.9375rem);
	}
}

.about__d-card-body p {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #1E4598;
	font-size: clamp(0.0625rem, -0.18281rem + 1.30833vw, 1.04375rem);
}

@media screen and (max-width: 800px) {
	.about__d-card-body p {
		font-size: clamp(0.0625rem, 0.06127rem + 1.96496vw, 1.04375rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d-card-body p {
		font-size: clamp(0.0625rem, 0.06053rem + 3.14629vw, 1.04375rem);
	}
}

.about__d-card .note {
	color: #74AADB;
}

.about__d-card .highlight {
	color: #74AADB;
	text-decoration: underline;
}

.about__d-card-btn {
	margin-top: auto;
}

.about__d-card .rona-link-button, .about__d-card .contact__a-form .externalform-button, .contact__a-form .about__d-card .externalform-button {
	margin: 0;
	font-size: clamp(0.0625rem, -0.15625rem + 1.16667vw, 0.9375rem);
}

@media screen and (max-width: 800px) {
	.about__d-card .rona-link-button, .about__d-card .contact__a-form .externalform-button, .contact__a-form .about__d-card .externalform-button {
		font-size: clamp(0.0625rem, 0.0614rem + 1.75219vw, 0.9375rem);
	}
}

@media screen and (max-width: 430px) {
	.about__d-card .rona-link-button, .about__d-card .contact__a-form .externalform-button, .contact__a-form .about__d-card .externalform-button {
		font-size: clamp(0.0625rem, 0.06075rem + 2.80561vw, 0.9375rem);
	}
}

.about__d-2 {
	background-color: #1E4598;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-bg-textura.png");
	background-size: 25%;
	padding: 4rem 0 2rem;
}

@media screen and (max-width: 800px) {
	.about__d-2 {
		padding: 6rem 0 4rem;
	}
}

@media screen and (min-width: 800px) {
	.about__d-2 .rona-grid {
		grid-template-columns: 50% 50%;
		gap: 2rem;
	}
}

.about__d-2 .rona-center, .about__d-2 .home__header-img-box, .about__d-2 .dd__header-img-box, .about__d-2 .blog__header-img-box, .about__d-2 .ac__b-right, .about__d-2 .ac__c-left, .about__d-2 .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 800px) {
	.about__d-2 .rona-center, .about__d-2 .home__header-img-box, .about__d-2 .dd__header-img-box, .about__d-2 .blog__header-img-box, .about__d-2 .ac__b-right, .about__d-2 .ac__c-left, .about__d-2 .ac__c-right {
		justify-content: center;
		width: inherit;
		padding: 0;
		margin-top: -8rem;
	}
}

.about__d-2 h2 {
	letter-spacing: 2.4px;
	padding-bottom: 1.5rem;
	font-size: clamp(0.0625rem, -0.85938rem + 4.91667vw, 3.75rem);
}

@media screen and (max-width: 800px) {
	.about__d-2 h2 {
		font-size: clamp(0.0625rem, 0.05788rem + 7.38423vw, 3.75rem);
		margin-top: 2rem;
	}
}

@media screen and (max-width: 430px) {
	.about__d-2 h2 {
		font-size: clamp(0.0625rem, 0.05511rem + 11.82365vw, 3.75rem);
	}
}

.about__d-2 h2 span {
	display: block;
}

.about__d-2 h2 .title {
	color: #ffffff;
}

.about__d-2 p {
	color: #ffffff;
}

.about__d-2-img {
	position: relative;
}

.about__d-2-img img {
	max-height: 500px;
	transform: rotate(-7.6deg) scale(1.1);
	position: relative;
	z-index: 2;
	left: 2rem;
	margin-top: -4.5rem;
	margin-bottom: -4rem;
}

@media screen and (max-width: 1200px) {
	.about__d-2-img img {
		transform: rotate(-7.6deg) scale(1);
		left: 0;
	}
}

@media screen and (max-width: 800px) {
	.about__d-2-img img {
		max-height: 320px;
		margin-top: inherit;
		margin-bottom: inherit;
		top: 50%;
		left: 54%;
		transform: rotate(-7.6deg) translate(-50%, -50%);
	}
}

.about__e {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 800px) {
	.about__e {
		gap: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

.about__e img {
	width: calc(25% - 1rem);
	object-fit: cover;
}

@media screen and (max-width: 800px) {
	.about__e img {
		width: calc(25% - 0.5rem);
	}
}

.privacy__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #74AADB;
	padding: 4rem 0;
	overflow: hidden;
}

.privacy__header:before {
	content: '';
	position: absolute;
	left: -2%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/pp-header-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 593px - (593px * 60 / 100));
	max-height: calc( 490px - (490px * 60 / 100));
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
	.privacy__header:before {
		top: 90%;
		transform: translateY(-90%);
	}
}

.privacy__header:after {
	content: '';
	position: absolute;
	right: -2%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/pp-header-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 516px - (516px * 60 / 100));
	max-height: calc( 564px - (564px * 60 / 100));
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
	.privacy__header:after {
		top: 10%;
		transform: translateY(-10%);
	}
}

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

.privacy__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.73;
	color: #ffffff;
	font-size: clamp(0.0625rem, -1.12187rem + 6.31667vw, 4.8rem);
}

@media screen and (max-width: 800px) {
	.privacy__header-content h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05657rem + 9.48686vw, 4.8rem);
	}
}

@media screen and (max-width: 430px) {
	.privacy__header-content h1 {
		font-size: clamp(0.0625rem, 0.05301rem + 15.19038vw, 4.8rem);
	}
}

.privacy__header-content h2 {
	color: #1E4598;
	line-height: 0.93;
	letter-spacing: 5.67px;
	font-size: clamp(0.0625rem, -0.89062rem + 5.08333vw, 3.875rem);
}

@media screen and (max-width: 800px) {
	.privacy__header-content h2 {
		font-size: clamp(0.0625rem, 0.05773rem + 7.63454vw, 3.875rem);
		letter-spacing: 1.67px;
	}
}

@media screen and (max-width: 430px) {
	.privacy__header-content h2 {
		font-size: clamp(0.0625rem, 0.05486rem + 12.22445vw, 3.875rem);
	}
}

@media screen and (min-width: 800px) {
	.privacy__a .rona-grid {
		grid-template-columns: 30% 70%;
	}
}

@media screen and (max-width: 800px) {
	.privacy__a .rona-grid {
		flex-direction: column-reverse;
		display: flex;
	}
}

.privacy__a .rona-center, .privacy__a .home__header-img-box, .privacy__a .dd__header-img-box, .privacy__a .blog__header-img-box, .privacy__a .ac__b-right, .privacy__a .ac__c-left, .privacy__a .ac__c-right {
	align-items: flex-start;
}

.privacy__a-img {
	display: flex;
}

.privacy__a-img img {
	height: fit-content;
}

@media screen and (max-width: 890px) {
	.privacy__a-img img {
		height: auto;
		width: 100%;
	}
}

.privacy__a-content {
	padding: 4rem;
	max-width: 725px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.privacy__a-content {
		padding: 3rem 1rem;
	}
}

.privacy__a-content h3 {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	letter-spacing: normal;
	color: #74AADB;
	padding-bottom: 1rem;
	font-size: clamp(0.0625rem, -0.45rem + 2.73333vw, 2.1125rem);
}

@media screen and (max-width: 800px) {
	.privacy__a-content h3 {
		font-size: clamp(0.0625rem, 0.05993rem + 4.10513vw, 2.1125rem);
	}
}

@media screen and (max-width: 430px) {
	.privacy__a-content h3 {
		font-size: clamp(0.0625rem, 0.05849rem + 6.41283vw, 2.0625rem);
	}
}

.privacy__a-content p {
	margin-bottom: 1rem;
}

.privacy__a-content a {
	color: #74AADB;
}

.dd__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4rem 0;
}

@media screen and (max-width: 800px) {
	.dd__header {
		flex-direction: column-reverse;
	}
}

.dd__header-img {
	max-width: 420px;
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 800px) {
	.dd__header-img {
		max-width: 80%;
		margin: 1rem auto 4rem;
	}
}

.dd__header-img-box {
	flex: 0 0 35%;
	padding: 3rem 0;
}

.dd__header-img-container {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 800px) {
	.dd__header-img-container {
		margin-left: 1.5rem;
	}
}

@media screen and (max-width: 300px) {
	.dd__header-img-container {
		margin-left: 0;
	}
}

.dd__header-text-box {
	flex: 0 0 40%;
	text-align: left;
}

@media screen and (max-width: 1000px) {
	.dd__header-text-box {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.dd__header-text-box {
		padding-left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.dd__header-text-box h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.78;
	letter-spacing: 2.72px;
	font-size: clamp(0.0625rem, -0.98438rem + 5.58333vw, 4.25rem);
}

@media screen and (max-width: 800px) {
	.dd__header-text-box h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05945rem + 4.8811vw, 2.5rem);
	}
}

@media screen and (max-width: 430px) {
	.dd__header-text-box h1 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.dd__header-pre-title, .dd__header-sub-title {
	font-family: "tondu", sans-serif;
	font-weight: 400;
	letter-spacing: 2.99px;
	color: #74AADB;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.dd__header-pre-title, .dd__header-sub-title {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
		white-space: nowrap;
	}
}

@media screen and (max-width: 430px) {
	.dd__header-pre-title, .dd__header-sub-title {
		font-size: clamp(0.0625rem, 0.05912rem + 5.41082vw, 1.75rem);
	}
}

.dd__header-sub-title {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	line-height: 0.9;
	letter-spacing: normal;
	color: #74AADB;
	margin: 1rem 0;
}

.dd__header-mobile {
	justify-content: center;
	flex-direction: column;
	display: flex;
	padding: 3rem 0 0;
}

.dd__header-mobile p {
	text-align: center;
}

.dd__header .rona-link-button, .dd__header .contact__a-form .externalform-button, .contact__a-form .dd__header .externalform-button {
	margin: 1rem 0;
}

.dd-logo {
	position: relative;
}

.dd-logo-img {
	max-width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
	.dd-logo-img {
		max-width: 72px;
	}
}

.dd__a {
	background-color: #4175BA;
	padding: 6rem 0;
	overflow: hidden;
	position: relative;
}

.dd__a:before {
	content: '';
	position: absolute;
	top: -5%;
	left: -5%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-blue-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 879px - (879px * 50 / 100));
	max-height: calc( 698px - (698px * 50 / 100));
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.dd__a:before {
		width: 50vw;
		height: 50vw;
		max-width: calc( 879px - (879px * 30 / 100));
		max-height: calc( 698px - (698px * 30 / 100));
	}
}

.dd__a:after {
	content: '';
	position: absolute;
	bottom: 0%;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-blue-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 29vw;
	height: 29vw;
	max-width: calc( 571px - (571px * 50 / 100));
	max-height: calc( 1392px - (1392px * 50 / 100));
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.dd__a:after {
		width: 70vw;
		height: 70vw;
		max-width: calc( 571px - (571px * 30 / 100));
		max-height: calc( 1392px - (1392px * 30 / 100));
	}
}

.dd__a-title {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: 1.95px;
	color: #F1C916;
	margin-bottom: 1rem;
	font-size: clamp(0.0625rem, -1.02188rem + 5.78333vw, 4.4rem);
}

@media screen and (max-width: 800px) {
	.dd__a-title {
		font-size: clamp(0.0625rem, 0.05687rem + 9.01126vw, 4.5625rem);
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	.dd__a-title {
		font-size: clamp(0.0625rem, 0.05348rem + 14.42886vw, 4.5625rem);
	}
}

.dd__a-title span {
	display: block;
}

.dd__a-title span.white {
	color: #ffffff;
	letter-spacing: 2.81px;
	font-size: clamp(0.0625rem, -0.68437rem + 3.98333vw, 3.05rem);
}

@media screen and (max-width: 800px) {
	.dd__a-title span.white {
		font-size: clamp(0.0625rem, 0.05876rem + 5.98248vw, 3.05rem);
	}
}

@media screen and (max-width: 430px) {
	.dd__a-title span.white {
		font-size: clamp(0.0625rem, 0.05651rem + 9.57916vw, 3.05rem);
	}
}

.dd__a p {
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	.dd__a p.center {
		text-align: center;
	}
}

.dd__a-img {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-glass-bg.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1000 / 893;
	margin-top: -1px;
}

@media screen and (max-width: 800px) {
	.dd__a-img {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-glass-bg-m.jpg");
		aspect-ratio: 800 / 522;
	}
}

.dd__a-features {
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dd__a .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 0.3rem;
}

.dd__a .feature-icon {
	width: 27px;
	height: auto;
	position: relative;
	bottom: -3px;
	right: 2px;
}

@media screen and (max-width: 800px) {
	.dd__a .feature-icon {
		width: 37px;
		bottom: -25px;
	}
}

.dd__a .feature-icon--1 {
	width: 24px;
	bottom: -5px;
}

@media screen and (max-width: 800px) {
	.dd__a .feature-icon--1 {
		width: 34px;
		bottom: -27px;
	}
}

.dd__a .feature-icon--2 {
	width: 22px;
}

@media screen and (max-width: 800px) {
	.dd__a .feature-icon--2 {
		width: 32px;
		margin-right: 4px;
	}
}

.dd__a .feature-icon--3 {
	width: 24px;
	bottom: -5px;
}

@media screen and (max-width: 800px) {
	.dd__a .feature-icon--3 {
		width: 34px;
		bottom: -27px;
	}
}

.dd__a .feature-text h3 {
	margin: 0;
	color: #F1C916;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	line-height: 1.5;
	font-size: clamp(0.0625rem, -0.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.dd__a .feature-text h3 {
		font-size: clamp(0.0625rem, 0.06082rem + 2.69086vw, 1.40625rem);
		letter-spacing: inherit;
	}
}

@media screen and (max-width: 430px) {
	.dd__a .feature-text h3 {
		font-size: clamp(0.0625rem, 0.05981rem + 4.30862vw, 1.40625rem);
	}
}

.dd__a .feature-text p {
	color: #fffef6;
}

@media screen and (max-width: 800px) {
	.dd__a .feature-text p {
		padding-left: 2.5rem;
	}
}

.dd__b {
	overflow: hidden;
}

.dd__b-title {
	margin: 0 0 1rem 0;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	line-height: 0.8;
	letter-spacing: normal;
	color: #1E4598;
	font-size: clamp(0.0625rem, -0.72656rem + 4.20833vw, 3.21875rem);
}

@media screen and (max-width: 800px) {
	.dd__b-title {
		font-size: clamp(0.0625rem, 0.05855rem + 6.3204vw, 3.21875rem);
		line-height: 0.9;
		letter-spacing: inherit;
	}
}

@media screen and (max-width: 430px) {
	.dd__b-title {
		font-size: clamp(0.0625rem, 0.05887rem + 5.81162vw, 1.875rem);
	}
}

.dd__b-title span {
	display: block;
}

.dd__b-title .white {
	color: #ffffff;
}

.dd__b-title .light-blue {
	color: #74AADB;
}

.dd__b-title .yellow {
	color: #F1C916;
}

.dd__b-title .light-yellow {
	color: #FFF1A0;
}

.dd__b-img {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-1.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1000 / 786;
	margin-top: -1px;
}

@media screen and (max-width: 800px) {
	.dd__b-img {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-1-m.jpg");
		aspect-ratio: 500 / 698;
	}
}

.dd__b-img--2 {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-3.jpg");
}

@media screen and (max-width: 800px) {
	.dd__b-img--2 {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-3-m.jpg");
		aspect-ratio: 500 / 693;
	}
}

@media screen and (max-width: 800px) {
	.dd__b .rona-grid {
		grid-template-columns: 50% 50%;
	}
}

.dd__c {
	overflow: hidden;
}

.dd__c p {
	color: #ffffff;
}

.dd__c-img {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-2.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1000 / 786;
	margin-top: -1px;
}

@media screen and (max-width: 800px) {
	.dd__c-img {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-2-m.jpg");
		aspect-ratio: 500 / 714;
	}
}

.dd__c-img--2 {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-4.jpg");
}

@media screen and (max-width: 800px) {
	.dd__c-img--2 {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-img-4-m.jpg");
		aspect-ratio: 500 / 711;
	}
}

.dd__c-bg {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-blue-bg.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.dd__c-bg--2 {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-dark-blue-bg.jpg");
}

@media screen and (max-width: 800px) {
	.dd__c .rona-grid {
		grid-template-columns: 50% 50%;
	}
}

.dd__d {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-yellow-dogs.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 2000 / 792;
	margin-top: -1px;
}

.dd__e {
	padding: 8rem 0 7rem;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 800px) {
	.dd__e {
		padding: 5rem 0 4rem;
	}
}

.dd__e:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-footer-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 672px - (672px * 50 / 100));
	max-height: calc( 674px - (674px * 50 / 100));
	z-index: 1;
}

.dd__e:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-footer-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 681px - (681px * 50 / 100));
	max-height: calc( 681px - (681px * 50 / 100));
	z-index: 1;
}

.dd__e-title, .dd__e-sub-title {
	line-height: 0.81;
	letter-spacing: 2.4px;
	color: #1E4598;
}

@media screen and (max-width: 430px) {
	.dd__e-title, .dd__e-sub-title {
		font-size: clamp(0.0625rem, 0.05787rem + 7.41483vw, 2.375rem);
		text-align: center;
	}
}

.dd__e-sub-title {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	color: #74AADB;
	line-height: 0.9;
	letter-spacing: normal;
	padding-bottom: 1rem;
	font-size: clamp(0.0625rem, -0.50781rem + 3.04167vw, 2.34375rem);
}

@media screen and (max-width: 800px) {
	.dd__e-sub-title {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
	}
}

@media screen and (max-width: 430px) {
	.dd__e-sub-title {
		font-size: clamp(0.0625rem, 0.05974rem + 4.40882vw, 1.4375rem);
	}
}

.dd__e-text {
	margin: 1rem 0;
}

.dd__e .rona-link-button, .dd__e .contact__a-form .externalform-button, .contact__a-form .dd__e .externalform-button {
	margin-bottom: 0;
}

.dd__e .home-content {
	z-index: 2;
	position: relative;
}

.dd__f {
	background-color: #1E4598;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-rates-blue-bg.png");
	padding: 5rem 0 2rem;
}

@media screen and (max-width: 800px) {
	.dd__f {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-rates-blue-bg-m.jpg");
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;
	}
}

.dd__f-title {
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: 2.7px;
	color: #fffef6;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: clamp(0.0625rem, -0.97656rem + 5.54167vw, 4.21875rem);
}

@media screen and (max-width: 800px) {
	.dd__f-title {
		font-size: clamp(0.0625rem, 0.0573rem + 8.3229vw, 4.21875rem);
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	.dd__f-title {
		font-size: clamp(0.0625rem, 0.05423rem + 13.22645vw, 4.1875rem);
	}
}

.dd__f-title span {
	display: block;
}

.dd__f-title span.small {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	color: #F1C916;
	letter-spacing: normal;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.dd__f-title span.small {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
		white-space: nowrap;
	}
}

@media screen and (max-width: 430px) {
	.dd__f-title span.small {
		font-size: clamp(0.0625rem, 0.05849rem + 6.41283vw, 2.0625rem);
	}
}

.dd__f p {
	color: #ffffff;
	text-align: center;
}

.dd__f-pricing-table {
	margin: 1.5rem auto 4rem;
	max-width: 700px;
	background-color: #fffef6;
	border-radius: 1rem;
	border: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow-x: auto;
}

@media screen and (max-width: 700px) {
	.dd__f-pricing-table {
		margin: 1.5rem 1rem 2rem;
	}
}

.dd__f-pricing-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.dd__f-pricing-table thead th {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	text-align: left;
	color: #1E4598;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 1rem;
	font-size: clamp(0.0625rem, -0.1875rem + 1.33333vw, 1.0625rem);
}

@media screen and (max-width: 800px) {
	.dd__f-pricing-table thead th {
		font-size: clamp(0.0625rem, 0.06125rem + 2.0025vw, 1.0625rem);
	}
}

@media screen and (max-width: 430px) {
	.dd__f-pricing-table thead th {
		font-size: clamp(0.0625rem, 0.061rem + 2.40481vw, 0.8125rem);
	}
}

.dd__f-pricing-table tbody th {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	text-align: left;
	color: #1E4598;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 0;
	padding-left: 1rem;
	font-size: clamp(0.0625rem, -0.1875rem + 1.33333vw, 1.0625rem);
}

@media screen and (max-width: 800px) {
	.dd__f-pricing-table tbody th {
		font-size: clamp(0.0625rem, 0.06125rem + 2.0025vw, 1.0625rem);
	}
}

@media screen and (max-width: 430px) {
	.dd__f-pricing-table tbody th {
		font-size: clamp(0.0625rem, 0.06087rem + 2.60521vw, 0.875rem);
	}
}

.dd__f-pricing-table td {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	text-align: left;
	color: #1E4598;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 1rem;
	font-size: clamp(0.0625rem, -0.1875rem + 1.33333vw, 1.0625rem);
}

@media screen and (max-width: 800px) {
	.dd__f-pricing-table td {
		font-size: clamp(0.0625rem, 0.06125rem + 2.0025vw, 1.0625rem);
	}
}

@media screen and (max-width: 430px) {
	.dd__f-pricing-table td {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00601vw, 1rem);
	}
}

.dd__f-pricing-table tr.highlight {
	background-color: #FFF1A0;
}

.dd__f-pricing-table tbody tr:not(.highlight):nth-child(even) {
	background-color: #f4f8fb;
}

@media (max-width: 600px) {
	.dd__f-pricing-table td,
	.dd__f-pricing-table th {
		padding: 0.75rem;
		font-size: 0.95rem;
	}
}

.ev-blue {
	color: #1E4598;
}

.ev-white {
	color: #ffffff;
}

.ev__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4rem 0 3rem;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.ev__header {
		padding: 3rem 0 3.9rem;
	}
}

.ev__header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-header-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 459px - (459px * 60 / 100));
	max-height: calc( 365px - (365px * 60 / 100));
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.ev__header:before {
		max-width: calc( 459px - (459px * 70 / 100));
		max-height: calc( 365px - (365px * 70 / 100));
	}
}

.ev__header:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.5%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-header-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 437px - (437px * 60 / 100));
	max-height: calc( 535px - (535px * 60 / 100));
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.ev__header:after {
		max-width: calc( 437px - (437px * 70 / 100));
		max-height: calc( 535px - (535px * 70 / 100));
	}
}

.ev__header-content {
	text-align: center;
}

.ev__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.93;
	color: #74AADB;
	letter-spacing: inherit;
	font-size: clamp(0.0625rem, -0.82812rem + 4.75vw, 3.625rem);
}

@media screen and (max-width: 800px) {
	.ev__header-content h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05882rem + 5.88235vw, 3rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__header-content h1 {
		font-size: clamp(0.0625rem, 0.05787rem + 7.41483vw, 2.375rem);
	}
}

.ev__header-content h1 span {
	color: #1E4598;
	line-height: 0.93;
	font-size: clamp(0.0625rem, -0.70312rem + 4.08333vw, 3.125rem);
}

@media screen and (max-width: 800px) {
	.ev__header-content h1 span {
		font-size: clamp(0.0625rem, 0.05867rem + 6.13267vw, 3.125rem);
	}
}

.ev__header-text {
	color: #1E4598;
	font-size: clamp(0.9375rem, 0.875rem + 0.33333vw, 1.1875rem);
	margin: 1.2rem auto 2rem;
}

@media screen and (max-width: 890px) {
	.ev__header-text {
		font-size: clamp(1rem, 0.99979rem + 0.33389vw, 1.125rem);
	}
}

.ev__header-sub-title {
	color: #1E4598;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 27.74px;
	letter-spacing: 2.03px;
	font-size: clamp(0.0625rem, -0.26563rem + 1.75vw, 1.375rem);
}

@media screen and (max-width: 800px) {
	.ev__header-sub-title {
		font-size: clamp(0.0625rem, 0.06086rem + 2.62829vw, 1.375rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__header-sub-title {
		font-size: clamp(0.0625rem, 0.05987rem + 4.20842vw, 1.375rem);
	}
}

.ev__header .rona-link-button, .ev__header .contact__a-form .externalform-button, .contact__a-form .ev__header .externalform-button {
	margin-top: 1rem;
}

.ev__a {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-private-bg.jpg");
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 2000 / 773;
	margin-top: -1px;
}

@media screen and (max-width: 800px) {
	.ev__a {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-private-bg-m.jpg");
		aspect-ratio: 800 / 550;
	}
}

@media screen and (max-width: 800px) {
	.ev__a h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__a h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ev__a-sub-title {
	letter-spacing: 1.35px;
	color: #ffffff;
	padding: 1rem 0;
	font-size: clamp(0.0625rem, -0.45rem + 2.73333vw, 2.1125rem);
}

@media screen and (max-width: 800px) {
	.ev__a-sub-title {
		font-size: clamp(0.0625rem, 0.06101rem + 2.37797vw, 1.25rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__a-sub-title {
		font-size: clamp(0.0625rem, 0.06012rem + 3.80762vw, 1.25rem);
	}
}

.ev__a .home-content {
	position: relative;
	height: 100%;
}

.ev__a-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

@media screen and (max-width: 1600px) {
	.ev__a-content {
		padding-left: 15%;
	}
}

@media screen and (max-width: 800px) {
	.ev__a-content {
		padding-left: 1rem;
	}
}

.ev__b {
	padding: 4rem 0 2rem;
}

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

@media screen and (min-width: 800px) {
	.ev__b .rona-grid {
		grid-template-columns: 40% 60%;
		gap: 2rem;
	}
}

.ev__b .rona-center, .ev__b .home__header-img-box, .ev__b .dd__header-img-box, .ev__b .blog__header-img-box, .ev__b .ac__b-right, .ev__b .ac__c-left, .ev__b .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 800px) {
	.ev__b .rona-center, .ev__b .home__header-img-box, .ev__b .dd__header-img-box, .ev__b .blog__header-img-box, .ev__b .ac__b-right, .ev__b .ac__c-left, .ev__b .ac__c-right {
		justify-content: center;
		width: inherit;
		padding: 0;
	}
}

.ev__b .rona-center .pl, .ev__b .home__header-img-box .pl, .ev__b .dd__header-img-box .pl, .ev__b .blog__header-img-box .pl, .ev__b .ac__b-right .pl, .ev__b .ac__c-left .pl, .ev__b .ac__c-right .pl {
	padding-left: 6rem;
}

@media screen and (max-width: 800px) {
	.ev__b .rona-center .pl, .ev__b .home__header-img-box .pl, .ev__b .dd__header-img-box .pl, .ev__b .blog__header-img-box .pl, .ev__b .ac__b-right .pl, .ev__b .ac__c-left .pl, .ev__b .ac__c-right .pl {
		padding-left: inherit;
	}
}

.ev__b h2 {
	color: #1E4598;
}

@media screen and (max-width: 800px) {
	.ev__b h2 {
		text-align: center;
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__b h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ev__b h2 span.small {
	letter-spacing: 1.5px;
	color: #74AADB;
	position: relative;
	top: -6px;
	font-size: clamp(0.0625rem, -0.50781rem + 3.04167vw, 2.34375rem);
}

@media screen and (max-width: 800px) {
	.ev__b h2 span.small {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__b h2 span.small {
		font-size: clamp(0.0625rem, 0.05974rem + 4.40882vw, 1.4375rem);
	}
}

.ev__b-text-title {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	line-height: 0.93;
	color: #74AADB;
	padding: 2rem 0;
	font-size: clamp(0.0625rem, -0.39375rem + 2.43333vw, 1.8875rem);
}

@media screen and (max-width: 800px) {
	.ev__b-text-title {
		font-size: clamp(0.0625rem, 0.06022rem + 3.65457vw, 1.8875rem);
		white-space: nowrap;
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	.ev__b-text-title {
		font-size: clamp(0.0625rem, 0.05912rem + 5.41082vw, 1.75rem);
	}
}

.ev__b-list {
	margin-left: 45px;
}

.ev__b-list-item {
	position: relative;
	padding-bottom: 2rem;
}

.ev__b-list-item-icon {
	max-width: 40px;
	position: absolute;
	left: -45px;
}

.ev__b-list-item-icon--2 {
	max-width: 35px;
	left: -40px;
}

.ev__b-list-item-title {
	font-size: 40px;
	line-height: 1.2;
	color: #1E4598;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.ev__b-list-item-title {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
		white-space: nowrap;
	}
}

@media screen and (max-width: 430px) {
	.ev__b-list-item-title {
		font-size: clamp(0.0625rem, 0.05912rem + 5.41082vw, 1.75rem);
	}
}

.ev__b-img {
	position: relative;
}

.ev__b-img img {
	max-height: 600px;
	transform: scale(1.1);
	position: relative;
	z-index: 2;
	left: 0;
	margin-top: -4.5rem;
	margin-bottom: -3.5rem;
}

@media screen and (max-width: 800px) {
	.ev__b-img img {
		transform: inherit;
		left: inherit;
		display: block;
		margin: 2rem auto;
		width: 85%;
	}
}

.ev__c {
	background-color: #74AADB;
	padding: 12rem 0;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 800px) {
	.ev__c {
		padding: 5rem 0 4rem;
	}
}

.ev__c:before {
	content: '';
	position: absolute;
	bottom: -5%;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-food-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 400px - (400px * 40 / 100));
	max-height: calc( 442px - (442px * 40 / 100));
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.ev__c:before {
		bottom: -15%;
	}
}

.ev__c:after {
	content: '';
	position: absolute;
	top: -10%;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-food-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 25vw;
	height: 25vw;
	max-width: 700px;
	max-height: 944px;
	max-width: calc( 700px - (700px * 40 / 100));
	max-height: calc( 944px - (944px * 40 / 100));
	z-index: 1;
}

@media screen and (max-width: 1600px) {
	.ev__c:after {
		width: 35vw;
		height: 35vw;
	}
}

@media screen and (max-width: 800px) {
	.ev__c:after {
		top: -16%;
		max-width: 700px;
		max-height: 944px;
	}
}

@media screen and (max-width: 430px) {
	.ev__c:after {
		width: 50vw;
		height: 50vw;
	}
}

.ev__c .home-content {
	position: relative;
	z-index: 2;
}

.ev__c h2 {
	padding-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.ev__c h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
		line-height: 0.9;
	}
}

@media screen and (max-width: 430px) {
	.ev__c h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ev__d {
	position: relative;
	background-color: #1E4598;
	padding: 8rem 0;
}

@media screen and (max-width: 800px) {
	.ev__d {
		padding: 4rem 0 45vw;
	}
}

.ev__d:before {
	content: '';
	position: absolute;
	top: 5%;
	left: -2%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-booking-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 613px - (613px * 50 / 100));
	max-height: calc( 378px - (378px * 50 / 100));
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.ev__d:before {
		top: inherit;
		bottom: 9%;
		background-position: bottom left;
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-booking-bg-2-2-m.png");
	}
}

.ev__d:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-booking-bg-2-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 603px - (603px * 50 / 100));
	max-height: calc( 399px - (399px * 50 / 100));
	z-index: 0;
}

@media screen and (max-width: 800px) {
	.ev__d:after {
		top: 3%;
		left: inherit;
		bottom: inherit;
		background-position: top right;
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ev-booking-bg-2-m.png");
	}
}

.ev__d-content {
	position: relative;
	z-index: 1;
	padding-left: 2rem;
}

@media screen and (max-width: 800px) {
	.ev__d-content {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	.ev__d h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__d h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ev__d h3 {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	color: #74AADB;
	letter-spacing: normal;
	padding: 2rem 0;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.ev__d h3 {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__d h3 {
		font-size: clamp(0.0625rem, 0.05887rem + 5.81162vw, 1.875rem);
	}
}

.ev__d-link {
	color: #74AADB;
}

.ev__d-link:hover, .ev__d-link:active, .ev__d-link:visited, .ev__d-link:focus {
	color: #74AADB;
}

.ev__d-table {
	display: flex;
	align-items: flex-end;
	text-align: left;
}

@media screen and (max-width: 800px) {
	.ev__d-table {
		flex-direction: column;
		align-items: center;
	}
}

.ev__d table {
	width: 100%;
	max-width: 530px;
	border-collapse: collapse;
	margin: 3rem 0 0 0;
}

@media screen and (max-width: 430px) {
	.ev__d table {
		max-width: 400px;
	}
}

@media screen and (max-width: 400px) {
	.ev__d table {
		width: 95%;
	}
}

.ev__d table th,
.ev__d table td {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	padding: 0.5rem 0 0.5rem 1rem;
	border: 3px solid #2857A7;
	font-size: clamp(0.0625rem, -0.14062rem + 1.08333vw, 0.875rem);
}

@media screen and (max-width: 800px) {
	.ev__d table th,
	.ev__d table td {
		font-size: clamp(0.0625rem, 0.06148rem + 1.62703vw, 0.875rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__d table th,
	.ev__d table td {
		font-size: clamp(0.0625rem, 0.06087rem + 2.60521vw, 0.875rem);
		padding: 0.5rem 0 0.5rem 0.5rem;
	}
}

.ev__d table td:nth-child(1),
.ev__d table th:nth-child(1) {
	border-left: none;
	color: #74AADB;
}

.ev__d table td:last-child,
.ev__d table th:last-child {
	border-right: none;
}

.ev__d table thead th {
	border-bottom: 2px solid #2857A7;
	border: none;
	text-align: left;
	color: #74AADB;
}

.ev__d-asterisk {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #74AADB;
	padding-left: 1rem;
}

@media screen and (max-width: 800px) {
	.ev__d-asterisk {
		padding: 1rem 0;
		text-align: center;
	}
}

.ev__d-asterisk .medium {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

.ev__d-img {
	position: absolute;
	right: 0;
	z-index: 2;
	transform: scale(1.2);
	transform-origin: right top;
}

@media screen and (max-width: 900px) {
	.ev__d-img {
		transform: none;
	}
}

@media screen and (max-width: 800px) {
	.ev__d-img {
		right: 50%;
		transform: translateX(50%);
		width: 80%;
	}
}

.ev__d-img img {
	max-height: 700px;
	height: calc(25em - -16vw);
	margin-top: -11.5rem;
}

@media screen and (max-width: 1500px) {
	.ev__d-img img {
		margin-top: -10.5rem;
	}
}

@media screen and (max-width: 800px) {
	.ev__d-img img {
		margin: 0.5rem auto 0;
		display: block;
		height: auto;
	}
}

.ev__e {
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-blue-bg.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 8rem 0;
}

@media screen and (max-width: 1250px) {
	.ev__e {
		padding: 6rem 2rem;
	}
}

@media screen and (max-width: 800px) {
	.ev__e {
		padding: 40vw 0 2rem;
	}
}

.ev__e h2 {
	text-align: center;
}

@media screen and (max-width: 800px) {
	.ev__e h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__e h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ev__e-text {
	text-align: center;
	color: #ffffff;
	padding: 2rem 0;
}

.ev__e .tabs {
	display: flex;
	justify-content: space-between;
	background-color: #4175BA;
	border-radius: 45px;
	margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
	.ev__e .tabs {
		background-color: inherit;
		justify-content: center;
		border-radius: 0;
		flex-wrap: wrap;
	}
}

.ev__e .tabs .tab-button {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	background-color: transparent;
	color: #ffffff;
	border: none;
	padding: 1rem 1.5rem;
	cursor: pointer;
	transition: background-color 0.5s;
	width: 100%;
	height: auto;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	.ev__e .tabs .tab-button {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
		width: auto;
		text-decoration: underline;
		text-decoration-color: #4175BA;
		text-decoration-thickness: 4px;
		text-underline-offset: 8px;
	}
}

@media screen and (max-width: 430px) {
	.ev__e .tabs .tab-button {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

.ev__e .tabs .tab-button:first-child {
	border-radius: 45px 0 0 45px;
}

@media screen and (max-width: 800px) {
	.ev__e .tabs .tab-button:first-child {
		border-radius: 0;
	}
}

.ev__e .tabs .tab-button:last-child {
	border-radius: 0 45px 45px 0;
}

@media screen and (max-width: 800px) {
	.ev__e .tabs .tab-button:last-child {
		border-radius: 0;
	}
}

.ev__e .tabs .tab-button.active {
	background-color: #2857A7;
}

@media screen and (max-width: 800px) {
	.ev__e .tabs .tab-button.active {
		background-color: inherit;
		text-decoration-color: #2857A7;
	}
}

.ev__e .tabs .tab-button:hover {
	background-color: rgba(40, 87, 167, 0.65);
}

@media screen and (max-width: 800px) {
	.ev__e .tabs .tab-button:hover {
		background-color: inherit;
	}
}

.ev__e .tab-content {
	display: none;
	animation: fadeIn 0.5s ease-in-out;
	padding: 2rem;
	margin: auto;
	gap: 2rem;
}

.ev__e .tab-content.active {
	display: flex;
}

@media screen and (max-width: 800px) {
	.ev__e .tab-content.active {
		flex-direction: column-reverse;
	}
}

.ev__e .tab-content img {
	width: 50%;
	border-radius: 1rem;
	object-fit: cover;
}

@media screen and (max-width: 800px) {
	.ev__e .tab-content img {
		width: 100%;
	}
}

.ev__e .tab-text h2 {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	letter-spacing: normal;
	text-align: left;
	color: #1E4598;
	margin-bottom: 1rem;
	font-size: clamp(0.0625rem, -0.625rem + 3.66667vw, 2.8125rem);
}

@media screen and (max-width: 800px) {
	.ev__e .tab-text h2 {
		font-size: clamp(0.0625rem, 0.05906rem + 5.50688vw, 2.8125rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__e .tab-text h2 {
		font-size: clamp(0.0625rem, 0.05699rem + 8.81764vw, 2.8125rem);
	}
}

.ev__e .tab-text-sub-title {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #1E4598;
}

.ev__e .tab-text ul {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2;
	margin: 0.8rem 0 0 0;
	padding: 0 0 0 1rem;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	.ev__e .tab-text ul {
		font-size: clamp(0.0625rem, 0.06133rem + 1.87735vw, 1rem);
	}
}

@media screen and (max-width: 430px) {
	.ev__e .tab-text ul {
		font-size: clamp(0.0625rem, 0.06062rem + 3.00601vw, 1rem);
	}
}

.ev__e .tab-text ul strong {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-2rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ev__f {
	padding: 8rem 0 7rem;
	text-align: center;
	position: relative;
}

.ev__f:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-place-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: 330px;
	max-height: 168px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.ev__f:before {
		width: 55vw;
		height: 55vw;
	}
}

.ev__f:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/home-place-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: 411px;
	max-height: 232px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.ev__f:after {
		width: 40vw;
		height: 40vw;
	}
}

.ev__f h2 {
	padding-bottom: 1rem;
}

@media screen and (max-width: 800px) {
	.ev__f h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
		line-height: 0.9;
	}
}

@media screen and (max-width: 430px) {
	.ev__f h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ev__f h2 span {
	display: block;
}

.ev__f .rona-link-button, .ev__f .contact__a-form .externalform-button, .contact__a-form .ev__f .externalform-button {
	margin-bottom: 0;
}

.blog__content {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.blog__content {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.blog__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4rem 0 2rem;
}

@media screen and (max-width: 800px) {
	.blog__header {
		padding-bottom: 0;
		position: relative;
	}
	.blog__header:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/blog-header-bg-2-m.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
		width: 20vw;
		height: 20vw;
		max-width: calc( 200px - (200px * 20 / 100));
		max-height: calc( 233px - (233px * 20 / 100));
		z-index: -1;
	}
	.blog__header .rona-grid {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
}

.blog__header-img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 800px) {
	.blog__header-img {
		margin-top: 2rem;
		padding-right: 5%;
	}
}

.blog__header-text-box h2 {
	letter-spacing: 2.99px;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.blog__header-text-box h2 {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
	}
}

@media screen and (max-width: 430px) {
	.blog__header-text-box h2 {
		font-size: clamp(0.0625rem, 0.05862rem + 6.21242vw, 2rem);
	}
}

.blog__header-text-box h1 {
	margin: 0;
	letter-spacing: 2.72px;
	white-space: nowrap;
	font-size: clamp(0.0625rem, -1.03125rem + 5.83333vw, 4.4375rem);
}

@media screen and (max-width: 800px) {
	.blog__header-text-box h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05702rem + 8.76095vw, 4.4375rem);
	}
}

@media screen and (max-width: 430px) {
	.blog__header-text-box h1 {
		font-size: clamp(0.0625rem, 0.05373rem + 14.02806vw, 4.4375rem);
	}
}

.blog__header-text-title {
	color: #F1C916;
	line-height: 0.9;
	padding: 1rem 0;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.blog__header-text-title {
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
	}
}

@media screen and (max-width: 430px) {
	.blog__header-text-title {
		font-size: clamp(0.0625rem, 0.05862rem + 6.21242vw, 2rem);
	}
}

.blog__header-text {
	font-size: clamp(0.0625rem, -0.22656rem + 1.54167vw, 1.21875rem);
}

@media screen and (max-width: 800px) {
	.blog__header-text {
		font-size: clamp(0.0625rem, 0.06105rem + 2.31539vw, 1.21875rem);
	}
}

@media screen and (max-width: 430px) {
	.blog__header-text {
		font-size: clamp(0.0625rem, 0.06018rem + 3.70741vw, 1.21875rem);
	}
}

.blog__a {
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

@media screen and (max-width: 780px) {
	.blog__a {
		background-size: cover;
		background-repeat: repeat-y;
	}
}

.blog__a-title {
	color: #1E4598;
	padding-bottom: 1rem;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	letter-spacing: normal;
	text-align: left;
	font-size: clamp(0.0625rem, -0.39062rem + 2.41667vw, 1.875rem);
}

@media screen and (max-width: 800px) {
	.blog__a-title {
		text-align: center;
		padding-bottom: 0.5rem;
		font-size: clamp(0.0625rem, 0.06023rem + 3.62954vw, 1.875rem);
	}
}

@media screen and (max-width: 430px) {
	.blog__a-title {
		font-size: clamp(0.0625rem, 0.05862rem + 6.21242vw, 2rem);
	}
}

@media screen and (max-width: 800px) {
	.blog__a-text {
		text-align: center;
	}
}

.blog__a-wrapper {
	width: 100%;
	display: flex;
	gap: 1rem;
	row-gap: 3rem;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1rem;
}

@media screen and (max-width: 1200px) {
	.blog__a-wrapper {
		justify-content: space-around;
	}
}

@media screen and (max-width: 800px) {
	.blog__a-wrapper {
		padding: 2rem;
		padding-bottom: 1rem;
	}
}

.blog__a-wrapper--hot {
	flex-direction: column;
}

@media screen and (max-width: 800px) {
	.blog__a-wrapper--hot {
		padding: 2rem 0 1rem;
	}
}

.blog__a-card {
	min-height: 240.1px;
	max-width: 370.8px;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
}

.blog__a-card-img {
	width: 100%;
	height: 205px;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

.blog__a-card--hot {
	min-height: inherit;
	max-width: inherit;
}

.blog__a-card--hot .blog__a-card-img {
	width: 100%;
	height: 330px;
}

@media screen and (max-width: 800px) {
	.blog__a-card--hot .blog__a-card-img {
		height: 190px;
	}
}

.blog__a-card-content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
}

.blog__a-card-content h2 {
	margin: 0 0 8px;
	font-size: clamp(0.9375rem, 0.875rem + 0.33333vw, 1.1875rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	color: #1E4598;
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	text-transform: capitalize;
}

@media screen and (max-width: 890px) {
	.blog__a-card-content h2 {
		font-size: clamp(1rem, 0.99979rem + 0.33389vw, 1.125rem);
	}
}

.blog__a-card-content h2.hot {
	font-size: clamp(0.0625rem, -0.45312rem + 2.75vw, 2.125rem);
}

@media screen and (max-width: 890px) {
	.blog__a-card-content h2.hot {
		font-size: clamp(1rem, 0.99979rem + 0.33389vw, 1.125rem);
	}
}

.blog__a-card-date {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: clamp(0.625rem, 0.60156rem + 0.125vw, 0.71875rem);
	margin: 0;
	color: #74AADB;
	text-align: right;
}

@media screen and (max-width: 890px) {
	.blog__a-card-date {
		font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	}
}

.blog__a-card-date--hot {
	font-size: clamp(1rem, 0.9375rem + 0.33333vw, 1.25rem);
}

@media screen and (max-width: 890px) {
	.blog__a-card-date--hot {
		font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	}
}

.blog__a-card-text {
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 5;
	-webkit-line-clamp: 5;
}

@media screen and (max-width: 430px) {
	.blog__a-card-text {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

.blog__a-card-text--hot {
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	.blog__a-card-text--hot {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.blog__a-card-text--hot {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

.blog__a-card .rona-link-button, .blog__a-card .contact__a-form .externalform-button, .contact__a-form .blog__a-card .externalform-button {
	margin: 1rem 0;
}

@media screen and (max-width: 800px) {
	.blog__a-card .rona-link-button, .blog__a-card .contact__a-form .externalform-button, .contact__a-form .blog__a-card .externalform-button {
		font-size: 14px;
	}
	.blog__a-card .rona-link-button-icon {
		width: calc( 28.1px - (28.1px * 20 / 100));
		height: calc( 26.6px - (26.6px * 20 / 100));
	}
}

.blog__a-pagination {
	margin: 0 0 0.5rem;
	display: flex;
	justify-content: end;
	margin-top: -1.5rem;
}

.blog__a-pagination-container {
	width: fit-content;
}

.blog__a-pagination-btn {
	text-decoration: none;
	font-size: clamp(0.625rem, 0.60156rem + 0.125vw, 0.71875rem);
	color: #F1C916;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

.blog__a-pagination-btn:focus, .blog__a-pagination-btn:active, .blog__a-pagination-btn:focus-visible, .blog__a-pagination-btn:visited {
	outline: none;
	background-color: transparent;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	color: #F1C916;
}

.blog__a-page-numbers {
	font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
	line-height: 1.23;
	letter-spacing: 0.18px;
	color: #F1C916;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

.blog__b {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 2000 / 508;
	margin: 2rem 0;
	position: relative;
}

.blog__b-img {
	width: 100%;
	height: 100%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/blog-bg.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.05);
}

.blog__c {
	position: relative;
	padding-bottom: 4rem;
}

@media screen and (max-width: 800px) {
	.blog__c {
		padding-bottom: 2rem;
	}
}

.blog__c:before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0, -45%);
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/blog-hot-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 20vw;
	height: 20vw;
	max-width: calc( 297px - (297px * 20 / 100));
	max-height: calc( 392px - (392px * 20 / 100));
	z-index: -1;
}

.blog__c:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/blog-hot-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: 1071px;
	max-height: 491px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.blog__c:after {
		max-width: calc( 260px - (260px * 20 / 100));
		max-height: calc( 113px - (113px * 20 / 100));
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/about-white-bg-2-m.png");
	}
}

.blog img#load-more {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

/* 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;
	min-height: 500px;
	height: 30vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	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 {
	text-align: center;
	padding-bottom: 2rem;
}

.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;
	color: #1E4598;
}

.single-post .post h1,
.single-post .post h2,
.single-post .post h3,
.single-post .post h4,
.single-post .post h5,
.single-post .post h6 {
	text-align: center;
	color: #1E4598;
	margin: 1rem 0;
}

.single-post .post h2,
.single-post .post h3 {
	padding-bottom: 1rem;
	font-size: clamp(0.0625rem, -0.55469rem + 3.29167vw, 2.53125rem);
}

@media screen and (max-width: 800px) {
	.single-post .post h2,
	.single-post .post h3 {
		font-size: clamp(0.0625rem, 0.05941rem + 4.94368vw, 2.53125rem);
	}
}

@media screen and (max-width: 430px) {
	.single-post .post h2,
	.single-post .post h3 {
		font-size: clamp(0.0625rem, 0.05824rem + 6.81363vw, 2.1875rem);
	}
}

.single-post .post p {
	margin: inherit;
}

.single-post .post ul,
.single-post .post ol {
	margin: 0 0 1em 1em;
	color: #0d1225;
}

.single-post .post ul {
	margin: 0;
}

.single-post .post ul > li,
.single-post .post ol > li,
.single-post .post a {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	color: #0d1225;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	.single-post .post ul > li,
	.single-post .post ol > li,
	.single-post .post a {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.single-post .post ul > li,
	.single-post .post ol > li,
	.single-post .post a {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

.single-post .prev-post,
.single-post .next-post {
	text-align: left;
}

.single-post .prev-post a,
.single-post .next-post a {
	text-decoration: none;
	color: #1E4598;
}

.single-post .prev-post a:hover,
.single-post .next-post a:hover {
	text-decoration: underline;
}

.single-post .next-post {
	text-align: right;
}

.contact__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5rem 0 3rem;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.contact__header {
		padding: 5rem 0 1rem;
	}
}

.contact__header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/co-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 553px - (553px * 50 / 100));
	max-height: calc( 532px - (532px * 50 / 100));
}

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

.contact__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.73;
	letter-spacing: 3.21px;
	color: #1E4598;
	font-size: clamp(0.0625rem, -1.17656rem + 6.60833vw, 5.01875rem);
}

@media screen and (max-width: 800px) {
	.contact__header-content h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.0563rem + 9.92491vw, 5.01875rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__header-content h1 {
		font-size: clamp(0.0625rem, 0.05286rem + 15.43086vw, 4.875rem);
	}
}

.contact__header-content h2 {
	color: #74AADB;
	line-height: 45.72px;
	letter-spacing: 4.13px;
	font-size: clamp(0.0625rem, -0.56719rem + 3.35833vw, 2.58125rem);
}

@media screen and (max-width: 800px) {
	.contact__header-content h2 {
		font-size: clamp(0.0625rem, 0.05935rem + 5.0438vw, 2.58125rem);
		letter-spacing: 1.67px;
	}
}

@media screen and (max-width: 430px) {
	.contact__header-content h2 {
		font-size: clamp(0.0625rem, 0.05745rem + 8.07615vw, 2.58125rem);
	}
}

.contact__header-text {
	padding: 2.5rem 0 2rem;
	font-size: clamp(0.0625rem, -0.22656rem + 1.54167vw, 1.21875rem);
}

@media screen and (max-width: 800px) {
	.contact__header-text {
		font-size: clamp(0.0625rem, 0.06105rem + 2.31539vw, 1.21875rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__header-text {
		font-size: clamp(0.0625rem, 0.06018rem + 3.70741vw, 1.21875rem);
	}
}

.contact__header .rona-footer-icons {
	margin: 0;
}

.contact__header .rona-footer-icons img {
	filter: none;
	width: 30px;
}

.contact__a {
	position: relative;
	padding-bottom: 6rem;
}

.contact__a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/co-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 1033px - (1033px * 50 / 100));
	max-height: calc( 572px - (572px * 50 / 100));
}

@media screen and (max-width: 800px) {
	.contact__a:after {
		width: 50vw;
		height: 50vw;
	}
}

.contact__a h2 {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
	letter-spacing: normal;
	line-height: 46.01px;
	text-align: center;
	margin-bottom: 2rem;
	font-size: clamp(0.0625rem, -0.46094rem + 2.79167vw, 2.15625rem);
}

@media screen and (max-width: 800px) {
	.contact__a h2 {
		font-size: clamp(0.0625rem, 0.05988rem + 4.19274vw, 2.15625rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__a h2 {
		font-size: clamp(0.0625rem, 0.0583rem + 6.71343vw, 2.15625rem);
	}
}

.contact__a-form .form-container {
	max-width: 600px;
	margin: 0 auto;
}

.contact__a-form .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
}

@media screen and (max-width: 840px) {
	.contact__a-form .form-row {
		margin-bottom: 1rem;
	}
}

.contact__a-form .form-group {
	flex: 1 1 300px;
	margin-bottom: 1rem;
}

.contact__a-form .form-group.w50 {
	flex: 0 0 48%;
}

.contact__a-form label {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #1E4598;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	.contact__a-form label {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__a-form label {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

.contact__a-form #mc_embed_signup .mc-field-group input {
	background: #FFF1A0;
	width: 100%;
	padding: 1rem;
	margin-top: 0.8rem;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	color: #1E4598;
	text-indent: inherit;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: clamp(0.0625rem, -0.23906rem + 1.60833vw, 1.26875rem);
}

@media screen and (max-width: 800px) {
	.contact__a-form #mc_embed_signup .mc-field-group input {
		font-size: clamp(0.0625rem, 0.06099rem + 2.41552vw, 1.26875rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__a-form #mc_embed_signup .mc-field-group input {
		font-size: clamp(0.0625rem, 0.06008rem + 3.86774vw, 1.26875rem);
	}
}

.contact__a-form #mc_embed_signup .mc-field-group input::placeholder {
	color: #1E4598;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: clamp(0.0625rem, -0.23906rem + 1.60833vw, 1.26875rem);
}

@media screen and (max-width: 800px) {
	.contact__a-form #mc_embed_signup .mc-field-group input::placeholder {
		font-size: clamp(0.0625rem, 0.06099rem + 2.41552vw, 1.26875rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__a-form #mc_embed_signup .mc-field-group input::placeholder {
		font-size: clamp(0.0625rem, 0.06008rem + 3.86774vw, 1.26875rem);
	}
}

.contact__a-form .wpcf7-form-control.wpcf7-text, .contact__a-form .wpcf7-form-control.wpcf7-email, .contact__a-form .wpcf7-form-control.wpcf7-select, .contact__a-form .wpcf7-form-control.wpcf7-textarea {
	background: #FFF1A0;
	width: 100%;
	padding: 1rem;
	margin-top: 0.8rem;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	color: #1E4598;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: clamp(0.0625rem, -0.23906rem + 1.60833vw, 1.26875rem);
}

@media screen and (max-width: 800px) {
	.contact__a-form .wpcf7-form-control.wpcf7-text, .contact__a-form .wpcf7-form-control.wpcf7-email, .contact__a-form .wpcf7-form-control.wpcf7-select, .contact__a-form .wpcf7-form-control.wpcf7-textarea {
		font-size: clamp(0.0625rem, 0.06099rem + 2.41552vw, 1.26875rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__a-form .wpcf7-form-control.wpcf7-text, .contact__a-form .wpcf7-form-control.wpcf7-email, .contact__a-form .wpcf7-form-control.wpcf7-select, .contact__a-form .wpcf7-form-control.wpcf7-textarea {
		font-size: clamp(0.0625rem, 0.06008rem + 3.86774vw, 1.26875rem);
	}
}

.contact__a-form .wpcf7-form-control.wpcf7-select {
	cursor: pointer;
	border-radius: 15.3px;
	border: solid 1px #1E4598;
	padding-top: 20px;
	padding-bottom: 20px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236c8fb0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 30px;
	padding-right: 40px;
}

.contact__a-form .wpcf7-form-control::placeholder {
	color: #1E4598;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: clamp(0.0625rem, -0.23906rem + 1.60833vw, 1.26875rem);
}

@media screen and (max-width: 800px) {
	.contact__a-form .wpcf7-form-control::placeholder {
		font-size: clamp(0.0625rem, 0.06099rem + 2.41552vw, 1.26875rem);
	}
}

@media screen and (max-width: 430px) {
	.contact__a-form .wpcf7-form-control::placeholder {
		font-size: clamp(0.0625rem, 0.06008rem + 3.86774vw, 1.26875rem);
	}
}

.contact__a-form .buttons-container {
	display: flex;
}

.contact__a-form .mc-btn {
	padding: 1.3em;
}

.contact__a-form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	position: absolute;
	bottom: -25px;
}

.contact__a-form .externalform-button,
.contact__a-form .wpcf7-submit.externalform-button {
	margin: 0 0.5rem 0 0;
}

.contact__a-form .buttons-container p br {
	display: none;
}

.contact__a-form .wpcf7-response-output {
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

.contact__a-form .wpcf7-not-valid-tip {
	position: absolute;
	color: #d9534f;
	font-size: 14px;
	margin-top: 0px;
	text-transform: none;
}

.contact__a-form .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

@media screen and (max-width: 840px) {
	.contact__a-form .form-row {
		flex-direction: column;
		gap: 10px;
	}
	.contact__a-form .form-group {
		flex: 1 1 100%;
	}
	.contact__a-form .buttons-container {
		flex-direction: column;
	}
	.contact__a-form .buttons-container p {
		display: flex;
	}
	.contact__a-form .form-container {
		padding: 1.2rem;
	}
}

.ac__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5rem 0 5.9rem;
}

@media screen and (max-width: 800px) {
	.ac__header {
		padding: 2rem 0 15rem;
	}
}

.ac__header:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-header-bd.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 15vw;
	height: 15vw;
	max-width: 571px;
	max-height: 527px;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	.ac__header:after {
		bottom: inherit;
		top: 0;
		background-position: top right;
		max-width: calc( 191px - (191px * 20 / 100));
		max-height: calc( 231px - (231px * 20 / 100));
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-header-bd-m.png");
	}
}

.ac__header-content {
	text-align: center;
}

.ac__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.93;
	font-size: clamp(0.0625rem, -1.02031rem + 5.775vw, 4.39375rem);
}

@media screen and (max-width: 800px) {
	.ac__header-content h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05788rem + 7.38423vw, 3.75rem);
	}
}

@media screen and (max-width: 430px) {
	.ac__header-content h1 {
		font-size: clamp(0.0625rem, 0.05787rem + 7.41483vw, 2.375rem);
	}
}

.ac__header-content h2 {
	line-height: 48.01px;
	letter-spacing: 4.35px;
	font-size: clamp(0.0625rem, -0.59844rem + 3.525vw, 2.70625rem);
}

@media screen and (max-width: 800px) {
	.ac__header-content h2 {
		font-size: clamp(0.0625rem, 0.05919rem + 5.29412vw, 2.70625rem);
	}
}

.ac__header-bone {
	margin: 1.5rem 0 0.7rem;
	max-width: 42px;
	width: 15vw;
}

.ac__header-tag {
	width: calc(21em - 2vw);
	max-width: 300px;
}

@media screen and (max-width: 1000px) {
	.ac__header-tag {
		max-width: 200px;
	}
}

.ac__header-tag-container {
	position: absolute;
	left: 0;
	top: 10%;
}

@media screen and (max-width: 800px) {
	.ac__header-tag-container {
		top: inherit;
		bottom: 10%;
		z-index: 3;
	}
}

.ac__header-tag-text {
	left: 44%;
	top: 42%;
	transform: translate(-42%, -44%);
	position: absolute;
	display: inline-block;
	transform: rotate(-9.7deg);
	font-size: 20px;
}

@media screen and (max-width: 1000px) {
	.ac__header-tag-text {
		left: 36%;
	}
}

.ac__a {
	background-color: #1E4598;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-blue-bg-2.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4rem 0 2rem;
}

@media screen and (max-width: 800px) {
	.ac__a {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-blue-bg-m.jpg");
		padding-top: 0;
	}
}

@media screen and (min-width: 800px) {
	.ac__a .rona-grid {
		grid-template-columns: 40% 60%;
		gap: 2rem;
	}
}

.ac__a .rona-center, .ac__a .home__header-img-box, .ac__a .dd__header-img-box, .ac__a .blog__header-img-box, .ac__a .ac__b-right, .ac__a .ac__c-left, .ac__a .ac__c-right {
	justify-content: flex-start;
	width: fit-content;
}

@media screen and (max-width: 800px) {
	.ac__a .rona-center, .ac__a .home__header-img-box, .ac__a .dd__header-img-box, .ac__a .blog__header-img-box, .ac__a .ac__b-right, .ac__a .ac__c-left, .ac__a .ac__c-right {
		justify-content: center;
		width: inherit;
		padding: 0;
		margin-top: -8rem;
	}
}

.ac__a h2 {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	letter-spacing: normal;
	color: #fffef6;
	padding-bottom: 1.5rem;
	font-size: clamp(0.0625rem, -0.48438rem + 2.91667vw, 2.25rem);
}

@media screen and (max-width: 800px) {
	.ac__a h2 {
		font-size: clamp(0.0625rem, 0.05976rem + 4.38048vw, 2.25rem);
	}
}

@media screen and (max-width: 430px) {
	.ac__a h2 {
		font-size: clamp(0.0625rem, 0.05849rem + 6.41283vw, 2.0625rem);
	}
}

.ac__a-text-title {
	line-height: 28px;
	letter-spacing: 0.72px;
	color: #fffef6;
}

.ac__a-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ac__a ul {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	color: #fffef6;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2;
	margin: 1rem 0 0 0;
	padding: 0 0 0 1rem;
	font-size: clamp(0.0625rem, -0.23906rem + 1.60833vw, 1.26875rem);
}

@media screen and (max-width: 800px) {
	.ac__a ul {
		font-size: clamp(0.0625rem, 0.06099rem + 2.41552vw, 1.26875rem);
	}
}

@media screen and (max-width: 430px) {
	.ac__a ul {
		font-size: clamp(0.0625rem, 0.06008rem + 3.86774vw, 1.26875rem);
	}
}

.ac__a-img {
	position: relative;
}

.ac__a-img img {
	max-height: 500px;
	transform: scale(1.1);
	position: relative;
	z-index: 2;
	left: 0;
	margin-left: 1rem;
	margin-top: -4.5rem;
	margin-bottom: -3.5rem;
	transform: rotate(-7.573deg);
}

@media screen and (max-width: 800px) {
	.ac__a-img img {
		margin: 0;
		max-height: 350px;
		transform: inherit;
		left: inherit;
		margin-top: inherit;
		margin-bottom: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(6.3deg);
	}
}

.ac__b {
	position: relative;
	padding: 6rem 0;
}

@media screen and (max-width: 800px) {
	.ac__b {
		padding: 4rem 0;
	}
}

.ac__b:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-limit-bg-1-m.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 20vw;
	height: 20vw;
	max-width: 211px;
	max-height: 231px;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.ac__b:after {
		content: none;
	}
}

.ac__b h2 {
	line-height: 0.81;
	letter-spacing: 2.4px;
	color: #74AADB;
	text-align: center;
	font-size: clamp(0.0625rem, -0.83594rem + 4.79167vw, 3.65625rem);
}

@media screen and (max-width: 800px) {
	.ac__b h2 {
		font-size: clamp(0.0625rem, 0.058rem + 7.1965vw, 3.65625rem);
	}
}

@media screen and (max-width: 430px) {
	.ac__b h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ac__b h2 span {
	display: block;
}

.ac__b-right {
	justify-content: flex-start;
	background-color: #4175BA;
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 1.5rem 50%, 0% 0%);
}

@media screen and (max-width: 800px) {
	.ac__b-right {
		justify-content: center;
		text-align: center;
		margin: 3rem 2rem 0;
		clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
	}
}

.ac__b-right p {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	letter-spacing: normal;
	color: #fffef6;
	padding: 1.5rem 0 1.5rem 4rem;
	font-size: clamp(0.0625rem, -0.29688rem + 1.91667vw, 1.5rem);
}

@media screen and (max-width: 800px) {
	.ac__b-right p {
		font-size: clamp(0.0625rem, 0.0607rem + 2.8786vw, 1.5rem);
		padding: 2rem 0;
	}
}

@media screen and (max-width: 430px) {
	.ac__b-right p {
		font-size: clamp(0.0625rem, 0.05962rem + 4.60922vw, 1.5rem);
	}
}

.ac__c {
	position: relative;
}

@media screen and (min-width: 800px) {
	.ac__c .rona-grid {
		grid-template-columns: 40% 60%;
	}
}

.ac__c p {
	color: #1E4598;
}

.ac__c-bg {
	position: absolute;
	background-color: #F1C916;
	border-radius: 0 21px 21px 0;
	width: 5rem;
	height: 100%;
}

.ac__c-left, .ac__c-right {
	justify-content: flex-start;
	flex-direction: column;
	align-items: start;
	padding: 6rem 0 6rem 5rem;
}

@media screen and (max-width: 800px) {
	.ac__c-left, .ac__c-right {
		padding: inherit;
	}
}

.ac__c-left {
	padding-left: calc(5rem * 2);
}

@media screen and (max-width: 800px) {
	.ac__c-left {
		padding-left: inherit;
		text-align: center;
		align-items: center;
		margin-top: 1rem;
	}
}

.ac__c-left p,
.ac__c-left a {
	font-size: clamp(0.0625rem, -0.25rem + 1.66667vw, 1.3125rem);
}

@media screen and (max-width: 800px) {
	.ac__c-left p,
	.ac__c-left a {
		font-size: clamp(0.0625rem, 0.06094rem + 2.50313vw, 1.3125rem);
	}
}

@media screen and (max-width: 430px) {
	.ac__c-left p,
	.ac__c-left a {
		font-size: clamp(0.0625rem, 0.05999rem + 4.00802vw, 1.3125rem);
	}
}

.ac__c-left p strong,
.ac__c-left a strong {
	line-height: 2;
}

.ac__c a {
	color: #1E4598;
	text-decoration: none;
}

.ac__c-right {
	background-color: #F1C916;
	border-radius: 21px 0 0 21px;
}

@media screen and (max-width: 800px) {
	.ac__c-right {
		background-color: inherit;
		border-radius: inherit;
		text-align: center;
		align-items: center;
	}
	.ac__c-right p strong {
		color: #F1C916;
	}
}

.ac__c-right h2 {
	letter-spacing: 2.64px;
	color: #fffef6;
	padding-bottom: 2rem;
	font-size: clamp(0.0625rem, -0.95312rem + 5.41667vw, 4.125rem);
}

@media screen and (max-width: 800px) {
	.ac__c-right h2 {
		font-size: clamp(0.0625rem, 0.05742rem + 8.13517vw, 4.125rem);
		margin: 0 auto;
	}
	.ac__c-right h2 .ev-white {
		color: #F1C916;
	}
}

@media screen and (max-width: 430px) {
	.ac__c-right h2 {
		font-size: clamp(0.0625rem, 0.05736rem + 8.21643vw, 2.625rem);
	}
}

.ac__c-right h2 span {
	display: block;
}

.ac__c-right h2 span.small {
	color: #FFF1A0;
	letter-spacing: 1.83px;
	font-size: clamp(0.0625rem, -0.6375rem + 3.73333vw, 2.8625rem);
}

@media screen and (max-width: 800px) {
	.ac__c-right h2 span.small {
		font-size: clamp(0.0625rem, 0.059rem + 5.60701vw, 2.8625rem);
		color: #FBE03F;
	}
}

@media screen and (max-width: 430px) {
	.ac__c-right h2 span.small {
		font-size: clamp(0.0625rem, 0.05887rem + 5.81162vw, 1.875rem);
	}
}

.ac__d {
	padding: 8rem 0 7rem;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 800px) {
	.ac__d {
		padding: 3rem 0 7rem;
	}
}

.ac__d:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-limit-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 10vw;
	height: 10vw;
	max-width: 452px;
	max-height: 450px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.ac__d:before {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-limit-bg-2-m.png");
		max-width: 385px;
		max-height: 316px;
		width: 40vw;
		height: 40vw;
	}
}

.ac__d:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ac-limit-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 15vw;
	height: 15vw;
	max-width: 656px;
	max-height: 483px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.ac__d:after {
		content: none;
	}
}

.ac__d h2 {
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 800px) {
	.ac__d h2 {
		font-size: clamp(0.0625rem, 0.05913rem + 5.39424vw, 2.75625rem);
		line-height: 0.9;
	}
}

@media screen and (max-width: 430px) {
	.ac__d h2 {
		font-size: clamp(0.0625rem, 0.05762rem + 7.81563vw, 2.5rem);
	}
}

.ac__d h2 span {
	display: block;
}

.ac__e {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
}

@media screen and (max-width: 800px) {
	.ac__e {
		gap: 0.2rem;
	}
}

.ac__e img {
	width: calc(50% - 0.5rem);
	object-fit: cover;
}

@media screen and (max-width: 800px) {
	.ac__e img {
		width: calc(50% - 0.2rem);
	}
}

.om__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
}

@media screen and (max-width: 800px) {
	.om__header {
		padding-top: 40px !important;
	}
}

.om__header-content {
	text-align: center;
}

.om__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	font-size: clamp(0.0625rem, -1.11719rem + 6.29167vw, 4.78125rem);
}

@media screen and (max-width: 800px) {
	.om__header-content h1 {
		font-size: clamp(0.0625rem, 0.05659rem + 9.44931vw, 4.78125rem);
	}
}

@media screen and (max-width: 430px) {
	.om__header-content h1 {
		font-size: clamp(0.0625rem, 0.05636rem + 9.81964vw, 3.125rem);
	}
}

.om__header-content h2 {
	letter-spacing: 6.15px;
	font-size: clamp(0.0625rem, -0.88281rem + 5.04167vw, 3.84375rem);
}

@media screen and (max-width: 800px) {
	.om__header-content h2 {
		font-size: clamp(0.0625rem, 0.05777rem + 7.57196vw, 3.84375rem);
	}
}

.om__header-content p {
	color: #1E4598;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
	letter-spacing: normal;
	margin: 0;
	font-size: clamp(0.0625rem, -0.34375rem + 2.16667vw, 1.6875rem);
}

@media screen and (max-width: 800px) {
	.om__header-content p {
		font-size: clamp(0.0625rem, 0.05945rem + 4.8811vw, 2.5rem);
	}
}

@media screen and (max-width: 430px) {
	.om__header-content p {
		font-size: clamp(0.0625rem, 0.05887rem + 5.81162vw, 1.875rem);
	}
}

.om__header-content p span.text-title {
	color: #74AADB;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 800, 'wdth' 71, 'slnt' 0;
}

.om__header-bone {
	margin: 1.5rem 0 0.7rem;
	max-width: 42px;
	width: 15vw;
}

@media screen and (max-width: 800px) {
	.om__header-bone {
		margin: 0.9rem 0 0.5rem;
	}
}

.om__a {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 2000 / 509;
	margin: 2rem 0;
	position: relative;
}

.om__a-img {
	width: 100%;
	height: 100%;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/menu-bg.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.05);
}

.rule-content {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

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

.rule .text-center {
	text-align: center;
}

.rule .underline {
	text-decoration: underline;
}

.rule__header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5rem 0 5.9rem;
	overflow: hidden;
	background-color: #74AADB;
}

@media screen and (max-width: 800px) {
	.rule__header {
		padding: 3rem 0 3.9rem;
	}
}

.rule__header:before {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-header-bg-1-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 210px - (210px * 50 / 100));
	max-height: calc( 367px - (367px * 50 / 100));
}

@media screen and (max-width: 800px) {
	.rule__header:before {
		max-width: calc( 210px - (210px * 70 / 100));
		max-height: calc( 367px - (367px * 70 / 100));
	}
}

.rule__header:after {
	content: '';
	position: absolute;
	top: 0.5rem;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-header-bg-2-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 210px - (210px * 50 / 100));
	max-height: calc( 367px - (367px * 50 / 100));
}

@media screen and (max-width: 800px) {
	.rule__header:after {
		max-width: calc( 210px - (210px * 70 / 100));
		max-height: calc( 367px - (367px * 70 / 100));
	}
}

.rule__header-content {
	text-align: center;
}

.rule__header-content h1 {
	margin: 0;
	font-family: "tondu", sans-serif;
	font-weight: 400;
	line-height: 0.93;
	color: #ffffff;
	font-size: clamp(0.0625rem, -0.75156rem + 4.34167vw, 3.31875rem);
}

@media screen and (max-width: 800px) {
	.rule__header-content h1 {
		margin-top: 0;
		font-size: clamp(0.0625rem, 0.05921rem + 5.26909vw, 2.69375rem);
	}
}

@media screen and (max-width: 430px) {
	.rule__header-content h1 {
		font-size: clamp(0.0625rem, 0.05787rem + 7.41483vw, 2.375rem);
	}
}

.rule__a {
	padding: 5rem 0;
	position: relative;
}

.rule__a:before {
	content: '';
	position: absolute;
	top: 6rem;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-page-bg-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 313px - (313px * 50 / 100));
	max-height: calc( 449px - (449px * 50 / 100));
	z-index: -1;
}

.rule__a:after {
	content: '';
	position: absolute;
	top: 5rem;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-page-bg-2-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 428px - (428px * 50 / 100));
	max-height: calc( 455px - (455px * 50 / 100));
	z-index: -1;
}

.rule__a-title {
	color: #1E4598;
	text-align: center;
	margin-bottom: 4rem;
	font-size: clamp(0.0625rem, -0.53125rem + 3.16667vw, 2.4375rem);
}

@media screen and (max-width: 800px) {
	.rule__a-title {
		font-size: clamp(0.0625rem, 0.05953rem + 4.75594vw, 2.4375rem);
	}
}

@media screen and (max-width: 430px) {
	.rule__a-title {
		font-size: clamp(0.0625rem, 0.05824rem + 6.81363vw, 2.1875rem);
	}
}

.rule__a h3 {
	margin: 0;
	color: #74AADB;
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'wdth' 71, 'slnt' 0;
	line-height: 1.13;
	letter-spacing: normal;
	margin-bottom: 2rem;
	font-size: clamp(0.0625rem, -0.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.rule__a h3 {
		font-size: clamp(0.0625rem, 0.06082rem + 2.69086vw, 1.40625rem);
	}
}

@media screen and (max-width: 430px) {
	.rule__a h3 {
		font-size: clamp(0.0625rem, 0.06012rem + 3.80762vw, 1.25rem);
	}
}

.rule__a ul {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	color: #414042;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 1rem;
	font-size: clamp(0.0625rem, -0.20312rem + 1.41667vw, 1.125rem);
}

@media screen and (max-width: 800px) {
	.rule__a ul {
		font-size: clamp(0.0625rem, 0.06117rem + 2.12766vw, 1.125rem);
	}
}

@media screen and (max-width: 430px) {
	.rule__a ul {
		font-size: clamp(0.0625rem, 0.06037rem + 3.40681vw, 1.125rem);
	}
}

.rule__a ul strong {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
}

.rule__a-container {
	padding-top: 5rem;
	position: relative;
}

.rule__a-container:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-page-bg-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 25vw;
	height: 25vw;
	max-width: calc( 258px - (258px * 50 / 100));
	max-height: calc( 393px - (393px * 50 / 100));
	z-index: -1;
}

.rule__a-container:after {
	content: '';
	position: absolute;
	top: 5rem;
	right: 0;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-page-bg-4.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 25vw;
	height: 25vw;
	max-width: calc( 874px - (874px * 50 / 100));
	max-height: calc( 591px - (591px * 50 / 100));
	z-index: -1;
}

.rule__a-container--two:before {
	content: none;
}

.rule__a-container--two:after {
	content: '';
	top: inherit;
	bottom: -2rem;
	right: 0;
	background-position: bottom right;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/ru-page-bg-5.png");
	max-width: calc( 359px - (359px * 50 / 100));
	max-height: calc( 369px - (369px * 50 / 100));
}

.rule__b {
	background-color: #1E4598;
	background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-rates-blue-bg.png");
	padding: 5rem 0 2rem;
}

.rule__b-content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

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

@media screen and (max-width: 800px) {
	.rule__b {
		background-image: url("https://woofplayeat.com/wp-content/uploads/2025/08/dd-rates-blue-bg-m.jpg");
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;
	}
}

.rule__b-title,
.rule__b p,
.rule__b a {
	color: #ffffff;
}

.rule__b-faq {
	padding: 4rem 0;
}

.rule__b-faq-item {
	border-top: 4px solid #F1C916;
	padding: 1.6rem 1rem;
}

.rule__b-faq-item:last-child {
	border-top: 4px solid #F1C916;
	border-bottom: 4px solid #F1C916;
}

.rule__b-faq-question {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'wdth' 71, 'slnt' 0;
	line-height: 1.5;
	letter-spacing: normal;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	transition: color 0.3s ease;
	font-size: clamp(0.0625rem, -0.27344rem + 1.79167vw, 1.40625rem);
}

@media screen and (max-width: 800px) {
	.rule__b-faq-question {
		font-size: clamp(0.0625rem, 0.06082rem + 2.69086vw, 1.40625rem);
	}
}

@media screen and (max-width: 430px) {
	.rule__b-faq-question {
		font-size: clamp(0.0625rem, 0.06012rem + 3.80762vw, 1.25rem);
	}
}

.rule__b-faq-question.active {
	color: #F1C916;
}

.rule__b-faq-answer {
	color: #ffffff;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.6s ease, opacity 0.3s ease;
	opacity: 0;
}

.rule__b-faq-answer.show {
	max-height: 200px;
	opacity: 1;
	margin-top: 10px;
}

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