@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=latin-ext");
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;700&display=swap'); */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/**  */

body {
    font-family: "Roboto", sans-serif;
    /* font-family: 'Cormorant Garamond', serif; */
    /* font-family: 'Cormorant', serif; */
    font-size: 16px;
    color: #121212; }

a {
    display: inline-block;
    color: inherit; }

button {
    outline: none; }

a,
button,
.btn {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

img {
    max-width: 100%;
    height: auto; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }

h1,
.h1 {
    font-size: 2.5rem; }

h2,
.h2 {
    font-size: 2rem; }

h3,
.h3 {
    font-size: 1.75rem; }

h4,
.h4 {
    font-size: 1.5rem; }

h5,
.h5 {
    font-size: 1.25rem; }

h6,
.h6 {
    font-size: 1rem; }

.main-card--wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
background-color: #000000;}

.main-card__logo {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 0.625rem;
    max-width: 450px;
    margin: 0 auto 1rem;
}

.main-card {
    max-width: 992px;
    margin: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 18px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.main-card__title h1 {
    font-size: 2rem;
    margin-bottom: 0px;
}

.main-card__title {
    margin-bottom: 1rem;
}

.main-card__subtitle {
    font-size: 1.5rem;
}

.main-card__content {
    font-size: 1.25rem;
}

.main-card__content p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.main-card__contact-infos ul li {
    margin-bottom: 0.375rem;
}

a:hover {
    text-decoration: underline;
}

.main-card__contact-infos ul li a {
    color: #000;
}

.main-card__contact-infos ul li a b {
    color: #000000;
    display: inline-block;
}

@media (max-width:576px) {
    .main-card {
        padding: 1rem;
        margin: 0.625rem;
    }
    
    .main-card__title h1 {
        font-size: 1.5rem;
    }
    
    .main-card__subtitle {
        font-size: 1.125rem;
    }
    
    .main-card__content {
        font-size: 1.125rem;
    }
    
}