/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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 {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}
¡


/*  PARABOL  */

a {
  text-decoration: none;
}

.logo {
  display: block;
  padding-top: 32px;
}

.contact {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.huge-text {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #000000;
}

.email {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #666666;
}

.email-span {
  display: block;
  margin-top: 20px;
}

img {
  width: 640px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.email a {
  color: #7534ff;
  text-decoration: none;
}

footer {
  width: 100%;
  margin-top: auto;
  padding: 20px 0;
}

footer ul {
  border-top: 1px solid #f1f1f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

footer ul li {
  margin-right: 24px;
  text-align: center;
}

footer ul li:last-child {
  margin-right: 0;
}

footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #6f717d;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .huge-text {
    font-size: 40px;
    line-height: 40px;
  }
  img {
    width: 100%;
  }
}

.disclaimer-banner {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f1f1f2;
  padding: 16px 24px;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  line-height: 20px;
  color: #131316;
}

@media only screen and (max-width: 600px) {
  .disclaimer-banner {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 16px;
  }
}

/*  PARABOL  */

.lang-switch {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}

.lang-switch a {
  font-family: "Inter";
  font-size: 14px;
  color: #6f717d;
  padding: 4px 8px;
}

.lang-switch a.active {
  color: #131316;
  font-weight: 500;
}

.disclaimer-banner {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f1f1f2;
  padding: 16px 24px;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  line-height: 20px;
  color: #131316;
}

@media only screen and (max-width: 600px) {
  .disclaimer-banner {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 16px;
  }
}

.page-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px); /* Subtract the height of disclaimer banner */
}

.contact {
  display: flex;
  flex-direction: column;
}

header {
  /* existing styles... */
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
