/* Fonts */
* {
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
textarea,
p,
body,
span {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
svg,
path {
  transition: all 0.15s ease-in-out;
}
div,
article,
section,
img,
main,
input,
textarea {
  display: block;
}
input,
textarea,
img,
a,
option,
select,
button,
div {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  font-size: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
body {
  font-size: 1.8rem;
  color: #2d343b;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
p {
  line-height: 1.5em;
}
.content {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content--regular {
  max-width: calc(1200px  +  6rem);
}
.content--smaller {
  max-width: calc(900px  +  6rem);
}
.absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section {
  padding: 6rem 0;
}
.button {
  cursor: pointer;
  display: inline-block;
  padding: 1.2rem 3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  border: none;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background: #c1273f;
  text-transform: uppercase;
}
.button:hover {
  background: #d53b53;
}
.global-style .has-medium-font-size {
  font-size: 2.2rem;
}
.global-style p {
  margin: 2rem 0;
  font-size: 1.8rem;
}
.global-style hr {
  border: 0;
  height: 1px;
  background: #2d343b;
  clear: both;
  margin: 2rem 0;
}
.global-style h2,
.global-style h3,
.global-style h4,
.global-style h5 {
  color: #c1273f;
  line-height: 1em;
}
.global-style h2 {
  font-size: 3.2rem;
  margin: 3rem 0;
}
.global-style h3 {
  font-size: 2.8rem;
  margin: 2.5rem 0;
}
.global-style h4 {
  font-size: 2.4rem;
}
.global-style ol:not(.wp-block-gallery),
.global-style ul:not(.wp-block-gallery) {
  counter-reset: item;
  list-style: none;
  line-height: 2.1rem;
  margin: 2rem 0;
  font-size: 1.6rem;
  padding-left: 0;
}
.global-style ol:not(.wp-block-gallery) li,
.global-style ul:not(.wp-block-gallery) li {
  padding-left: 2.4rem;
  position: relative;
  line-height: 1.5em;
  text-align: justify;
}
.global-style ol:not(.wp-block-gallery) li:not(:last-of-type),
.global-style ul:not(.wp-block-gallery) li:not(:last-of-type) {
  padding-bottom: 0.8rem;
}
.global-style ul:not(.wp-block-gallery) li::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-width: 0.3rem;
  border-style: solid;
}
.global-style ul li::before {
  border-color: #c1273f;
}
.global-style ol li::before {
  color: #c1273f;
}
.global-style ol:not(.wp-block-gallery) li {
  padding-left: 2rem;
}
.global-style ol:not(.wp-block-gallery) li::before {
  counter-increment: item;
  content: counter(item) '. ';
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.global-style .wp-block-table,
.global-style table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #eee;
}
.global-style .wp-block-table td,
.global-style table td {
  background: #f2f2f2;
  padding: 1rem 1.6rem;
}
.global-style .wp-block-table tr:nth-of-type(even) td,
.global-style table tr:nth-of-type(even) td {
  background: #fcfcfc;
}
.lazyload {
  opacity: 0;
  transition: opacity 0.3s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
.main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-text {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
/* IE 11 */
