/*
Theme Name:   mm
Template:     twentytwentythree
Version:      1.0.0
*/


/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/mm/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/mm/fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/mm/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/mm/fonts/roboto-v30-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/mm/fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/mm/fonts/roboto-v30-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/mm/fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/mm/fonts/roboto-v30-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rois-Black';
  font-style: normal;
  font-weight: normal;
  src: url('/wp-content/themes/mm/fonts/Rois-Black.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/mm/fonts/Rois-Black.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
	font-family: Roboto;
	font-weight: 400;
	--wp--preset--font-family--system-font: Roboto;
}

h1 {
	font-family: Rois-Black;
	word-break: break-word;
}

.c-button-inv .wp-element-button, .c-button-inv .wp-block-button__link {
	box-shadow: none;
	background-color: transparent;
	/*border-bottom: 2px solid;*/
	padding: 22px 0;
	position: relative;
}

.c-button-inv .wp-block-button__link::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 24px;
	background: #fff038;
	height: 12px;
	width: 100%;
	z-index: -1;
	color: #3f4083;
}

.c-button-inv .wp-element-button:hover, .c-button-inv .wp-block-button__link:hover {
	box-shadow: none;
	background-color: transparent;
}

.wp-element-button, .wp-block-button__link {
	box-shadow: 0 0 0 1px #3f4083, 8px 8px #3f4083;
	transition: all .2s;
	color: #3f4083 !important;
	
	/*font-size: 20px;
	padding: 22px 30px;*/
	font-size: 18px;
	padding: 20px 26px;
}

.wp-element-button:hover, .wp-block-button__link:hover {
	/*background-color: #3f4083;
	color: #fff038;*/
	color: #3f4083;
	background-color: #fff038;
	box-shadow: 0 0 0 1px #3f4083, 10px 10px #3f4083;
	transform: translateY(-3px);
}

.wp-container-17.wp-container-17, .wp-container-22.wp-container-22, .wp-container-27.wp-container-27 {
	min-height: 155px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c-uppercase, .c-uppercase p {
	text-transform: uppercase;
	font-weight: 500;
}

.c-nav {
	padding-left: 32px;
}

.c-nav a {
	text-decoration: none !important;
	margin-right: 24px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.c-text a {
	text-decoration: none;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.c-nav a::before, .c-nav a::after {
	bottom: 0 !important;
}

.c-nav a::after, .c-text a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 3px;
	background: #111;
	height: 1px;
	width: 100%;
	z-index: -1;
	transition: height 0.1s ease-in-out;
	transition: background 0s;
	transition: 0.1s ease-in-out;
}

.c-nav a::before, .c-text a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 3px;
	background: #fff038;
	height: 1px;
	width: 100%;
	z-index: -1;
	transition: 0.1s ease-in-out;
}

.c-nav a:hover::before, .c-text a:hover::before {
	position: absolute;
	content: "";
	background: #fff038;
	height: 12px;
	width: 100%;
	z-index: -1;
}

.c-nav a:hover::after, .c-text a:hover::after {
	position: absolute;
	content: "";
	background: #fff0;
	height: 1px;
	width: 100%;
	z-index: -1;
}

.wp-container-29 {
	gap: 20px;
}

.page-id-21 .wp-container-7 .wp-container-5 {
	display: none;
}

.c-app-links img {
	display: none;
}

.fluentform .ff-el-form-control {
	border: 1px solid #aaa;
	border-radius: 0;
	padding: 10px 14px;
	min-height: 46px;
}

.fluentform .ff-el-form-control:focus {
	border-color: #3f4083;
	color: #495057;
	border-width: 1px;
	box-shadow: inset 0 0 0 1px #3f4083;
}


.fluentform .ff-btn-submit {
	background-color: #FFF038 !important;
	color: #3f4083 !important;
	font-size: 20px;
	font-weight: 500;
	border-radius: 0;
	padding: 18px 24px;
	font-family: Roboto;	
	box-shadow: 0 0 0 1px #3f4083, 8px 8px #3f4083;
	transition: all .2s;
	/*font-size: 20px;
	padding: 22px 30px;*/
	font-size: 18px;
	padding: 20px 26px;
}


.fluentform .ff-btn-submit:hover {
	box-shadow: 0 0 0 1px #3f4083, 10px 10px #3f4083;
	transform: translateY(-3px);
}

.fluentform .ff_btn_style:hover {
	opacity: 1;
}

.fluentform .c-notes .ff-el-input--content {
	max-width: var(--wp--style--global--content-size);
}

.wp-container-6 {
    max-width: var(--wp--style--global--wide-size) !important;
}

.c-privacy-notice {
	font-size: 14px;
}

.wp-block-navigation-item__content {
	font-family: Rois-Black;
	font-size: 22px;
}

#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark {
	background: rgba(255, 255, 255, 0.6) !important;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

#BorlabsCookieBox h3, #BorlabsCookieBox ._brlbs-h3 {
	font-family: Rois-Black !important;
}

._brlbs-btn {
	padding: 20px 26px !important;
	font-weight: 500 !important;
}

._brlbs-manage-btn ._brlbs-btn {
	padding: 10px 20px !important;
}

#BorlabsCookieBox .cookie-box > .container > .row > .col-12 > ul {
	display: none !important;
}

#CookieBoxTextDescription {
	padding-bottom: 24px !important;
}

#BorlabsCookieBox p {
	margin: 12px 0 12px 0 !important;
}

#BorlabsCookieBox ._brlbs-box {
	box-shadow: 0 0 0 1px #3f4083, 10px 10px #3f4083 !important;
	padding: 28px 16px 12px !important;
}

#BorlabsCookieBox ._brlbs-manage-btn {
	margin: 0 0 10px;
	font-size: 12px;
}

@media (min-width: 600px) {
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
	}
	
.page-id-21 .c-nav {
    margin-top: 60px !important;
}

	#BorlabsCookieBox .cookie-box > .container > .row > .col-12 {
	display: flex;
	flex-wrap: wrap;
}

#BorlabsCookieBox ._brlbs-accept {
	flex: 0 0 50%;
	padding-left: 8px;
	order: 1;
}

#BorlabsCookieBox ._brlbs-refuse-btn {
	flex: 0 0 50%;
	padding-right: 8px;
}

#BorlabsCookieBox ._brlbs-manage-btn {
	flex: 0 0 100%;
	order: 2;
}

#BorlabsCookieBox ._brlbs-legal {
	order: 3;
	width: 100%;
	padding-top: 12px;
}
}

@media (max-width: 599px) {
.c-nav {
    display: none;
}
	
#BorlabsCookieBox ._brlbs-box-wrap {
	width: 90% !important;
}
	
h1 {
	font-size: 32px;
}

.entry-content > .wp-block-spacer {
	height: 10px !important;
}

.wp-container-17.wp-container-17, .wp-container-22.wp-container-22, .wp-container-27.wp-container-27 {
	min-height: 110px;
}
}

@media (max-width: 781px) {
.wp-container-5.wp-container-5 {
    justify-content: center;
	margin-bottom: 22px;
}

footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column p {
    text-align: center;
}
}