/*!
Theme Name: afs_uni
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: GoogleSans !important;
    color: #000000;
	margin: 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;
}

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/afs_uni/fonts/GoogleSans/GoogleSans-Regular.woff2") format("woff2");

}
.GoogleSans{
	font-family:GoogleSans;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff !important;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.greenFontColor {
    color: #3E731D !important;
}

.beigeFontColor {
    color: #EAE4D9;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	text-decoration: none;
}

.error404 #colophon {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.wpcf7-text {
    width: 100%;
    margin-bottom: 20px;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-textarea {
    margin-bottom: 20px;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
	width: 100%;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-text {
    width: 100%;
    margin-bottom: 20px;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.wpcf7-textarea {
    margin-bottom: 20px;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    border: 1px solid #000;
}

.wpcf7-submit {
    outline: 0 !important;
    box-shadow: none !important;
}

.desktop .wpcf7-text[name="your-name"] {
    width: 97%;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: x-small;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

button.kuka_accordion * {
    color: #000;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

.site-footer .upper_footer_row {
    background-color: #D1CCC2 !important;
}
 
body {
    background-color: #EAE4D9;
}

.site-footer {
    padding: 0;
}

.main_logo {
    max-height: max-content;
    max-width: max-content;
}

#colophon .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#colophon .menu a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}

.opacity06 {
    opacity: 0.6;
}

#menu {
    height: 100dvh;
}

.btn-close {
    background: none !important;
    opacity: 1;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
    position: absolute;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    background-color: #EAE4D9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

.wpcf7-submit {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: var(--secondary_color);
    border-color: var(--secondary_color);
    color: #fff !important;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

.kuka_panel p {
    font-size: small;
}

button.kuka_accordion * {
    color: #000;
    font-weight: 500;
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    background: #EAE4D9;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
	z-index: 9;
}

#masthead .main_logo, #masthead .menu_toggler {
    transition: all .3s ease;
}

.offcanvas .menu a {
	color: #000;
}

.mobile #masthead {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
}

.mobile #masthead .main_logo {
    width: 100%;
    height: 35px;
}

#masthead .main_nav_desktop .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#masthead .main_nav_desktop .menu li a {
    color: #000000;
}

#masthead .main_nav_desktop .menu li:last-child a {
    margin-right: 0;
}

.mobile #colophon {
    height: 34.27vw;
}

.mobile .croppedContent {
    padding-left: 20px;
    padding-right: 20px;
}

.full-width-image img {
    width: 100%;
    object-fit: cover;
}

.title_wrapper hr {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

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

.fancybox__toolbar__column.is-right button[title="Toggle zoom level"],
.fancybox__toolbar__column.is-right button[title="Toggle slideshow"],
.fancybox__toolbar__column.is-right button[title="Toggle full-screen mode"] {
    display: none;
}

.box_wrapper {
    border: 1px solid #3E731D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_section a {
    color: #3E731D;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    text-decoration-thickness: 1.4px;
    font-weight: bold;
}

.list_section ul, .info_and_image ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_section li, .info_and_image li {
    display: flex;
    align-items: flex-start;
}

.list_section ul svg, .info_and_image ul svg {
    margin-top: 5px;
}

.box_wrap a, .header-1 a {
    background-color: #3E731D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #EAE4D9;
}

.box_wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.box_list a, .accordion a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1.3px;
    text-underline-offset: 3px;
}

.box_list a svg, .accordion a svg {
    margin-top: 4px;
}

.accordions_section .accordion * {
    background: transparent;
    border: none;
    padding: 0;
    color: #000000;
    outline: 0;
    box-shadow: none;
    border-radius: 0 !important;
}

.accordions_section .accordion-button {
    border-top: 1px solid #232327;
}

.accordions_section .accordion h6 {
    margin-bottom: 0;
}

.accordions_section .accordion .greenFontColor, .accordions_section .accordion .greenFontColor h5 {
    color: #3E731D !important;
}

.accordion-item:last-child {
    border-bottom: 1px solid #000 !important;
}

.accordion .accordion-button::after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><circle cx="14" cy="14" r="14" fill="%233E731D"/><path d="M13.2598 18L9 11L11.0163 11L13.9682 16.1686L13.8592 16.1179L14.1408 16.1179L14.0227 16.1686L16.9655 11L19 11L14.7402 18L13.2598 18Z" fill="%23EAE4D9"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

.info_and_image img {
    width: 100%;
}

.info_and_image p a {
    color: #3E731D;
    text-decoration: none;
}

.info_and_image .paragraph a {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
}

.square_btn {
    border: 1px solid #3E731D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    color: #3E731D !important;
}

.square_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.square_btn::before {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="47" height="58" viewBox="0 0 47 58" fill="none"><path d="M12 22H36M12 34H36M12 46.5H36M32.5 0.5H0.5V57.5H46V10L32.5 0.5Z" stroke="%233E731D"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.square_btn::after {
    content: "";
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="15" viewBox="0 0 37 15" fill="none"><path d="M36.7071 8.07088C37.0976 7.68035 37.0976 7.04719 36.7071 6.65666L30.3431 0.292702C29.9526 -0.0978227 29.3195 -0.0978227 28.9289 0.292702C28.5384 0.683226 28.5384 1.31639 28.9289 1.70692L34.5858 7.36377L28.9289 13.0206C28.5384 13.4111 28.5384 14.0443 28.9289 14.4348C29.3195 14.8254 29.9526 14.8254 30.3431 14.4348L36.7071 8.07088ZM0 7.36377V8.36377H36V7.36377V6.36377H0V7.36377Z" fill="%238FFA4C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.square_btn {
    position: relative;
}

.info_and_image .title_wrapper h3 {
    margin-bottom: 0;
}

.info_and_image li {
    color: #3E731D;
    align-items: center;
}

.info_and_image li svg {
    margin-top: 0;
}

.info_and_image a {
    color: #3E731D !important;
    text-decoration: none;
}

.header-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.header-2.has-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info_and_image.align_right .square_btn:last-child {
    margin-right: 0;
}

.info_and_image img {
    object-fit: cover;
}

#masthead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.header-1 {
    padding-top: 0 !important;
}

.header-1 .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    color: #EAE4D9;
    background: none !important;
    border: none;
    border-radius: 0 !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0 !important
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 5.469vw;
        line-height: 1;
        letter-spacing: -0.109vw;
    }

    h2, h2 p {
        font-size: 3.333vw;
        line-height: 1;
        letter-spacing: -0.067vw;
    }

    h3, h3 p {
        font-size: 2.396vw;
        line-height: 2.635vw;
        letter-spacing: -0.048vw;
    }

    h4, h4 p {
        font-size: 1.875vw;
        line-height: 2.212vw;
        letter-spacing: -0.037vw
    }

    h5, h5 p {
        font-size: 1.25vw;
        line-height: 1.475vw;
        letter-spacing: -0.025vw;
    }

    h6, h6 p {
        font-size: 1.042vw;
        line-height: 1.106vw;
        letter-spacing: -0.019vw;
    }

    p {
        font-size: 0.938vw;
        line-height: 1.106vw;
        letter-spacing: -0.019vw;
    }

    .swiper-pagination-bullet {
        font-size: 1.354vw;
        margin-right: 1.979vw !important;
    }

    #masthead .main_nav_desktop .menu li a {
        font-size: 25px;
    }

    .site-footer .upper_footer_row {
        padding: 3.59vw 9.17vw 0.63vw 2.92vw;
    }

    .site-footer .bottom_footer_row {
        padding-left: 52px;
        padding-right: 52px;
        height: 59px;
    }

    .main_logo {
        height: 25px;
    }

    .socials_icon {
        height: 20px;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .svg_icon {
        width: 15px;
    }

    .wpcf7-text {
        height: 47px;
    }
    
    #masthead {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        height: 3.802vw;
    }

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    #main {
        padding-top: 50px;
    }

    .full-width-image img {
        height: 49.896vw;
    }

    .title_wrapper hr {
        margin-bottom: 2.604vw;
    }

    .gallery_section img {
        height: 31.823vw;
        margin-bottom: 1.094vw;
    }

    .box_wrapper {
        padding-top: 2.865vw;
        padding-left: 1.563vw;
        padding-right: 1.771vw;
        padding-bottom: 1.771vw;
        height: 32.552vw;
        margin-bottom: 1.979vw;
    }

    .box_list a h5, .accordion a h5 {
        margin-left: 0.885vw;
    }

    .box_list h4 {
        margin-bottom: 1.823vw;
    }

    .box_list p {
        margin-bottom: 2.865vw;
    }

    .item_wrapper {
        margin-bottom: 3.646vw;
    }

    .list_section h4 {
        margin-bottom: 1.563vw;
    }

    .list_section li {
        margin-bottom: 1.302vw;
    }

    .list_section ul svg {
        min-width: 1.875vw;
        margin-right: 3.542vw;
    }

    .list_section ul {
        padding-left: 2.344vw;
    }

    .box_wrap {
        height: 43.281vw;
        margin-bottom: 1.094vw;
    }

    .inner_wrapper {
        padding-top: 1.458vw;
        padding-left: 1.458vw;
    }

    .box_wrapper h6 {
        line-height: 1.396vw;
    }

    .accordions_section h6 {
        margin-bottom: 3.125vw;
    }

    .accordions_section .accordion button h5 {
        padding-top: 1.146vw;
        padding-bottom: 1.302vw;
        padding-left: 0.365vw;
    }

    .accordion-body {
        padding-bottom: 2.448vw !important;
        padding-top: 0.521vw;
    }

    .accordion .accordion-button::after {
        width: 1.458vw;
        height: 1.458vw;
    }

    .info_and_image h3 {
        margin-bottom: 4.948vw;
    }

    .square_btn {
        height: 4.323vw;
        padding-left: 0.677vw;
        padding-right: 1.667vw;
    }

    .pt50 {
        padding-top: 2.604vw;
    }

    .square_btn::before {
        width: 2.448vw;
        height: 3.021vw;
    }

    .header-1, .header-2, .info_and_image, .full_width_image, .boxes_with_image, .list_section, .gallery_section, .box_list, .check_list, .accordions, .form_section {
        padding-top: 5.208vw;
        margin-bottom: 5.208vw;
    }

    .square_btn::before {
        left: 0.677vw;
    }

    .square_btn::after {
        right: 1.667vw;
    }

    .info_and_image .square_buttons {
        margin-bottom: 4.531vw;
    }

    .info_and_image ul svg {
        margin-right: 0.885vw;
    }

    .info_and_image li {
        margin-bottom: 0.885vw;
    }

    .mt100 {
        margin-top: 5.208vw;
    }

    .mt80 {
        margin-top: 4.167vw;
    }

    .header-2 {
        height: 39.167vw;
    }

    .info_and_image.align_right .row.gx-0.container-fluid {
        padding-left: 1.146vw;
    }

    .info_and_image img {
        height: 38.698vw;
    }

    #masthead .logo_wrapper {
        padding-bottom: 0.729vw;
    }

    .header-1 {
        height: calc(100vh - 3.802vw);
    }

    .box_wrap a, .header-1 a {
        height: 3.125vw;
        padding-left: 3.125vw;
        padding-right: 3.125vw;
    }

    .mt60 {
        margin-top: 3.125vw;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 5.469vw;
        line-height: 1;
        letter-spacing: -0.109vw;
    }

    h2, h2 p {
        font-size: 3.333vw;
        line-height: 1;
        letter-spacing: -0.067vw;
    }

    h3, h3 p {
        font-size: 2.396vw;
        line-height: 2.635vw;
        letter-spacing: -0.048vw;
    }

    h4, h4 p {
        font-size: 1.875vw;
        line-height: 2.212vw;
        letter-spacing: -0.037vw
    }

    h5, h5 p {
        font-size: 1.25vw;
        line-height: 1.475vw;
        letter-spacing: -0.025vw;
    }

    h6, h6 p {
        font-size: 1.042vw;
        line-height: 1.106vw;
        letter-spacing: -0.019vw;
    }

    p {
        font-size: 0.938vw;
        line-height: 1.106vw;
        letter-spacing: -0.019vw;
    }

    .swiper-pagination-bullet {
        font-size: 1.354vw;
        margin-right: 1.979vw !important;
    }

    #masthead .main_nav_desktop .menu li a {
        font-size: 0.938vw;
    }

    .site-footer .upper_footer_row {
        padding: 3.59vw 9.17vw 0.63vw 2.92vw;
    }

    .site-footer .bottom_footer_row {
        padding-left: 2.71vw;
        padding-right: 2.71vw;
        height: 3.07vw;
    }

    .main_logo {
        height: 2.865vw;
    }

    .socials_icon {
        height: 1.042vw;
    }

    .socials_wrapper a {
        margin-right: 1.302vw;
    }

    .btn-close {
        width: 1.563vw;
        right: 2.083vw;
        top: 1.563vw;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 1.563vw;
        line-height: 2.604vw;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .svg_icon {
        width: 1.042vw;
    }

    .wpcf7-text {
        height: 2.448vw;
    }

    #masthead {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        height: 3.802vw;
    }

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    #masthead .main_logo {
        width: 4.896vw;
        height: 1.667vw;
    }

    #masthead .main_nav_desktop .menu li a {
        margin-right: 4.271vw;
    }

    #masthead .main_nav_desktop .menu {
        padding-bottom: 0.417vw;
    }

    #colophon {
        height: 34.27vw;
    }

    .croppedContent {
        padding-left: 2.71vw;
        padding-right: 2.71vw;
    }

    #main {
        padding-top: 3.802vw;
    }

    .full-width-image img {
        height: 49.896vw;
    }
    
    .title_wrapper hr {
        margin-bottom: 2.604vw;
    }

    .gallery_section img {
        height: 31.823vw;
        margin-bottom: 1.094vw;
    }

    .box_wrapper {
        padding-top: 2.865vw;
        padding-left: 1.563vw;
        padding-right: 1.771vw;
        padding-bottom: 1.771vw;
        height: 32.552vw;
        margin-bottom: 1.979vw;
    }

    .box_list a h5, .accordion a h5 {
        margin-left: 0.885vw;
    }

    .box_list h4 {
        margin-bottom: 1.823vw;
    }

    .box_list p {
        margin-bottom: 2.865vw;
    }

    .item_wrapper {
        margin-bottom: 3.646vw;
    }

    .list_section h4 {
        margin-bottom: 1.563vw;
    }

    .list_section li {
        margin-bottom: 1.302vw;
    }

    .list_section ul svg {
        min-width: 1.875vw;
        margin-right: 3.542vw;
    }

    .list_section ul {
        padding-left: 2.344vw;
    }

    .box_wrap {
        height: 43.281vw;
        margin-bottom: 1.094vw;
    }

    .inner_wrapper {
        padding-top: 1.458vw;
        padding-left: 1.458vw;
    }

    .box_wrapper h6 {
        line-height: 1.396vw;
    }

    .accordions_section h6 {
        margin-bottom: 3.125vw;
    }

    .accordions_section .accordion button h5 {
        padding-top: 1.146vw;
        padding-bottom: 1.302vw;
        padding-left: 0.365vw;
    }

    .accordion-body {
        padding-bottom: 2.448vw !important;
        padding-top: 0.521vw;
    }
    
    .accordion .accordion-button::after {
        width: 1.458vw;
        height: 1.458vw;
    }

    .info_and_image h3 {
        margin-bottom: 4.948vw;
    }

    .square_btn {
        height: 4.323vw;
        padding-left: 0.677vw;
        padding-right: 1.667vw;
    }

    .pt50 {
        padding-top: 2.604vw;
    }

    .square_buttons .square_btn {
        margin-right: 1.146vw;
    }

    .square_btn::before {
        width: 2.448vw;
        height: 3.021vw;
    }

    .square_btn::after {
        width: 1.927vw;
        height: 0.781vw;
    }

    .header-1, .header-2, .info_and_image, .full_width_image, .boxes_with_image, .list_section, .gallery_section, .box_list, .check_list, .accordions, .form_section {
        padding-top: 5.208vw;
        margin-bottom: 5.208vw;
    }

    .square_btn::before {
        left: 0.677vw;
    }

    .square_btn::after {
        right: 1.667vw;
    }

    .info_and_image .square_buttons {
        margin-bottom: 4.531vw;
    }

    .info_and_image ul svg {
        margin-right: 0.885vw;
    }

    .info_and_image li {
        margin-bottom: 0.885vw;
    }

    .mt100 {
        margin-top: 5.208vw;
    }

    .mt80 {
        margin-top: 4.167vw;
    }

    .header-2 {
        height: 39.167vw;
    }

    .info_and_image.align_right .row.gx-0.container-fluid {
        padding-left: 1.146vw;
    }

    .info_and_image img {
        height: 38.698vw;
    }

    #masthead .logo_wrapper {
        padding-bottom: 0.729vw;
    }

    .header-1 {
        height: calc(100vh - 3.802vw);
    }

    .box_wrap a, .header-1 a {
        height: 3.125vw;
        padding-left: 3.125vw;
        padding-right: 3.125vw;
    }

    .mt60 {
        margin-top: 3.125vw;
    }
}

@media (min-width: 1920px) {
    h1, h1 p {
        font-size: 105px;
        line-height: 1;
        letter-spacing: -2.1px;
    }

    h2, h2 p {
        font-size: 64px;
        line-height: 1;
        letter-spacing: -1.28px;
    }

    h3, h3 p {
        font-size: 46px;
        line-height: 50.6px;
        letter-spacing: -0.92px;
    }

    h4, h4 p {
        font-size: 36px;
        line-height: 42.48px;
        letter-spacing: -0.72px
    }

    h5, h5 p {
        font-size: 24px;
        line-height: 28.32px;
        letter-spacing: -0.48px;
    }

    h6, h6 p {
        font-size: 20px;
        line-height: 21.24px;
        letter-spacing: -0.36px;
    }

    p {
        font-size: 18px;
        line-height: 21.24px;
        letter-spacing: -0.36px;
    }

    .swiper-pagination-bullet {
        font-size: 26px;
        margin-right: 38px !important;
    }

    #masthead .main_nav_desktop .menu li a {
        font-size: 18px;
    }

    .site-footer .upper_footer_row {
        padding: 69px 176px 12px 56px;
    }

    .site-footer .bottom_footer_row {
        padding-left: 52px;
        padding-right: 52px;
        height: 59px;
    }

    .main_logo {
        height: 55px;
    }

    .socials_icon {
        height: 20px;
    }

    .socials_wrapper a {
        margin-right: 25px;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .svg_icon {
        width: 20px;
    }

    .wpcf7-text {
        height: 47px;
    }

    #masthead {
        padding-left: 52px;
        padding-right: 52px;
        height: 73px;
    }

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 15px;
        padding-right: 15px;
    }

    #masthead .main_logo {
        width: 94px;
        height: 32px;
    }

    #masthead .main_nav_desktop .menu li a {
        margin-right: 82px;
    }

    #masthead .main_nav_desktop .menu {
        padding-bottom: 8px;
    }

    #colophon {
        height: 658px;
    }

    .croppedContent {
        padding-left: 52px;
        padding-right: 52px;
    }

    #main {
        padding-top: 73px;
    }

    .full-width-image img {
        height: 958px;
    }

    .title_wrapper hr {
        margin-bottom: 50px;
    }

    .gallery_section img {
        height: 611px;
        margin-bottom: 21px;
    }

    .box_wrapper {
        padding-top: 55px;
        padding-left: 30px;
        padding-right: 34px;
        padding-bottom: 34px;
        height: 625px;
        margin-bottom: 38px;
    }

    .box_list a h5, .accordion a h5 {
        margin-left: 17px;
    }

    .box_list h4 {
        margin-bottom: 35px;
    }

    .box_list p {
        margin-bottom: 55px;
    }

    .item_wrapper {
        margin-bottom: 70px;
    }

    .list_section h4 {
        margin-bottom: 30px;
    }

    .list_section li {
        margin-bottom: 25px;
    }

    .list_section ul svg {
        min-width: 36px;
        margin-right: 68px;
    }

    .list_section ul {
        padding-left: 45px;
    }

    .box_wrap {
        height: 831px;
        margin-bottom: 21px;
    }

    .inner_wrapper {
        padding-top: 28px;
        padding-left: 28px;
    }

    .box_wrapper h6 {
        line-height: 26.8px;
    }

    .accordions_section h6 {
        margin-bottom: 60px;
    }

    .accordions_section .accordion a {
        margin-top: 40px;
    }

    .accordions_section .accordion button h5 {
        padding-top: 22px;
        padding-bottom: 25px;
        padding-left: 7px;
    }

    .accordion-body {
        padding-bottom: 47px !important;
        padding-top: 10px;
    }

    .accordion .accordion-button::after {
        width: 28px;
        height: 28px;
    }

    .info_and_image h3 {
        margin-bottom: 95px;
    }

    .square_btn {
        height: 83px;
        padding-left: 13px;
        padding-right: 32px;
    }

    .pt50 {
        padding-top: 50px;
    }

    .square_buttons .square_btn {
        margin-right: 22px;
    }

    .square_btn::before {
        width: 47px;
        height: 58px;
    }

    .square_btn::after {
        width: 37px;
        height: 15px;
    }

    .header-1, .header-2, .info_and_image, .full_width_image, .boxes_with_image, .list_section, .gallery_section, .box_list, .check_list, .accordions, .form_section {
        padding-top: 100px;
        margin-bottom: 100px;
    }
        
    .square_btn::before {
        left: 13px;
    }

    .square_btn::after {
        right: 32px;
    }

    .info_and_image .square_buttons {
        margin-bottom: 87px;
    }

    .info_and_image ul svg {
        margin-right: 17px;
    }

    .info_and_image li {
        margin-bottom: 17px;
    }

    .mt100 {
        margin-top: 100px;
    }

    .mt80 {
        margin-top: 80px;
    }

    .header-2 {
        height: 752px;
    }

    .info_and_image.align_right .row.gx-0.container-fluid {
        padding-left: 22px;
    }

    .info_and_image img {
        height: 743px;
    }
    
    #masthead .logo_wrapper {
        padding-bottom: 14px;
    }

    .header-1 {
        height: calc(100vh - 73px);
    }

    .box_wrap a, .header-1 a {
        height: 60px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .mt60 {
        margin-top: 60px;
    }
}

@media (min-width: 1921px) {

}