:root {
  --goldenrod2: #d89500;
  --white: white;
  --saddle-brown: #663c00;
  --saddle-brown-2: #683d00;
  --gold-black: #321d00;
  --40-black: rgba(0, 0, 0, .4);
  --goldenrod: #dd9800;
  --black: black;
  --firebrick: #c50000;
  --seperator-grey: rgba(0, 0, 0, .15);
  --white-smoke: whitesmoke;
  --old-lace: #fbf4e5;
  --misty-rose: #fbe5e5;
  --moccasin: #ffe3a7;
  --dark-red: #990a01;
  --potential-back-2: rgba(255, 233, 184, .4);
  --potential-black: rgba(251, 244, 229, .4);
  --goldenrod-3: rgba(221, 152, 0, .5);
  --lime-green: #59b300;
  --60-black: rgba(0, 0, 0, .6);
  --black-2: rgba(0, 0, 0, .15);
  --deep-sky-blue: #27b7ff;
  --40-dark-red: rgba(153, 10, 1, .39);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-10 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-3 {
  color: #fff;
}

._7-steps-button {
  border: 3px solid var(--goldenrod2);
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-link-3 {
  color: #fff;
  font-family: AvenirLTProBook, sans-serif;
  font-size: 15px;
}

.navbar-2 {
  z-index: 1;
  background-color: rgba(221, 221, 221, 0);
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-9 {
  color: var(--white);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  display: block;
}

.nav-link-9:hover {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, .4);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.image-10 {
  margin-right: 20px;
  padding-top: 5px;
}

.container-2 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.dropdown-toggle {
  color: #000;
  font-family: Quattrocento Sans, sans-serif;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.text-block {
  color: #fff;
  font-size: 15px;
}

.dropdown-link {
  color: #fff;
  border-bottom: 1px solid #000;
  font-family: AvenirLTProBook, sans-serif;
  font-size: 15px;
}

.nav-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-list-2 {
  background-color: #8d4c4c;
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, .4);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.columns-11 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-9 {
  font-size: 88px;
}

.central-content {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-39 {
  color: #fff;
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: AvenirLTProHeavy, sans-serif;
  font-size: 21px;
}

.text-span-12 {
  font-size: 84px;
  font-weight: 400;
}

.div-block-49 {
  width: 60vw;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.link-block-4.w--current {
  padding-bottom: 0;
}

.text-span-10 {
  font-size: 104px;
  font-weight: 400;
}

.text-span-6 {
  letter-spacing: 1px;
  font-size: 105px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
  font-size: 79px;
  font-weight: 700;
}

.div-block-47 {
  width: 70%;
  text-align: left;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-span-7 {
  margin-left: -15px;
  font-size: 127px;
}

.paragraph-47 {
  color: #fff;
  font-family: AvenirLTProMediumOblique, sans-serif;
  font-style: italic;
}

.heading-24 {
  color: #b87700;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#683d00 29%, #ffa31f 67%, #683d00);
  -webkit-background-clip: text;
  background-clip: text;
  border-top: 1px solid rgba(255, 255, 255, .48);
  margin-bottom: 60px;
  padding-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 46px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
  margin-bottom: 20px;
  font-size: 114px;
  font-weight: 400;
}

.heading-23 {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: AvenirLTProBlac, sans-serif;
  text-decoration: none;
}

.hero {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-49 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Quattrocento Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.background-video {
  height: 100vh;
  opacity: .56;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-19 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-15 {
  font-size: 104px;
}

.div-block-48 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-20 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 0 5px #000;
  margin-bottom: 15px;
  padding-left: 16px;
  font-size: 82px;
}

.text-span-14 {
  font-size: 101px;
}

.column-18 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-42 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 81px;
  position: relative;
  top: 25px;
  left: 476px;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

._99-section {
  z-index: 0;
  height: auto;
  text-align: left;
  background-image: linear-gradient(#000, #570000 40%, #570000 60%, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.paragraph-46 {
  width: auto;
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 140px;
  font-weight: 700;
  position: relative;
  top: -226px;
  left: 632px;
}

.image-13 {
  position: relative;
  top: 46px;
  left: 148px;
}

.heading-43 {
  color: #fff;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.video {
  width: 60%;
  height: auto;
  background-color: #000;
  box-shadow: 0 0 15px 2px rgba(255, 163, 31, .85);
}

.heading-39 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  position: relative;
  top: 9px;
  left: 492px;
}

.paragraph-45 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  top: -248px;
  left: 538px;
}

.heading-41 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  position: relative;
  top: 25px;
  left: 614px;
}

.heading-26 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.column-22 {
  flex-direction: column;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 220px;
  display: flex;
}

.paragraph-40 {
  color: #fff;
  margin-bottom: 10px;
  font-family: AvenirLTProLight, sans-serif;
  font-size: 17px;
}

.button-8 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 2px solid #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.founding-fathers {
  position: relative;
}

.heading-27 {
  color: #ffa31f;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.columns-13 {
  width: 65vw;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.column-21 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.image-9 {
  border-radius: 5px;
}

.homepage-step-modules {
  width: 100%;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 10px 5px 0;
  display: flex;
}

.heading-35 {
  color: var(--goldenrod2);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.paragraph-41 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  line-height: 30px;
}

.homepage-steps {
  grid-column-gap: 79px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  justify-items: start;
  margin-bottom: 20px;
}

._7-steps-front {
  z-index: 0;
  background-color: #000;
  padding-top: 160px;
  position: relative;
}

.bold-text-3 {
  color: #ffa31f;
  font-family: Georgia, Times, Times New Roman, serif;
}

._7-steps-graphic {
  margin-bottom: 10px;
}

.background-video-2 {
  z-index: 0;
  height: 100%;
  opacity: .15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-48 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.columns-16 {
  border-bottom: 2px solid rgba(255, 255, 255, .57);
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-52 {
  height: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 140px 50px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homepage-buttons {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-37 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 27px;
}

.heading-32 {
  color: #db8100;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.column-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-15 {
  align-items: stretch;
  display: flex;
}

.peymonquote {
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f0f0f;
  background-image: linear-gradient(to bottom, #000, var(--saddle-brown-2) 50%, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.paragraph-44 {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.image-14 {
  border-radius: 5px;
}

.paragraph-42 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-style: italic;
}

.heading-38 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.column-23 {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.column-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: #ca7700;
  border-radius: 5px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-form-container-two, .footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  display: none;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  color: #fff;
  background-color: #fff;
  border: 2px solid #ca7700;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: #fff;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.image-12 {
  color: #834848;
}

.footer-form-two {
  border: 2px solid #db8100;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-form-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #fff;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000;
}

.heading-44 {
  width: auto;
  border-top: 4px none var(--white);
  border-bottom: 4px none var(--white);
  color: #fff;
  text-align: center;
  text-shadow: 3px 0 5px #000;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Gotham, sans-serif;
  font-size: 106px;
  font-weight: 900;
  line-height: 109px;
  display: flex;
}

.text-span-30 {
  font-family: AvenirLTProLight, sans-serif;
  font-size: 79px;
  font-weight: 400;
}

.heading-45 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
  margin-bottom: 40px;
  font-family: AvenirLTProBlac, sans-serif;
  font-size: 86px;
  font-weight: 700;
}

.text-span-31 {
  font-family: AvenirLTProLight, sans-serif;
  font-weight: 400;
}

.heading-46 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
  margin-bottom: 20px;
  font-family: AvenirLTProHeavy, sans-serif;
  font-size: 85px;
  font-weight: 400;
}

.columns-22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-2 {
  width: 570px;
  height: auto;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: block;
  box-shadow: 0 0 15px 2px rgba(255, 163, 31, .85);
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-47 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 58px;
  line-height: 54px;
  position: static;
  top: 25px;
  left: 476px;
}

.heading-48 {
  color: #fff;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 33px;
}

._99-graphic {
  width: 100%;
  position: static;
}

.text-block-13 {
  width: 100%;
  color: var(--white);
  text-align: center;
  text-shadow: 0 4px 3px rgba(0, 0, 0, .65);
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
}

.column-44 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 116px;
  font-weight: 700;
}

.column-43 {
  justify-content: center;
  padding-right: 10px;
  display: flex;
}

.heading-49 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 20px;
  position: static;
  top: 25px;
  left: 614px;
}

.div-block-68 {
  width: 80vw;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.column-45 {
  flex-direction: column;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 220px;
  display: flex;
}

.founding-fathers-2 {
  z-index: 0;
  position: relative;
}

.founding-fathers-2.new-home {
  display: none;
}

.dropdown-toggle-2, .dropdown-toggle-3 {
  font-family: Quattrocento Sans, sans-serif;
}

.div-block-69 {
  z-index: 1;
  height: 100vh;
  background-image: linear-gradient(to right, #331e00, #000 50%, #331e00);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 250px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
  position: relative;
}

.tabs {
  padding-top: 140px;
}

.heading-50 {
  color: #000;
  margin-top: 20px;
}

.image-18 {
  margin-bottom: 30px;
}

.div-block-70 {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.tab-link-tab-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-71 {
  height: auto;
  background-image: linear-gradient(to right, var(--gold-black), #000 50%, var(--gold-black));
  padding: 250px 100px 100px;
}

.slider {
  height: 65%;
  border: 2px solid var(--saddle-brown);
  background-color: rgba(23, 23, 23, 0);
  border-radius: 20px;
}

.columns-23 {
  height: 80%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.column-46 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-47 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph-50 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 22px;
}

.heading-51 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 41px;
}

.text-block-14 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: AvenirLTProLight, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  font-family: Quattrocento Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.icon-4, .icon-5 {
  color: var(--white);
}

.text-block-15 {
  color: var(--white);
  font-family: Quattrocento Sans, sans-serif;
  font-size: 17px;
}

.slide-nav {
  color: var(--white);
}

.text-block-16 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: AvenirLTProBookOblique, sans-serif;
  font-size: 17px;
}

.bold-text-7 {
  color: #ffa31f;
  text-decoration: none;
}

.bold-text-8 {
  color: #ffa31f;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-9 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffa31f;
  border-radius: 8px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: AvenirLTProMedium, sans-serif;
  font-size: 16px;
}

.column-48 {
  text-align: center;
  justify-content: center;
  display: block;
}

.heading-52 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 34px;
  line-height: 43px;
}

.text-block-17 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: AvenirLTProMedium, sans-serif;
  font-size: 19px;
}

.text-block-18 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: none;
}

.columns-24 {
  border: 1px none var(--saddle-brown);
  border-radius: 20px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-19 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: AvenirLTProBookOblique, sans-serif;
  font-weight: 400;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding-top: 50px;
  display: grid;
}

.div-block-73 {
  border: 3px solid var(--saddle-brown);
  background-color: var(--40-black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-74, .div-block-75, .div-block-76, .div-block-77 {
  border: 3px solid var(--saddle-brown);
  background-color: var(--40-black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 90px;
  display: flex;
}

.div-block-78 {
  border: 3px solid var(--saddle-brown);
  background-color: var(--40-black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.bold-text-9, .bold-text-10 {
  color: #ffa31f;
}

.image-19, .image-20 {
  margin-bottom: 10px;
}

.div-block-79 {
  border: 3px solid var(--saddle-brown);
  background-color: var(--40-black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 90px;
  display: flex;
}

.image-21, .image-22, .image-23, .image-24, .image-25 {
  margin-bottom: 10px;
}

.div-block-80 {
  z-index: 2;
  height: 100vh;
  background-image: url('../images/7-Step-Flag-Back.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-81 {
  width: 40rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.columns-25 {
  width: 80vw;
  align-items: center;
  display: flex;
}

.column-49 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-82 {
  color: #fff;
  text-align: center;
  border: 3px solid #ae7800;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 10px 70px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-53 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.heading-54 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
}

.column-50 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-83 {
  z-index: 1;
  position: relative;
}

.div-block-84 {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding: 100px 10px;
  display: flex;
  position: static;
}

.heading-55 {
  width: 90%;
  border-bottom: 3px solid var(--goldenrod);
  color: var(--goldenrod);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.heading-56 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

.heading-56.center {
  text-align: center;
}

.paragraph-51 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 41px;
  padding-right: 41px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 31px;
}

.column-51 {
  border-left: 3px solid var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.video-3 {
  width: 80%;
  margin-bottom: 20px;
}

.button-10 {
  border: 3px solid var(--goldenrod);
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 5px 35px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 700;
}

.event-accordian-main {
  width: 100%;
  border-right: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
  border-left: 3px solid var(--black);
  border-radius: 0 0 20px 20px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-20 {
  color: var(--goldenrod);
  margin-right: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.icon-6 {
  color: var(--goldenrod);
}

.event-accordian-toggle {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.columns-26 {
  margin-bottom: 100px;
}

.down-arrow {
  width: 30px;
}

.columns-27, .columns-28, .columns-29, .columns-30, .columns-31, .columns-32, .columns-33 {
  margin-bottom: 100px;
}

.text-span-32 {
  color: var(--goldenrod);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  text-decoration: none;
}

.div-block-85 {
  z-index: 3;
  width: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.columns-34 {
  flex-direction: column;
  display: flex;
}

.paragraph-52 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 34px;
  font-weight: 700;
}

.grid-9 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
}

.heading-57 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  text-decoration: none;
}

.heading-58 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  text-decoration: none;
}

.heading-59 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.heading-60 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.heading-61, .heading-62, .heading-63 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.div-block-86 {
  height: auto;
  background-color: var(--black);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  padding: 20px 10px;
  display: flex;
  overflow: auto;
}

.div-block-87 {
  border-bottom: 2px solid var(--goldenrod);
}

.div-block-88 {
  border-bottom: 2px solid var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-89 {
  border-bottom: 2px solid var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-90, .div-block-91, .div-block-92 {
  border-bottom: 2px solid var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-93 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-94 {
  border-bottom: 2px solid var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.step-sections {
  z-index: 0;
  width: 80%;
  padding-top: 100px;
  position: relative;
}

.section-15 {
  width: 80%;
  padding-top: 100px;
  position: relative;
}

.section-16, .section-17, .section-18, .section-19, .section-20 {
  width: 80%;
  padding-top: 100px;
}

.link-block-5 {
  align-items: center;
  display: block;
}

.column-52 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.div-block-95 {
  z-index: 2;
  height: 100vh;
  background-image: url('../images/7-Step-Flag-Back.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-97 {
  z-index: 2;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-64 {
  padding-top: 120px;
}

.div-block-98 {
  width: 50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading-65 {
  color: var(--goldenrod2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  line-height: 32px;
}

.video-4 {
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px 1px #000;
}

.main-header {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 29px;
  line-height: 36px;
}

.main-header._1-line {
  color: var(--firebrick);
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 33px;
}

.main-header.small {
  color: var(--black);
  padding-top: 30px;
  font-size: 26px;
  line-height: 34px;
}

.main-header.collect {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
}

.main-header.left-allign {
  text-align: center;
  font-weight: 400;
}

.main-header.red {
  color: var(--firebrick);
  font-size: 30px;
  line-height: 42px;
}

.main-header.big {
  font-size: 37px;
  line-height: 43px;
}

.main-header.left {
  text-align: left;
}

.main-header.agreement {
  padding-top: 0;
  line-height: 35px;
}

.paragraph-53 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.scroll-arrow {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-arrow.home {
  padding-bottom: 80px;
}

.scroll-arrow.fh {
  padding-bottom: 0;
}

.div-block-100 {
  height: 100px;
  background-color: #000;
  align-items: stretch;
  margin-top: 273px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1.25fr 2fr;
}

.text-block-21 {
  color: var(--white);
  font-family: Quattrocento Sans, sans-serif;
  font-size: 16px;
}

.navbar-text {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.dropdown-toggle-4 {
  color: #fff;
}

.button-11 {
  border: 2px solid var(--goldenrod);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-101 {
  height: auto;
}

.grid-11 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-102 {
  z-index: 1;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 100px 10px;
  display: none;
  position: fixed;
}

.image-26 {
  margin-bottom: 10px;
}

.div-block-103 {
  justify-content: center;
  display: flex;
}

.text-block-22 {
  font-family: Gothambook, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-23 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-104 {
  margin-top: 64px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: none;
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar-no-shadow-container.sidephone {
  padding-bottom: 5px;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  background-color: #000;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.navbar-wrapper {
  flex-flow: row;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.navbar-brand.w--current {
  padding-right: 20px;
}

.nav-menu-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  white-space: nowrap;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  list-style-type: none;
  display: flex;
}

.nav-link {
  width: auto;
  max-width: 140px;
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--white);
  text-decoration: none;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  text-shadow: none;
  padding: 5px 30px 5px 5px;
  font-size: 12px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--white);
  text-decoration: none;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 1px 1px 10px 4px var(--seperator-grey);
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.nav-dropdown-link {
  text-shadow: none;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nav-dropdown-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--goldenrod2);
  white-space: nowrap;
}

.nav-dropdown-link.petition:hover {
  text-decoration: none;
}

.nav-dropdown-link.petition.unclickable {
  cursor: default;
}

.mobile-margin-top-10 {
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  list-style-type: none;
  display: block;
  overflow: visible;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary-2 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(203deg, #d68e2d 10%, #fee77b 50%, #d68e2d 88%);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 13px;
  transition: all .2s;
  display: inline-block;
}

.button-primary-2:hover {
  background-color: var(--saddle-brown);
  color: var(--black);
}

.button-primary-2:active {
  background-color: var(--gold-black);
}

.button-primary-2.w--current {
  position: relative;
}

.button-primary-2.get-help {
  border: 3px solid var(--goldenrod);
  color: var(--saddle-brown);
  background-image: none;
}

.button-primary-2.get-help:hover {
  background-color: var(--saddle-brown);
  color: #fff;
}

.text-span-33 {
  text-align: left;
  letter-spacing: 21px;
  font-size: 76px;
  font-weight: 100;
}

.text-span-34 {
  font-size: 76px;
}

.text-block-24 {
  color: #fff;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.text-block-24:hover {
  text-decoration: none;
}

.heading-67 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-105 {
  width: 70%;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.paragraph-54 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 33px;
}

.heading-68 {
  color: #c50000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 54px;
}

.columns-35 {
  border: 3px #c50000;
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
}

.column-53 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-54 {
  justify-content: center;
  display: flex;
}

.div-block-106 {
  border: 3px solid #c50000;
  border-radius: 10px;
}

.div-block-107, .div-block-108 {
  border: 3px solid var(--firebrick);
  border-radius: 10px;
  padding: 20px 50px;
}

.div-block-109 {
  margin-bottom: 60px;
  padding-left: 400px;
  padding-right: 400px;
}

.column-55 {
  justify-content: center;
  display: flex;
}

.column-56 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 31px;
}

.div-block-110 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  display: flex;
}

.heading-69 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
}

.columns-36 {
  width: 50vw;
}

.column-57 {
  justify-content: flex-end;
  display: flex;
}

.column-58 {
  display: flex;
}

.button-12, .button-13 {
  background-color: var(--black);
  padding-left: 50px;
  padding-right: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 700;
}

.paragraph-55 {
  text-align: center;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.heading-70 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.div-block-111 {
  height: auto;
  margin-bottom: 100px;
}

.paragraph-56 {
  font-size: 25px;
  line-height: 29px;
}

.column-59 {
  padding: 50px 200px;
}

.paragraph-57 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 40px;
}

.column-60 {
  background-color: var(--old-lace);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.columns-37 {
  align-items: center;
  display: flex;
}

.div-block-112 {
  margin-bottom: -3px;
}

.column-61 {
  background-color: rgba(216, 0, 0, .1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-113 {
  margin-bottom: 60px;
  padding-top: 40px;
}

.column-62 {
  background-color: var(--misty-rose);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.column-63 {
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.paragraph-58 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 40px;
}

.columns-38 {
  margin-bottom: 60px;
  display: flex;
}

.div-block-114 {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.next-step-button {
  background-color: var(--goldenrod2);
  text-align: left;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 65px;
  padding-right: 65px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
}

.div-block-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-116 {
  background-image: linear-gradient(to right, #930000, #000 20%, #000 82%, #930000);
  border: 2px #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-116.tablet {
  margin-top: 0;
}

.heading-71 {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.restore-freedom-rally-logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.heading-72 {
  color: var(--white);
  white-space: nowrap;
  margin-top: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.dropdown-link-4 {
  text-shadow: none;
  border-bottom: 2px #e3e3e3;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-link-5 {
  text-shadow: none;
  border-bottom: 2px #e3e3e3;
}

.hyperlink-red {
  color: var(--firebrick);
  text-decoration: none;
}

.navbar-no-shaddow-container-2 {
  padding-bottom: 20px;
  display: block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-59 {
  font-size: 25px;
  line-height: 36px;
}

.paragraph-60 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 36px;
}

.paragraph-60.centered {
  text-align: center;
  margin-bottom: 40px;
}

.column-64 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-73 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-74 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 27px;
}

.column-65 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-66 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-15 {
  background-color: #000;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
}

.image-28, .image-29 {
  margin-bottom: -20px;
}

.heading-75 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-75.left {
  text-align: left;
  margin-top: 20px;
  font-size: 26px;
  line-height: 37px;
}

.heading-75.bold {
  font-weight: 700;
}

.heading-75.bold.red {
  color: var(--firebrick);
}

.div-block-117 {
  background-color: var(--old-lace);
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px 40px;
  display: flex;
}

.heading-76 {
  width: 75%;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 32px;
}

.div-block-118 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.paragraph-61 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
}

.paragraph-62 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  line-height: 16px;
}

.div-block-119 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-120 {
  width: 60%;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-120._70vw {
  width: 100%;
  border-top-style: none;
  border-bottom-style: none;
}

.div-block-120.first {
  width: 65vw;
  border-top-style: none;
}

.div-block-120.first._87000 {
  width: 60%;
  border-bottom-style: none;
}

.div-block-121 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.source {
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 26px;
}

.button-16 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-63 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
}

.div-block-122 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.paragraph-64 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 36px;
}

.div-block-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.column-67 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-65 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.columns-39 {
  display: flex;
}

.column-68 {
  align-items: center;
  display: flex;
}

.div-block-124 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 0 0 30px;
  display: flex;
}

.columns-40 {
  width: 100%;
  margin-bottom: 60px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  width: 100%;
  background-color: var(--black);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  display: none;
  position: absolute;
}

.container-regular-2 {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-2 {
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: block;
}

.navbar-brand-2 {
  align-self: center;
}

.nav-menu-wrapper-2 {
  width: 100%;
}

.nav-menu-3 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-10 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-10:hover {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.nav-link-10:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-10[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  border: 4px solid var(--goldenrod2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block-25 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.icon-8 {
  color: #fff;
}

.text-block-26 {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.image-31 {
  margin-bottom: 10px;
}

.home-footer {
  z-index: 2;
  width: 100%;
  height: 80px;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-menu-wrapper-3 {
  justify-content: space-between;
  display: flex;
}

.nav-menu-two {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-11 {
  color: var(--white);
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-11:hover {
  color: var(--white);
  text-decoration: underline;
}

.nav-link-11:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-11[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-11.ib:hover {
  text-decoration: none;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  color: var(--white);
  margin-right: 10px;
  padding-top: 0;
  font-size: 14px;
  transform: rotate(180deg);
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 1px 1px 15px 4px var(--seperator-grey);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -248px;
  font-family: Gotham, sans-serif;
  font-weight: 900;
  display: block;
}

.link-social-media {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.link-social-media:hover {
  text-decoration: underline;
}

.link-social-media:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.link-social-media[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-17 {
  border: 2px solid var(--goldenrod);
  background-color: var(--black);
  text-align: center;
  white-space: nowrap;
  align-items: center;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.button-17:hover {
  background-color: var(--gold-black);
}

.text-block-27 {
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-27:hover {
  text-decoration: underline;
}

.text-block-28, .text-block-29 {
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.ib-hyperlink {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.ib-hyperlink:hover {
  text-decoration: underline;
}

.div-block-126 {
  width: 75%;
  border-style: none;
  border-width: 2px 1px 1px;
  border-color: var(--seperator-grey) black black;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-127 {
  width: 75%;
  border-top: 2px solid var(--seperator-grey);
  border-bottom: 2px solid var(--seperator-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-128 {
  width: 75%;
  border-bottom: 2px solid var(--seperator-grey);
  padding-bottom: 60px;
}

.div-block-129 {
  width: 60%;
  border-bottom: 2px solid var(--seperator-grey);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 60px;
  display: flex;
}

.paragraph-66 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
}

.heading-78 {
  color: var(--goldenrod2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-18 {
  background-color: var(--goldenrod2);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.heading-79 {
  color: #d89000;
  text-align: right;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 51px;
  line-height: 51px;
}

.column-69 {
  background-color: var(--old-lace);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  padding: 60px;
  display: flex;
}

.text-span-35 {
  font-size: 73px;
}

.column-70 {
  flex-direction: column;
  justify-content: space-around;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
}

.heading-80 {
  color: var(--goldenrod2);
  text-align: center;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-67 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.columns-41 {
  display: flex;
}

.div-block-130 {
  border: 7px solid var(--old-lace);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.heading-81 {
  max-width: 90%;
  text-align: center;
  margin: 40px auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
}

.div-block-132 {
  width: 80%;
  border: 10px solid var(--old-lace);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-133 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-82 {
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 700;
}

.column-71 {
  border: 4px none var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.columns-42 {
  width: 80%;
}

.heading-83 {
  text-align: center;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-134 {
  border: 3px solid var(--goldenrod2);
  border-radius: 10px;
  justify-content: center;
  align-self: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-135 {
  border: 3px solid var(--goldenrod2);
  border-radius: 10px;
}

.div-block-136 {
  width: 75%;
}

.div-block-137 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.heading-84 {
  border-bottom: 3px solid var(--goldenrod2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.column-72 {
  padding-left: 0;
  padding-right: 40px;
}

.column-73 {
  padding-left: 40px;
  padding-right: 0;
}

.heading-85 {
  border-bottom: 3px solid var(--goldenrod2);
  color: var(--goldenrod2);
  text-align: center;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.victories-module {
  border: 2px solid var(--goldenrod2);
  border-radius: 20px;
  margin-bottom: 60px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-68 {
  height: 214.659px;
  border-bottom: 3px solid var(--goldenrod2);
  text-align: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.heading-86 {
  text-align: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
}

.dropdown-toggle-victory {
  width: 100%;
  flex-direction: row;
  display: block;
  overflow: visible;
}

.dropdown {
  width: 100%;
}

.text-block-30 {
  color: var(--goldenrod2);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
}

.icon-9 {
  color: var(--goldenrod2);
  margin-top: 13.4896px;
  margin-right: 40px;
  font-size: 40px;
}

.link {
  font-family: Gotham, sans-serif;
  font-size: 30px;
}

.victories-hyperlink {
  width: 100%;
  color: var(--black);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
}

.victories-hyperlink.w--current {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-list-3 {
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph-69 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 32px;
}

.button-19 {
  background-color: #d89000;
  border-radius: 8px;
  padding: 10px 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
}

.div-block-140 {
  width: 100%;
  padding: 0 40px 20px 20px;
  position: relative;
}

.div-block-141 {
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  display: flex;
  position: relative;
  overflow: auto;
}

.paragraph-70 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  line-height: 32px;
  position: static;
}

.button-20 {
  background-color: var(--goldenrod2);
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.div-block-142 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-43 {
  margin-bottom: 60px;
}

.heading-87 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-88 {
  border-style: solid none;
  border-width: 3px 1px;
  border-color: var(--goldenrod2) black;
  color: var(--goldenrod2);
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 41px;
  line-height: 50px;
}

.div-block-143 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-144 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-145 {
  width: 75%;
  border-top: 2px none var(--seperator-grey);
}

.section-21 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.heading-89 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
}

.columns-44, .columns-45, .columns-46, .columns-47, .columns-48 {
  margin-bottom: 40px;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-21 {
  height: 70px;
  background-color: var(--goldenrod2);
  text-align: center;
  border-radius: 8px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.div-block-147, .div-block-148 {
  width: 75%;
}

.section-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-149 {
  width: 75%;
}

.section-23 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-150 {
  width: 75%;
}

.section-24 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.div-block-151 {
  z-index: 1;
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-90 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 59px;
}

.div-block-152 {
  border-top: 3px none var(--goldenrod2);
}

.div-block-153 {
  width: 50%;
}

.div-block-154 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-91 {
  border-bottom: 3px solid var(--goldenrod2);
  text-align: left;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.paragraph-71 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-72 {
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 41px;
}

.div-block-155 {
  width: 75%;
}

.div-block-156 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-157 {
  border-style: solid none;
  border-width: 2px;
  border-color: var(--goldenrod2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-73 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
}

.div-block-158 {
  width: 80%;
  border: 3px solid var(--moccasin);
  border-radius: 8px;
}

.heading-92 {
  text-align: center;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.heading-93 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.heading-94 {
  margin-top: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
}

.paragraph-74 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 37px;
}

.phone-number {
  border: 1px solid var(--goldenrod2);
  color: var(--goldenrod2);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.button-22 {
  border: 3px solid var(--goldenrod);
  background-color: var(--white);
  color: #000;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.button-22:hover {
  background-color: var(--goldenrod);
  color: var(--white);
}

.div-block-159 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-160 {
  width: 60%;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-95 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.div-block-161 {
  height: 100%;
  border: 3px solid var(--moccasin);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  display: flex;
}

.heading-96 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  line-height: 32px;
}

.paragraph-75 {
  height: auto;
  max-height: none;
  min-height: 120px;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-162 {
  border-top: 1px solid var(--seperator-grey);
  padding-top: 10px;
}

.heading-97 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.div-block-163 {
  border: 3px solid var(--goldenrod2);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.columns-49 {
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 60px;
  display: flex;
}

.s7-steps-big-hyperlink {
  color: var(--goldenrod2);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  text-decoration: underline;
}

.image-32 {
  margin-bottom: 20px;
  position: static;
  top: 60px;
}

.column-74 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.column-75, .column-76, .column-77 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.column-78, .column-79 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

._7-steps-nav {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  text-decoration: none;
}

.footer {
  background-color: var(--black);
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-165 {
  background-color: var(--old-lace);
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-98 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 35px;
}

.div-block-166 {
  width: 80%;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-167 {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-99 {
  color: var(--goldenrod2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.div-block-168 {
  border: 3px solid var(--goldenrod2);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-100 {
  text-align: center;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 24px;
}

.paragraph-76 {
  border-top: 2px solid var(--goldenrod2);
  text-align: center;
  padding-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 25px;
}

.div-block-169 {
  width: 70%;
}

.div-block-170 {
  border: 3px solid var(--goldenrod2);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-101 {
  text-align: left;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-77 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
}

.paragraph-78 {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 25px;
}

.columns-50 {
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.column-80 {
  border-left: 3px solid var(--goldenrod2);
}

.paragraph-79 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.div-block-171 {
  width: 60%;
  border-top: 2px solid var(--goldenrod2);
  border-bottom: 2px none var(--goldenrod2);
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-172 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 30px;
  display: flex;
}

.image-33 {
  border-radius: 5px;
}

.column-81 {
  justify-content: center;
  display: flex;
}

.heading-102 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  line-height: 32px;
}

.paragraph-80 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
}

.columns-51 {
  display: flex;
}

.column-82 {
  align-self: center;
  display: block;
}

.heading-103 {
  text-align: center;
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
}

.body-3 {
  background-color: var(--white);
}

.paragraph-81 {
  width: auto;
  text-align: left;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 25px;
}

.div-block-173 {
  width: 60%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-174 {
  width: 70%;
  border-bottom: 1px none var(--goldenrod2);
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-175 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.div-block-176 {
  width: 75%;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
}

.paragraph-82 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-177 {
  border: 3px solid var(--goldenrod2);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px 10px 10px;
}

.div-block-178 {
  width: 60%;
}

.div-block-179 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-104 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
}

.div-block-180 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.button-23 {
  border: 3px solid var(--goldenrod2);
  color: var(--goldenrod2);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-83 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 31px;
}

.paragraph-84 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-181 {
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-182 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-183 {
  width: 60%;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.section-25 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-105 {
  color: var(--goldenrod2);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-85 {
  max-width: 800px;
  text-align: center;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-86 {
  max-width: 800px;
  text-align: center;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-106 {
  color: var(--goldenrod2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-87 {
  width: 80%;
  border-bottom: 2px solid #000;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 34px;
}

.text-span-36 {
  text-decoration: underline;
}

.div-block-184 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-185 {
  width: 75%;
  border-top: 2px solid var(--goldenrod2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.heading-107 {
  color: var(--goldenrod2);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-88 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  font-weight: 700;
}

.heading-108 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 24px;
}

.paragraph-89 {
  padding-left: 50px;
  padding-right: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 34px;
}

.heading-109 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
}

.heading-110 {
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 28px;
}

.div-block-186, .div-block-187 {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.column-83 {
  padding-top: 0;
}

.column-84 {
  border-left: 3px solid var(--seperator-grey);
}

.columns-52 {
  padding-bottom: 60px;
}

.button-24 {
  border: 2px solid var(--goldenrod2);
  box-shadow: 1px 1px 8px 0 var(--40-black);
  color: var(--goldenrod2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.button-25 {
  background-color: var(--goldenrod2);
  box-shadow: 1px 1px 8px 0 var(--40-black);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 700;
}

.button-25.calc {
  text-align: center;
}

.div-block-188 {
  min-height: 75vh;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-189 {
  width: 75%;
  border-bottom: 1px none var(--black);
}

.heading-111 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-90 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-112 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 31px;
}

.text-span-37 {
  color: #990a01;
  font-size: 31px;
}

.div-block-190 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-26 {
  border: 3px solid var(--goldenrod2);
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
}

.columns-53 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-113 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 29px;
}

.bold-text-11 {
  font-size: 22px;
}

.div-block-191 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-12, .bold-text-13 {
  color: var(--dark-red);
}

.list {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.list-item {
  margin-bottom: 15px;
}

.list-item-2, .list-item-3 {
  margin-bottom: 20px;
}

.list-2, .paragraph-91, .paragraph-92 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.list-item-4 {
  margin-bottom: 20px;
  margin-left: 40px;
  list-style-type: disc;
}

.list-item-5 {
  margin-left: 40px;
  list-style-type: disc;
}

.list-item-6 {
  margin-bottom: 20px;
}

.list-3 {
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  list-style-type: disc;
}

.list-item-7 {
  margin-bottom: 20px;
  margin-left: 40px;
}

.list-item-8 {
  margin-bottom: 20px;
  margin-left: 40px;
  list-style-type: disc;
}

.list-item-9 {
  margin-bottom: 20px;
  list-style-type: disc;
}

.list-4 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  list-style-type: disc;
}

.paragraph-93 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.list-5 {
  margin-bottom: 40px;
  padding-left: 80px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  list-style-type: none;
}

.heading-114 {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-14 {
  color: var(--dark-red);
  font-size: 31px;
}

.list-6 {
  font-size: 20px;
}

.list-item-10 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.list-7 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  list-style-type: decimal;
}

.list-item-11, .list-item-12, .list-item-13, .list-item-14 {
  margin-bottom: 20px;
}

.paragraph-94 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-15 {
  font-size: 20px;
}

.div-block-192 {
  width: 75%;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.div-block-193 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.paragraph-95 {
  text-align: left;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 27px;
}

.button-27 {
  border: 3px solid var(--goldenrod2);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-96 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.div-block-194 {
  width: 80%;
  flex: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.list-8 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.list-item-15, .list-item-16 {
  margin-bottom: 20px;
}

.paragraph-97 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.section-26 {
  margin-top: 130px;
}

.page-title-wrapper {
  background-color: var(--potential-back-2);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.heading-115 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 35px;
  line-height: 36px;
}

.div-block-196 {
  width: 75%;
  text-align: center;
}

.paragraph-98 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-197 {
  width: 60%;
  flex-direction: column;
  align-items: center;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.heading-116 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.heading-117 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
}

.heading-118 {
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
}

.div-block-198 {
  width: 90%;
}

.div-block-199 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-200 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-34 {
  margin-bottom: 0;
}

.paragraph-99 {
  width: auto;
  border-top: 2px none var(--goldenrod2);
  text-align: left;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  line-height: 24px;
}

.heading-119 {
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  padding-left: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.normal-hyperlink {
  color: #0080cb;
  font-weight: 700;
  text-decoration: underline;
}

.normal-hyperlink.freedom-hour {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.button-28 {
  background-color: var(--goldenrod2);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
}

.help-modules {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.bold-text-16 {
  font-size: 30px;
}

.div-block-202 {
  background-color: var(--potential-black);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text-17 {
  font-size: 30px;
}

.list-item-17 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 25px;
}

.heading-120 {
  margin-bottom: 20px;
}

.list-9 {
  margin-bottom: 0;
}

.heading-121 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.columns-54 {
  display: flex;
}

.column-85 {
  align-self: center;
}

.heading-122 {
  display: none;
}

.peymon-live-hero {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-204 {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body-freedomhour {
  background-color: var(--black);
}

.div-block-205 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-206 {
  width: 75%;
}

.heading-123 {
  color: var(--white);
  text-align: center;
  font-family: Gotham, sans-serif;
}

.div-block-207 {
  height: 80vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-208 {
  padding-top: 30px;
}

.div-block-209 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.peymon-live-header {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.peymon-live-header.past, .peymon-live-header.must {
  margin-bottom: 20px;
}

.div-block-210 {
  width: 65%;
  margin-bottom: 40px;
}

.div-block-211 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-35 {
  border-radius: 8px;
  padding: 10px 15px;
}

.platfrorms {
  border-radius: 8px;
  padding: 5px 15px;
}

.image-37 {
  padding: 10px 15px;
}

.heading-125 {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-38 {
  padding-left: 26px;
}

.section-27 {
  height: auto;
  background-image: linear-gradient(to bottom, var(--dark-red), #000 81%);
}

.div-block-212 {
  width: 75%;
  border-top: 3px none var(--white-smoke);
  padding-bottom: 60px;
}

.image-39 {
  padding-bottom: 3px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr 1fr 1fr 1.5fr;
  align-items: stretch;
}

.restore-freedom {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  white-space: nowrap;
  overflow-wrap: normal;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 90px;
  font-weight: 100;
  line-height: 126px;
  display: block;
}

.freedom {
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  font-family: Gotham, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 126px;
}

.heading-127 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
}

.heading-128 {
  font-size: 23px;
  line-height: 26px;
}

.div-block-213 {
  border-left: 3px solid var(--goldenrod-3);
  background-color: var(--potential-black);
  border-radius: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-129 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 27px;
}

.div-block-214 {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-100 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.dropdown-toggle-5 {
  width: 100%;
}

.icon-10 {
  font-size: 30px;
}

.text-block-31 {
  margin-right: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 700;
}

.dropdown-2 {
  width: 100%;
}

.columns-55 {
  margin-bottom: 60px;
  display: block;
}

.faq-accordion-content {
  flex: 0 auto;
}

.paragraph-101 {
  height: 180px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  overflow: auto;
}

.pa {
  background-color: var(--potential-back-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 140px;
  display: flex;
}

.div-block-216 {
  width: 75%;
}

.page-title {
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-217 {
  width: 60%;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-218 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-102 {
  padding-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.grid-16 {
  grid-column-gap: 51px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-span-39 {
  font-size: 25px;
  font-weight: 700;
}

.div-block-219 {
  border-top: 5px solid var(--firebrick);
}

.div-block-220, .div-block-221, .div-block-222 {
  border-top: 5px solid var(--lime-green);
}

.div-block-223 {
  width: 80%;
  border-top: 2px solid var(--seperator-grey);
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-224 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-131 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  line-height: 33px;
}

.paragraph-103 {
  font-family: Quattrocento Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.columns-56 {
  flex-direction: row;
  display: block;
}

.div-block-225 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.div-block-226 {
  width: 75%;
  padding-bottom: 20px;
}

.heading-132 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
}

.paragraph-104 {
  text-align: center;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-227 {
  width: 50%;
}

.div-block-228 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-229 {
  width: 85%;
  border-top: 3px solid var(--seperator-grey);
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-230 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-133 {
  width: 50%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 30px;
}

.div-block-231 {
  justify-content: center;
  padding: 0 40px 100px;
  display: flex;
}

.button-29 {
  background-color: var(--goldenrod2);
  border-radius: 8px;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-232 {
  height: 100vh;
  background-color: var(--potential-back-2);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.div-block-233 {
  width: 75%;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-134 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
}

.paragraph-105 {
  width: 70%;
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  line-height: 24px;
}

.div-block-234 {
  width: 70%;
}

.div-block-235 {
  background-color: var(--potential-back-2);
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.div-block-236 {
  width: 75%;
  border-top: 3px none var(--60-black);
  padding-top: 60px;
}

.div-block-237 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-135 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.list-item-18, .list-item-19 {
  border-top: 3px solid var(--seperator-grey);
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 32px;
}

.list-item-20 {
  font-size: 18px;
}

.list-item-21 {
  border-top: 3px solid var(--seperator-grey);
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 32px;
}

.list-item-22 {
  border-top: 3px solid var(--seperator-grey);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  line-height: 32px;
}

.paragraph-106 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
}

.list-10 {
  margin-bottom: 60px;
}

.div-block-238 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.div-block-239 {
  width: 75%;
}

.paragraph-107 {
  font-size: 19px;
}

.paragraph-108 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  line-height: 22px;
}

.founding-fathers-back {
  height: 90%;
  opacity: .49;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/compressed-signing-of-the-constitution-painting-restricted-min.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.protection-you-deserve {
  width: 50%;
  height: 90%;
  background-color: rgba(0, 0, 0, .45);
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-242 {
  padding-top: 60px;
}

.heading-136 {
  border-top: 3px solid var(--white-smoke);
  color: var(--white-smoke);
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-109 {
  color: var(--white-smoke);
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 40px;
  padding-right: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 32px;
}

.bold-text-18 {
  font-size: 25px;
  line-height: 34px;
}

.page-title-section-swapper {
  background-color: var(--potential-back-2);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-243 {
  width: 75%;
}

.heading-137 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
}

.div-block-244 {
  width: 75%;
  padding-top: 60px;
}

.div-block-245 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-110 {
  height: 180px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 27px;
  overflow: auto;
}

.italic-text {
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-138 {
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-32 {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.grid-17 {
  grid-column-gap: 51px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-246 {
  background-color: var(--potential-back-2);
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-247 {
  width: 75%;
}

.heading-139 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
  line-height: 45px;
}

.text-block-33 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.div-block-248 {
  width: 75%;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-249 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-140 {
  text-align: center;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-style: normal;
}

.heading-141 {
  color: var(--goldenrod2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 81px;
  font-style: normal;
  line-height: 63px;
}

.div-block-250 {
  width: 60%;
}

.div-block-251 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-111 {
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 30px;
}

.list-item-23 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 24px;
}

.list-item-24, .list-item-25 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-252 {
  width: 60%;
}

.div-block-253 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-142 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-254 {
  width: 60%;
  border-top: 2px solid var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-255 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.columns-57 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.column-86 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.button-30 {
  background-color: var(--goldenrod);
  text-align: center;
  border-radius: 8px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.column-87 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-112 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-143 {
  text-align: center;
}

.heading-144 {
  border-bottom: 3px solid var(--goldenrod);
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.heading-145 {
  text-align: center;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-34 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.div-block-256, .div-block-257 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-113 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 24px;
}

.div-block-258 {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-259 {
  background-color: var(--potential-back-2);
  background-image: url('../images/7-Step-Flag-Back.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  padding-top: 140px;
  padding-bottom: 60px;
}

.heading-146 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
  line-height: 44px;
}

.div-block-260 {
  width: 75%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-261 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-147 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.list-item-26 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.list-item-27 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.list-item-28 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.bold-text-19 {
  font-size: 28px;
  line-height: 30px;
}

.bold-text-20 {
  line-height: 30px;
}

.bold-text-21 {
  font-size: 28px;
  line-height: 30px;
}

.columns-58 {
  margin-bottom: 10px;
}

.div-block-262 {
  width: 70%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-263 {
  width: 50%;
}

.div-block-264 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-148 {
  text-align: center;
}

.heading-149 {
  text-align: left;
  font-size: 30px;
  line-height: 34px;
}

.bold-text-22 {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
}

.list-item-29 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 29px;
}

.div-block-265 {
  width: 75%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-266 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-150 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  line-height: 34px;
}

.paragraph-114 {
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-35 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
}

.columns-59 {
  width: 100%;
  margin-bottom: 60px;
}

.paragraph-115 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-267 {
  width: 75%;
}

.div-block-268 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.heading-151 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-23 {
  font-size: 27px;
}

.paragraph-116 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-269 {
  width: 75%;
}

.div-block-270 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-117 {
  font-size: 13px;
}

.paragraph-118 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.columns-60 {
  padding-bottom: 0;
}

.column-88 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-31 {
  background-color: var(--goldenrod2);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
}

.column-89 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-271 {
  background-color: var(--potential-black);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-272 {
  width: 50%;
}

.heading-152 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  line-height: 30px;
}

.paragraph-119 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 28px;
}

.text-span-40 {
  font-weight: 700;
}

.div-block-273 {
  background-image: url('../images/Vendor-Info.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-273.events {
  padding-top: 100px;
}

.div-block-274 {
  width: 75%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-153 {
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 5px 100px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  font-weight: 700;
}

.body-5 {
  background-color: var(--black);
  text-shadow: 1px 1px 6px #000;
}

.event-module {
  width: 60%;
  height: auto;
  text-shadow: none;
  background-image: url('../images/OrlandoFlagMixed.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.event-module.forever-free {
  background-image: url('../images/3579219567_2f00f7b4f2_b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border: 3px solid #263855;
  margin-bottom: 40px;
}

.event-module.myakka {
  background-image: url('../images/Vendor-Info.webp');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom: 40px;
}

.event-module.no-upcoming-events {
  background-image: linear-gradient(rgba(197, 0, 0, .5), #990a01);
  margin-bottom: 60px;
  display: flex;
}

.event-module.great-awakening {
  background-image: linear-gradient(to right, var(--black), #003844 27%, #003844 75%, var(--black));
  margin-bottom: 40px;
}

.event-module.rfr2024 {
  border: 3px solid var(--goldenrod);
  background-image: url('../images/Orlando-Gold-American-Flag.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 20px 6px rgba(221, 152, 0, .64);
}

.event-module.red-pill-expo-2023 {
  background-image: url('../images/78747469-city-10170-164612773ab.jpg');
  background-position: 0 14%;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 40px;
}

.event-module.fl-rep-assmby {
  background-color: var(--white);
  background-image: none;
  border: 4px solid #e10023;
  margin-bottom: 40px;
}

.event-module.fall-freedom-fest {
  background-image: url('../images/beach.jpg');
  margin-bottom: 40px;
}

.event-info-div {
  width: 75%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: static;
}

.event-info-div.rfr2024 {
  width: 85%;
  align-items: stretch;
}

.event-info-div.fl-rep-assmbly {
  align-items: stretch;
}

.div-block-277 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.paragraph-120 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-120.date {
  text-shadow: none;
  white-space: normal;
  font-size: 36px;
  display: block;
}

.image-40 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.heading-154 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.div-block-278 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-155 {
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 6px #000;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 23px;
}

.speaker-columns {
  opacity: 1;
  background-color: rgba(0, 0, 0, .41);
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 10px 0;
  display: flex;
}

.speaker-columns.rfr2024 {
  display: none;
}

.link-button {
  text-align: center;
  background-color: rgba(153, 10, 1, .83);
  border-radius: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 31px;
  box-shadow: 1px 1px 20px 2px #000;
}

.link-button.forever-free {
  background-color: #005570;
}

.link-button.rfr2024 {
  background-color: rgba(216, 149, 0, .56);
}

.link-button.red-pill {
  background-color: rgba(1, 49, 153, .83);
}

.link-button.fl-rep-assmbly {
  box-shadow: 1px 1px 9px 2px var(--seperator-grey);
  background-color: #1d325d;
}

.div-block-279 {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.div-block-280 {
  width: 60%;
  padding-bottom: 100px;
}

.heading-156 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-121, .list-item-30 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.list-11 {
  margin-bottom: 40px;
}

.div-block-281 {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.div-block-282 {
  width: 75%;
  padding-bottom: 100px;
}

.heading-157 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-158 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.paragraph-122 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-123 {
  padding-left: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-124 {
  padding-left: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 28px;
}

.dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9 {
  text-shadow: none;
}

.image-41, .image-42 {
  min-width: auto;
}

.image-43 {
  width: 123px;
  max-width: 123px;
}

.image-44 {
  width: 140px;
  height: 36.7188px;
  max-width: 140px;
  min-width: auto;
}

.image-45 {
  display: none;
}

.column-90 {
  text-align: center;
}

.columns-62 {
  margin-bottom: 20px;
}

.div-block-284 {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.video-7, .video-8, .video-9 {
  display: none;
}

.div-block-285 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.button-33 {
  border: 3px solid var(--goldenrod2);
  background-color: var(--white);
  color: #000;
  text-align: center;
  border-radius: 9px;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.button-33.w--current {
  border: 3px solid var(--goldenrod2);
  background-color: var(--white);
  color: #000;
  text-align: center;
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.column-91 {
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.video-10 {
  margin-bottom: 20px;
  display: none;
}

.bold-text-24 {
  text-shadow: 0 2px 6px var(--black);
}

.bold-text-24.red {
  color: #e71125;
  text-shadow: none;
}

.columns-64 {
  margin-bottom: 20px;
  display: flex;
}

.must-watch {
  border-radius: 9px;
  margin-bottom: auto;
  padding: 10px;
}

.must-watch.slave-nation {
  margin-bottom: 20px;
}

.grid-20 {
  grid-column-gap: 62px;
  grid-row-gap: 61px;
}

.list-item-31 {
  font-size: 14px;
}

.list-item-37 {
  text-shadow: none;
}

.footer-content-wrapper {
  width: 95%;
}

.image-48 {
  margin-bottom: 20px;
}

.paragraph-125 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 41px;
}

.div-block-288 {
  justify-content: center;
  display: flex;
}

.div-block-289 {
  width: 75%;
  border-top: 2px solid var(--goldenrod2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.petition-headings {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 34px;
}

.list-item-43 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 41px;
}

.column-93 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.columns-67 {
  display: flex;
}

.column-94 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.link-block-6 {
  width: 100%;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.heading-160 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothambook, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-29 {
  z-index: 1;
  position: relative;
}

.paragraph-126 {
  border-top: 2px solid var(--goldenrod);
  color: var(--white);
  white-space: nowrap;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.scroll-down {
  font-weight: 400;
  text-decoration: none;
}

.columns-68 {
  align-items: center;
  display: flex;
}

.heading-161 {
  color: var(--white);
  text-align: left;
  font-family: Gotham, sans-serif;
  font-size: 129px;
  font-weight: 100;
}

.column-95 {
  padding-left: 0;
  padding-right: 0;
}

.grid-21 {
  grid-template-rows: auto;
}

.heading-162 {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 129px;
  font-weight: 100;
}

.heading-163 {
  font-family: Gotham, sans-serif;
}

.div-block-290 {
  width: 100%;
  border: 3px solid var(--moccasin);
  border-radius: 5px;
  margin-bottom: 60px;
}

.column-96 {
  padding-left: 0;
}

.column-97 {
  padding-right: 0;
}

.div-block-291 {
  width: 75%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-292 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-127 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 30px;
}

.list-item-45 {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  line-height: 28px;
}

.list-12 {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.bold-text-25 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-50 {
  width: 200px;
}

.div-block-293 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-294 {
  width: 75%;
}

.div-block-294.blog {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-164 {
  background-color: var(--white);
  box-shadow: 1px 1px 14px 0 var(--seperator-grey);
  text-align: center;
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 10px 100px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-295 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-296 {
  width: 75%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.image-51 {
  z-index: 0;
  width: 100%;
  height: 200px;
  border: 4px solid var(--moccasin);
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 100px;
  position: absolute;
}

.collection-item {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: block;
}

.heading-165 {
  color: var(--white);
  text-shadow: 1px 1px 6px #000, 0 0 9px #000;
  margin-top: 10px;
  margin-bottom: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.div-block-297 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-298 {
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  padding-top: 100px;
}

.div-block-299 {
  justify-content: flex-end;
  display: flex;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 117px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  border: 5px none var(--goldenrod2);
  background-color: var(--white-smoke);
  box-shadow: 1px 1px 14px 0 var(--black-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.heading-166 {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
}

.image-52 {
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  padding: 10px;
}

.text-block-36 {
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.blog-links {
  color: var(--black);
  object-fit: fill;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.div-block-300 {
  flex-direction: column;
  display: block;
}

.div-block-301 {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-302 {
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-303 {
  width: 50%;
  padding-top: 20px;
}

.heading-167 {
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-34 {
  background-color: var(--white);
  box-shadow: 1px 1px 10px -2px var(--40-black);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 20px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-128 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 28px;
}

.rich-text-block {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 34px;
}

.div-block-304 {
  width: 75%;
}

.div-block-305 {
  width: 70%;
}

.div-block-306 {
  justify-content: center;
  display: flex;
}

.section-30 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.section-30.risks {
  padding-top: 0;
}

.div-block-307 {
  width: 80%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.image-53 {
  width: 140px;
  max-width: 140px;
  min-width: auto;
}

.aweber-affiliate {
  padding-top: 140px;
  padding-bottom: 60px;
}

.div-block-308 {
  height: 100vh;
  position: relative;
}

.div-block-308.new {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-309 {
  background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0) 30%, transparent 70%, var(--black));
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-168 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 39px;
}

.aweber-affiliate-element {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-weight: 100;
}

.aweber-affiliate-element.aweber-affiliate {
  border-top: 1px solid var(--goldenrod2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 32px;
}

.heading-169 {
  color: var(--dark-red);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-37 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: underline;
}

.paragraph-129 {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Gothambook, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.italic-text-2 {
  font-style: italic;
}

.column-98 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-69 {
  display: flex;
}

.button-35 {
  background-color: var(--firebrick);
  color: var(--white);
  border-radius: 9px;
  font-family: Gotham, sans-serif;
}

.column-99, .column-100 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-310 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.columns-70 {
  margin-bottom: 20px;
}

.heading-170 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-26 {
  color: var(--goldenrod);
}

.columns-71 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-311 {
  height: 60vh;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.button-36 {
  background-color: var(--goldenrod);
  padding-left: 56px;
  padding-right: 56px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.div-block-312 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-div {
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 10px;
  display: flex;
}

.contact-us-div.call {
  padding-bottom: 10px;
}

.contact-us-div.call.agreement {
  width: 100%;
  height: 400px;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
}

.div-block-314 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-171 {
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.heading-171.hours {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 29px;
}

.div-block-315 {
  width: 60%;
}

.text-block-38 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.text-block-38.hours {
  margin-top: 0;
  font-size: 17px;
  line-height: 16px;
}

.div-block-316 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-317 {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
}

.div-block-318 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-319 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.div-block-320 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.heading-172 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.text-field {
  height: 300px;
  border-radius: 9px;
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--goldenrod);
  padding-left: 50px;
  padding-right: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 700;
}

.recaptcha {
  margin-bottom: 20px;
}

.video-15 {
  margin-bottom: 10px;
}

.pricing-calculator {
  height: auto;
  border: 6px solid var(--moccasin);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.html-embed {
  width: 50%;
  box-shadow: 0 0 18px -3px var(--40-black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 40px;
  display: flex;
}

.column-101 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-173 {
  font-size: 14px;
  font-weight: 900;
}

.peymon-live {
  color: #fff;
  text-decoration: none;
}

.text-span-42 {
  color: var(--firebrick);
}

.text-block-39 {
  white-space: pre;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.lottie-animation, .lottie-animation-2 {
  width: 160px;
  min-width: 160px;
}

.link-2 {
  white-space: normal;
}

.paragraph-130 {
  margin-bottom: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-131.bigger {
  font-size: 30px;
  line-height: 34px;
}

.html-embed-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding: 10px 50px 25px;
  display: flex;
  box-shadow: 0 0 17px 2px rgba(191, 191, 191, .75);
}

.lottie-animation-3 {
  width: 80%;
  border-bottom: 2px solid var(--white);
  margin-bottom: 20px;
  padding-left: 50px;
}

.div-block-322 {
  width: 90%;
  margin-bottom: 40px;
}

.list-item-46 {
  margin-bottom: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.power-to-module {
  text-align: center;
  border: 3px solid #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 13px;
  display: flex;
}

.power-to-module.first {
  border-width: 3px;
  border-color: #000;
  border-radius: 7px;
  justify-content: center;
  align-items: stretch;
}

.heading-174 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 26px;
}

.heading-174.first {
  border-bottom-style: none;
  margin-bottom: 0;
  font-size: 28px;
}

.you {
  color: var(--firebrick);
}

.text-block-40 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 700;
}

.heading-175 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 700;
}

.video-16, .image-54, .image-55, .image-56 {
  margin-bottom: 20px;
}

._7-step-cartoons {
  width: 270px;
  border: 3px solid var(--goldenrod2);
  opacity: .3;
  border-radius: 20px;
}

._7-step-cartoons:hover {
  opacity: 1;
}

.video-17, .video-18, .video-19 {
  margin-bottom: 20px;
}

._7-steps-gold-overview {
  width: 100%;
  border-bottom: 1px solid var(--goldenrod);
  color: var(--goldenrod2);
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 31px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-41 {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.typed-text {
  height: 100px;
  color: var(--white);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

.div-block-324 {
  width: 60%;
}

.paragraph-132 {
  width: 80%;
  text-align: center;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.text-field-2, .text-field-3 {
  border-radius: 9px;
}

.heading-176 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 72px;
}

.html-embed-3 {
  width: 100%;
}

.list-item-47 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-177 {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.text-span-43 {
  color: var(--firebrick);
}

.text-block-42 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-325 {
  width: 80%;
  padding-top: 20px;
}

.list-item-48 {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  line-height: 24px;
}

.list-15 {
  margin-bottom: 20px;
  padding-left: 0;
}

.text-span-44 {
  color: var(--firebrick);
  font-size: 47px;
}

.text-span-45 {
  font-size: 35px;
  line-height: 30px;
}

.text-span-46 {
  font-size: 43px;
  line-height: 25px;
}

.text-span-47, .text-span-48, .text-span-49, .text-span-50 {
  color: var(--firebrick);
}

.image-57, .image-58 {
  margin-bottom: 20px;
}

.body-7 {
  background-color: var(--old-lace);
}

.div-block-326 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-327 {
  width: 35%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-133 {
  border-bottom: 2px none var(--goldenrod2);
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 15px #000;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 33px;
  line-height: 38px;
}

.bold-text-27 {
  text-shadow: 1px 1px 15px #000;
  white-space: nowrap;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 49px;
  line-height: 20px;
}

.image-59 {
  width: 160px;
}

.div-block-328 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-60 {
  width: 200px;
}

.body-8 {
  background-image: url('../images/american-flag-high-resolution-wallpaper.webp');
  background-position: 50% 0;
  background-size: auto;
}

.div-block-329 {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(280deg, rgba(185, 11, 0, .3), rgba(0, 0, 0, .8) 29%, rgba(0, 0, 0, .8) 72%, rgba(0, 38, 163, .7)), url('../images/american-flag-high-resolution-wallpaper.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-330 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-331 {
  width: 50%;
}

.heading-178 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-134 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 26px;
}

.text-span-51 {
  text-decoration: underline;
}

.heading-179 {
  margin-top: 0;
  padding-left: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.list-16 {
  padding-left: 100px;
}

.list-item-49 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 20px;
}

.list-item-50 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  list-style-type: decimal;
}

.list-17 {
  padding-left: 60px;
}

.list-item-51 {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  list-style-type: disc;
}

.heading-180 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-332 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.div-block-333 {
  width: 70%;
  text-align: center;
  margin-bottom: 40px;
}

.div-block-334 {
  width: 50%;
}

.heading-181 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-335 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-336 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-61 {
  margin-bottom: 20px;
}

.div-block-337 {
  justify-content: center;
  display: flex;
}

.paragraph-135 {
  padding-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 22px;
}

.form {
  display: none;
}

.about-body {
  border-bottom: 2px solid var(--goldenrod2);
  color: var(--white);
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 40px;
  padding: 20px 20px 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.about-body.fls {
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
  padding: 0;
}

.paragraph-137 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.columns-73 {
  margin-bottom: 40px;
  display: flex;
}

.column-103 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-338 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.image-62 {
  margin-bottom: 20px;
}

.column-104 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.paragraph-138 {
  border-top: 2px solid var(--goldenrod2);
  color: #fff;
  margin-bottom: 20px;
  padding: 60px 20px 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-339 {
  height: 100vh;
  background-image: url('../images/american-flag-high-resolution-wallpaper.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.body-9 {
  background-color: #000;
}

.div-block-340 {
  z-index: 0;
  height: 100vh;
  opacity: 1;
  background-image: url('../images/american-flag-high-resolution-wallpaper.webp');
  background-position: 50% 0;
  background-size: auto;
  position: fixed;
}

.hyperlink-dark-bg {
  color: var(--deep-sky-blue);
}

.heading-182 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 40px;
  font-size: 0;
  line-height: 30px;
}

.bold-text-28 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  line-height: 39px;
}

.about-victory-link {
  color: var(--deep-sky-blue);
  font-size: 41px;
  text-decoration: none;
}

.button-37 {
  text-align: center;
  font-size: 12px;
  line-height: 27px;
}

.button-38 {
  background-color: var(--goldenrod2);
  text-align: center;
  border-radius: 9px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-139 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-43 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.about-victories-video {
  color: var(--white);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-341 {
  margin-bottom: 100px;
}

.next {
  border-width: 2px;
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.previous {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.column-105, .column-106, .column-107 {
  text-align: center;
}

.heading-183 {
  color: var(--white);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 37px;
}

.div-block-342 {
  width: 40%;
}

.paragraph-140 {
  color: #fff;
  text-align: center;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.bold-text-29 {
  color: #ff2424;
}

.testimonial-module {
  border-right: 2px solid var(--goldenrod-3);
  border-left: 2px solid var(--goldenrod-3);
  border-radius: 10px;
  padding: 16px 16px 0;
}

.tes {
  border-radius: 10px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.test, .div-block-346, .div-block-347, .div-block-348, .div-block-349, .div-block-350, .div-block-351, .div-block-352, .div-block-353 {
  border: 2px solid var(--goldenrod2);
  border-radius: 10px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span-52 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-354 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-355 {
  width: 80%;
}

.collection-list-wrapper-3 {
  background-color: var(--old-lace);
  padding: 20px;
}

.heading-184 {
  margin-top: 0;
}

.div-block-356 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-357 {
  width: 70%;
}

.heading-185 {
  text-align: center;
}

.watch-now {
  border: 2px solid var(--white);
  white-space: nowrap;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-358 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-359 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.freedom-education-package {
  z-index: 0;
  position: relative;
}

.heading-186 {
  border-bottom: 1px solid var(--goldenrod2);
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-187 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 29px;
}

.bold-text-30, .bold-text-31 {
  color: var(--goldenrod);
}

.paragraph-141 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  line-height: 24px;
}

.column-108 {
  background-color: var(--white);
  border-radius: 9px;
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.heading-188 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
}

.play-button {
  color: #ffa31f;
  text-decoration: none;
}

.columns-74 {
  display: flex;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.typedjs-wrapper {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.typed-js_component {
  color: var(--white);
}

.typedjs-fade {
  display: inline;
}

.text-color-grey {
  color: rgba(251, 249, 252, .5);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
}

.heading-189 {
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.div-block-360 {
  width: 75%;
}

.paragraph-142 {
  width: 60%;
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
}

.text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65 {
  color: orange;
}

.contact-us---email {
  border: 1px solid var(--goldenrod2);
  color: var(--goldenrod2);
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
}

.html-embed-5 {
  width: 100%;
}

.div-block-361 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-63 {
  margin-right: 5px;
}

.div-block-362 {
  width: 100%;
  border: 1px solid var(--seperator-grey);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.platforms {
  border: 3px solid var(--white);
  border-radius: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.platforms.live-page {
  margin-bottom: 40px;
  text-decoration: none;
}

.platforms.reload {
  flex-direction: row;
  padding-top: 3px;
  padding-left: 45px;
  padding-right: 45px;
  text-decoration: none;
}

.columns-76 {
  width: 100%;
  border-top: 3px none var(--white);
  border-bottom: 1px solid var(--white);
  align-items: center;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-64 {
  margin-bottom: 20px;
}

.text-block-44 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 21px;
}

.link-block-7 {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-363 {
  width: 50%;
}

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

.american-flag-back {
  z-index: -1;
  height: 80vh;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/american-flag-high-resolution-wallpaper.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grey-background {
  height: 80vh;
  opacity: .85;
  background-image: url('../images/Peymon-Live-3.webp');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-form {
  z-index: 6;
  width: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-365 {
  width: 50px;
  height: 250px;
  border-top: 2px solid var(--goldenrod2);
  border-right: 3px solid var(--goldenrod2);
  border-bottom: 2px solid var(--goldenrod2);
  background-image: linear-gradient(to bottom, var(--60-black), var(--60-black));
  cursor: pointer;
  border-radius: 0 15px 15px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-190 {
  color: var(--white);
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transform: rotate(-90deg);
}

.div-block-366 {
  z-index: -1;
  width: auto;
  height: auto;
  border: 2px solid var(--goldenrod2);
  box-shadow: 1px 1px 10px 2px var(--seperator-grey);
  background-color: #050505;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 266px;
  left: 47px;
}

.div-block-366.bottom-left {
  z-index: 0;
  width: auto;
  border-color: var(--moccasin);
  cursor: auto;
  margin-right: 0;
  top: -535px;
  left: -180px;
  right: 0;
  box-shadow: 0 2px 20px 3px rgba(255, 208, 0, .67);
}

.div-block-367 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-45 {
  color: var(--white);
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.form-labels {
  font-family: Montserrat, sans-serif;
}

.form-block {
  flex-direction: row;
  display: block;
}

.form-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-46 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.homepage-form-field {
  border: 1px solid var(--goldenrod);
  border-radius: 100vh;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.homepage-form-field.message {
  height: 100px;
  border-radius: 20px;
}

.last-form-field {
  margin-bottom: 20px;
}

.submit-button-2 {
  background-color: var(--goldenrod);
  border-radius: 100vh;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-368 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-369 {
  width: 100%;
  height: 2px;
  background-color: var(--goldenrod);
  margin-top: 12px;
  margin-bottom: 15px;
}

.div-block-370 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.form-close-button {
  cursor: pointer;
}

.text-field-4 {
  height: 100px;
}

.div-block-371 {
  width: 70%;
}

.submit-button-3 {
  background-color: var(--goldenrod);
  border-radius: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contact-form {
  width: 70%;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.heading-191 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.text-span-67 {
  text-decoration: underline;
}

.success-message {
  background-color: rgba(73, 146, 0, .68);
  border-radius: 10px;
}

.text-block-47 {
  color: var(--white-smoke);
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.error-message {
  background-color: var(--firebrick);
}

.text-block-48 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.big-lesson {
  font-size: 24px;
  font-weight: 400;
}

.heading-192 {
  color: var(--white);
  margin-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 45vh;
}

.column-111 {
  align-items: flex-start;
  display: flex;
}

.text-span-68 {
  font-size: 12px;
  font-weight: 500;
}

.columns-77 {
  flex-direction: row-reverse;
  display: flex;
}

.columns-77.old-home {
  flex-direction: row;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #353535;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  border: 2px solid var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.utility-page-content.locked {
  background-color: var(--white);
  border-style: none;
}

.utility-page-form {
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 15px;
  display: flex;
}

.blog-search {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.field-label {
  font-family: Montserrat, sans-serif;
}

.search-input-nav {
  width: 300px;
  border: 2px solid var(--white);
  color: var(--white);
  background-color: rgba(36, 36, 36, .75);
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.search-input-nav.blog {
  width: 100%;
  border-color: var(--goldenrod2);
  background-color: var(--white);
  color: var(--black);
}

.search-input-nav.results {
  width: 100%;
  border-color: var(--seperator-grey);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
}

.search-input-nav.tablet {
  border-style: none;
  margin-bottom: 0;
  margin-right: 10px;
}

.search-button {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 20px;
  padding: 7px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.search-button.blog {
  border-width: 2px;
  border-color: var(--goldenrod2);
  color: var(--goldenrod);
}

.search-button.results {
  border-color: var(--goldenrod2);
  background-color: var(--white);
  color: var(--goldenrod2);
}

.body-10 {
  background-color: var(--white);
  padding-top: 140px;
}

.search-result-item {
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-372 {
  padding-left: 20px;
}

.image-65 {
  width: 100px;
}

.main-search {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.main-search.results {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-193 {
  font-family: Montserrat, sans-serif;
}

.search-input-2 {
  margin-right: 20px;
}

.search-links {
  color: var(--saddle-brown);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-143 {
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-49 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-373 {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 6px;
  border-color: var(--seperator-grey) var(--seperator-grey) var(--seperator-grey) var(--goldenrod);
  border-radius: 10px;
  padding: 20px 15px;
}

.search-result-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.event-featured-column, .event-featured-column.rfr {
  align-items: center;
  display: flex;
}

.search-bar-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5px;
  display: flex;
}

.columns-78 {
  align-items: center;
  display: flex;
}

.div-block-374 {
  z-index: -1;
  opacity: .03;
  background-image: url('../images/Small-Maverick-M-FLS-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-375 {
  width: 500px;
  height: 300px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation-4 {
  width: 200px;
  padding-top: 20px;
}

.empty-state {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-50 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.lottie-animation-5, .lottie-animation-6 {
  width: 200px;
}

.upcoming-events {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.check {
  width: 100px;
}

.div-block-377 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-194 {
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.div-block-378 {
  width: 80%;
}

.image-66 {
  display: none;
}

.image-67 {
  position: -webkit-sticky;
  position: sticky;
  top: 36.2vh;
  transform: rotate(180deg);
}

.image-67.old-home {
  top: 42.2vh;
  transform: none;
}

.button-40 {
  background-color: var(--goldenrod2);
  white-space: nowrap;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-380 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.div-block-381 {
  width: 70%;
}

.print-cartoons {
  border-radius: 9px;
}

.cartoon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-382 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-383 {
  width: 7px;
}

.columns-79 {
  margin-bottom: 40px;
}

.heading-195 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.column-114 {
  justify-content: flex-end;
  display: flex;
}

.column-115 {
  justify-content: flex-start;
  display: flex;
}

.div-block-384 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-8 {
  width: 60%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-80 {
  margin-bottom: 40px;
}

.image-68 {
  color: var(--goldenrod);
}

.heading-196 {
  color: var(--gold-black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.field-label-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.text-field-5 {
  font-family: Montserrat, sans-serif;
}

.submit-button-4 {
  background-color: var(--firebrick);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-385 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-197 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.text-block-51 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-41 {
  background-color: var(--goldenrod);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.error-message-2 {
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-block-52 {
  font-family: Montserrat, sans-serif;
  line-height: 16px;
}

.lottie-animation-7 {
  width: 75px;
}

.video-20 {
  margin-bottom: 20px;
}

.button-42 {
  border: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vh;
  margin-bottom: 5px;
  padding-left: 21px;
  padding-right: 21px;
}

.heading-198 {
  font-size: 16px;
  font-weight: 400;
}

.watch-full {
  color: var(--white);
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.watch-full.step3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

._99-full-lightbox-link {
  border: 2px solid var(--white);
  border-radius: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

._99-full-lightbox-link.step3 {
  border-color: var(--black);
}

.div-block-386 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-199 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-69, .image-70, .image-71 {
  border-radius: 100vh;
}

.heading-200 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
}

.link-block-9 {
  background-color: rgba(153, 10, 1, .44);
  border-radius: 100vh;
  text-decoration: none;
  box-shadow: 0 3px 20px -9px #000;
}

.div-block-387 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-link-2 {
  width: 100%;
  background-color: var(--dark-red);
  border-radius: 100vh;
  text-decoration: none;
  box-shadow: 0 3px 14px -3px #000;
}

.div-block-388 {
  border-bottom: 1px solid #e5e5e5;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-389 {
  padding-top: 10px;
  display: flex;
}

.paragraph-144 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  line-height: 16px;
}

.help-lottie, .help-lottie.call {
  width: 80px;
}

.lottie-animation-9, .lottie-animation-10 {
  width: 60px;
}

.icon-label-wrapper {
  width: 290px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-label-wrapper.center {
  justify-content: center;
}

.icon-label-wrapper.center.vertical {
  flex-direction: column;
}

.icon-label-wrapper.left, .icon-label-wrapper.left.vertical {
  flex-direction: column;
  justify-content: center;
}

.lottie-animation-11 {
  width: 60px;
}

.help-module-wrapper {
  width: 80%;
}

.help-module {
  height: 220px;
  border: 2px solid rgba(0, 0, 0, .07);
  border-radius: 100vh;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 15px 30px;
  display: flex;
}

.help-module.agreement {
  width: 100%;
  height: 400px;
  min-height: 400px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
}

.lottie-animation-12 {
  width: 60px;
}

.help-description-button {
  width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.help-description-button.agreement {
  width: auto;
}

.help-button {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.help-button.consultation {
  background-color: var(--goldenrod2);
}

.help-button.live:hover {
  background-color: var(--firebrick);
}

.help-button.odysee {
  background-color: var(--60-black);
}

.help-button.blog {
  background-color: var(--goldenrod2);
}

.help-button._7-steps {
  background-color: var(--goldenrod);
}

.text-span-69, .text-span-70, .text-span-71 {
  color: #b22222;
}

.text-span-72 {
  font-weight: 700;
}

.bold-text-32, .bold-text-33 {
  font-weight: 400;
}

.text-span-73, .bold-text-34 {
  color: #b22222;
}

.div-block-390 {
  width: 80%;
}

.paragraph-145 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.video-21 {
  margin-bottom: 40px;
}

.lottie-animation-13 {
  width: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 80px;
  display: block;
}

.div-block-391 {
  width: 70%;
}

.search {
  display: flex;
}

.search-input-3 {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.search-button-2 {
  background-color: var(--goldenrod2);
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  font-family: Montserrat, sans-serif;
}

.text-block-53 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 15px;
}

.collection-list-wrapper-4 {
  width: 60%;
  display: none;
}

.event-moldule {
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-72 {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: relative;
}

.div-block-392 {
  position: relative;
}

.header-image {
  width: 70%;
  border-radius: 20px;
  margin-top: 40px;
  position: static;
}

.div-block-393 {
  width: 60%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
}

.location {
  color: var(--white);
  text-shadow: none;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
}

.date {
  color: #fff;
  text-shadow: none;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 44px;
}

.div-block-394 {
  width: 100%;
}

.paragraph-146 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.video-scroll-wrapper {
  overflow: hidden;
}

.image-73 {
  margin-right: 10px;
}

.home-playlist-moldule-lightbox {
  color: var(--white);
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.home-lightbox-image {
  width: 250px;
  box-shadow: 0 0 16px 0 var(--goldenrod2);
  border-radius: 8px;
}

.heading-201 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 29px;
  font-weight: 300;
}

.grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-202 {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.livestream-wrapper {
  width: 65%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.freedom-hour-livestream {
  width: 100%;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.text-block-54 {
  display: none;
}

.heading-203 {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
}

.lottie-animation-14 {
  width: 30px;
  margin-right: 10px;
}

.reload {
  border: 2px solid var(--white);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vh;
  margin-bottom: 100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.reloaf {
  display: flex;
}

.r {
  border: 2px solid var(--white);
  border-radius: 100vh;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-204 {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.heading-205 {
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.past-shows {
  border: 2px solid rgba(255, 255, 255, .15);
  border-radius: 9px;
  margin-bottom: 40px;
  padding: 10px;
}

.must-watch-wrapper {
  border: 2px solid rgba(255, 255, 255, .15);
  border-radius: 9px;
  padding: 10px;
}

.lottie-animation-15 {
  width: 100px;
}

._99-video {
  margin-bottom: 20px;
}

.image-74 {
  margin-top: 15px;
}

.columns-81 {
  margin-bottom: 0;
}

.column-116, .column-117 {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.paragraph-147 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.paragraph-148 {
  max-width: 700px;
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-396 {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.text-block-55 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
}

.button-43 {
  border: 2px solid var(--goldenrod2);
  background-color: var(--60-black);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.image-75 {
  width: 120px;
}

.image-75.agreement {
  width: 100px;
}

.heading-206 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 35px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  line-height: 20px;
  text-decoration: none;
}

.lightbox-link-3 {
  border: 3px solid var(--goldenrod);
  color: var(--black);
  border-radius: 100vh;
  text-decoration: none;
}

.heading-207 {
  color: var(--black);
  border-bottom: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.content {
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.video-22 {
  margin-top: 25px;
  margin-bottom: 50px;
}

.lottie-animation-16 {
  width: 50px;
}

.heading-208 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-35 {
  font-size: 35px;
}

.text-block-56 {
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-57 {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 0 1px 6px #000;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.text-block-57.red {
  color: #e71125;
  text-shadow: none;
  margin-bottom: 10px;
}

.heading-209 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.html-embed-7 {
  width: 100%;
  height: 100%;
}

.playlist-description {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.columns-82 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.step1-playlist {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.steps1-thumbnails {
  border-radius: 10px;
}

.columns-83 {
  width: 100%;
  margin-bottom: 20px;
}

.video-23, .html-embed-8 {
  margin-top: 20px;
}

.div-block-397 {
  border: 3px solid var(--goldenrod);
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.heading-210 {
  padding-left: 20px;
  padding-right: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 31px;
  line-height: 39px;
}

._7-steps-video-hyperlink {
  color: var(--black);
  text-align: left;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

._7-steps-video-hyperlink.small {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-398 {
  border-bottom: 2px solid var(--goldenrod);
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.html-embed-9 {
  display: flex;
}

.html-embed-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-120, .column-121 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-399 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-400 {
  height: 2px;
  background-color: var(--goldenrod-3);
  margin-bottom: 20px;
}

.div-block-401 {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
  display: flex;
}

.div-block-402 {
  width: 70%;
}

.heading-211 {
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.social-media-module {
  height: 200px;
  border: 4px solid var(--seperator-grey);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-module:hover {
  border-color: #000;
}

.social-media-module.rumble:hover {
  border-color: #86c740;
}

.social-media-module.odysee:hover {
  border-color: #fba120;
}

.social-media-module.youtube:hover {
  border-color: #fe1905;
}

.social-media-module.instagram:hover {
  border-color: #9745a7;
}

.social-media-module.facbook:hover {
  border-color: #1d7bf3;
}

.social-media-module.brighteon {
  background-color: #1d2e59;
  padding-left: 10px;
  padding-right: 10px;
}

.social-media-logo-label {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-212 {
  border-bottom: 3px solid var(--seperator-grey);
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 26px;
}

.columns-84 {
  width: 100%;
  display: flex;
}

.column-122 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-10 {
  width: 100%;
  border: 2px solid var(--goldenrod);
  color: var(--white);
  border-radius: 100vh;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.image-76 {
  width: 40px;
}

.heading-213 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

._7-steps-song {
  width: 100%;
  border: 3px solid var(--goldenrod-3);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: none;
}

.heading-214 {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.collection-item-3, .collection-list-wrapper-5, .congress-reponses-wrapper {
  width: 100%;
}

.grid-27 {
  grid-template-rows: auto;
}

.congress-response-module {
  border: 2px solid var(--moccasin);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-215 {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
}

.senator {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  line-height: 35px;
}

.paragraph-149 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 700;
}

.column-123 {
  flex-direction: column;
  display: flex;
}

.button-44 {
  background-color: var(--goldenrod);
  text-align: center;
  border-radius: 9px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 700;
}

.column-124 {
  flex-direction: column;
  display: flex;
}

.image-77 {
  width: 50px;
}

.defund-lightbox {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.defund-lightbox:hover {
  text-decoration: underline;
}

.heading-216 {
  text-shadow: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.image-78 {
  width: 30px;
}

.image-79 {
  width: 130px;
}

.columns-85 {
  width: 70%;
  display: flex;
}

.column-125 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-126 {
  text-align: left;
}

.image-80 {
  mix-blend-mode: difference;
  padding-left: 20px;
  padding-right: 20px;
}

.image-81 {
  display: block;
}

.image-82 {
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
  display: block;
}

.image-83 {
  mix-blend-mode: difference;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 5px 10px;
}

.image-85 {
  margin-top: 0;
}

.image-86, .image-87, .image-88 {
  margin-top: 10px;
}

.image-89 {
  border-style: none;
  margin-top: 0;
  margin-bottom: 10px;
}

.slave-nation-lightbox {
  color: var(--black);
  border-bottom: 2px solid #000;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.text-block-58 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.bold-text-36 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-150 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.heading-217 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 16px;
}

.heading-218 {
  text-decoration: underline;
}

.heading-219, .heading-220, .heading-221, .heading-222, .heading-223, .heading-224 {
  text-decoration: none;
}

.heading-225 {
  text-decoration: underline;
}

.heading-226 {
  text-decoration: none;
}

.heading-227 {
  text-decoration: underline;
}

.heading-228 {
  text-decoration: none;
}

.heading-229, .heading-230 {
  border-radius: 100vh;
}

.heading-231 {
  border-radius: 100px;
}

.heading-232 {
  border: 1px solid #000;
}

.heading-233, .heading-234 {
  border: 1px solid #5f5252;
}

.heading-235, .heading-236, .heading-237 {
  border: 1px solid #fff;
}

.heading-238, .heading-239 {
  border: 1px solid #000;
}

.heading-240, .heading-241, .heading-242 {
  border: 2px solid #000;
}

.heading-243 {
  border: 1px solid #7c6363;
}

.heading-244, .heading-245, .heading-246 {
  border: 1px solid #fff;
}

.heading-247, .heading-248 {
  border: 3px solid #000;
}

.heading-249, .heading-250, .heading-251 {
  border: 2px solid #000;
}

.heading-252 {
  border: 1px solid #000;
}

.heading-253 {
  border: 2px solid #000;
}

.heading-254, .heading-255, .heading-256, .heading-257, .heading-258, .heading-259, .heading-260, .heading-261 {
  border: 1px solid #000;
}

.heading-262 {
  border: 2px solid #fff;
  border-radius: 100vh;
  padding: 5px 20px;
  font-weight: 700;
  text-decoration: none;
}

.heading-263, .heading-264 {
  text-decoration: none;
}

.heading-265 {
  text-decoration: underline;
}

.heading-266 {
  text-decoration: none;
}

.lightbox-link-4 {
  margin-right: 15px;
  display: flex;
}

.heading-267 {
  border-width: 2px;
  line-height: 20px;
  display: block;
}

.image-91, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9 {
  margin-bottom: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-12 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-12:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-12:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-12[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.text-span-74 {
  font-size: 14px;
  text-decoration: none;
}

.lightbox-link-10 {
  text-decoration: none;
}

.body-11 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.html-embed-11 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-75, .text-span-76, .bold-text-37, .text-span-77, .text-span-78 {
  color: var(--firebrick);
}

.text-span-79 {
  color: var(--firebrick);
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-span-80, .bold-text-38, .text-span-81, .text-span-82 {
  color: var(--firebrick);
}

.bold-text-39, .bold-text-40 {
  color: var(--black);
}

.text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87 {
  color: var(--firebrick);
}

.logo-wrapper {
  width: 100vw;
  margin-bottom: 40px;
  padding: 10px 100px;
}

.grid-28 {
  opacity: 1;
  border-radius: 100vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-module {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seen-on-logos {
  width: 120px;
  opacity: .6;
  mix-blend-mode: normal;
}

.seen-on-logos.horizontal {
  width: 179px;
}

.heading-268 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Gotham, sans-serif;
}

.body-12 {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-403 {
  width: 1000px;
  height: 600px;
}

.html-embed-12 {
  height: 100vh;
}

.columns-86 {
  flex-direction: row;
  display: flex;
}

.column-127 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-92 {
  margin-bottom: 20px;
}

.columns-88 {
  margin-bottom: 100px;
}

.column-128 {
  justify-content: flex-end;
  display: flex;
}

.div-block-404 {
  width: 100%;
}

.step-1-lightbox {
  border-radius: 0;
}

.div-block-405 {
  width: 75%;
  background-color: var(--potential-back-2);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 99px;
  display: flex;
}

.regain-freedom {
  height: 60px;
  border-right: 2px none var(--white);
  border-left: 2px none var(--white);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  display: block;
}

.judges-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-link-11 {
  padding-top: 0;
}

.image-93.magnify {
  width: 100%;
  margin-bottom: 40px;
}

.cell {
  border-style: solid;
  border-width: 2px 6px;
  border-color: var(--goldenrod2);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.cell-2 {
  justify-content: space-between;
  align-items: center;
}

.stew-peters {
  z-index: auto;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 100px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-269 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.stew-peters-mobile {
  display: none;
}

.link-block-11 {
  margin-right: 10px;
}

.event-header-text {
  color: var(--white);
  white-space: nowrap;
  overflow-wrap: normal;
  margin-right: 10px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
}

.link-block-12 {
  text-decoration: none;
}

.non-filers-alone-video {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

._80-million-non-filers {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.tigta---rich-non-filers {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-406 {
  width: 60%;
}

.column-129 {
  display: flex;
}

.i, .irs-imploding, .irs-levies, .section-31, .you-have-more-power, .section-32 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._87000-agents {
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.irs-cant-steal-your-stuff {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-407 {
  width: 75%;
  border-top: 2px none var(--seperator-grey);
}

.text-span-88 {
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
}

.lightbox-link-13 {
  text-decoration: none;
}

.div-block-408 {
  width: 70%;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.leaving-nonfilers-alone-document {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.image-94 {
  box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .2);
}

.link-block-13 {
  align-items: flex-start;
  display: flex;
}

.link-page-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .31);
}

.div-block-409 {
  border-radius: 100vh;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-409.round-loope {
  border-radius: 50%;
}

.round-loope {
  box-shadow: 0 2px 5px 0 var(--40-black);
  border-radius: 50%;
}

.div-block-410 {
  width: 100%;
}

.image-95 {
  margin-right: 10px;
  display: block;
}

.do-do-not-section {
  height: 80vh;
}

.slider-2 {
  height: 100%;
  background-color: #fff;
}

.slide-nav-2 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.icon-11 {
  color: var(--black);
  margin-right: 20px;
}

.slide {
  background-color: #fff;
}

.quick-stack {
  height: 100%;
  padding: 40px 133px;
}

.heading-270 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  position: static;
}

.quick-stack-2 {
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-3 {
  background-image: url('../images/Road-Work.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.cell-4 {
  background-image: url('../images/Courtroom.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-5 {
  background-image: url('../images/Prosecutor.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-6 {
  background-image: url('../images/Schools.webp');
  background-position: 50%;
  background-size: cover;
}

.do-not-pay-for-text-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--40-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 12px;
  display: flex;
}

.heading-271 {
  color: #fff;
  text-shadow: 0 3px 4px var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  overflow: hidden;
}

.cell-7 {
  background-image: url('../images/Police.webp');
  background-position: 50%;
  background-size: cover;
}

.do-do-not {
  background-color: var(--dark-red);
  justify-content: center;
}

.do-do-not.green {
  background-color: #3d7a00;
}

.cell-9 {
  background-image: url('../images/Firefighters.webp');
  background-position: 50%;
  background-size: cover;
}

.paragraph-151 {
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 3px var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-weight: 400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slide-2 {
  background-color: var(--white);
}

.cell-10 {
  background-image: url('../images/Waste-Money.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-11 {
  background-image: url('../images/Vax.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-12 {
  background-image: url('../images/Drain-the-Swamp.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-12 {
  color: var(--black);
  margin-left: 10px;
}

.div-block-411 {
  background-color: rgba(251, 244, 229, .4);
  border-left: 3px solid rgba(221, 152, 0, .5);
  border-radius: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-412 {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-272 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 27px;
}

.paragraph-152 {
  height: 180px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  overflow: auto;
}

.image-96 {
  margin-left: auto;
  margin-right: auto;
}

.heading-273 {
  color: var(--white);
  text-shadow: 0 4px 5px var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 52px;
}

.quick-stack-3 {
  padding: 10px 0;
}

.cell-13 {
  align-items: center;
}

.heading-274 {
  color: var(--white);
  text-shadow: 0 4px 5px var(--black);
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 89px;
  line-height: 40px;
}

.heading-275 {
  color: var(--white);
  text-shadow: 0 4px 5px var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 64px;
}

.image-97 {
  width: 100%;
}

.heading-276, .heading-277, .heading-278, .heading-279, .heading-280, .heading-281, .heading-282, .heading-283, .heading-284, .heading-285 {
  margin-top: 0;
}

.link-block-14 {
  text-decoration: none;
  display: block;
}

.button-45 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #d89500;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 3px 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 700;
}

.button-45.renewal {
  font-size: 22px;
  line-height: 28px;
}

.lightbox-link-15 {
  margin-bottom: 10px;
}

.lightbox-link-16 {
  margin-bottom: 0;
}

.social-cell, .cell-14 {
  align-items: stretch;
}

.text-span-89, .text-span-90, .text-span-91 {
  color: var(--dark-red);
  font-weight: 700;
}

.text-span-92 {
  text-decoration: underline;
}

.image-98 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-60 {
  color: #e71125;
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-413 {
  width: 80%;
  height: 50px;
}

.hurricane-banner {
  background-color: var(--dark-red);
  border-radius: 100vh;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hurricane-banner.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: none;
}

.lottie-animation-17 {
  width: 60px;
  display: block;
}

.heading-286 {
  color: var(--white);
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: block;
}

.link-3 {
  color: var(--white);
  text-decoration: underline;
}

.bold-text-41, .bold-text-42 {
  display: block;
}

.text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .bold-text-43, .bold-text-44, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129, .text-span-130, .text-span-131, .text-span-132, .text-span-133, .text-span-134, .text-span-135, .text-span-136, .text-span-137, .text-span-138, .text-span-139, .text-span-140, .text-span-141, .text-span-142, .text-span-143, .text-span-144, .text-span-145, .text-span-146, .text-span-147, .text-span-148 {
  color: var(--dark-red);
}

.text-span-149 {
  color: var(--firebrick);
}

.text-span-150, .text-span-151, .text-span-152, .text-span-153, .text-span-154, .text-span-155, .text-span-156, .text-span-157, .text-span-158, .text-span-159, .text-span-160, .text-span-161, .text-span-162, .text-span-163, .text-span-164, .text-span-165, .text-span-166, .text-span-167 {
  color: var(--dark-red);
}

.unsplash-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}

.text-span-168, .text-span-169, .text-span-170, .text-span-171 {
  color: var(--dark-red);
}

.button-46 {
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 2px solid #dd9800;
  align-items: center;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.button-46:hover {
  background-color: #321d00;
}

.button-primary-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffa31f;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 13px;
  transition: all .2s;
  display: inline-block;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #663c00;
}

.button-primary-6:active {
  background-color: #321d00;
}

.button-primary-6.w--current {
  position: relative;
}

.text-span-172 {
  color: var(--dark-red);
}

.tax-judges {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.cell-15 {
  flex-direction: column;
  align-items: center;
}

.quick-stack-6 {
  grid-column-gap: 20px;
}

.cell-16 {
  align-items: center;
}

.stadium {
  width: 100%;
  padding-top: 40px;
}

.irs-collects {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 60px;
  display: flex;
}

.irs-collects-number {
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 99px;
  font-weight: 700;
  line-height: 100px;
}

.cell-17, .cell-18 {
  align-items: center;
}

.irs-collects-module {
  border-radius: 10px;
  align-items: center;
  padding: 10px;
}

.irs-collects-module._340 {
  background-color: rgba(89, 179, 0, .25);
}

.irs-collects-module._2 {
  background-color: rgba(153, 10, 1, .25);
}

.quick-stack-7 {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-414 {
  background-color: var(--potential-back-2);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-99 {
  width: 100%;
}

.quick-stack-8 {
  margin-bottom: 60px;
}

.image-100 {
  border-radius: 10px;
}

.irs-collects-wrapper {
  width: 75%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.irs-destroys-30m-1099 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
  display: flex;
}

.div-block-415 {
  width: 50%;
}

.div-block-416 {
  width: 100%;
  height: auto;
}

.text-block-61 {
  background-color: var(--black-2);
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 17px;
}

.cobol-and-assembly-language {
  background-color: #eef1f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cobol-wrapper {
  width: 70%;
}

.cell-19 {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-9 {
  padding-top: 10px;
  padding-bottom: 0;
}

.cell-20 {
  align-items: center;
  display: flex;
}

.cell-21 {
  align-items: center;
}

._80-000-irs-employees {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.irs-employees-wrapper {
  width: 75%;
  border: 3px solid var(--seperator-grey);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-span-173, .text-span-174 {
  text-decoration: underline;
}

.cell-22 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.tax-court-judges {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.tax-court-judges-wrapper {
  width: 70%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cell-23 {
  justify-content: center;
}

.image-101, .lightbox-link-17 {
  margin-bottom: 20px;
}

.quick-stack-11 {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-24 {
  align-items: flex-end;
}

.cell-25 {
  align-items: flex-start;
}

.text-block-62 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
}

.image-102 {
  margin-bottom: 20px;
}

.container-6 {
  width: 80%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.suspended-asfr-program {
  padding-bottom: 60px;
}

.bold-text-45 {
  color: var(--firebrick);
}

.text-span-175 {
  font-size: 70px;
}

.image-103 {
  margin-bottom: 20px;
}

.div-block-417 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-418 {
  width: 75%;
  border-top: 2px solid rgba(0, 0, 0, .15);
  border-bottom: 2px solid rgba(0, 0, 0, .15);
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-287 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 400;
}

.columns-89 {
  margin-bottom: 20px;
  display: flex;
}

.column-132 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-133 {
  align-items: center;
  display: flex;
}

.paragraph-153 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-176 {
  color: var(--firebrick);
}

.stadiums {
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.stadiums.bordered {
  border-radius: 10px;
  font-size: 24px;
  line-height: 26px;
}

.stadiums.eachjudge {
  color: #b22222;
  border-top: 2px solid #000;
  margin-top: 10px;
  padding-top: 20px;
}

.small-stadium-text {
  font-size: 20px;
}

.small-stadium-text.red {
  color: var(--firebrick);
}

.big-stadium-span {
  color: #c00000;
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}

.big-stadium-span.red {
  color: var(--firebrick);
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
}

.stadium-img {
  border-radius: 10px;
}

.text-span-177 {
  font-weight: 800;
}

.heading-288 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 37px;
  line-height: 41px;
}

.heading-289 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 56px;
  line-height: 63px;
}

.paragraph-154 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.cell-26 {
  padding-left: 44px;
}

.text-span-178, .text-span-179, .text-span-180, .text-span-181, .text-span-182, .text-span-183 {
  color: var(--firebrick);
}

.container-7 {
  max-width: 75%;
}

.image-106 {
  margin-bottom: 40px;
}

.text-span-184 {
  color: #c00000;
  font-size: 26px;
  font-weight: 800;
}

.cell-28 {
  border: 2px solid #000;
  border-radius: 10px;
  align-items: stretch;
  padding: 10px 20px;
}

.quick-stack-14 {
  margin-bottom: 60px;
}

.image-107 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.cell-29 {
  justify-content: space-between;
}

.cell-31 {
  flex-direction: column;
}

.text-span-185 {
  color: var(--dark-red);
}

.banner-wrapper {
  height: 25px;
  background-color: #000;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner {
  overflow: visible;
}

.banner-text {
  width: 3200px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-47 {
  font-weight: 500;
}

.navbar-3 {
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.new-navbar-wrapper {
  justify-content: flex-start;
  display: flex;
}

.fetured-videos {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-419 {
  width: 80%;
}

.heading-290 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.quick-stack-16 {
  padding-top: 10px;
}

.search-bar-wrapper-2 {
  width: auto;
  height: auto;
  border: 2px solid var(--goldenrod);
  background-color: var(--black);
  border-radius: 100vh;
  padding: 5px;
  position: absolute;
  top: 91%;
  bottom: auto;
  left: auto;
  right: 13%;
}

.list-item-52 {
  padding: 10px;
}

.home-banners {
  z-index: -1;
  align-items: center;
  display: none;
  position: absolute;
  top: 87%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-banners.new {
  display: flex;
}

.make-petitions-now {
  width: 75%;
  border-bottom: 2px solid var(--goldenrod2);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.make-petitions-now-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.educate-yourself-button {
  z-index: 1;
  width: auto;
  height: 50px;
  border: 3px none var(--goldenrod);
  cursor: pointer;
  background-color: #fbd765;
  background-image: linear-gradient(221deg, #d5862a, #feea82 50%, #f8d96b 68%, #d58b2a 100%, #d58b2a);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 5px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 14px 3px rgba(255, 208, 0, .67);
}

.heading-291 {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
}

.event-banner-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-banner {
  height: 60px;
  background-image: linear-gradient(to top, black 32%, var(--dark-red));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 5px 10px;
}

.rfr-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fbd765;
  background-image: linear-gradient(221deg, #d58b2a, #feea82 50%, #f8d96b 68%, #d58b2a);
  margin-right: 0;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 14px 3px rgba(255, 208, 0, .67);
}

.rfr-button:hover {
  color: #000;
}

.rfr-button:active {
  background-color: #43464d;
}

.rfr-button.no-navbar {
  text-align: center;
  margin-top: 10px;
  margin-right: 0;
}

.rfr-button.round {
  background-image: linear-gradient(221deg, #d58b2a, #feea82 50%, #f8d96b 68%, #d58b2a);
  border-radius: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition-property: none;
  box-shadow: 0 2px 14px 3px rgba(255, 208, 0, .67);
}

.event-contents-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-logo-and-info {
  align-items: center;
  display: flex;
}

.div-block-421 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.event-logo-and-details {
  align-items: center;
  display: flex;
}

.event-banner-text {
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-span-189, .text-span-190 {
  color: #b22222;
}

.text-span-191 {
  color: #b22222;
  text-align: left;
}

.image-108 {
  cursor: pointer;
}

.step-2-paragraph {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 35px;
}

.step-2-paragraph.bigger {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.step-2-paragraph.centered {
  text-align: center;
}

.image-109 {
  margin-bottom: 20px;
}

.image-110 {
  margin-bottom: 60px;
}

.text-span-192 {
  color: var(--firebrick);
}

.div-block-422 {
  padding: 20px;
}

.image-111 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.quick-stack-17 {
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
}

.div-block-423 {
  height: 2px;
  background-color: #000;
}

.list-18 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  line-height: 35px;
}

.list-item-53, .list-item-54 {
  margin-bottom: 10px;
}

.modal {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-modal-wrapper {
  width: 70%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rfr-2024-event-modal {
  height: 100%;
  background-color: #000;
  background-image: url('../images/Orlando-Gold-American-Flag.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  padding: 10px 30px 20px;
}

.quick-stack-18 {
  height: 100px;
}

.div-block-424 {
  width: 60px;
  height: 60px;
  position: absolute;
}

.close-button-wrapper {
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-426 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.event-modal-heading {
  color: #fff;
  text-shadow: 0 4px 5px var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.button-47 {
  text-shadow: 0 0 5px var(--gold-black), 0 3px 5px #553100;
  background-image: linear-gradient(135deg, #d78d2a, #fae47d 37%, #fae47d 63%, #d78d2a);
  border-radius: 9px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}

.modal-bg-close {
  z-index: 0;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-close-button {
  cursor: pointer;
}

.image-112 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text-48 {
  color: #b22222;
}

.text-span-193 {
  text-align: left;
  font-size: 30px;
}

.text-span-194, .text-span-195, .text-span-196 {
  color: var(--firebrick);
}

.quick-stack-19 {
  width: 100%;
}

.office-closed {
  width: 100%;
  background-color: #9b0000;
  border-radius: 0 0 100vh 100vh;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.paragraph-155 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.banner-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.link-5 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .text-span-9 {
    font-size: 64px;
  }

  .text-span-12 {
    font-size: 53px;
  }

  .text-span-10 {
    font-size: 69px;
  }

  .text-span-6 {
    font-size: 80px;
  }

  .div-block-47 {
    width: 80%;
  }

  .text-span-7 {
    font-size: 100px;
  }

  .heading-21 {
    margin-bottom: 0;
    font-size: 82px;
  }

  .heading-23 {
    font-size: 31px;
  }

  .heading-20 {
    margin-bottom: 10px;
  }

  .text-span-14 {
    font-size: 65px;
  }

  .div-block-63 {
    display: none;
  }

  ._99-section {
    height: auto;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-26 {
    font-size: 22px;
  }

  .column-22 {
    padding-left: 20px;
    padding-right: 0;
  }

  .paragraph-40 {
    font-size: 16px;
  }

  .heading-27 {
    font-size: 16px;
    line-height: 24px;
  }

  .columns-13 {
    width: auto;
  }

  .div-block-45 {
    height: 60vh;
    flex-direction: row;
    justify-content: center;
    padding: 29px 20px;
    display: flex;
  }

  .paragraph-41 {
    font-size: 21px;
  }

  .homepage-steps {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-52 {
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-37 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .columns-15 {
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-44 {
    padding-right: 0;
  }

  .heading-38 {
    margin-top: 0;
  }

  .column-23 {
    flex-direction: row;
    align-items: center;
  }

  .column-26 {
    padding-top: 0;
  }

  .footer-subscribe {
    display: block;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-44 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 25px;
    font-size: 93px;
    line-height: 40px;
  }

  .heading-46 {
    margin-bottom: 10px;
    font-size: 85px;
  }

  .columns-22 {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .div-block-64 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-47 {
    margin-top: 0;
    font-size: 36px;
  }

  .heading-48 {
    text-align: center;
    font-size: 42px;
  }

  ._99-graphic {
    max-width: none;
    margin-bottom: 10px;
  }

  .text-block-13 {
    text-align: center;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 45px;
    display: block;
  }

  .column-44 {
    text-align: left;
    font-size: 64px;
    display: none;
  }

  .column-43 {
    padding-right: 10px;
  }

  .heading-49 {
    margin-bottom: 0;
  }

  .div-block-68 {
    width: 80vw;
    align-items: stretch;
    padding-top: 60px;
  }

  .column-45 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0;
  }

  .founding-fathers-2 {
    display: flex;
  }

  .grid-8 {
    align-content: end;
    justify-content: center;
    display: block;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77 {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-78 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-79 {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-25 {
    display: none;
  }

  .heading-53, .heading-54 {
    font-size: 27px;
  }

  .div-block-84 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-55 {
    border-bottom-style: none;
    font-size: 28px;
    line-height: 29px;
  }

  .heading-56 {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 31px;
  }

  .heading-56.center {
    text-align: center;
  }

  .paragraph-51 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .column-51 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .columns-26 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span-32 {
    font-size: 35px;
  }

  .div-block-85 {
    width: 40px;
  }

  .step-sections {
    width: 85%;
    padding-top: 0;
  }

  .section-15, .section-16, .section-17, .section-18, .section-19, .section-20 {
    width: 85%;
  }

  .column-52 {
    position: static;
  }

  .div-block-98 {
    width: 80vw;
  }

  .heading-65 {
    text-align: center;
    font-size: 23px;
  }

  .main-header {
    font-size: 25px;
    line-height: 28px;
  }

  .main-header._1-line {
    padding-top: 20px;
    font-size: 25px;
    line-height: 28px;
  }

  .main-header.left-allign {
    line-height: 33px;
  }

  .main-header.big {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-53 {
    line-height: 30px;
  }

  .navbar-no-shadow-container {
    position: absolute;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: var(--black);
    flex-flow: column wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    object-fit: fill;
    left: -65px;
    overflow: visible;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.open2.w--open {
    display: block;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .text-span-33 {
    text-align: center;
    letter-spacing: 12px;
    font-size: 96px;
    line-height: 92px;
  }

  .text-span-34 {
    padding-bottom: 20px;
    font-size: 104px;
  }

  .icon-7 {
    color: var(--goldenrod2);
  }

  .div-block-105 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-54 {
    font-size: 21px;
    line-height: 25px;
  }

  .columns-35 {
    flex-direction: row;
    align-items: center;
  }

  .column-53 {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-54 {
    align-items: center;
  }

  .div-block-109 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-13 {
    text-align: center;
  }

  .div-block-111 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-57 {
    font-size: 21px;
    line-height: 27px;
  }

  .columns-37 {
    flex-direction: row;
  }

  .column-63 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-58 {
    font-size: 21px;
    line-height: 27px;
  }

  .heading-71, .heading-72 {
    display: none;
  }

  .paragraph-60 {
    font-size: 21px;
    line-height: 25px;
  }

  .heading-74 {
    line-height: 28px;
  }

  .heading-75 {
    text-align: left;
    font-size: 23px;
    line-height: 31px;
  }

  .div-block-118 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-62 {
    line-height: 29px;
  }

  .div-block-120 {
    width: 80vw;
  }

  .div-block-120._70vw {
    width: 95vw;
  }

  .div-block-120.first._87000 {
    width: 90vw;
  }

  .paragraph-63 {
    line-height: 29px;
  }

  .paragraph-64 {
    font-size: 21px;
    line-height: 25px;
  }

  .column-67 {
    align-items: flex-start;
  }

  .paragraph-65 {
    font-size: 21px;
    line-height: 25px;
  }

  .columns-40 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .home-footer {
    height: auto;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--black);
    border-radius: 50px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-11 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .nav-dropdown-icon-3 {
    font-size: 11px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-17 {
    margin-right: 0;
    font-size: 14px;
  }

  .text-block-27, .text-block-28 {
    font-size: 15px;
  }

  .text-block-29 {
    margin-top: 0;
    font-size: 15px;
  }

  .div-block-129 {
    width: 90%;
  }

  .heading-79 {
    font-size: 50px;
    line-height: 44px;
  }

  .column-69 {
    align-self: stretch;
    padding-left: 40px;
  }

  .text-span-35 {
    font-size: 41px;
  }

  .div-block-132 {
    border-width: 4px;
  }

  .column-71 {
    align-items: center;
    padding-right: 0;
  }

  .columns-42 {
    width: 90%;
    flex-direction: row;
    display: flex;
  }

  .div-block-136 {
    width: 90%;
  }

  .victories-module {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-68 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-9 {
    margin-top: 8.4896px;
    margin-right: -10px;
  }

  .div-block-140 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-70 {
    font-size: 20px;
  }

  .columns-43 {
    flex-direction: row;
    display: flex;
  }

  .div-block-145 {
    width: 90%;
  }

  .button-21 {
    height: 80px;
  }

  .button-21.w--current {
    font-weight: 500;
  }

  .div-block-147, .div-block-148, .div-block-149, .div-block-150 {
    width: 90%;
  }

  .div-block-151 {
    width: 120px;
    height: 120px;
    padding-bottom: 0;
    display: flex;
    bottom: 0%;
    right: 0%;
  }

  .heading-90 {
    line-height: 51px;
  }

  .div-block-153 {
    width: 75%;
  }

  .div-block-155 {
    width: 85%;
  }

  .heading-93 {
    text-align: center;
    font-size: 26px;
  }

  .div-block-160 {
    width: 85%;
  }

  .heading-96 {
    line-height: 29px;
  }

  .heading-97 {
    line-height: 44px;
  }

  .heading-97.withholding {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
  }

  .columns-49 {
    margin-bottom: 20px;
  }

  .s7-steps-big-hyperlink {
    font-size: 33px;
  }

  .column-74 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .column-75 {
    flex-direction: column;
    display: flex;
    position: static;
  }

  .column-76, .column-77, .column-78, .column-79 {
    position: static;
  }

  .grid-12 {
    display: block;
  }

  .div-block-168 {
    margin-bottom: 20px;
  }

  .div-block-169 {
    width: 85%;
  }

  .heading-101, .paragraph-77, .paragraph-78 {
    text-align: center;
  }

  .div-block-171, .div-block-173 {
    width: 85%;
  }

  .grid-13 {
    display: block;
  }

  .div-block-177 {
    margin-bottom: 20px;
  }

  .div-block-183 {
    width: 80%;
  }

  .paragraph-87, .div-block-185 {
    width: 90%;
  }

  .paragraph-88 {
    margin-bottom: 20px;
  }

  .heading-108, .heading-110 {
    line-height: 29px;
  }

  .div-block-186, .div-block-187 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-83 {
    padding-top: 0;
  }

  .button-25.calc {
    font-size: 23px;
    line-height: 29px;
  }

  .button-26 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .columns-53 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .heading-113 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-196 {
    width: 80%;
    padding-top: 20px;
  }

  .div-block-197 {
    width: 80%;
  }

  .div-block-198 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-14 {
    width: 80%;
    display: block;
  }

  .div-block-200 {
    margin-bottom: 20px;
  }

  .paragraph-99 {
    width: auto;
    text-align: center;
  }

  .heading-119 {
    margin-bottom: 0;
  }

  .help-modules {
    margin-bottom: 20px;
  }

  .bold-text-16 {
    font-size: 26px;
  }

  .heading-122 {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 88px;
    display: block;
  }

  .div-block-210 {
    width: 80%;
  }

  .div-block-212 {
    width: 90%;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr 1fr 1fr 1fr 1.5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .restore-freedom {
    text-align: center;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 122px;
    line-height: 121px;
  }

  .freedom {
    font-size: 112px;
  }

  .heading-127 {
    line-height: 53px;
  }

  .div-block-213 {
    width: 100%;
    margin-bottom: 20px;
  }

  .columns-55 {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .paragraph-101 {
    line-height: 25px;
  }

  .div-block-217 {
    width: 90%;
  }

  .div-block-223 {
    width: 95%;
  }

  .div-block-224 {
    align-items: center;
  }

  .div-block-227 {
    width: 60%;
  }

  .heading-133 {
    width: 80%;
  }

  .div-block-233 {
    width: 85%;
  }

  .paragraph-105 {
    line-height: 23px;
  }

  .div-block-239 {
    width: 90%;
  }

  .protection-you-deserve {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-242 {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-244 {
    width: 90%;
  }

  .italic-text {
    font-size: 29px;
  }

  .div-block-248 {
    width: 85%;
  }

  .heading-141 {
    font-size: 62px;
    line-height: 72px;
  }

  .div-block-250, .div-block-252, .div-block-254 {
    width: 85%;
  }

  .heading-144 {
    line-height: 33px;
  }

  .div-block-258 {
    display: block;
  }

  .div-block-260 {
    width: 90%;
  }

  .list-item-27, .bold-text-19, .bold-text-21 {
    font-size: 22px;
  }

  .div-block-262, .div-block-263, .div-block-265 {
    width: 90%;
  }

  .text-block-35 {
    height: 60px;
  }

  .div-block-267, .div-block-269 {
    width: 90%;
  }

  .button-31 {
    text-align: center;
  }

  .div-block-272 {
    width: 80%;
  }

  .div-block-273.events {
    padding-top: 140px;
  }

  .event-module {
    width: 80%;
  }

  .event-module.myakka {
    background-size: cover;
  }

  .div-block-277 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-button {
    line-height: 27px;
  }

  .image-45 {
    display: block;
  }

  .column-90 {
    flex-direction: row;
    display: block;
  }

  .div-block-283 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-62 {
    align-items: flex-start;
    display: flex;
  }

  .video-7, .video-8, .video-9 {
    display: none;
  }

  .div-block-285 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-33 {
    width: 100%;
    border: 3px solid var(--goldenrod2);
    background-color: var(--white);
    color: #000;
    text-align: center;
    border-radius: 9px;
    font-family: Gotham, sans-serif;
    font-size: 20px;
  }

  .button-33.w--current {
    width: 100%;
  }

  .column-91 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-19 {
    display: block;
  }

  .div-block-286 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-64 {
    display: flex;
  }

  .grid-20 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .columns-65 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .video-13 {
    margin-bottom: 20px;
  }

  .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37 {
    margin-bottom: 10px;
  }

  .columns-66 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .list-item-38, .list-item-39 {
    margin-bottom: 10px;
  }

  .list-item-40 {
    margin-bottom: 0;
  }

  .list-item-41, .list-item-42 {
    margin-bottom: 10px;
  }

  .column-93 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-67 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .free-yourself-list-item {
    margin-bottom: 10px;
  }

  .list-item-44 {
    margin-top: 10px;
  }

  .div-block-290 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-50 {
    width: 200px;
  }

  .collection-list-2 {
    display: block;
  }

  .div-block-305 {
    width: 100%;
  }

  .section-30 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-311 {
    height: 139vh;
    align-items: flex-start;
  }

  .div-block-315 {
    width: 90%;
  }

  .text-block-38 {
    font-size: 17px;
  }

  .text-block-38.hours {
    margin-top: 0;
  }

  .div-block-321 {
    align-self: center;
    display: block;
  }

  .pricing-calculator {
    padding-left: 40px;
    padding-right: 40px;
  }

  .html-embed {
    width: 80%;
  }

  .lottie-animation-2 {
    width: 140px;
    min-width: 100px;
  }

  .paragraph-131 {
    font-size: 21px;
    line-height: 25px;
  }

  .columns-72 {
    display: flex;
  }

  .column-102 {
    align-items: flex-start;
    display: flex;
  }

  .lottie-animation-3 {
    padding-left: 22px;
  }

  .div-block-322 {
    margin-bottom: 20px;
  }

  .grid-23 {
    display: block;
  }

  .power-to-module, .power-to-module.first {
    margin-bottom: 10px;
  }

  .typed-text {
    line-height: 43px;
  }

  .div-block-324 {
    width: 80%;
    height: 100px;
  }

  .heading-176 {
    text-align: center;
    font-size: 58px;
    line-height: 60px;
  }

  .div-block-325 {
    width: 90%;
  }

  .div-block-327 {
    width: 70%;
  }

  .paragraph-133 {
    font-size: 27px;
  }

  .bold-text-27 {
    white-space: nowrap;
  }

  .image-59 {
    width: 130px;
  }

  .div-block-331 {
    width: 80%;
  }

  .div-block-335 {
    padding-top: 0;
  }

  .div-block-336 {
    width: 80%;
  }

  .about-body.fls {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-73 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-104 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-182 {
    line-height: 20px;
  }

  .paragraph-139 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-342 {
    width: 80%;
  }

  .watch-now {
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
  }

  .div-block-358 {
    width: 90%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-186 {
    text-align: center;
    line-height: 38px;
  }

  .column-109 {
    padding-right: 20px;
  }

  .grid-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns-75 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .paragraph-142 {
    width: 80%;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 27px;
  }

  .div-block-363 {
    width: 80%;
  }

  .form-close-button {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .text-span-68 {
    font-size: 11px;
  }

  .search-input-nav {
    line-height: 20px;
  }

  .search-input-nav.tablet {
    width: 100%;
    height: 34px;
    margin-bottom: 0;
    font-size: 11px;
  }

  .search-button {
    font-size: 11px;
    font-weight: 600;
  }

  .main-search.tablet {
    width: 90vw;
  }

  .event-featured-column {
    display: none;
  }

  .search-bar-wrapper {
    display: block;
  }

  .columns-78 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-66 {
    margin-right: 20px;
    padding: 10px;
    display: inline-block;
  }

  .div-block-379 {
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .icon-label-wrapper {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .help-module {
    height: auto;
    border-radius: 18px;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .help-description-button {
    width: auto;
  }

  .home-playlist-moldule-lightbox {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-201 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .grid-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .div-block-395 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .livestream-wrapper {
    width: 95%;
  }

  .div-block-396 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-209 {
    height: auto;
    font-size: 23px;
    font-weight: 700;
  }

  .playlist-description {
    text-align: center;
    font-size: 13px;
  }

  .columns-83 {
    display: flex;
  }

  .div-block-397 {
    flex-direction: column;
  }

  .heading-210 {
    text-align: center;
    font-size: 26px;
    line-height: 27px;
  }

  .div-block-400 {
    width: 100%;
    height: 2px;
    background-color: var(--goldenrod-3);
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-401 {
    height: auto;
  }

  .social-media-grid {
    grid-template-columns: 1fr;
  }

  .social-media-module {
    width: 100%;
  }

  .social-media-module:hover {
    border-color: var(--black);
  }

  .congress-response-module {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .button-44 {
    margin-bottom: 10px;
  }

  .columns-85 {
    flex-direction: column;
    align-items: center;
  }

  .column-125 {
    flex-direction: row;
  }

  .image-90 {
    margin-bottom: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .logo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-28 {
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns-86 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-87 {
    flex-direction: column;
    display: flex;
  }

  .columns-88 {
    margin-bottom: 40px;
  }

  .div-block-405 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-26 {
    margin-bottom: 40px;
  }

  .judges-wrapper {
    width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .lightbox-link-11 {
    padding-top: 20px;
  }

  .image-93 {
    margin-bottom: 20px;
  }

  .stew-peters {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .stew-peters-mobile, .event-header-text {
    display: none;
  }

  .div-block-406 {
    width: 90%;
  }

  .do-do-not-section, .slider-2 {
    height: auto;
  }

  .slide-nav-2 {
    padding-top: 10px;
  }

  .icon-11 {
    color: var(--black);
    margin-right: 10px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .do-not-pay-for-text-overlay {
    padding: 15px 70px;
  }

  .heading-271 {
    width: 500px;
    text-align: center;
    font-size: 26px;
  }

  .do-do-not {
    align-items: center;
  }

  .div-block-411 {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-152 {
    line-height: 25px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hurricane-banner {
    border-radius: 0;
  }

  .heading-286 {
    font-size: 17px;
    line-height: 18px;
  }

  .button-46 {
    margin-right: 0;
    font-size: 14px;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .irs-collects-wrapper {
    width: 90%;
  }

  .div-block-415 {
    width: 80%;
  }

  .text-block-62 {
    text-align: left;
    padding-top: 10px;
  }

  .container-6 {
    width: 90%;
  }

  .heading-287 {
    font-size: 23px;
    line-height: 31px;
  }

  .column-132 {
    align-items: flex-start;
  }

  .paragraph-153 {
    font-size: 21px;
    line-height: 25px;
  }

  .stadiums {
    text-align: left;
  }

  .stadiums.eachjudge {
    color: var(--firebrick);
  }

  .heading-289 {
    font-size: 51px;
  }

  .paragraph-154 {
    text-align: left;
  }

  .cell-26 {
    align-items: center;
    padding-left: 0;
  }

  .cell-27 {
    text-align: left;
    align-items: flex-start;
  }

  .quick-stack-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-46 {
    font-size: 21px;
  }

  .quick-stack-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .new-navbar-wrapper {
    justify-content: space-between;
  }

  .search-bar-wrapper-2 {
    top: 94%;
    right: 3%;
  }

  .educate-yourself-button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 80px;
    margin-right: 20px;
  }

  .text-span-186 {
    color: var(--firebrick);
  }

  .text-span-187, .text-span-188 {
    color: #b22222;
  }

  .event-modal-heading {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .columns-11 {
    display: flex;
  }

  .text-span-9 {
    font-size: 62px;
  }

  .central-content {
    height: 50vh;
  }

  .text-span-12 {
    font-size: 60px;
  }

  .link-block-4 {
    display: none;
  }

  .text-span-10 {
    font-size: 75px;
  }

  .div-block-47 {
    width: 75%;
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .paragraph-47 {
    font-size: 12px;
  }

  .heading-24 {
    font-size: 36px;
  }

  .heading-23 {
    font-size: 21px;
  }

  .hero {
    height: 50vh;
    margin-top: 0;
  }

  .background-video {
    height: 50vh;
  }

  .div-block-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-span-14 {
    font-size: 83px;
  }

  ._99-section {
    height: auto;
  }

  .div-block-45 {
    height: 100vh;
  }

  .homepage-step-modules {
    margin-bottom: 20px;
  }

  .homepage-steps {
    display: block;
  }

  ._7-steps-front {
    padding-top: 0;
  }

  .heading-37 {
    font-size: 26px;
    line-height: 24px;
  }

  .columns-15 {
    flex-direction: column;
  }

  .peymonquote {
    background-image: linear-gradient(#000, #683d00 50%, #000);
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-form-container-two, .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .heading-44 {
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    font-size: 81px;
    line-height: 20px;
  }

  .text-span-30 {
    font-size: 61px;
  }

  .heading-45 {
    font-size: 67px;
  }

  .heading-46 {
    margin-bottom: 0;
    font-size: 66px;
  }

  .text-block-13 {
    margin-bottom: 10px;
    font-size: 57px;
  }

  .column-43 {
    justify-content: center;
  }

  .div-block-71 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-52 {
    font-size: 30px;
  }

  .grid-8 {
    display: block;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77 {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-78 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-79 {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-82 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-53, .heading-54 {
    line-height: 33px;
  }

  .div-block-84 {
    padding-left: 0;
  }

  .heading-56 {
    width: 100%;
  }

  .column-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-26 {
    margin-bottom: 0;
  }

  .div-block-85 {
    display: none;
  }

  .div-block-86 {
    position: -webkit-sticky;
    position: sticky;
  }

  .step-sections {
    width: 95%;
  }

  .column-52 {
    justify-content: center;
    display: flex;
  }

  .div-block-98 {
    width: 90vw;
  }

  .heading-65 {
    text-align: center;
    line-height: 32px;
  }

  .main-header {
    margin-top: 0;
    font-size: 25px;
    line-height: 26px;
  }

  .main-header._1-line {
    font-size: 25px;
    line-height: 32px;
  }

  .main-header.left-allign {
    line-height: 30px;
  }

  .main-header.red {
    font-size: 29px;
  }

  .main-header.big {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 27px;
  }

  .main-header.agreement {
    line-height: 28px;
  }

  .navbar-no-shadow-container {
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .navbar-no-shadow-container.sidephone {
    display: block;
    position: absolute;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    z-index: 3;
    list-style-type: none;
    position: fixed;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    position: relative;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.open2.w--open {
    z-index: 1;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .text-span-33 {
    font-size: 74px;
  }

  .text-span-34 {
    font-size: 81px;
    line-height: 24px;
  }

  .heading-67 {
    font-size: 28px;
    line-height: 37px;
  }

  .column-56 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-57 {
    justify-content: center;
    align-items: stretch;
  }

  .column-58 {
    justify-content: center;
  }

  .button-12 {
    margin-bottom: 10px;
  }

  .div-block-111 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-57 {
    line-height: 29px;
  }

  .paragraph-58 {
    line-height: 31px;
  }

  .div-block-116 {
    display: none;
  }

  .paragraph-60 {
    font-size: 23px;
    line-height: 32px;
  }

  .column-66 {
    align-items: center;
  }

  .heading-75 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 32px;
  }

  .div-block-117 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-62 {
    font-size: 19px;
    line-height: 28px;
  }

  .div-block-120 {
    width: 90vw;
  }

  .div-block-120.first {
    padding-top: 0;
  }

  .button-16 {
    text-align: center;
    margin-bottom: 10px;
  }

  .columns-39, .columns-40 {
    flex-direction: column;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-11 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .button-17 {
    margin-bottom: 10px;
  }

  .div-block-126 {
    width: 80%;
  }

  .div-block-127 {
    width: 90%;
  }

  .div-block-128, .div-block-129 {
    width: 80%;
  }

  .heading-79 {
    text-align: center;
  }

  .column-69 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-70 {
    padding-left: 10px;
  }

  .columns-41 {
    flex-direction: column;
  }

  .heading-81 {
    font-size: 27px;
    line-height: 31px;
  }

  .columns-43 {
    flex-direction: column;
  }

  .button-21 {
    height: auto;
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-151 {
    display: none;
  }

  .div-block-155 {
    width: 90%;
  }

  .heading-93 {
    font-size: 22px;
  }

  .heading-94 {
    text-align: center;
    line-height: 28px;
  }

  .heading-95 {
    font-size: 27px;
  }

  .div-block-161 {
    margin-bottom: 20px;
  }

  .columns-49 {
    flex-direction: column;
  }

  .column-74 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-75, .column-76 {
    justify-content: center;
    display: flex;
  }

  .column-77 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column-78, .column-79 {
    justify-content: center;
    display: flex;
  }

  .column-81 {
    align-items: center;
  }

  .columns-51 {
    flex-direction: column;
  }

  .heading-107 {
    line-height: 37px;
  }

  .paragraph-88 {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .button-25 {
    text-align: center;
    font-size: 29px;
    line-height: 29px;
  }

  .button-25.calc {
    font-size: 18px;
    line-height: 26px;
  }

  .button-26 {
    margin-bottom: 10px;
  }

  .columns-53 {
    flex-direction: column;
  }

  .button-27 {
    font-size: 20px;
  }

  .div-block-194 {
    width: auto;
  }

  .page-title-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-196 {
    padding-top: 40px;
  }

  .heading-116 {
    text-align: center;
    line-height: 30px;
  }

  .heading-118 {
    font-size: 49px;
    line-height: 49px;
  }

  .div-block-198 {
    display: flex;
  }

  .div-block-199 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-14 {
    width: 100%;
  }

  .heading-122 {
    font-size: 69px;
  }

  .div-block-204 {
    width: 90%;
  }

  .peymon-live-header {
    font-size: 33px;
  }

  .image-35 {
    margin-bottom: 0;
  }

  .platfrorms {
    margin-bottom: 10px;
  }

  .heading-125 {
    font-size: 19px;
  }

  .restore-freedom {
    font-size: 90px;
    line-height: 62px;
  }

  .freedom {
    font-size: 81px;
    line-height: 73px;
  }

  .heading-127 {
    font-size: 43px;
  }

  .div-block-213 {
    margin-bottom: 20px;
  }

  .div-block-217 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-236 {
    width: 90%;
  }

  .founding-fathers-back {
    height: auto;
  }

  .protection-you-deserve {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-242 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-137 {
    text-align: center;
  }

  .grid-17 {
    display: block;
  }

  .heading-141 {
    line-height: 60px;
  }

  .button-31 {
    margin-bottom: 10px;
  }

  .div-block-273.events {
    background-position: 50%;
    padding-top: 20px;
  }

  .event-info-div {
    width: 80%;
  }

  .paragraph-120 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 33px;
  }

  .speaker-columns {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
  }

  .link-button {
    line-height: 24px;
  }

  .div-block-279 {
    padding-top: 60px;
  }

  .div-block-280 {
    width: 75%;
  }

  .div-block-283 {
    padding-top: 40px;
  }

  .image-46, .image-47 {
    margin-bottom: 20px;
  }

  .columns-62 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-284 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-5, .video-6 {
    margin-bottom: 10px;
  }

  .columns-63 {
    display: none;
  }

  .video-7, .video-8, .video-9 {
    display: block;
  }

  .div-block-285 {
    padding-top: 40px;
  }

  .column-91 {
    padding-left: 10px;
  }

  .div-block-286 {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .video-10 {
    margin-bottom: 40px;
  }

  .bold-text-24 {
    font-size: 27px;
    line-height: 39px;
  }

  .columns-64 {
    flex-direction: column;
  }

  .past-freedom-hour-video, .must-watch {
    margin-bottom: 20px;
  }

  .grid-20 {
    display: block;
  }

  .image-48.mobile-land {
    width: 150px;
  }

  .columns-68 {
    flex-direction: column;
  }

  .image-50 {
    width: 200px;
  }

  .div-block-293 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-305 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-307 {
    width: 100%;
  }

  .image-53 {
    width: 160px;
  }

  .heading-168 {
    line-height: 37px;
  }

  .grid-22 {
    display: block;
  }

  .contact-us-div {
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-us-div.call {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-319 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    border-radius: 9px;
  }

  .html-embed {
    width: 100%;
  }

  .paragraph-131.bigger {
    font-size: 25px;
    line-height: 32px;
  }

  .columns-72 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-102 {
    justify-content: center;
  }

  .lottie-animation-3 {
    margin-bottom: 0;
  }

  .div-block-322 {
    margin-bottom: 10px;
  }

  .grid-23 {
    display: block;
  }

  .power-to-module, .power-to-module.first {
    margin-bottom: 10px;
  }

  .typed-text {
    font-size: 18px;
  }

  .div-block-324 {
    width: 75%;
    font-size: 14px;
  }

  .text-field-2, .text-field-3 {
    border-radius: 9px;
  }

  .div-block-327 {
    width: 90%;
  }

  .paragraph-133 {
    white-space: normal;
    font-size: 32px;
    line-height: 36px;
  }

  .bold-text-27 {
    white-space: nowrap;
    line-height: 31px;
  }

  .image-59 {
    width: 120px;
  }

  .image-60 {
    margin-bottom: 0;
  }

  .div-block-333 {
    width: 80%;
  }

  .div-block-336 {
    width: 90%;
  }

  .about-body.fls, .paragraph-139 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-183 {
    font-size: 33px;
  }

  .grid-24 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .columns-75 {
    flex-direction: column;
  }

  .column-110 {
    margin-bottom: 20px;
  }

  .paragraph-142 {
    width: 90%;
  }

  .platforms {
    margin-bottom: 20px;
  }

  .columns-76 {
    flex-direction: column;
  }

  .text-block-44 {
    font-size: 18px;
  }

  .side-form {
    width: 40px;
    display: none;
  }

  .div-block-365 {
    width: 40px;
  }

  .div-block-366 {
    display: block;
    top: 150px;
    left: 39.5px;
  }

  .column-111 {
    display: none;
  }

  .text-span-68 {
    font-size: 11px;
  }

  .main-search.results {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-193 {
    text-align: center;
  }

  .heading-199 {
    font-size: 19px;
    line-height: 25px;
  }

  .grid-25 {
    display: block;
  }

  .roots-module {
    margin-bottom: 30px;
  }

  .heading-201, .grid-26 {
    display: none;
  }

  .div-block-396 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-209 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }

  .steps1-thumbnails {
    margin-bottom: 10px;
  }

  .heading-210 {
    margin-top: 0;
  }

  ._7-steps-video-hyperlink {
    margin-bottom: 20px;
  }

  .div-block-398 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .column-118 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-27 {
    flex-direction: column;
    display: flex;
  }

  .image-79 {
    width: 90px;
  }

  .video-25 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .image-90 {
    margin-bottom: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .grid-28 {
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns-88 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .column-128 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-405 {
    width: 90%;
  }

  .video-26 {
    margin-bottom: 10px;
  }

  .regain-freedom {
    font-size: 23px;
    line-height: 30px;
  }

  .judges-wrapper {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .lightbox-link-12 {
    margin-bottom: 20px;
  }

  .stew-peters {
    display: none;
  }

  .stew-peters-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .column-129 {
    flex-direction: column;
  }

  .slider-2 {
    height: auto;
  }

  .icon-11 {
    color: var(--black);
    font-size: 29px;
  }

  .quick-stack {
    grid-row-gap: 20px;
  }

  .do-not-pay-for-text-overlay {
    height: auto;
    padding: 50px 40px;
  }

  .do-not-pay-for-text-overlay.do-pay-for {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .heading-271 {
    width: 300px;
    text-align: center;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .icon-12 {
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 26px;
  }

  .div-block-411 {
    margin-bottom: 20px;
  }

  .heading-273 {
    font-size: 40px;
  }

  .quick-stack-3 {
    padding-bottom: 0;
  }

  .heading-274 {
    margin-bottom: 0;
    font-size: 68px;
  }

  .heading-275 {
    font-size: 49px;
  }

  .button-45 {
    font-size: 20px;
  }

  .social-cell {
    align-items: stretch;
    display: flex;
  }

  .heading-286 {
    font-size: 15px;
  }

  .button-46 {
    margin-bottom: 10px;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .irs-collects-wrapper, .irs-employees-wrapper, .tax-court-judges-wrapper {
    width: 90%;
  }

  .cell-24, .cell-25 {
    align-items: center;
  }

  .div-block-418 {
    width: 90%;
  }

  .heading-287 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 32px;
  }

  .columns-89 {
    flex-direction: column;
  }

  .image-104 {
    margin-bottom: 20px;
  }

  .stadiums.bordered {
    text-align: center;
  }

  .heading-288 {
    font-size: 33px;
  }

  .heading-289 {
    font-size: 38px;
    line-height: 49px;
  }

  .image-106 {
    margin-bottom: 20px;
  }

  .banner-wrapper {
    overflow: hidden;
  }

  .banner, .banner-text {
    overflow: visible;
  }

  .rfr-button.round {
    text-align: center;
    line-height: 13px;
  }

  .quick-stack-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .event-modal-wrapper {
    width: 85%;
  }

  .event-modal-heading {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  ._7-steps-button {
    border-radius: 8px;
    font-size: 20px;
  }

  .columns-11 {
    flex-direction: column;
  }

  .text-span-9 {
    font-size: 50px;
  }

  .central-content {
    height: 100vh;
  }

  .paragraph-39 {
    font-size: 14px;
  }

  .link-block-4 {
    display: none;
  }

  .text-span-6 {
    font-size: 51px;
  }

  .heading-22 {
    line-height: 57px;
  }

  .div-block-47 {
    width: 90vw;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 2px;
    padding-top: 10px;
  }

  .text-span-7 {
    font-size: 73px;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .heading-21 {
    margin-top: 10px;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 30px;
  }

  .hero, .background-video {
    height: 100vh;
  }

  .column-19 {
    align-items: center;
  }

  .text-span-15 {
    font-size: 75px;
  }

  .div-block-48 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-20 {
    margin-bottom: 0;
  }

  .text-span-14 {
    font-size: 79px;
  }

  .column-18 {
    justify-content: center;
    align-items: center;
  }

  .image-16, .div-block-63 {
    display: none;
  }

  ._99-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-43 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: block;
  }

  .div-block-62 {
    display: flex;
  }

  .heading-26 {
    font-size: 21px;
  }

  .column-22 {
    padding-top: 10px;
    padding-left: 0;
  }

  .button-8 {
    white-space: nowrap;
  }

  .columns-13 {
    flex-direction: column;
  }

  .div-block-45 {
    height: 100vh;
  }

  .column-25 {
    font-size: 12px;
  }

  .homepage-step-modules {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .paragraph-41 {
    font-size: 19px;
    line-height: 22px;
  }

  .homepage-steps {
    grid-column-gap: 20px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
  }

  ._7-steps-front {
    height: auto;
  }

  ._7-steps-graphic {
    margin-bottom: 10px;
  }

  .paragraph-48 {
    text-align: center;
  }

  .columns-16 {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .div-block-52 {
    height: auto;
    text-align: left;
    align-items: center;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepage-buttons {
    text-align: left;
    font-size: 20px;
    line-height: 27px;
  }

  .heading-37 {
    text-align: center;
    padding-top: 0;
    font-size: 29px;
    line-height: 27px;
  }

  .columns-15 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .peymonquote {
    height: auto;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-44 {
    text-align: center;
    font-family: AvenirLTProMedium, sans-serif;
  }

  .image-14 {
    margin-bottom: 20px;
  }

  .paragraph-42 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
  }

  .heading-38 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 24px;
  }

  .column-26 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-title {
    font-family: Avenirltproroman, sans-serif;
  }

  .container-3 {
    max-width: none;
  }

  .heading-44 {
    margin-bottom: 0;
    font-size: 46px;
    line-height: 0;
  }

  .text-span-30 {
    font-size: 36px;
  }

  .heading-45 {
    margin-top: 0;
    font-size: 37px;
    line-height: 57px;
  }

  .heading-46 {
    margin-top: 10px;
    font-size: 36px;
  }

  .div-block-64 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-47 {
    margin-top: 0;
    font-size: 35px;
    line-height: 67px;
  }

  .heading-48 {
    font-size: 20px;
    line-height: 24px;
  }

  ._99-graphic {
    margin-bottom: 10px;
  }

  .text-block-13 {
    margin-bottom: 10px;
    font-size: 39px;
    line-height: 38px;
  }

  .heading-49 {
    margin-bottom: 0;
    line-height: 27px;
  }

  .div-block-68 {
    width: 85vw;
  }

  .column-45 {
    padding-top: 10px;
    padding-left: 0;
  }

  .founding-fathers-2 {
    height: auto;
  }

  .div-block-71 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-8 {
    display: block;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-78 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-79 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-81 {
    width: 23rem;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-53 {
    font-size: 19px;
    line-height: 29px;
  }

  .heading-54 {
    font-size: 23px;
    line-height: 29px;
  }

  .div-block-84 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-55 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-56 {
    width: auto;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 26px;
  }

  .paragraph-51 {
    font-size: 24px;
  }

  .column-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-3 {
    width: 100%;
  }

  .div-block-85 {
    display: none;
  }

  .step-sections {
    width: 100%;
    margin-bottom: 100px;
  }

  .section-15, .section-16, .section-17, .section-18, .section-19, .section-20 {
    width: 100%;
  }

  .div-block-95 {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-97 {
    position: absolute;
  }

  .div-block-98 {
    padding-top: 140px;
  }

  .heading-65 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

  .main-header {
    padding-top: 0;
    font-size: 20px;
    line-height: 31px;
  }

  .main-header._1-line {
    text-align: left;
    font-size: 21px;
    line-height: 32px;
  }

  .main-header.left-allign {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
  }

  .main-header.red {
    font-size: 23px;
    line-height: 33px;
  }

  .main-header.big {
    text-align: left;
    font-size: 21px;
    line-height: 31px;
  }

  .main-header.agreement {
    font-size: 19px;
  }

  .paragraph-53 {
    font-size: 21px;
    line-height: 24px;
  }

  .scroll-arrow {
    display: none;
  }

  .navbar-no-shadow-container {
    padding-bottom: 20px;
    position: fixed;
  }

  .navbar-no-shadow-container.sidephone {
    display: block;
  }

  .container-regular {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    flex-direction: row;
  }

  .navbar-brand {
    padding-right: 20px;
  }

  .nav-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link {
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    left: 0;
    overflow: auto;
  }

  .nav-dropdown-link {
    text-align: center;
    font-size: 15px;
  }

  .nav-dropdown-link.w--current {
    text-align: center;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .text-span-33 {
    font-size: 41px;
  }

  .text-span-34 {
    font-size: 54px;
  }

  .heading-67 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-105 {
    width: 100%;
  }

  .columns-35 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-106 {
    margin-bottom: 20px;
  }

  .div-block-107 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-108 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-56 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-110 {
    align-items: center;
  }

  .heading-69 {
    text-align: center;
    line-height: 31px;
  }

  .columns-36 {
    width: auto;
  }

  .button-12 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 17px;
  }

  .button-13 {
    font-size: 17px;
  }

  .paragraph-55 {
    font-size: 20px;
    line-height: 32px;
  }

  .div-block-111 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-37 {
    flex-direction: column-reverse;
  }

  .columns-38 {
    flex-direction: column;
  }

  .dropdown-link-4 {
    font-size: 15px;
    font-weight: 500;
  }

  .dropdown-link-5 {
    font-size: 14px;
    font-weight: 500;
  }

  .paragraph-60 {
    font-size: 17px;
    line-height: 25px;
  }

  .column-66 {
    align-items: center;
  }

  .heading-75 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-117 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-76 {
    width: 90%;
    font-size: 21px;
    line-height: 29px;
  }

  .div-block-118 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-62 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-120 {
    width: 95%;
  }

  .div-block-120.first._87000 {
    width: 100vw;
  }

  .div-block-121 {
    padding-bottom: 20px;
  }

  .source {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
  }

  .button-16 {
    white-space: normal;
  }

  .paragraph-63 {
    font-size: 21px;
    line-height: 25px;
  }

  .paragraph-64 {
    font-size: 17px;
    line-height: 25px;
  }

  .column-67 {
    flex-direction: row;
    align-items: center;
  }

  .columns-39 {
    flex-direction: column;
  }

  .columns-40 {
    width: 100%;
    flex-direction: row;
    display: block;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 4;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: var(--black);
    flex-direction: column;
  }

  .button-17 {
    margin-right: 0;
  }

  .text-block-28 {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-29 {
    display: none;
  }

  .div-block-126 {
    width: 90%;
    flex-direction: column;
  }

  .div-block-127, .div-block-128, .div-block-129 {
    width: 90%;
  }

  .paragraph-66 {
    text-align: left;
    font-size: 19px;
  }

  .heading-78 {
    font-size: 29px;
    line-height: 31px;
  }

  .heading-80 {
    font-size: 31px;
    line-height: 39px;
  }

  .div-block-130 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-81 {
    font-size: 22px;
    line-height: 31px;
  }

  .columns-42 {
    flex-direction: column;
  }

  .paragraph-68.long {
    height: auto;
  }

  .heading-91 {
    line-height: 34px;
  }

  .paragraph-72 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-157 {
    align-items: center;
  }

  .paragraph-73 {
    line-height: 26px;
  }

  .div-block-158 {
    width: 100%;
  }

  .heading-92 {
    font-size: 29px;
    line-height: 30px;
  }

  .heading-93 {
    line-height: 30px;
  }

  .button-22 {
    text-align: center;
    font-size: 16px;
  }

  .heading-95 {
    line-height: 35px;
  }

  .heading-97 {
    line-height: 28px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-170 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-101 {
    font-size: 27px;
    line-height: 30px;
  }

  .paragraph-77 {
    line-height: 30px;
  }

  .heading-103 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-174, .div-block-180 {
    width: 90%;
  }

  .heading-105 {
    font-size: 34px;
  }

  .heading-106 {
    font-size: 33px;
  }

  .paragraph-88 {
    line-height: 25px;
  }

  .paragraph-89 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-24 {
    text-align: center;
    font-size: 18px;
  }

  .button-25.calc {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-189 {
    width: 90%;
  }

  .heading-113 {
    padding: 0;
  }

  .div-block-192 {
    width: 90%;
  }

  .paragraph-95 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .button-27 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
  }

  .div-block-194 {
    width: 90%;
  }

  .paragraph-97 {
    text-align: center;
  }

  .heading-115 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-196, .div-block-197 {
    width: 90%;
  }

  .heading-118 {
    font-size: 32px;
    line-height: 34px;
  }

  .div-block-198 {
    width: 100%;
    align-items: center;
  }

  .heading-119 {
    font-size: 25px;
  }

  .heading-122 {
    margin-bottom: 10px;
    font-size: 41px;
  }

  .div-block-204 {
    width: 95%;
  }

  .heading-125 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .image-38 {
    padding-left: 0;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr 1fr 1fr 1fr 1.5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .restore-freedom {
    font-size: 58px;
    line-height: 45px;
  }

  .freedom {
    font-size: 53px;
    line-height: 58px;
  }

  .heading-127 {
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-214 {
    align-items: center;
  }

  .paragraph-101 {
    width: 90%;
    height: 200px;
  }

  .page-title {
    font-size: 27px;
    line-height: 32px;
  }

  .paragraph-102 {
    margin-bottom: 40px;
  }

  .grid-16 {
    display: block;
  }

  .div-block-223 {
    padding-top: 10px;
  }

  .div-block-224 {
    margin-top: 20px;
  }

  .div-block-226 {
    width: 90%;
  }

  .heading-132 {
    font-size: 31px;
    line-height: 36px;
  }

  .div-block-227 {
    width: 95%;
  }

  .heading-133 {
    width: auto;
  }

  .button-29 {
    text-align: center;
    line-height: 24px;
  }

  .div-block-232 {
    height: auto;
  }

  .div-block-233 {
    width: 100%;
    padding-bottom: 0;
  }

  .heading-134 {
    font-size: 34px;
  }

  .paragraph-105 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-234 {
    width: 100%;
  }

  .list-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-239 {
    width: 100%;
  }

  .founding-fathers-back {
    height: auto;
    opacity: .25;
  }

  .protection-you-deserve {
    height: auto;
    position: absolute;
  }

  .div-block-242 {
    flex-direction: column;
    display: flex;
  }

  .heading-136 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-109 {
    padding-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-137 {
    text-align: center;
    font-size: 36px;
  }

  .div-block-247 {
    width: 90%;
  }

  .heading-139 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-140 {
    font-size: 24px;
  }

  .heading-141 {
    font-size: 51px;
  }

  .div-block-258 {
    height: auto;
  }

  .heading-149 {
    line-height: 33px;
  }

  .bold-text-22 {
    line-height: 29px;
  }

  .heading-150 {
    line-height: 33px;
  }

  .div-block-273 {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-273.events {
    margin-top: 90px;
  }

  .div-block-274 {
    width: auto;
  }

  .heading-153 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 29px;
    line-height: 19px;
  }

  .event-module {
    width: 95%;
  }

  .event-info-div {
    width: 90%;
  }

  .paragraph-120 {
    margin-bottom: 10px;
    line-height: 23px;
  }

  .heading-154 {
    text-align: center;
  }

  .link-button {
    font-size: 18px;
    line-height: 21px;
  }

  .div-block-280 {
    width: 90%;
  }

  .heading-156 {
    margin-top: 100px;
    font-size: 36px;
  }

  .div-block-282 {
    width: 90%;
  }

  .image-45 {
    width: 190px;
  }

  .div-block-283 {
    padding-top: 40px;
  }

  .grid-18 {
    display: block;
  }

  .image-47 {
    margin-bottom: 20px;
  }

  .div-block-285 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-33 {
    margin-bottom: 10px;
  }

  .column-91 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-286 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .text-span-41 {
    font-size: 15px;
    line-height: 19px;
  }

  .bold-text-24 {
    font-size: 24px;
    line-height: 21px;
  }

  .column-92 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-14 {
    margin-bottom: 60px;
  }

  .list-item-31 {
    align-self: auto;
    margin-bottom: 0;
  }

  .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36 {
    margin-bottom: 0;
  }

  .image-48 {
    max-width: 100%;
  }

  .image-48.mobile-port {
    width: 150px;
  }

  .paragraph-125 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-289 {
    padding-top: 0;
  }

  .petition-headings {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .list-item-43 {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-126 {
    font-size: 18px;
  }

  .columns-68 {
    flex-direction: column;
  }

  .list-item-44 {
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    padding-top: 10px;
    list-style-type: none;
    display: block;
  }

  .dropdown-link-10 {
    font-size: 14px;
    font-weight: 500;
  }

  .dropdown-link-11, .dropdown-link-12, .dropdown-link-13 {
    font-size: 15px;
    font-weight: 500;
  }

  .div-block-290 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-96 {
    padding-left: 10px;
  }

  .column-97 {
    padding-right: 10px;
  }

  .div-block-291 {
    width: 90%;
  }

  .paragraph-127 {
    padding-left: 0;
    padding-right: 0;
    line-height: 32px;
  }

  .list-12 {
    padding-left: 20px;
    padding-right: 0;
  }

  .image-49 {
    margin-bottom: 10px;
  }

  .image-50 {
    width: 200px;
  }

  .div-block-293 {
    padding-top: 140px;
  }

  .div-block-294.blog {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .heading-164 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-296 {
    width: 90%;
  }

  .heading-166 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .div-block-302 {
    padding-top: 100px;
  }

  .div-block-303 {
    width: 90%;
  }

  .heading-167 {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .button-34 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .div-block-305 {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-30, .list-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-14 {
    padding-left: 20px;
  }

  .image-53 {
    width: 140px;
  }

  .heading-168 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 51px;
    line-height: 50px;
  }

  .aweber-affiliate-element.aweber-affiliate {
    padding-top: 0;
    font-size: 30px;
  }

  .columns-69 {
    flex-direction: column;
    justify-content: center;
  }

  .button-35, .button-35.w--current {
    margin-bottom: 10px;
  }

  .columns-71 {
    flex-direction: column;
  }

  .contact-us-div, .contact-us-div.call {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-div.call.agreement {
    width: 80%;
  }

  .div-block-315 {
    width: 95%;
  }

  .text-block-38 {
    font-size: 16px;
  }

  .div-block-319 {
    width: 100%;
  }

  .pricing-calculator {
    padding-bottom: 10px;
  }

  .paragraph-130 {
    font-size: 21px;
  }

  .paragraph-131.bigger {
    font-size: 17px;
    line-height: 25px;
  }

  .lottie-animation-3 {
    margin-bottom: 0;
    padding-left: 10px;
  }

  ._7-steps-gold-overview {
    text-align: center;
  }

  .typed-text {
    line-height: 24px;
  }

  .div-block-324 {
    width: 80%;
  }

  .heading-176 {
    color: var(--white);
    font-size: 47px;
    line-height: 48px;
  }

  .heading-177 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-325 {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .paragraph-133 {
    font-size: 23px;
    line-height: 27px;
  }

  .bold-text-27 {
    white-space: nowrap;
    font-size: 39px;
    line-height: 38px;
  }

  .image-60 {
    width: 166px;
  }

  .div-block-331 {
    width: 80%;
  }

  .div-block-333 {
    width: 95%;
  }

  .heading-181 {
    font-size: 27px;
    line-height: 38px;
  }

  .div-block-336 {
    width: 90%;
  }

  .about-body, .about-body.fls {
    padding-left: 0;
    padding-right: 0;
  }

  .column-103 {
    margin-bottom: 20px;
  }

  .heading-182 {
    font-size: 24px;
    line-height: 19px;
  }

  .bold-text-28 {
    font-size: 24px;
  }

  .paragraph-139 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-183 {
    font-size: 25px;
    line-height: 26px;
  }

  .div-block-358 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-359 {
    padding-bottom: 10px;
  }

  .heading-186 {
    font-size: 29px;
    line-height: 32px;
  }

  .columns-74 {
    flex-direction: column;
  }

  .text-block-44 {
    font-size: 17px;
  }

  .div-block-363 {
    width: 100%;
  }

  .side-form {
    width: 30px;
    display: flex;
  }

  .div-block-365 {
    width: 30px;
  }

  .heading-190 {
    font-size: 11px;
  }

  .div-block-366 {
    width: 350px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    top: 160px;
    left: 27.5px;
  }

  .div-block-366.bottom-left {
    top: -400px;
    left: -165px;
    right: -1px;
  }

  .text-block-45 {
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-46 {
    line-height: 16px;
  }

  .form-close-button {
    width: 23px;
  }

  .contact-form {
    width: 100%;
  }

  .form-3 {
    justify-content: center;
    align-items: stretch;
  }

  .text-span-68 {
    font-size: 10px;
  }

  .search-input-nav.results {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .main-search.results {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-193 {
    text-align: center;
  }

  .image-66 {
    z-index: 1;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
  }

  .div-block-379 {
    justify-content: flex-start;
  }

  .paragraph-144 {
    white-space: nowrap;
  }

  .icon-label-wrapper.left {
    justify-content: center;
  }

  .help-module-wrapper {
    width: 95%;
  }

  .help-module.agreement {
    width: 80%;
    padding-top: 10px;
  }

  .help-button {
    line-height: 15px;
  }

  .search {
    width: 100%;
  }

  .home-playlist-moldule-lightbox {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-201 {
    display: none;
  }

  .grid-26 {
    grid-column-gap: 0px;
    grid-row-gap: 11px;
    display: none;
  }

  .heading-209 {
    font-size: 16px;
    font-weight: 700;
  }

  .playlist-description {
    margin-bottom: 40px;
  }

  .columns-83, .div-block-397 {
    flex-direction: column;
  }

  .heading-210 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._7-steps-video-hyperlink.small {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-398, .column-119 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-402 {
    width: 85%;
  }

  .social-media-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .video-24, .columns-85 {
    width: 100%;
  }

  .image-89 {
    max-width: 80%;
  }

  .slave-nation-lightbox {
    align-items: center;
  }

  .bold-text-36 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9 {
    width: 100%;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .logo-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-28 {
    grid-row-gap: 15px;
  }

  .heading-268 {
    font-size: 28px;
    line-height: 20px;
  }

  .withholding-title {
    text-align: center;
    font-size: 27px;
    line-height: 33px;
  }

  .div-block-405 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-26 {
    margin-bottom: 20px;
  }

  .regain-freedom {
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 22px;
    line-height: 24px;
  }

  .stew-peters-mobile {
    padding: 40px 20px;
  }

  .stew-peters-mobile.disabled {
    display: none;
  }

  .div-block-406 {
    width: 95%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-407 {
    width: 90%;
  }

  .lightbox-link-14 {
    width: 100%;
  }

  .do-do-not-section {
    background-color: var(--firebrick);
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-11 {
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 29px;
  }

  .quick-stack {
    height: auto;
  }

  .heading-270 {
    font-size: 27px;
  }

  .do-not-pay-for-text-overlay {
    width: auto;
    padding: 51px 20px;
  }

  .do-not-pay-for-text-overlay.do-pay-for {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-271 {
    width: 250px;
    font-size: 23px;
    line-height: 34px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .cell-11 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .icon-12 {
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 22px;
  }

  .div-block-412 {
    align-items: center;
  }

  .paragraph-152 {
    width: 90%;
    height: 200px;
  }

  .heading-273 {
    text-align: left;
    font-size: 23px;
    line-height: 18px;
  }

  .heading-274 {
    font-size: 40px;
    line-height: 12px;
  }

  .heading-275 {
    font-size: 29px;
  }

  .button-45 {
    text-align: center;
    font-size: 19px;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .hurricane-banner {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .button-46 {
    margin-right: 0;
  }

  .quick-stack-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .irs-collects-wrapper {
    width: 95%;
  }

  .div-block-415 {
    width: 100%;
  }

  .cobol-wrapper {
    width: 90%;
  }

  .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .irs-employees-wrapper {
    width: 90%;
    border-color: var(--firebrick);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tax-court-judges-wrapper {
    width: 90%;
  }

  .column-130, .column-131, .quick-stack-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-24 {
    align-items: stretch;
  }

  .text-block-62 {
    text-align: left;
    font-size: 17px;
  }

  .div-block-418 {
    width: 95%;
  }

  .heading-287 {
    font-size: 20px;
    line-height: 26px;
  }

  .columns-89 {
    flex-direction: column;
  }

  .column-132 {
    flex-direction: row;
    align-items: center;
  }

  .image-104 {
    margin-bottom: 20px;
  }

  .stadiums {
    text-align: left;
  }

  .big-stadium-span.red {
    font-size: 23px;
  }

  .heading-288 {
    text-align: center;
    font-size: 32px;
  }

  .heading-289 {
    font-size: 33px;
    line-height: 40px;
  }

  .paragraph-154 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .cell-27 {
    align-items: flex-start;
  }

  .container-7 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-12, .quick-stack-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-29, .cell-30, .cell-31 {
    align-items: center;
  }

  .quick-stack-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-290 {
    font-size: 31px;
  }

  .educate-yourself-button {
    border-top-left-radius: 10px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: 20px;
  }

  .event-banner-text {
    display: none;
  }

  .step-2-paragraph {
    font-size: 17px;
    line-height: 25px;
  }

  .quick-stack-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-53 {
    font-size: 17px;
    line-height: 25px;
  }

  .event-modal-wrapper {
    width: 90%;
  }

  .rfr-2024-event-modal {
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .event-modal-heading {
    text-align: center;
    line-height: 21px;
  }

  .button-47 {
    font-size: 14px;
  }

  .list-item-55, .list-item-56, .list-item-57 {
    font-size: 17px;
    line-height: 25px;
  }

  .office-closed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-155 {
    font-size: 10px;
  }
}

#w-node-_09a8f058-13c2-4b6c-1684-22aef4341ef3-6906954e, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341ef8-6906954e, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341efb-6906954e, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341f01-6906954e, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341f07-6906954e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09a8f058-13c2-4b6c-1684-22aef4341f0e-6906954e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_09a8f058-13c2-4b6c-1684-22aef4341f15-6906954e, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341f1c-6906954e, #w-node-_50f2a22c-6a95-e217-9ecd-c29d13a85eb2-6906954e, #w-node-_381f5db2-1a54-cb35-9300-93652d5775ee-6906954e, #w-node-_96cc83b5-1567-bb2b-97cf-357ade7b9f09-6906954e, #w-node-ae56afca-989c-ef1c-bf23-1d6f4360b129-6906954e, #w-node-_7cb158ba-2885-36c0-4d1b-6aa549741ae5-6906954e, #w-node-_157d3ece-3548-6740-b5a0-a4a858541c35-6906954e, #w-node-_91bea81f-a7e3-1a4a-983d-9873e7646d8e-6906954e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a593d5e-bea9-3206-a241-416040c2a8bb-6906954e, #w-node-_2efe0a7c-64d0-d34a-728e-c631f0ed4036-6906954e, #w-node-bd800e60-4c19-5055-ca53-2f19a3d6b96f-6906954e, #w-node-_2b52a2f9-8919-fecd-ce3a-e2beca97f42a-6906954e, #w-node-_2cd1a54c-165c-d8ee-06d1-ee96f4f9f77d-6906954e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_466ba5d4-c4aa-578d-8ee6-f9f9139d15f0-69069552, #w-node-_61b605da-8535-b895-902b-f0eb8bcf1ad6-69069552, #w-node-_7da9264d-f07b-de97-6786-e7dcd1ff1fee-69069552, #w-node-_3681e1ff-bc6a-d3e3-278c-a44daa3e3865-69069552, #w-node-_9beaeada-4a29-aad0-1924-dc78151417ee-69069552, #w-node-_156d724d-3918-2107-ad24-74cdd7e1b053-69069552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede353ee-7d36-3208-4af0-8fbd6d1e7eb2-69069552 {
  order: -9999;
}

#w-node-_00c9cc35-e397-e7b9-9e25-a999d3acbec3-69069552 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4f53d8c1-df7d-1141-39e1-5ab9b21eb328-69069552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_38d88249-bb5f-7650-6274-70fd97f5b401-69069552, #w-node-_747f1999-4a0f-bdee-a6d3-1a57d53ae434-69069552, #w-node-_62f66df5-5bbd-c982-a609-5e6eb45cb875-69069552, #w-node-_175356e0-9911-bfbf-52c9-eba86ef1ff13-69069554, #w-node-_175356e0-9911-bfbf-52c9-eba86ef1ff15-69069554, #w-node-_175356e0-9911-bfbf-52c9-eba86ef1ff17-69069554, #w-node-_175356e0-9911-bfbf-52c9-eba86ef1ff19-69069554, #w-node-_175356e0-9911-bfbf-52c9-eba86ef1ff1b-69069554, #w-node-_175356e0-9911-bfbf-52c9-eba86ef1ff1d-69069554, #w-node-_65a2fb61-07ac-a11b-da3f-de4f554d96c4-6906955c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29172787-6549-b390-14d8-9638b52c2407-6906955c {
  order: 9999;
}

#w-node-_4c5a4952-e9dc-855e-b81a-c0406ef44642-6906955c, #w-node-a5c7fe38-4d53-b578-ef54-58b9092adcab-6906955c, #Richard-Grant.w-node-_7f4ce478-3a31-cc16-4157-7c6d7fc763b5-69069566, #employer-withholding.w-node-_25108771-c28d-93ce-5a30-3fec1265e7c5-69069566, #fls-out-of-prison.w-node-_38acbc19-64e5-654a-d3da-d3beb44f06f3-69069566, #fls-out-of-prison.w-node-_11776fba-4ba0-9279-db52-3d23f7ae4b27-69069566, #\38 7000-agents.w-node-_24ac2af5-5f3e-e15c-cbae-d03c6086daa7-69069566, #method-in-court.w-node-_9c3bc642-ac14-26d2-2d07-8817c0f909b0-69069566, #mail-cash.w-node-_12612b55-e574-08df-4253-43e52748273b-69069566, #why-fls-accept-cash.w-node-_744a1041-6189-910c-299f-75defa8c97b5-69069566, #state-income-tax.w-node-_92261cae-1a68-67a2-d42e-1b7d368493e2-69069566, #fls-succession-plan.w-node-acb30c51-eda2-c838-f567-9b19a49b817d-69069566, #why-irwin-schiff-prison.w-node-e14ad319-5b30-8fcf-8e0c-28b7d026fd2a-69069566, #why-wesley-snipes-prison.w-node-_34f075b1-ed44-8172-bdc8-d2480a0a7562-69069566, #sovereign-citizenship.w-node-_4fcaab1c-f99a-89ad-3b07-beed5c83011e-69069566, #new-address.w-node-b7a8c8b2-dc0a-d0e2-c016-9f7c7639087e-69069566, #respond-to-letters.w-node-_0666f511-1ca7-182f-b4de-db3dba9075aa-69069566, #travel-without-license.w-node-_2220c603-4e47-9af3-25b8-b5f5607574de-69069566, #green-card-income-tax.w-node-f2d11197-66b0-460d-251d-695927ded392-69069566, #buy-a-home.w-node-_1cf86366-a8df-bd5d-63d8-05e642cf057a-69069566, #w-node-_50798d3b-fdea-3339-5a64-a4fa18a62746-69069566, #w-node-c522ac47-c18e-de76-acbd-d9fc4cfc552a-69069566, #w-node-_932245b7-b74a-baaf-a547-6e80cb2722d9-69069566, #w-node-_1684b01a-0718-2bf5-1362-179e7a0478cd-69069566, #w-node-_824697ad-f87b-ea10-1afc-db79348d536c-69069566, #w-node-_921b5af6-440d-806a-c452-a55048a02586-69069566, #w-node-_9acc4892-10e5-ed40-ad16-6eaa7a2674f2-69069566, #w-node-_1fa78ab4-e1b2-6d5c-1e5e-861ba8474541-69069566, #w-node-_451c6d6b-1b4d-7366-cb87-346fb8e04f9c-69069566, #w-node-_555e290e-2691-406b-20fb-a8ef0fb72e61-69069566, #w-node-_46ea42a6-0097-790d-a541-c17c719c4406-69069566, #w-node-b2353fa9-4800-fea4-fa07-6ec755cb37f9-6906956b, #w-node-_512cd4ae-85f6-d807-7d52-6ec078ce37c9-6906956b, #w-node-_91609474-cdb6-d4ac-84f7-9f5dec29b9d5-6906956b, #w-node-_957bfea4-f876-97c8-f2d3-524eb6e0cc2a-6906956b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e54c65c1-5f43-07fb-6ba7-fde080fdc1c0-690695d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bffdf751-2621-3135-452c-4541589ef328-690695ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr .75fr;
}

#w-node-bffdf751-2621-3135-452c-4541589ef329-690695ea, #w-node-bffdf751-2621-3135-452c-4541589ef32a-690695ea, #w-node-b2600468-c162-74f1-fbff-aceb04012a94-690695ea, #w-node-_9f0cd10d-754a-bb69-6c82-d4a17fd85b0a-690695ea, #w-node-b50e05f1-4083-b7db-a396-704019e120e1-690695ea, #w-node-bfced8b2-02e4-c6d7-f924-b8f5350835ee-690695ea, #w-node-_56527256-3e4b-4f3d-496b-730b62f63f73-690695ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2aff0b6-1099-b7bb-2784-e721bf66b63a-690695ec {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3e3e2a23-d095-07ef-a21d-659bc6ff3b89-690695ed, #w-node-_73e29e4c-917b-0b95-bd3c-68a5ec087a90-690695ed, #w-node-c5785bde-3311-81ea-3900-0a66ea041d9a-690695ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aa4f9964-90f6-e4e5-19a1-ba6e78503ad2-690695ed {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_2f1e62bf-b9f4-e72a-f523-39e645f4201b-690695ed, #w-node-_18983586-816e-00ab-f7d6-6678913e98e8-690695ed, #w-node-_388f8979-cf4d-2263-87b0-00a6b7f3e2ba-690695ed, #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa43-690695ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5533a698-8d49-40b1-b668-aa1da61dfa44-690695ed, #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa45-690695ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baa6dd6a-0ce3-a84b-e57a-27a29c474e7e-690695ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_1d23bfc0-1c90-cfe2-a264-8f3d1b3b7e7d-690695ed, #w-node-b13fe26f-53c0-b22b-edd0-215d18819394-690695ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b13fe26f-53c0-b22b-edd0-215d18819395-690695ee, #w-node-b13fe26f-53c0-b22b-edd0-215d18819396-690695ee, #w-node-c7adb1c1-873f-c633-472d-8e4234f063c5-690695ef, #w-node-_5232c601-9609-e59c-d30c-d6adfdceb0da-690695ef, #w-node-_67be5941-bdf0-9acd-8157-24f7898d6893-690695f0, #w-node-_69bbf28f-53af-5cb8-93c6-3b8f3fb30458-690695f0, #w-node-_674f4681-7c34-ea40-ae05-5809309b627b-690695f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ed62946-ef1b-a4d3-4809-90466fbe9b2b-690695f0 {
  order: 0;
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e53d4b8-74d8-0b77-0517-e73b986c2888-690695f0, #w-node-_7ad79ed7-ce4b-b663-9af6-10185d910174-690695f0, #w-node-_136cf9cb-153a-9c6c-951a-22f549542a61-690695f0, #w-node-_86f20967-2f21-e28f-d36c-e9eace636a39-690695f0, #w-node-_06a2f938-50b1-3dcb-9069-454f24248866-690695f0, #w-node-_98a25c89-3778-f5c1-7e58-f4f9fbe89227-690695f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4593562-4fd7-5208-ab53-189eeaea0605-690695f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1afadc1-5df1-820b-e8ff-00ddc9de17c2-690695f3, #w-node-_526a47af-15d0-2b9c-c259-d46c25b92d7a-690695f3, #w-node-_6de2b545-3802-b800-62be-c7c6b5f4f615-690695f3, #w-node-f174b480-cd91-14e9-ec9f-099547200a4a-690695f3, #w-node-_5679f956-7d2a-2942-e6a4-a7c7a1b6dfbe-690695f3, #w-node-_19bea675-0e87-3fcb-a136-840c176a8f8b-690695f3, #w-node-_43934f70-6784-42a9-993c-8fc7ebbdf590-690695f3, #w-node-_1380cb70-0ac5-2c9e-46c4-4db8b41f06cd-690695f3, #w-node-_171203ad-50bb-c136-f2c1-55f8987d6e8c-690695f3, #w-node-b8473190-4e82-002d-ea57-afcfb302ec42-690695f3, #w-node-_44f0b037-ed3a-0915-fab9-4d4f2c1a7984-690695f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c33fa773-7868-c70a-25c7-dfa13d3d6572-6906960b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.75fr;
}

#w-node-c33fa773-7868-c70a-25c7-dfa13d3d6573-6906960b, #w-node-c33fa773-7868-c70a-25c7-dfa13d3d6574-6906960b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821e9-6906960b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821ea-6906960b, #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821eb-6906960b, #w-node-f1d579ae-1de4-83c6-1df1-7d8034b45415-6906960b, #w-node-_2a797ed4-6315-8b90-72e3-31af127750f7-6906960b, #w-node-a60c6a40-56ea-82a1-daa8-c94f45f7fad3-6906960b, #w-node-_112ab663-207a-d3da-9b4d-fc6786486a59-6906960b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b5-6906960b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.75fr;
}

#w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b6-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b9-6906960b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9ba-6906960b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9bb-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9bf-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9c3-6906960b, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341ef3-52a11dc2, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341ef8-52a11dc2, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341efb-52a11dc2, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341f01-52a11dc2, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341f07-52a11dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09a8f058-13c2-4b6c-1684-22aef4341f0e-52a11dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_09a8f058-13c2-4b6c-1684-22aef4341f15-52a11dc2, #w-node-_09a8f058-13c2-4b6c-1684-22aef4341f1c-52a11dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9192607e-b23e-16ac-8fc3-4793bf99f051-52a11dc2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50f2a22c-6a95-e217-9ecd-c29d13a85eb2-52a11dc2, #w-node-_381f5db2-1a54-cb35-9300-93652d5775ee-52a11dc2, #w-node-_96cc83b5-1567-bb2b-97cf-357ade7b9f09-52a11dc2, #w-node-ae56afca-989c-ef1c-bf23-1d6f4360b129-52a11dc2, #w-node-_7cb158ba-2885-36c0-4d1b-6aa549741ae5-52a11dc2, #w-node-_157d3ece-3548-6740-b5a0-a4a858541c35-52a11dc2, #w-node-_91bea81f-a7e3-1a4a-983d-9873e7646d8e-52a11dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a593d5e-bea9-3206-a241-416040c2a8bb-52a11dc2, #w-node-_2efe0a7c-64d0-d34a-728e-c631f0ed4036-52a11dc2, #w-node-bd800e60-4c19-5055-ca53-2f19a3d6b96f-52a11dc2, #w-node-_2b52a2f9-8919-fecd-ce3a-e2beca97f42a-52a11dc2, #w-node-_2cd1a54c-165c-d8ee-06d1-ee96f4f9f77d-52a11dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7b4a6594-b119-fab3-8e8f-f5135a580385-6906954e {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-e54c65c1-5f43-07fb-6ba7-fde080fdc1c0-690695d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bffdf751-2621-3135-452c-4541589ef328-690695ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bffdf751-2621-3135-452c-4541589ef329-690695ea, #w-node-bffdf751-2621-3135-452c-4541589ef32a-690695ea, #w-node-b2600468-c162-74f1-fbff-aceb04012a94-690695ea, #w-node-_9f0cd10d-754a-bb69-6c82-d4a17fd85b0a-690695ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2aff0b6-1099-b7bb-2784-e721bf66b63a-690695ec {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_73e29e4c-917b-0b95-bd3c-68a5ec087a90-690695ed, #w-node-c5785bde-3311-81ea-3900-0a66ea041d9a-690695ed, #w-node-aa4f9964-90f6-e4e5-19a1-ba6e78503ad2-690695ed, #w-node-_18983586-816e-00ab-f7d6-6678913e98e8-690695ed, #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa43-690695ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa44-690695ed, #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa45-690695ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baa6dd6a-0ce3-a84b-e57a-27a29c474e7e-690695ed, #w-node-_1d23bfc0-1c90-cfe2-a264-8f3d1b3b7e7d-690695ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d23bfc0-1c90-cfe2-a264-8f3d1b3b7e80-690695ed {
    order: 9999;
  }

  #w-node-c33fa773-7868-c70a-25c7-dfa13d3d6572-6906960b {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-c33fa773-7868-c70a-25c7-dfa13d3d6573-6906960b, #w-node-c33fa773-7868-c70a-25c7-dfa13d3d6574-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821e9-6906960b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821ea-6906960b, #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821eb-6906960b, #w-node-f1d579ae-1de4-83c6-1df1-7d8034b45415-6906960b, #w-node-_2a797ed4-6315-8b90-72e3-31af127750f7-6906960b, #w-node-a60c6a40-56ea-82a1-daa8-c94f45f7fad3-6906960b, #w-node-_112ab663-207a-d3da-9b4d-fc6786486a59-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b5-6906960b {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b6-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b9-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9ba-6906960b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9bb-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9bf-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9c3-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b4a6594-b119-fab3-8e8f-f5135a580385-52a11dc2 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bffdf751-2621-3135-452c-4541589ef328-690695ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bffdf751-2621-3135-452c-4541589ef329-690695ea, #w-node-bffdf751-2621-3135-452c-4541589ef32a-690695ea, #w-node-b2600468-c162-74f1-fbff-aceb04012a94-690695ea, #w-node-_9f0cd10d-754a-bb69-6c82-d4a17fd85b0a-690695ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2aff0b6-1099-b7bb-2784-e721bf66b63a-690695ec {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_18983586-816e-00ab-f7d6-6678913e98e8-690695ed, #w-node-_388f8979-cf4d-2263-87b0-00a6b7f3e2ba-690695ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821e9-6906960b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821ea-6906960b, #w-node-_9897f2f7-f0a0-d84c-9abc-8e23cb3821eb-6906960b, #w-node-f1d579ae-1de4-83c6-1df1-7d8034b45415-6906960b, #w-node-_2a797ed4-6315-8b90-72e3-31af127750f7-6906960b, #w-node-a60c6a40-56ea-82a1-daa8-c94f45f7fad3-6906960b, #w-node-_112ab663-207a-d3da-9b4d-fc6786486a59-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b5-6906960b {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b6-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9b9-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9ba-6906960b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9bb-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9bf-6906960b, #w-node-_11d8d3ea-2c27-b100-83d2-1f8716c0f9c3-6906960b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9192607e-b23e-16ac-8fc3-4793bf99f051-52a11dc2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00c9cc35-e397-e7b9-9e25-a999d3acbec3-69069552 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2aff0b6-1099-b7bb-2784-e721bf66b63a-690695ec {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_2f1e62bf-b9f4-e72a-f523-39e645f4201b-690695ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa4f9964-90f6-e4e5-19a1-ba6e78503ad4-690695ed {
    order: -9999;
  }

  #w-node-_388f8979-cf4d-2263-87b0-00a6b7f3e2ba-690695ed, #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa43-690695ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa44-690695ed, #w-node-_5533a698-8d49-40b1-b668-aa1da61dfa45-690695ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9192607e-b23e-16ac-8fc3-4793bf99f051-52a11dc2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Gotham Bold Test';
  src: url('../fonts/GothamBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/GothamBookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLightItalic.ttf') format('truetype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProHeavy';
  src: url('../fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProHeavyOblique';
  src: url('../fonts/AvenirLTProHeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProMediumOblique';
  src: url('../fonts/AvenirLTProMediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProBlac';
  src: url('../fonts/AvenirLTProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProBlackOblique';
  src: url('../fonts/AvenirLTProBlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProBook';
  src: url('../fonts/AvenirLTProBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProBookOblique';
  src: url('../fonts/AvenirLTProBookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProLight';
  src: url('../fonts/AvenirLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProLightOblique';
  src: url('../fonts/AvenirLTProLightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProMedium';
  src: url('../fonts/AvenirLTProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTProObliqu';
  src: url('../fonts/AvenirLTProOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltproroman';
  src: url('../fonts/AvenirLTProRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}