/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

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

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: Montserrat, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: Montserrat, sans-serif;
}

button {
  font-family: Montserrat, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: Montserrat, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-size: auto;
  position: relative;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: calc(100vh - 182px);
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 40px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
/* Modules */
.small-banner__bg {
  width: 100%;
  min-height: 400px;
  height: 400px;
  display: flex;
  position: absolute;
  background-color: #000000;
  overflow: hidden;
  max-width: 100%;
}
.small-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-banner .container {
  min-height: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-block: 100px;
}
.small-banner__title {
  font-size: 75px;
  line-height: 75px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .small-banner__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.info .container {
  padding-block: 50px;
}
.info__title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #DC2633;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.info__body {
  margin-top: 30px;
}
.info__body * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.info__body b {
  font-weight: bold;
}
.info__body p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.info__body p:last-of-type {
  margin-bottom: 0;
}
.info__body p.quote {
  padding-inline: 20px;
}
.info__body p img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}
.info__body a {
  color: #213875;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.info__body a:is(:hover, :focus) {
  color: #DC2633;
}
.info__body ul, .info__body ol {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  list-style: revert;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info__body h1, .info__body h2, .info__body h3, .info__body h4, .info__body h5, .info__body h6 {
  font-size: 75px;
  line-height: 75px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .info__body h1, .info__body h2, .info__body h3, .info__body h4, .info__body h5, .info__body h6 {
    font-size: 50px;
    line-height: 50px;
  }
}
.info__body h2 {
  font-size: 46px;
  line-height: 48px;
}
.info__body h3 {
  font-size: 38px;
  line-height: 40px;
}
.info__body h4 {
  font-size: 30px;
  line-height: 32px;
}
.info__body h5 {
  font-size: 24px;
  line-height: 26px;
}
.info__body h6 {
  font-size: 18px;
  line-height: 18px;
}
.info__body figure {
  margin: unset;
}
.info__body img {
  width: 100%;
  height: 100%;
}
.info__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.info__body .align-center {
  text-align: center;
  margin-inline: auto;
}
.info__body .align-right {
  text-align: right;
}
.info__body .align-justify {
  text-align: justify;
}
.info__body p a.cta,
.info__body a.cta {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #DC2633;
  margin-top: 20px;
}
.info form {
  margin-top: 30px;
}
.info form .dform {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info form .dform_error {
  background-color: #DC2633;
  padding: 5px 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}
.info form .dform_columns_2 .dfcolumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.info form .dform_columns_2 .dfcolumns .column {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info form .dform_columns_2 .dfcolumns br {
  display: none;
}
.info form .dform_columns_3 .dfcolumns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.info form .dform_columns_3 .dfcolumns .column {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info form .dform_columns_3 .dfcolumns br {
  display: none;
}
.info form .dform .phone_number {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info form .dform .phone_number > label {
  font-size: 10px;
}
.info form .dform input:not([type=submit]), .info form .dform input:not([type=checkbox]), .info form .dform input:not([type=radio]) {
  width: 100% !important;
  border: 1px solid gray;
  padding: 10px 20px;
  background-color: transparent;
}
.info form .dform input[type=submit] {
  font-weight: 700;
  background-color: #DC2633;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.14em;
  padding: 15px 25px;
  border-radius: 2px;
  width: fit-content !important;
  margin-inline: auto;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.info form .dform input[type=submit]:is(:hover, :focus) {
  background-color: #a70101;
}
.info form .dform_radio .dform_container {
  margin-top: 10px;
}
.info form .dform_radio input[type=radio] {
  width: auto !important;
}
.info form .dform textarea {
  width: 100% !important;
  border: 1px solid gray;
  padding: 10px 20px;
  background-color: transparent;
  max-height: 250px;
  min-height: 50px;
}
.info form .dform select {
  width: 100% !important;
  border: 1px solid gray;
  padding: 10px 20px;
  background-color: transparent;
}
.info form .dform_checkbox label input[type=checkbox] {
  width: auto !important;
}
.info form .dform .submit_button .dfinput_full {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .info form .dform_columns_2 .dfcolumns {
    grid-template-columns: 1fr;
  }
  .info form .dform_columns_3 .dfcolumns {
    grid-template-columns: 1fr;
  }
}

.report .container {
  padding-block: 50px 100px;
}
.report__title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #DC2633;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .report__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.report__body {
  margin-top: 30px;
  text-align: center;
}
.report__body * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.report__body b {
  font-weight: bold;
}
.report__body p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.report__body p:last-of-type {
  margin-bottom: 0;
}
.report__body p.quote {
  padding-inline: 20px;
}
.report__body p img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}
.report__body a {
  color: #213875;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.report__body a:is(:hover, :focus) {
  color: #DC2633;
}
.report__body ul, .report__body ol {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  list-style: revert;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.report__body h1, .report__body h2, .report__body h3, .report__body h4, .report__body h5, .report__body h6 {
  font-size: 75px;
  line-height: 75px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .report__body h1, .report__body h2, .report__body h3, .report__body h4, .report__body h5, .report__body h6 {
    font-size: 50px;
    line-height: 50px;
  }
}
.report__body h2 {
  font-size: 46px;
  line-height: 48px;
}
.report__body h3 {
  font-size: 38px;
  line-height: 40px;
}
.report__body h4 {
  font-size: 30px;
  line-height: 32px;
}
.report__body h5 {
  font-size: 24px;
  line-height: 26px;
}
.report__body h6 {
  font-size: 18px;
  line-height: 18px;
}
.report__body figure {
  margin: unset;
}
.report__body img {
  width: 100%;
  height: 100%;
}
.report__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.report__body .align-center {
  text-align: center;
  margin-inline: auto;
}
.report__body .align-right {
  text-align: right;
}
.report__body .align-justify {
  text-align: justify;
}
.report__body p a.cta,
.report__body a.cta {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #DC2633;
  margin-top: 20px;
}
.report__select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  align-items: center;
}
.report__select select {
  border: 1px solid #000000;
  padding: 5px 10px;
  background-color: transparent;
  padding-right: 36px;
  background-image: url(" data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'> <path fill='%23000' d='M151.5 341.5L47.1 237.1c-4.7-4.7-4.7-12.3 0-17l10.2-10.2c4.7-4.7 12.3-4.7 17 0L160 295.5l85.7-85.6c4.7-4.7 12.3-4.7 17 0l10.2 10.2c4.7 4.7 4.7 12.3 0 17L168.5 341.5c-4.7 4.7-12.3 4.7-17 0z'/> </svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  cursor: pointer;
}
.report__select select:focus {
  outline: none;
}
.report__states {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 15px 20px;
}
.report__states-item {
  display: flex;
  background-color: #E2E2E2;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  gap: 20px;
}
.report__states-item:is(:hover, :focus) > i {
  margin-right: 0;
}
.report__states-item img {
  height: 30px;
  max-width: 40px;
}
.report__states-item__name {
  text-transform: uppercase;
  font-weight: 500;
}
.report__states-item > i {
  margin-left: auto;
  margin-right: 10px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.report__form {
  margin-top: 50px;
  display: none;
}
.report__form iframe {
  width: 100%;
  min-height: 1600px;
}
@media screen and (max-width: 1024px) {
  .report__states {
    grid-template-columns: repeat(2, 1fr);
  }
  .report__states-item:last-of-type {
    grid-column: auto;
  }
}
@media screen and (max-width: 768px) {
  .report__states {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=main.css.map */
