
/* =========================================
reset.css
========================================= */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
}

/* list reset */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* body */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

body {
  max-width: 620px;
  margin-inline: auto;
  font-family: Arial, Helvetica, sans-serif;
}


/* link */
a {
  text-decoration: none;
  color: inherit;
}

/* image */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* form */
input,
button,
textarea,
select {
  font: inherit;
}

/* button */
button {
  background: transparent;
  border: none;
  cursor: pointer;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* address */
address {
  font-style: normal;
}



.inner {
  padding: 0 min(20px, 4vw);
}

.cta__btn {

}

.home {
  text-align: center;
  color: #0066CC;
  font-weight: 700;
  font-size: min(15px, 3vw);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: min(32px, 6.4vw);
}

footer {
  background: #888888;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  margin: min(40px, 8vw) min(20px, 4vw);
  padding: min(5px , 1vw);
  font-size: min(10px, 2vw);
}

.footer__items {
  display: grid;
  /* gap: 1.5384615384615385vw; */
  gap: min(6px, 1.2vw);
}

.footer__item a {
  text-decoration: underline;
}

.footer__copy {
  /* margin-top: 1.5384615384615385vw; */
  margin-top: min(6px, 1.2vw);
}
