html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace;
	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;
	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;
}

/**
 * Set box sizing.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* manrope-400 - 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: 'Manrope';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/manrope-v15-latin-400.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/fonts/manrope-v15-latin-400.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/fonts/manrope-v15-latin-400.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  
  /* manrope-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: 'Manrope';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/manrope-v15-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/fonts/manrope-v15-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/fonts/manrope-v15-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  
  /* manrope-600 - 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: 'Manrope';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/manrope-v15-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/fonts/manrope-v15-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/fonts/manrope-v15-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  
  /* manrope-700 - 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: 'Manrope';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/manrope-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/fonts/manrope-v15-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/fonts/manrope-v15-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  
  /* manrope-800 - 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: 'Manrope';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/manrope-v15-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/fonts/manrope-v15-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/fonts/manrope-v15-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }  
  
main {
	position: relative;
	width: 100%;
	width: 100vw;
	min-height: 100%;
	min-height: 100vh;
	min-height: 100svh;
}
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Manrope', sans-serif;
	color: var(--text);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.icon {
	display: inline-block;
	font-size: 1em;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	vertical-align: top;
	shape-rendering: geometricPrecision;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contact-card {
	width: 100%;
	max-width: 576px;
	margin: 0 auto;
}

.contact-card__bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1rem 1.25rem;
}
.contact-card__logo,
.contact-card__qr {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.contact-card__logo svg {
	display: block;
}
.contact-card__img {
	margin: 0 auto;
	border-radius: 99999px;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	outline: none;
	width: 172px;
	height: auto;
	transform: translate3d(0,33%,0);
	margin-top: -60px;
	overflow: hidden;
	border: 2px solid #d5d5d5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-card__qr {
	cursor: pointer;
}
.contact-card__body {
	padding: 1.25rem;
	padding: 5rem 1.25rem 1.25rem 1.25rem;
}
.contact-card__header {
	background-color: #040933;
}
.contact-card__info {
	margin-bottom: 3rem;
}
.contact__list {
	margin-bottom: 3rem;
}
.contact-card__title {
	text-align: center;
	color: #000000;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
.contact-card__subtitle {
	margin-bottom: 0.5rem;
	line-height: 1;
	font-size: 1.25rem;
	color: #666666;
	text-align: center;
}
.contact-card__company {
	text-align: center;
	color: #3ab8fa;
	font-weight: 500;
	line-height: 1;
	font-size: 1.25rem;
}
.contact__item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	color: #ffffff;
	margin-bottom: 1.25rem;
}
.contact__icon {
	margin-right: 1rem;
	background-color: #040933;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
}
.contact__link {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.125rem;
	text-transform: none;
	text-decoration: none;
	display: block;
}
.contact__note {
	font-weight: 500;
	color: #666666;
	font-size: 1rem;
	line-height: 1;
}
.contact__container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-card__btn {
	margin: 0 auto;
	font-weight: 500;
	padding: 1rem 2.75rem;
	color: #ffffff;
	background-color: #3ab8fa;
	border-radius: 9999px;
	text-align: center;
	cursor: pointer;
}


.modal {
	position: absolute;
	transform: translate3d(0, 0, -0) rotateY(90deg);
	transition-property: opacity, transform, max-width;
	transition-duration: 0.1s, 0.1s, 0.2s;
	transition-timing-function: linear, linear, linear;
	transform-origin: center right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: var(--header-navarea-background-color);
	color: var(--header-navarea-color);
	visibility: hidden;
	overflow: hidden;
	z-index: -1;
	max-height: 0;
	max-width: 0;
	padding: 0;
	top: 0;
	left: 0;
	opacity: 0;
}
.modal--toggle {
    transition-property: opacity, transform, max-width;
    transition-duration: .15s, .15s, 0.25s;
    transition-delay: 0s 0s 0s;
    transition-timing-function: linear, linear, linear;
    transform: translate3d(-50%, -50%, -0) rotateY(0deg);
    box-shadow: 0 10px 16px rgba(0, 0, 0, .07);
	background-color: #ffffff;
    max-width: 90%;
    max-width: 90vw;
    max-width: 90svw;
    max-height: 90%;
    max-height: 90vh;
    max-height: 90svh;
	top: 50%;
	left: 50%;
    padding: 1.5rem;
	z-index: 2;
	opacity: 1;
    visibility: visible;
}
.modal img {
	margin: 0 auto;
	display: block;
	aspect-ratio: 1 / 1;
	max-width: 256px;
	height: auto;
}
.overlay {
	visibility: hidden;
}
.modal ~ .overlay {
	visibility: hidden;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	height: 100%;
	width: 100%;
	background-color: #00000070;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
}
.modal--toggle ~ .overlay {
	visibility: visible;
	z-index: 1;
}