* {
  box-sizing: border-box;
}
p,
ul,
ul li {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
ul li {
  list-style: none;
}
p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #000000;
}
header {
  background: #fff;
  margin-bottom: 15px;
}
header .top {
  display: flex;
  align-items: center;
  background: #f72210;
  min-height: 120px;
}
header .top .logo {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 56px;
  margin: 0 auto;
  font-family: sans-serif;
  font-weight: bold;
}
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
* {
  box-sizing: border-box;
}
ul,
ul li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.menu-ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.menu-ul li {
  padding: 16px 12px;
  position: relative;
}
.menu-ul li::after {
  content: ' ';
  height: 25px;
  width: 0px;
  background: #c0c0c0;
  border-right: 0.75px solid #c0c0c0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
}
.menu-ul li:last-child::after {
  content: none;
}
.menu-ul li a {
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  text-decoration: none;
}
a {
  cursor: pointer;
  color: #f72210;
  text-decoration: underline;
}
[scroll='goScrollToForm'] {
  cursor: pointer;
}
body *:not(i) {
  font-family: sans-serif !important;
}
a {
  text-align: center;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
[scroll='goScrollToForm'] {
  cursor: pointer;
}
a {
  cursor: pointer;
  color: #f72210;
  text-decoration: underline;
}
@media screen and (max-width: 1150px) {
  .menu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header {
    margin-bottom: 0;
  }
  header .top {
    padding: 20px;
    min-height: auto;
  }
  header .top .logo {
    max-width: 320px;
    font-size: 40px;
    line-height: 46px;
  }
  p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
}

.cta-button .cta-button-link {
  margin: 20px auto 40px;
  text-shadow: 0 0 2px #000 !important;
  display: block;
  width: fit-content;
  background: #e6373a !important;
  line-height: 50px !important;
  padding: 0 25px !important;
  color: #fff !important;
  border-radius: 2px !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: sans-serif !important;
}
.cta-button .cta-button-link:hover {
  background: #cf3134 !important;
  color: #fff !important;
}
.cta-button .cta-button-link:active {
  background: #9d292b !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
