* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../assets/fonts/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../assets/fonts/u-4n0qyriQwlOrhSvowK_l521wRZWMf6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Merriweather", serif;
}

/* HEADINGS */

.subheading {
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  margin-bottom: 1.2rem;
}

.heading-primary {
  font-size: 6.2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  color: #333;
}

.heading-secondary {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 9.6rem;
  color: #333;
}

.heading-tertiary {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  color: #333;
}

/* HELPERS */

.margin-bo-sm {
  margin-bottom: 3.2rem;
}

.grid {
  display: grid;
  row-gap: 4.8rem;
  column-gap: 9.6rem;
}

.grid--2-col {
  grid-template-columns: repeat(2, 1fr);
}

.grid--4-col {
  grid-template-columns: repeat(4, 1fr);
}

.container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 4.8rem;
}

.block {
  display: block;
}

/* List */

.list {
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 3.2rem;
}

/* BUTTONS */

.btn:link,
.btn:visited,
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 1.2rem;
  color: #fff;
  background-color: #1971c2;
  font-family: sans-serif;
  border: none;
}

.btn:link:hover,
.btn:visited:hover,
.btn:hover {
  background-color: transparent;
  color: #1971c2;
  box-shadow: inset 0 0 0 2px currentColor;
}

.btn-outline:link,
.btn-outline:visited,
.btn-outline {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 1.2rem;
  color: #333;
  box-shadow: inset 0 0 0 2px currentColor;
  background-color: transparent;
  font-family: sans-serif;
  text-align: center;
  border: none;
}

.btn-outline:link:hover,
.btn-outline:visited:hover,
.btn-outline:hover {
  background-color: transparent;
  color: #fff;
  background-color: #1971c2;
  box-shadow: inset 0 0 0 2px transparent;
}

.btn-newsflash:link,
.btn-newsflash:visited {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 1.2rem;
  color: #333;
  box-shadow: inset 0 0 0 2px transparent;
  background-color: #fff;
  font-family: sans-serif;
  text-align: center;
  border: none;
}

.btn-newsflash:hover,
.btn-newsflash:active {
  color: #fff;
  background-color: #1971c2;
  box-shadow: inset 0 0 0 2px transparent;
}

/* ACCORDION */

.accordion {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.accordion-info {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  padding: 1.6rem 3.2rem;
  cursor: pointer;
  transition: 0.1s;
  border-top: 3px solid transparent;
}

.accordion-item {
  box-shadow: 0 3px 10px #00000005;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  transition: 0.3s;
}

.accordion-item:hover {
  box-shadow: 0 3px 20px #0000000f;
}

.accordion-content {
  padding: 0 11.2rem;
  font-size: 1.6rem;
  transition: 0.3s;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  line-height: 1.6;
  color: #333;
}

.accordion-icon {
  width: 3.2rem;
  height: 3.2rem;
  stroke: #333;
  transition: 0.3s;
  transform: rotate(-45deg);
  border-radius: 50%;
  z-index: -1;
}

.accordion-item.open .accordion-content {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  height: auto;
  transform: scaleY(1);
}

.accordion-item.open .accordion-icon {
  transform: rotate(0);
}

.accordion-item.open .accordion-info {
  border-top: 3px solid #1c7ed6;
}

.accordion-title {
  font-size: 2.4rem;
  color: #333;
}

/* TABLE */

table {
  border-collapse: collapse;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

thead tr {
  background-color: #1971c2;
  color: #fff;
}

th {
  text-align: left;
  padding: 1.6rem;
}

td {
  padding: 0.8rem 1.6rem;
  color: #555;
}

tbody tr:nth-child(even) {
  background-color: #d0ebff;
}

tbody tr:nth-child(odd) {
  background-color: #e7f5ff;
}

.mobile-table {
  display: none;
}

.table-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text {
  font-size: 1.8rem;
  color: #333;
  line-height: 2;
  margin-bottom: 12.8rem;
}

.link {
  display: inline-block;
  color: #1971c2;
}

.link:hover {
  color: #3193e8;
}
