@font-face {
  font-family: Lobstertwo;
  src: url('../fonts/LobsterTwo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd book;
  src: url('../fonts/FuturaStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-BookOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd condensed;
  src: url('../fonts/FuturaStd-Condensed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd Condensed;
  src: url('../fonts/FuturaStd-CondensedBold.otf') format("opentype"), url('../fonts/FuturaStd-CondensedBoldObl.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd Condensed;
  src: url('../fonts/FuturaStd-CondensedLight.otf') format("opentype"), url('../fonts/FuturaStd-CondensedLightObl.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Bold.otf') format("opentype"), url('../fonts/FuturaStd-CondExtraBoldObl.otf') format("opentype"), url('../fonts/FuturaStd-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd condensedextrabd;
  src: url('../fonts/FuturaStd-CondensedExtraBd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-ExtraBoldOblique.otf') format("opentype"), url('../fonts/FuturaStd-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd Condensed;
  src: url('../fonts/FuturaStd-CondensedOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-HeavyOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue-violet: #6623ee;
  --red: #e84728;
  --silver: #c0bfae;
  --blue-violet-2: #dc630a;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--blue-violet);
  color: #fff;
  font-family: Futurastd, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.6em;
}

a {
  white-space: nowrap;
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.section {
  width: 100vw;
  padding-top: 6vw;
  padding-bottom: 12vw;
  position: relative;
}

.section.start {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 5%;
  display: block;
}

.section.start.auto-height {
  height: auto;
}

.section.about {
  background-image: linear-gradient(90deg, #6623ee00, #6623ee80 61%), url('../images/bg_7-years.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50vw;
  padding-right: 5vw;
  display: none;
}

.section.mission {
  -webkit-text-fill-color: inherit;
  background-color: #7b61ff;
  background-clip: border-box;
  padding-bottom: 7vw;
  display: block;
}

.section.mission.white {
  background-color: #fff;
  padding-top: 6vw;
}

.section.mission.white.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.section.mission.white.event-item-content {
  display: block;
}

.section.mission.orange {
  background-color: #dd630a;
}

.section.mission.black {
  background-color: #333;
}

.section.mission.section_grid {
  background-color: var(--blue-violet);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section.what-we-do {
  background-color: #f5f5f5;
  flex-flow: wrap;
  align-items: flex-start;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.section.our-partners {
  background-color: var(--blue-violet);
  height: 90vh;
  color: var(--blue-violet);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
  display: none;
}

.section.careers {
  background-color: #333;
  display: block;
}

.section.press {
  background-color: var(--red);
  padding-bottom: 13vw;
  display: block;
}

.section.who-we-are {
  background-color: #333;
  display: none;
}

.section.bg_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg_image.t-shirt-front {
  background-image: url('../images/bg_t-shirt_front.png');
}

.section.bg_image.t-shirt-back {
  background-image: url('../images/bg_t-shirt_back.png');
}

.section.bg_image.back-and-blue_podcast {
  background-image: url('../images/bg_black-and-blue.png');
}

.section.hero {
  background-color: #2d2d2d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.presents {
  color: #fff;
  background-color: #2d2d2d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.free-hugs {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.collge-live {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.body-content {
  background-color: #2d2d2d;
  padding-top: 0;
  padding-bottom: 4vw;
}

.section.logo-entrance {
  text-align: center;
  background-color: #0000;
  align-items: center;
  height: 100vh;
  padding: 0 0%;
  display: flex;
}

.section.video {
  background-color: var(--blue-violet);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.video.holiday-spectacular-video {
  width: 100vw;
}

.section.video.pledge {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1vw;
}

.section.video.video-content {
  background-color: var(--blue-violet);
}

.section.news {
  background-color: var(--blue-violet);
  flex-direction: column;
  padding-bottom: 13vw;
  display: none;
}

.section.news-page {
  background-color: var(--blue-violet);
  padding-bottom: 3vw;
}

.section.landing {
  background-color: #7b61ff;
  padding-bottom: 3vw;
}

.section.landing.white {
  background-color: #fff;
  padding-top: 6vw;
}

.section.landing.white.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.section.landing.orange {
  background-color: #dd630a;
}

.section.landing.black {
  background-color: #333;
}

.section.start-tablet {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 5%;
  display: none;
}

.section.who-we-are-_-new {
  background-color: var(--blue-violet);
  padding-top: 12vw;
  line-height: 1em;
}

.section.unity-seats-unity {
  background-image: url('../images/concert-for-unity.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 14vw;
  padding-bottom: 16vw;
  display: flex;
}

.section.unity-seats-unity.unity-pledge {
  background-image: url('../images/IMG_1102-1.jpeg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-bottom: 10vw;
}

.section.unity-concert {
  padding-bottom: 0;
  display: block;
}

.section.video-unity {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.youth-police {
  background-color: #000;
  display: block;
}

.section.social-channels {
  height: 80vh;
  padding-top: 12vw;
}

.section.video-unity-copy {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.mission-home {
  background-color: #7b61ff;
  padding-bottom: 7vw;
  display: block;
}

.section.mission-home.white {
  background-color: #fff;
  padding-top: 6vw;
}

.section.mission-home.white.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.section.mission-home.white.event-item-content {
  display: inline-block;
}

.section.mission-home.orange {
  background-color: #dd630a;
}

.section.mission-home.black {
  background-color: #333;
}

.section.holiday-spectacular-locations {
  background-color: var(--blue-violet);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section.holiday-spectacular-sponsors-section {
  background-color: var(--blue-violet);
  padding-top: 10vw;
  padding-bottom: 2vw;
}

.navigation {
  z-index: 100;
  background-color: var(--blue-violet);
  border-bottom-left-radius: 30px;
  align-items: center;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-color: #6624ee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.unity {
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 29%;
  max-height: 400px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 6vw 1vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.unity.everywhere {
  background-color: var(--red);
  transition: all .3s;
}

.unity.everywhere:hover {
  color: var(--red);
  background-color: #000;
}

.unity.voice {
  background-color: var(--blue-violet);
  color: #fff;
  transition: background-color 1s;
}

.unity.voice:hover {
  color: var(--blue-violet);
  background-color: #fff;
}

.unity.action {
  background-color: var(--silver);
  transition: background-color .5s;
  left: 0;
}

.unity.action:hover {
  color: #b3b2a2;
  background-color: #fff;
}

.unity.unity-seats {
  color: var(--silver);
  background-color: #000;
  transition: background-color .5s;
  left: 0;
}

.unity.unity-seats:hover {
  color: #000;
  background-color: #fff;
}

.text-block {
  color: #fff;
  margin-bottom: 20px;
}

.text-block.small {
  text-transform: uppercase;
  margin-top: 20px;
}

.heading {
  color: #fff;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 144px;
  line-height: 144px;
}

.heading.h6 {
  letter-spacing: 1px;
  font-family: Futurastd, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.block-quote {
  color: #fff;
  font-family: Futurastd, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.btn_fixed {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6624ee;
  border: 3px solid #ffffff1a;
  margin-left: 10px;
  padding: 15px;
  font-family: Futurastd, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: all .5s;
  position: relative;
}

.btn_fixed:hover {
  opacity: 1;
  transform: scale(1.1);
}

.btn_fixed.join {
  border-width: 3px;
  border-color: var(--blue-violet);
  color: var(--blue-violet);
  background-color: #fff;
}

.container {
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
  display: flex;
  position: relative;
  right: 0;
}

.section-header {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5vw;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.section-header.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.section-header.small-careers {
  text-align: left;
  font-size: 35px;
  left: 77px;
}

.section-header.small-careers.pledge-title {
  text-transform: capitalize;
}

.background-video {
  z-index: -99;
  opacity: .7;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.p-large {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.regular-italic {
  font-size: 6vw;
  font-style: italic;
  font-weight: 400;
  line-height: .8em;
}

.unity-title {
  white-space: normal;
  width: 100%;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.team-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
}

.team-wrapper.team-partners {
  width: 100%;
}

.team {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team.founder {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-member {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  max-width: 250px;
  height: 270px;
  display: flex;
}

.team-member.founder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  width: 290px;
  max-width: 100%;
  height: 290px;
  padding: 32px;
  position: relative;
}

.name {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.name.header {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1em;
}

.img_profile {
  float: none;
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.img_profile.founder {
  width: 180px;
  height: 180px;
}

.news-collection {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.news-collection.margins {
  padding-left: 50px;
  padding-right: 50px;
}

.image {
  width: 100px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn_logo {
  height: 61px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-link {
  color: #fff;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.nav-link:hover {
  transform: scale(1.1);
}

.nav-link.w--current {
  color: #ffffff80;
}

.collection-item-2 {
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.news-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.unity-link {
  white-space: normal;
  padding-top: 5px;
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
}

.news-image {
  object-fit: cover;
  width: 20vw;
  height: 15vw;
  display: block;
}

.news-date {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  display: flex;
}

.links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.input {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 18px;
}

.input:focus {
  color: #fff;
  background-color: #ffffff0d;
}

.input::placeholder {
  color: #ffffffb3;
  font-size: 18px;
  font-style: italic;
}

.input.zip {
  text-align: center;
  border-left-width: 1px;
  border-left-color: #fff;
}

.input.email {
  border-left-width: 1px;
  border-left-color: #fff;
}

.input.email_2 {
  width: 50%;
  height: 50px;
  transition: all .2s;
}

.input.email_2:hover {
  background-color: #ffffff0f;
}

.input.email_2::placeholder {
  font-size: 14px;
}

.input.zip-code_2 {
  border-right-width: 1px;
  border-right-color: #ffffff0d;
  width: 50%;
  height: 50px;
  transition: all .2s;
}

.input.zip-code_2:hover {
  background-color: #ffffff0f;
}

.input.zip-code_2::placeholder {
  font-size: 14px;
}

.submit {
  height: 50px;
  color: var(--blue-violet);
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: all .2s;
}

.submit:hover {
  background-color: #dfdfdf;
}

.submit.orange {
  color: var(--blue-violet-2);
  margin-top: 20px;
  margin-left: auto;
  display: block;
}

.join-form {
  background-color: #ffffff0d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.form-success-error {
  color: #ffd000;
  text-align: center;
  background-color: #ffdede00;
  order: -1;
  margin-bottom: 20px;
}

.press-link {
  color: #fff;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 20vh;
  padding: 5vh 16vw 3vh;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.press-link:hover {
  background-color: #0000000d;
  transform: scale(1.03);
}

.role {
  color: #fffc;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.role.founder {
  white-space: normal;
}

.text-outline {
  color: #fff0;
}

.text-outline.outline-white {
  text-align: center;
  -webkit-text-stroke-color: #fff;
}

.text-outline.outline-black-copy {
  -webkit-text-stroke-color: var(--silver);
}

.icn_nav {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.p-container {
  max-width: 45%;
  margin-top: 6vw;
  margin-left: 50%;
}

.p-small {
  margin-top: 30px;
  font-size: 18px;
}

.press-detaild {
  white-space: normal;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4vh;
  display: flex;
}

.source-wrapper {
  color: #fff;
  align-items: flex-start;
  padding-top: 10px;
  font-size: 1.4vw;
  line-height: 1.1em;
  display: flex;
}

.source {
  color: #fff;
  margin-left: 6px;
  font-weight: 700;
}

.btn {
  color: #fff;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn:hover {
  transform: scale(1.1);
}

.btn.bio {
  border: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-3 {
  color: #fff;
}

.see-all {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12vw;
  display: flex;
  position: absolute;
  bottom: 0;
}

.img_logo {
  height: 120%;
}

.heading-disrupting {
  color: #000;
  text-align: center;
}

.lottie-animation {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.myvideo {
  cursor: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay-video {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(to top, #000, #0000 40%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 6%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.btn_trailer {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2 {
  width: 5vw;
  height: 5vw;
  margin-right: 20px;
}

.get-unified {
  font-size: 4vw;
}

.heading-3 {
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
}

.stay-connected {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-block-3 {
  white-space: nowrap;
  margin-bottom: 80px;
  position: relative;
  transform: rotate(-90deg);
}

.icn_social {
  width: 20px;
  height: auto;
}

.btn_social {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  display: flex;
}

.partner {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  transition: all 1s;
  display: flex;
}

.logo_partner {
  width: auto;
  min-width: 20%;
  max-width: none;
}

.heading-5, .text-block-4 {
  color: #fff;
}

.logo_small {
  height: 3.5vw;
}

.text-block-6 {
  letter-spacing: 1vw;
  margin-left: 1vw;
  font-size: 4vw;
  line-height: 4vw;
}

.logo_free-hugs {
  width: 20vw;
}

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

.image-8, .link-block {
  cursor: pointer;
  width: 100%;
}

.footer-links {
  margin-top: 20px;
}

.footer-link {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.bio-wrapper {
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 10%;
  display: none;
  position: relative;
}

.rich-text-block {
  position: relative;
}

.div-block-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-9 {
  margin-bottom: 30px;
  line-height: .9em;
}

.unity-wrapper {
  justify-content: center;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.unity-wrapper.no-padding-top {
  padding-top: 0;
}

.img_feature {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.category {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  position: relative;
}

.category.news-post {
  color: #000;
  border-color: #000;
  margin-bottom: 3px;
}

.post-info {
  height: 35%;
}

.thumb_feature-image {
  z-index: 0;
  height: 20vw;
  position: relative;
}

.gradient {
  background-image: linear-gradient(#0000, #00000080);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
}

.partner_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.btn_read {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn_read:hover {
  transform: scale(1.1);
}

.collection-list-wrapper-4 {
  width: 100%;
  height: 100%;
}

.image-11 {
  width: 15px;
}

.news_body {
  color: #000;
  background-color: #fff;
  padding-top: 3vw;
  position: relative;
}

.rich-text-block-2 {
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
}

.container_news-article {
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  display: flex;
  position: relative;
  right: 0;
}

.feature-content {
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80vh;
  margin-top: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.title_news-post {
  text-align: center;
  margin-bottom: 20px;
  font-size: 6vw;
  line-height: 1.1em;
}

.btn_back {
  color: #000;
  padding: 20px;
  font-size: 17px;
  position: absolute;
  top: 3vw;
  left: 3vw;
}

.title_news {
  margin-top: 5px;
}

.title_news.pledge {
  font-size: 2vw;
}

.vdo-container {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news-item-link {
  color: #fff;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.news-item-link:hover {
  background-color: #0000000d;
  transform: scale(1.03);
}

.news-item {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_social-links {
  justify-content: space-between;
  align-items: center;
  width: 180px;
  display: flex;
}

.fixed-buttons {
  z-index: 99;
  position: fixed;
  inset: auto 20px 20px auto;
}

.logo_animation {
  height: 100%;
}

.logo_wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.container-news {
  max-width: 90vw;
}

.press-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

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

.heading-10.black {
  color: #000;
  margin-top: 39px;
  font-size: 3vw;
}

.heading-10.black._30-for-us {
  text-align: center;
  font-size: 4vw;
}

.heading-10._30-for-us {
  max-width: none;
  margin-bottom: 0;
  font-size: 6vw;
}

.heading-10.title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 6vw;
}

.image-12 {
  max-width: 100%;
  margin: 100px auto 60px;
  display: block;
}

.text-block-8 {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 1.4em;
}

.text-block-8.black {
  color: #fff;
}

.text-block-8.event-desc {
  display: block;
}

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

.heading-11._30-for-us {
  font-size: 5vw;
}

.form-block-2 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}

.text-field, .text-field-2, .text-field-3 {
  background-color: #ffffff80;
}

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

.background-video-2 {
  max-width: 90vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  margin-top: 40px;
}

.heading-13 {
  z-index: 2000;
  text-align: center;
  margin-top: -32px;
  position: relative;
}

.heading-13.video-heading {
  margin-top: 60px;
}

.join-button {
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  flex: none;
  order: 0;
  align-self: auto;
  width: 142px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
  font-size: 22px;
  display: block;
}

.hidden-feild {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.button {
  height: 50px;
  color: var(--blue-violet);
  text-transform: uppercase;
  background-color: #fff;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button.modal-cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.button.button-cta {
  z-index: 1;
  max-width: 226px;
  display: flex;
  position: relative;
}

.success-message-2 {
  background-color: #0000;
}

.text-block-9 {
  padding-top: 21px;
  font-size: 23px;
  line-height: 1.6em;
}

.text-block-10 {
  color: #000;
  text-align: center;
  justify-content: center;
  max-width: 800px;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 1.6em;
  display: none;
}

.text-block-10.hidden-feild {
  display: block;
}

.text-block-10.calendar-start-settings, .text-block-10.calendar-end-settings {
  display: none;
}

.list {
  max-width: 800px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  color: #000;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7em;
}

.checkbox-label {
  font-size: 16px;
  line-height: 1.6em;
}

.checkbox-label-2 {
  font-size: 16px;
  line-height: 1.7em;
}

.checkbox {
  font-size: 17px;
}

.text-block-11 {
  position: static;
}

.text-block-12 {
  text-align: center;
}

.text-block-13 {
  font-size: 20px;
}

.text-block-14 {
  margin: 40px 100px;
  font-size: 23px;
  font-weight: 400;
}

.button-2 {
  text-align: center;
}

.div-block-8 {
  justify-content: center;
  display: none;
}

.button-3 {
  color: #797979;
  background-color: #e7e7e7;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.timezone {
  font-style: normal;
  font-weight: 700;
  display: none;
}

.herobuttoncontainer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  margin: 0 10px 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 22px;
  display: flex;
  position: static;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.button-4 {
  background-color: var(--blue-violet);
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 23px;
  font-weight: 500;
}

.div-block-9 {
  margin: 0 auto 40px;
}

.div-block-10 {
  margin: 40px auto;
}

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

.grid.is_absolut {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-14 {
  text-align: left;
  font-size: 7vw;
}

.paragraph-2 {
  text-align: left;
}

.logos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.logo-div {
  justify-content: center;
  align-items: center;
  width: 6vw;
  display: flex;
}

.grid-tablet {
  grid-column-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.event-start-time, .event-start-time.event-start, .event-end-time, .event-end-time.event-end {
  display: block;
}

.frame-13 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 1080px;
  text-decoration: none;
  display: flex;
}

.slide-169---62 {
  grid-column-gap: 116px;
  background-color: #6624ee;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 1080px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-18 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 27px;
  left: 380px;
}

.text {
  color: #fff;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 204.5%;
  text-decoration: none;
}

.frame-15 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -8px;
  left: 835px;
}

.r811932_1296x729_16-9-292-1 {
  object-fit: cover;
}

.frame-17 {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 140px;
  left: 16px;
}

.text-2 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 334px;
  left: 191px;
}

.text-3 {
  color: #232323;
  letter-spacing: undefinedundefined;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 188px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.text-4 {
  border-style: solid;
  border-width: undefinedpx;
  text-transform: uppercase;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 188px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.frame-14 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 673px;
  left: 1365px;
}

.text-5 {
  color: #fff;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 165.5%;
  text-decoration: none;
}

.section-header-copy {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 5vw;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}

.section-header-copy.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.text-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 28%, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.team-container {
  margin-bottom: 30px;
}

.no-bottom-margins {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 20px;
}

.section-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.paragraph-small {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

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

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.section-header-2 {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.c-team__collection {
  justify-content: center;
  width: 100%;
  display: flex;
}

.c-team__grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, .5fr));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  display: grid;
  position: relative;
}

.c-team__card {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.team-collection {
  justify-content: center;
  width: 100%;
  display: flex;
}

.team-collection.padding-bottom {
  margin-bottom: 8px;
}

.team-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(290px, .5fr));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.member {
  filter: grayscale();
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 350px;
  padding: 32px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.member:hover {
  filter: grayscale(0%);
  transform: scale(.97);
}

.overlay_2 {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #00000080);
  width: 100%;
  height: 100%;
  text-decoration: underline;
  display: block;
  position: absolute;
  inset: 0%;
}

.unity-seats-header {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.unity-seats-header.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.unity-seats-header.pledge.in-action {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 5%;
}

.unity-seats-header.pledge.in-action.holiday-spectacular-header {
  margin-bottom: 1vw;
}

.unity-seats-header.holiday-spectacular-heading, .unity-seats-header.holiday-spectacular-heading-copy {
  margin-top: 6vw;
  font-size: 2.9vw;
}

.learn-more-concert {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  flex: none;
  order: 0;
  align-self: auto;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 22px;
  display: block;
  position: relative;
}

.text-block {
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5%;
  margin-right: 5%;
  font-size: 10px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.cap-paragraph {
  z-index: 2;
  text-align: left;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.cap-paragraph.pledge {
  text-transform: uppercase;
  margin-top: 54px;
  margin-left: 80px;
  margin-right: 80px;
  font-size: 2.9vw;
  line-height: 2.7em;
}

.cap-paragraph.pledge.holiday-spectacular-cap {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 170%;
  line-height: 43px;
  position: relative;
}

.form-block---concert {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1vw;
  font-weight: 300;
}

.content-wrapper {
  z-index: 2;
  border-left: 1.5px solid #fff3;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  display: flex;
  position: relative;
}

.concert-form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff0d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.submit_2 {
  height: 50px;
  color: var(--blue-violet);
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: all .2s;
}

.submit_2:hover {
  background-color: #dfdfdf;
}

.submit_2.orange {
  color: var(--blue-violet-2);
  margin-top: 20px;
  margin-left: auto;
  display: block;
}

.concert-logo {
  z-index: 2;
  width: 10vw;
  height: 10vw;
  margin-left: 6%;
  position: relative;
}

.form-logo-wrapper {
  justify-content: flex-start;
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.unity-heading {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  width: 78%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.unity-heading.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.img-concert {
  width: 85vw;
  margin-top: 4vw;
  margin-left: auto;
  position: relative;
}

.concert-logo_2 {
  width: 20vw;
  margin-right: 6%;
  position: absolute;
  inset: -18% 0% auto auto;
}

.heading-3-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  position: absolute;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-lightbox {
  width: 100%;
  height: 100%;
}

.youth-heading {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  margin-left: auto;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.youth-heading.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.youth-img {
  width: 50vw;
  margin-top: 4vw;
  position: relative;
}

.youth-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.text-youth-wrapper {
  margin-top: 4vw;
  padding-right: 6%;
}

.text-block-15 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 4vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-15.less-padding-top {
  margin-top: 2vw;
}

.spectacular-video {
  width: 100%;
  height: 100%;
}

.link-block {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.text-span {
  color: #fff;
}

.link-4 {
  -webkit-text-stroke-width: 1px;
}

.text-span-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4vw;
  text-decoration: none;
  transition: all .2s;
}

.link-5 {
  margin-top: 1vw;
  text-decoration: none;
}

.text-block-16 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1vw;
}

.coaches-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 8% 20% auto;
}

.coach-img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21vw;
  display: flex;
}

.vs-text {
  color: #f4ee35;
  justify-content: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 20%;
}

.text-block-17 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1vw;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-copy {
  z-index: 2;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.decorative-bg-text {
  z-index: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  bottom: 22%;
}

.decorative-bg-text.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.spectacular-heading {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  width: 78%;
  margin-top: 4vw;
  margin-bottom: 2vw;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.spectacular-heading.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.donate-btn_navbar {
  color: var(--blue-violet);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px;
  font-family: Futurastd, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  transition: all .5s;
  position: absolute;
  inset: auto 20px auto auto;
}

.donate-btn_navbar:hover {
  opacity: 1;
  transform: scale(1.1);
}

.donate-btn_navbar.join {
  border-width: 3px;
  border-color: var(--blue-violet);
  color: var(--blue-violet);
  background-color: #fff;
}

.play-pause-button {
  z-index: 99;
}

.stay-connected-text {
  text-transform: uppercase;
  height: 5vw;
  font-size: 2vw;
  transform: rotate(-90deg);
}

.unity-in-action_video {
  width: 100%;
  height: 100%;
}

.solid-color {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-img {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-unity {
  z-index: 3;
  width: 5vw;
  height: 5vw;
  transition: all .2s;
  position: absolute;
}

.video-unity:hover {
  transform: scale(1.1);
}

.float-img {
  width: 4vw;
  position: absolute;
  inset: auto 4% -500% auto;
  transform: rotate(180deg);
}

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(10vw, 10vw) minmax(10vw, 10vw) minmax(10vw, 10vw) minmax(10vw, 10vw);
  margin-top: 4vw;
  margin-left: 6%;
  margin-right: 12%;
}

.social-card {
  background-color: var(--blue-violet-2);
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  transition: all .2s;
  display: flex;
}

.social-card:hover {
  background-color: #bf5609;
  transform: scale(1.1);
}

.icn_social-copy {
  width: 50px;
  height: auto;
}

.arrow {
  width: 10vw;
  transform-style: preserve-3d;
  position: absolute;
  inset: 20% 30% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(70deg);
}

.heading-div {
  position: relative;
}

.linkedin-icon {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  margin-top: 10px;
  transition: all .2s;
  display: flex;
}

.linkedin-icon:hover {
  transform: scale(1.1);
}

.linkedin-img {
  width: 1.5vw;
  height: 1.5vw;
}

.member_link {
  text-decoration: none;
}

.unity-seats-sub-header {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-bottom: 2vw;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.unity-seats-sub-header.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.videos-wrapper {
  display: flex;
}

.videos-wrapper.margin-top.test {
  margin-top: 0;
}

.image-14 {
  max-width: 20%;
  position: absolute;
  right: 4.5vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  flex: 1;
  align-self: center;
  margin-left: 0;
  margin-right: auto;
}

.video-3 {
  display: none;
}

.section-3 {
  overflow: hidden;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.btn-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-2.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn-2.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: url('../images/2F2C5773-27B6-444D-B34F-83E9EDB9ADF8IMG_1642.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.modal-wrapper {
  z-index: 103;
  background-color: var(--blue-violet);
  max-width: 100%;
  max-height: 90vh;
  padding: 2rem;
  position: fixed;
  top: 50%;
  left: 10%;
  right: 10%;
  overflow: auto;
  transform: translate(0, -50%);
}

.overlay-modal {
  z-index: 102;
  background-color: #00000069;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 103;
  backface-visibility: visible;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-header {
  justify-content: flex-end;
  align-items: flex-start;
}

.modal-close-button {
  background-color: #fff0;
}

.close-icon {
  max-width: 28px;
}

.modal-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.modal-description {
  max-width: none;
}

.modal-heading {
  margin-bottom: 2rem;
  font-size: 6vw;
}

.modal-paragraph {
  font-size: 21px;
  line-height: 1.2em;
}

.modal-paragraph.modal-description {
  margin-bottom: 2rem;
  font-size: 23px;
}

.code-embed {
  display: block;
}

.pledge-banner-cta-wrapper {
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.modal-grid-element {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: block;
}

.modal-social-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 200px;
  max-height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-thumbnail-heading {
  font-size: 2vw;
}

.modal-subheading {
  text-align: center;
  font-size: 3vw;
}

.locations-column {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 500px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  display: flex;
  position: static;
}

.text-block-18 {
  font-size: 20px;
}

.locations-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.locations-state {
  font-size: 20px;
  font-weight: 700;
}

.locations-county {
  margin-top: -14px;
  font-size: 20px;
  font-weight: 500;
}

.spectacular-holiday-communications {
  text-align: center;
  flex: 1;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 20px;
}

.white-text {
  color: #fff;
}

.holiday-spectacular-sponsors {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.holiday-spectacular-sponsor {
  width: 150px;
  max-width: 100%;
}

.list-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 80px;
  font-size: 2vw;
  line-height: 1.2em;
  list-style-type: disc;
  display: flex;
}

.paragraph-3 {
  margin-left: 100px;
  margin-right: 80px;
}

.link-6 {
  color: #fff;
  height: 0;
  font-size: 30px;
  line-height: 0;
  text-decoration: underline;
  display: block;
}

.flex-block {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  justify-content: center;
  align-items: center;
  margin: 50px 80px 80px 100px;
}

.follow {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.follow_social {
  width: 30px;
  height: 20px;
  margin-bottom: 0;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: 0;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-left: 100px;
  margin-right: 80px;
  font-size: 20px;
}

.link-7 {
  color: #fff;
}

.paragraph-5 {
  margin-left: 100px;
  margin-right: 20px;
  font-size: 30px;
}

.road-trip-more-information {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 20px;
}

.video-thumbnail-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-6 {
  z-index: 10;
  color: #6623ee;
  background-color: #fff;
  border: 4px solid #6623ee;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 10px;
  margin-right: 20px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-6.orange {
  border-color: var(--blue-violet-2);
  color: #dd630a;
  width: 180px;
  margin-bottom: 40px;
  display: none;
  position: absolute;
  inset: auto 0% 0% 42%;
}

.overlay_2-copy {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #00000080);
  width: 100%;
  height: 100%;
  text-decoration: underline;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-copy {
  width: 100vw;
  padding-top: 6vw;
  padding-bottom: 12vw;
  position: relative;
}

.section-copy.start {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 5%;
  display: block;
}

.section-copy.start.auto-height {
  height: auto;
}

.section-copy.about {
  background-image: linear-gradient(90deg, #6623ee00, #6623ee80 61%), url('../images/bg_7-years.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50vw;
  padding-right: 5vw;
  display: none;
}

.section-copy.mission {
  background-color: #7b61ff;
  padding-bottom: 7vw;
  display: block;
}

.section-copy.mission.white {
  background-color: #fff;
  padding-top: 6vw;
}

.section-copy.mission.white.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.mission.white.event-item-content {
  display: block;
}

.section-copy.mission.orange {
  background-color: #dd630a;
}

.section-copy.mission.black {
  background-color: #333;
}

.section-copy.what-we-do {
  background-color: #f5f5f5;
  flex-flow: wrap;
  align-items: flex-start;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.section-copy.our-partners {
  background-color: var(--blue-violet);
  height: 90vh;
  color: var(--blue-violet);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
  display: none;
}

.section-copy.careers {
  background-color: #333;
  display: block;
}

.section-copy.press {
  background-color: var(--red);
  padding-bottom: 13vw;
  display: block;
}

.section-copy.who-we-are {
  background-color: #333;
  display: none;
}

.section-copy.bg_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.bg_image.t-shirt-front {
  background-image: url('../images/bg_t-shirt_front.png');
}

.section-copy.bg_image.t-shirt-back {
  background-image: url('../images/bg_t-shirt_back.png');
}

.section-copy.bg_image.back-and-blue_podcast {
  background-image: url('../images/bg_black-and-blue.png');
}

.section-copy.hero {
  background-color: #2d2d2d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy.presents {
  color: #fff;
  background-color: #2d2d2d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy.free-hugs {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy.collge-live {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy.body-content {
  background-color: #2d2d2d;
  padding-top: 0;
  padding-bottom: 4vw;
}

.section-copy.logo-entrance {
  text-align: center;
  background-color: #0000;
  align-items: center;
  height: 100vh;
  padding: 0 0%;
  display: flex;
}

.section-copy.video {
  background-color: var(--blue-violet);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy.video.holiday-spectacular-video {
  width: 100vw;
}

.section-copy.video.pledge {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1vw;
}

.section-copy.news {
  background-color: var(--blue-violet);
  flex-direction: column;
  padding-bottom: 13vw;
  display: none;
}

.section-copy.news-page {
  background-color: var(--blue-violet);
  padding-bottom: 3vw;
}

.section-copy.landing {
  background-color: #7b61ff;
  padding-bottom: 3vw;
}

.section-copy.landing.white {
  background-color: #fff;
  padding-top: 6vw;
}

.section-copy.landing.white.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.landing.orange {
  background-color: #dd630a;
}

.section-copy.landing.black {
  background-color: #333;
}

.section-copy.start-tablet {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 5%;
  display: none;
}

.section-copy.who-we-are-_-new {
  background-color: var(--blue-violet);
  padding-top: 12vw;
  line-height: 1em;
}

.section-copy.unity-seats-unity {
  background-image: url('../images/concert-for-unity.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 14vw;
  padding-bottom: 16vw;
  display: flex;
}

.section-copy.unity-seats-unity.unity-pledge {
  background-image: url('../images/WhatsApp-Image-2025-08-05-at-17.46.10_7e3f8052.jpg');
  background-position: 50% 34%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-bottom: 10vw;
}

.section-copy.unity-concert {
  padding-bottom: 0;
  display: block;
}

.section-copy.video-unity {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy.youth-police {
  background-color: #000;
  display: block;
}

.section-copy.social-channels {
  height: 80vh;
  padding-top: 12vw;
}

.section-copy.video-unity-copy {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy.mission-home {
  background-color: #7b61ff;
  padding-bottom: 7vw;
  display: block;
}

.section-copy.mission-home.white {
  background-color: #fff;
  padding-top: 6vw;
}

.section-copy.mission-home.white.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.mission-home.white.event-item-content {
  display: inline-block;
}

.section-copy.mission-home.orange {
  background-color: #dd630a;
}

.section-copy.mission-home.black {
  background-color: #333;
}

.section-copy.holiday-spectacular-locations {
  background-color: var(--blue-violet);
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-copy.holiday-spectacular-sponsors-section {
  background-color: var(--blue-violet);
  padding-top: 10vw;
  padding-bottom: 2vw;
}

.unity-seats-header-copy {
  z-index: 2;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise-texture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.unity-seats-header-copy.small-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
}

.unity-seats-header-copy.pledge.in-action {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 5%;
}

.unity-seats-header-copy.pledge.in-action.holiday-spectacular-header {
  margin-bottom: 1vw;
}

.unity-seats-header-copy.holiday-spectacular-heading, .unity-seats-header-copy.holiday-spectacular-heading-copy {
  margin-top: 6vw;
  font-size: 2.9vw;
}

.image-us-national-day {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.div-block-12 {
  flex: 0 auto;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 400px;
  grid-row-gap: 400px;
  margin-left: 180px;
  display: flex;
}

.image-us-national-day-2 {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.download-btn-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  margin: 0 10px 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 22px;
  display: flex;
  position: static;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-violet);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 40%;
  margin-right: 40%;
}

.gallery_lightbox_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-14-copy {
  margin: 40px 100px;
  font-size: 23px;
}

.div-block-14 {
  display: flex;
}

.div-block-15, .div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calendar-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/ChatGPT-Image-19-sept-2025-02_51_56-p.m..png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin: 0;
  padding: 0;
  font-family: Lobstertwo, Arial, sans-serif;
  font-size: 22px;
  display: flex;
  position: static;
}

.paragraph-6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.paragraph-7 {
  flex: 0 auto;
  margin-top: -12px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-8 {
  letter-spacing: normal;
  margin-top: -14px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-9, .paragraph-10 {
  margin-top: -12px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-11 {
  margin-top: -14px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  font-size: 20px;
}

.paragraph-15 {
  margin-top: -12px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-16 {
  font-size: 20px;
}

.paragraph-17 {
  margin-top: -12px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-18 {
  font-size: 20px;
}

.paragraph-19 {
  margin-top: -12px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-20 {
  font-weight: 700;
}

.subscript {
  font-size: 20px;
  font-weight: 700;
}

.paragraph-21 {
  font-size: 20px;
}

@media screen and (min-width: 1280px) {
  .section.video-unity, .section.video-unity-copy {
    background-color: #0000;
  }

  .navigation {
    height: 65px;
  }

  .name.header {
    font-size: 30px;
  }

  .news-collection.margins {
    padding-left: 55px;
    padding-right: 55px;
  }

  .links-wrapper {
    height: 100%;
  }

  .img_logo {
    height: 110%;
  }

  .heading-13.video-heading {
    margin-top: 60px;
  }

  .pledge-banner-cta-wrapper {
    margin-left: 6%;
  }

  .section-copy.video-unity, .section-copy.video-unity-copy {
    background-color: #0000;
  }

  .grid-3 {
    margin-left: 40%;
    margin-right: 40%;
  }
}

@media screen and (min-width: 1440px) {
  .section.mission.section_grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-wrapper {
    margin-left: 8%;
    margin-right: 8%;
  }

  .div-block-7 {
    display: block;
  }

  .heading-10._30-for-us {
    font-size: 4vw;
  }

  .heading-13.video-heading {
    margin-top: 60px;
  }

  .text-block-14 {
    float: none;
    justify-content: center;
    align-items: center;
    max-width: 150vh;
    margin-left: 150px;
    margin-right: 150px;
    line-height: 1.6em;
    display: flex;
  }

  .heading-14 {
    font-size: 5vw;
  }

  .cap-paragraph.pledge.holiday-spectacular-cap {
    word-break: normal;
    margin-top: 140px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 120%;
  }

  .content-wrapper {
    width: 35%;
  }

  .concert-logo {
    width: 10vw;
    height: 10vw;
  }

  .text-span-2 {
    font-size: 1.3vw;
  }

  .linkedin-icon {
    width: 2vw;
    height: 2vw;
  }

  .linkedin-img {
    width: 1vw;
    height: 1vw;
  }

  .blog3-articles-wrap.bottom, .btn-2.btn-white.blog2-card-cta {
    display: none;
  }

  .card-headline._6col-card._3, .card-headline._2 {
    font-size: 2vw;
  }

  .tagline {
    display: none;
  }

  .blog3-card.blog3-card3-content {
    background-image: url('../images/2F2C5773-27B6-444D-B34F-83E9EDB9ADF8IMG_1642.webp');
  }

  .blog3-card.blog3-card2-content {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/2F2C5773-27B6-444D-B34F-83E9EDB9ADF8IMG_1642.webp');
    background-clip: border-box;
  }

  .pledge-banner-cta-wrapper {
    margin-left: 6%;
  }

  .spectacular-holiday-communications {
    margin-top: 20px;
  }

  .paragraph-5 {
    margin-left: 80px;
    margin-right: 40px;
    font-size: 2.5vw;
  }

  .road-trip-more-information {
    margin-top: 60px;
  }

  .div-block-13 {
    grid-column-gap: 425px;
    grid-row-gap: 425px;
    margin-left: 220px;
  }

  .bold-text-2 {
    margin-left: 100px;
  }

  .slide {
    background-image: url('../images/Stacked_option-1.png');
    background-position: 0 0;
    background-size: contain;
    background-attachment: scroll;
  }

  .slider {
    height: 600px;
  }

  .grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin: 50px 40%;
  }

  .gallery_lightbox_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .gallery_lightbox {
    width: 100%;
  }

  .bold-text-3 {
    line-height: 1.6em;
  }

  .text-block-14-copy {
    float: none;
    justify-content: center;
    align-items: center;
    max-width: 150vh;
    margin-left: 150px;
    margin-right: 150px;
    line-height: 1.6em;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .section.social-channels {
    height: 80vh;
  }

  .section-header.small-careers.pledge-title {
    font-size: 50px;
  }

  .unity-title {
    font-size: 3.5vw;
  }

  .news-collection.margins {
    margin-left: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .input.email_2, .input.zip-code_2 {
    height: 60px;
  }

  .div-block-7 {
    display: block;
  }

  .post-info {
    margin-top: -125px;
  }

  .heading-13.video-heading {
    margin-top: 60px;
  }

  .text-block-14 {
    width: 100%;
    margin-left: 200px;
  }

  .unity-seats-header.pledge.in-action {
    text-align: center;
  }

  .cap-paragraph.pledge.holiday-spectacular-cap {
    text-align: left;
    margin-top: 10rem;
    margin-left: 100px;
    font-size: 1.6vw;
    line-height: 65px;
  }

  .caption {
    font-size: .9vw;
  }

  .content-wrapper {
    width: 40%;
  }

  .concert-form {
    width: 85%;
    height: 60px;
  }

  .submit_2 {
    height: 60px;
  }

  .text-span-2 {
    font-size: 1.3vw;
  }

  .grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-right: 8%;
  }

  .pledge-banner-cta-wrapper {
    max-width: none;
    margin-left: 6%;
  }

  .modal-social-thumbnail {
    height: 250px;
    max-height: 250px;
  }

  .paragraph-5 {
    margin-left: 100px;
    font-size: 50px;
    line-height: 80px;
  }

  .section-copy.social-channels {
    height: 80vh;
  }

  .unity-seats-header-copy.pledge.in-action {
    text-align: center;
  }

  .div-block-13 {
    grid-column-gap: 660px;
    grid-row-gap: 660px;
    width: 100%;
    margin-left: 315px;
    padding-left: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin-left: 25%;
    margin-right: 25%;
  }

  .text-block-14-copy {
    text-align: center;
    margin-left: 300px;
    margin-right: 300px;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 9vw;
  }

  h2 {
    font-size: 11vw;
  }

  h3 {
    font-size: 30px;
  }

  p {
    font-size: 29px;
  }

  .section {
    padding-top: 12vw;
  }

  .section.about {
    background-image: linear-gradient(to right, #6623ee66 16%, #6623ee00), url('../images/bg_7-years.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    align-items: flex-start;
    padding-top: 25vw;
    padding-bottom: 25vw;
    padding-left: 5vw;
  }

  .section.our-partners {
    height: auto;
  }

  .section.bg_image.back-and-blue_podcast, .section.free-hugs {
    height: 100vw;
  }

  .section.body-content {
    padding-bottom: 6vw;
  }

  .section.video {
    height: 56vw;
  }

  .section.start-tablet {
    height: 50vh;
    display: none;
  }

  .section.who-we-are-_-new {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .section.unity-seats-unity {
    height: 90vh;
  }

  .section.youth-police {
    padding-bottom: 14vw;
  }

  .section.social-channels {
    height: 50vh;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .navigation {
    height: 50px;
  }

  .unity {
    width: 40%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .unity.action, .unity.unity-seats {
    border-radius: 15px;
  }

  .section-header {
    font-size: 20px;
  }

  .section-header.small-careers.pledge-title {
    font-size: 30px;
  }

  .background-video {
    margin-left: auto;
    margin-right: auto;
  }

  .p-large {
    font-size: 28px;
  }

  .unity-title {
    font-size: 3.7vw;
  }

  .team-wrapper.team-partners {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
  }

  .team {
    justify-content: flex-start;
  }

  .team-member {
    width: 33.3%;
    height: 230px;
  }

  .team-member.founder {
    width: 33.33%;
  }

  .name {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .name.header {
    font-size: 34px;
  }

  .img_profile {
    width: 120px;
    height: 120px;
  }

  .img_profile.founder {
    width: 150px;
    height: 150px;
  }

  .news-collection.margins {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn_logo {
    height: 50px;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-link:hover {
    transform: none;
  }

  .news-list {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .unity-link {
    font-size: 13px;
  }

  .news-image {
    width: 25vw;
    max-width: 70%;
    height: 19vw;
  }

  .news-date {
    left: 22%;
  }

  .links-wrapper {
    display: none;
  }

  .input {
    text-align: center;
    background-color: #ffffff0d;
    margin-bottom: 10px;
  }

  .input.zip, .input.email {
    border-left-style: none;
  }

  .input.email_2, .input.zip-code_2 {
    text-align: left;
    border-left-style: none;
    height: 50px;
    margin-bottom: 0;
  }

  .join-form {
    background-color: #fff0;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 400px;
    height: 220px;
    margin-top: -5%;
    display: flex;
  }

  .press-link {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .press-link:hover {
    background-color: #fff0;
    transform: none;
  }

  .icn_nav {
    display: block;
  }

  .p-container {
    max-width: 75%;
    margin-left: 20%;
  }

  .press-detaild {
    padding-left: 3vh;
  }

  .source-wrapper {
    font-size: 18px;
  }

  .see-all {
    height: 15vw;
  }

  .heading-disrupting {
    font-size: 9vw;
  }

  .success-trigger {
    display: none;
  }

  .overlay-video {
    order: 1;
  }

  .image-2 {
    width: 8vw;
    height: 8vw;
    margin-right: 10px;
  }

  .get-unified {
    font-size: 6vw;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .stay-connected {
    padding-left: 0;
    padding-right: 0;
  }

  .partner {
    width: 100%;
    height: 25vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .logo_partner {
    min-width: auto;
    height: auto;
  }

  .logo_free-hugs {
    width: 40vw;
  }

  .heading-9 {
    font-size: 15vw;
    line-height: .7em;
  }

  .post-info {
    margin-top: -67px;
  }

  .thumb_feature-image {
    height: 30vw;
  }

  .partner_wrapper {
    flex-direction: column;
    align-items: center;
    height: auto;
    position: relative;
  }

  .btn_read {
    font-size: 2.5vw;
  }

  .news_body {
    padding-top: 8vw;
  }

  .container_news-article {
    max-width: 80vw;
  }

  .feature-content {
    height: auto;
    margin-top: 50px;
  }

  .title_news-post {
    font-size: 7vw;
  }

  .news-item-link {
    width: 50vw;
  }

  .news-item-link:hover {
    transform: none;
  }

  .news-item {
    width: 45vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo_wrapper {
    flex-direction: row;
  }

  .press-list {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-13.video-heading {
    margin-top: 100px;
    font-size: 7.5vw;
  }

  .text-block-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list {
    margin-right: 20px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    display: block;
  }

  .heading-14 {
    text-align: center;
    margin-top: 5vw;
    font-size: 11vw;
  }

  .logos-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .logo-div {
    width: 6rem;
  }

  .grid-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-block.hidden_mobile {
    display: none;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .section-header-2 {
    margin-bottom: 40px;
  }

  .c-team__grid, .team-grid {
    grid-column-gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(250px, .5fr));
  }

  .unity-seats-header {
    font-size: 7vw;
  }

  .cap-paragraph {
    font-size: 4vw;
  }

  .cap-paragraph.pledge {
    font-size: 2.5vw;
  }

  .cap-paragraph.pledge.holiday-spectacular-cap {
    margin-top: 4rem;
    margin-right: 40px;
    font-size: 20px;
    line-height: 100%;
  }

  .caption {
    font-size: 2vw;
  }

  .content-wrapper {
    width: 70%;
  }

  .concert-form {
    background-color: #fff0;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .concert-logo {
    width: 16vw;
    height: 16vw;
  }

  .unity-heading {
    font-size: 7vw;
  }

  .concert-logo_2 {
    width: 25vw;
    top: -15%;
  }

  .heading-3-copy {
    font-size: 5vw;
  }

  .youth-heading {
    width: 100%;
    font-size: 7vw;
  }

  .youth-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-block-15 {
    font-size: 2.8vw;
  }

  .text-span-2 {
    font-size: 2vw;
  }

  .text-block-16 {
    font-size: 1.4vw;
  }

  .coaches-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    bottom: 13%;
    right: 6%;
  }

  .coach-img {
    width: 24vw;
  }

  .text-block-17 {
    font-size: 1.2vw;
  }

  .decorative-bg-text {
    width: 100%;
    font-size: 7vw;
  }

  .spectacular-heading {
    font-size: 4vw;
  }

  .video-unity {
    width: 8vw;
    height: 8vw;
    top: 50%;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: minmax(12vw, 12vw) minmax(12vw, 12vw) minmax(12vw, 12vw) minmax(12vw, 12vw);
  }

  .social-card {
    width: 12vw;
    height: 12vw;
  }

  .icn_social-copy {
    width: 40px;
  }

  .arrow {
    top: 25%;
    right: 20%;
  }

  .linkedin-icon {
    width: 4vw;
    height: 4vw;
  }

  .linkedin-img {
    width: 2vw;
    height: 2vw;
  }

  .unity-seats-sub-header {
    font-size: 7vw;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .btn-2.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .modal-grid {
    grid-template-columns: 1fr;
  }

  .pledge-banner-cta-wrapper {
    margin-left: 6%;
  }

  .flex-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-copy {
    padding-top: 12vw;
  }

  .section-copy.about {
    background-image: linear-gradient(to right, #6623ee66 16%, #6623ee00), url('../images/bg_7-years.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    align-items: flex-start;
    padding-top: 25vw;
    padding-bottom: 25vw;
    padding-left: 5vw;
  }

  .section-copy.our-partners {
    height: auto;
  }

  .section-copy.bg_image.back-and-blue_podcast, .section-copy.free-hugs {
    height: 100vw;
  }

  .section-copy.body-content {
    padding-bottom: 6vw;
  }

  .section-copy.video {
    height: 56vw;
  }

  .section-copy.start-tablet {
    height: 50vh;
    display: none;
  }

  .section-copy.who-we-are-_-new {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .section-copy.unity-seats-unity {
    height: 90vh;
  }

  .section-copy.youth-police {
    padding-bottom: 14vw;
  }

  .section-copy.social-channels {
    height: 50vh;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .unity-seats-header-copy {
    font-size: 7vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 10vw;
  }

  h3 {
    font-size: 23px;
  }

  p {
    font-size: 24px;
  }

  .section.about {
    background-position: 0 0, 10% 0;
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .section.our-partners {
    flex-direction: column;
    height: auto;
    min-height: 100px;
    padding-top: 27vw;
    padding-bottom: 15vw;
  }

  .section.press {
    padding-bottom: 15vw;
  }

  .section.video {
    width: 100vw;
  }

  .section.video.no-padding {
    height: 85vw;
  }

  .section.video.video-content {
    padding-bottom: 23px;
  }

  .section.news {
    padding-bottom: 15vw;
  }

  .section.unity-seats-unity {
    height: 80vh;
  }

  .section.youth-police {
    padding-top: 12vw;
    padding-bottom: 18vw;
  }

  .section.social-channels {
    height: 60vh;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .navigation {
    height: 50px;
  }

  .unity {
    width: 90vw;
    margin-bottom: 5vw;
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .btn_fixed {
    font-size: 12px;
    line-height: 12px;
  }

  .container {
    max-width: 90vw;
  }

  .section-header {
    font-size: 15px;
  }

  .p-large {
    font-size: 24px;
  }

  .unity-title {
    font-size: 11.6vw;
  }

  .team {
    justify-content: flex-start;
  }

  .name {
    font-size: 14px;
  }

  .name.header {
    font-size: 25px;
  }

  .img_profile {
    object-fit: cover;
    width: 120px;
    height: 120px;
  }

  .img_profile.founder {
    width: 130px;
    height: 130px;
  }

  .news-collection {
    justify-content: center;
    display: flex;
  }

  .image {
    width: 80px;
  }

  .btn_logo {
    z-index: 102;
    height: 51px;
  }

  .nav-link {
    width: 100%;
    height: 10vh;
    font-size: 20px;
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .unity-link {
    font-size: 14px;
  }

  .news-image {
    left: 2%;
  }

  .news-date {
    font-size: 13px;
    left: 24%;
  }

  .links-wrapper {
    z-index: 101;
    opacity: 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    transition: all .2s;
    display: none;
    position: relative;
  }

  .join-form {
    max-width: 450px;
  }

  .role {
    font-size: 12px;
  }

  .icn_nav {
    width: 50px;
    height: 50px;
    display: block;
  }

  .p-small {
    font-size: 16px;
  }

  .press-detaild {
    padding-left: 2vh;
  }

  .source-wrapper {
    font-size: 15px;
  }

  .btn_trailer {
    white-space: nowrap;
  }

  .get-unified {
    font-size: 7vw;
  }

  .stay-connected {
    flex-direction: row;
    width: auto;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    bottom: 20px;
    left: 20px;
  }

  .btn_social {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .partner {
    width: 100%;
    height: 160px;
  }

  .logo_partner {
    max-width: 100%;
    max-height: 100%;
  }

  .text-block-6 {
    margin-left: 2vw;
  }

  .div-block-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .title_press {
    margin-top: 15px;
  }

  .unity-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .post-info {
    margin-top: -100px;
  }

  .thumb_feature-image {
    height: 54vw;
  }

  .btn_read {
    font-size: 2.7vw;
  }

  .image-11 {
    display: none;
  }

  .news_body {
    padding-top: 10vw;
  }

  .container_news-article {
    max-width: 90vw;
  }

  .title_news-post {
    font-size: 8vw;
  }

  .btn_back {
    padding: 10px;
    font-size: 15px;
    top: 4vw;
    left: 4vw;
  }

  .title_news {
    font-size: 40px;
  }

  .title_news.pledge {
    font-size: 4vw;
  }

  .news-item-link, .news-item {
    width: 100%;
  }

  .press-list {
    grid-template-columns: 1fr;
  }

  .heading-13.video-heading {
    margin-top: 100px;
  }

  .text-block-14 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .heading-14 {
    text-align: center;
    font-size: 12vw;
  }

  .logo-div {
    width: 5rem;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .c-team__grid, .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .member {
    height: 280px;
  }

  .unity-seats-header {
    font-size: 8vw;
  }

  .cap-paragraph {
    font-size: 5vw;
  }

  .cap-paragraph.pledge {
    font-size: 3.5vw;
  }

  .cap-paragraph.pledge.holiday-spectacular-cap {
    margin-top: 25px;
    margin-left: 40px;
    font-size: 3vw;
  }

  .content-wrapper {
    width: 100%;
  }

  .concert-form {
    max-width: 450px;
  }

  .concert-logo {
    width: 18vw;
    height: 18vw;
    margin-bottom: 2%;
  }

  .unity-heading {
    width: 85%;
  }

  .img-concert {
    margin-top: 7vw;
  }

  .concert-logo_2 {
    top: -10%;
  }

  .youth-img {
    margin-top: 7vw;
  }

  .youth-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-span-2 {
    font-size: 3vw;
  }

  .coaches-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    bottom: 15%;
  }

  .coach-img {
    width: 25vw;
  }

  .text-block-copy {
    font-size: 1.4vw;
  }

  .spectacular-heading {
    width: 85%;
  }

  .donate-btn_navbar {
    padding: 16px;
    font-size: 16px;
    line-height: 12px;
    inset: auto auto 15%;
  }

  .float-img {
    width: 6vw;
    bottom: -730%;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(20vw, 20vw) minmax(20vw, 20vw);
  }

  .social-card {
    width: 20vw;
    height: 20vw;
  }

  .linkedin-icon {
    width: 6vw;
    height: 6vw;
  }

  .linkedin-img {
    width: 3vw;
    height: 3vw;
  }

  .unity-seats-sub-header {
    font-size: 8vw;
  }

  .videos-wrapper {
    flex-direction: column;
  }

  .div-block-11 {
    margin-left: auto;
  }

  .btn-2.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .modal {
    display: none;
  }

  .modal-paragraph, .bold-text {
    font-size: 18px;
  }

  .locations-column {
    width: 100%;
  }

  .locations-wrapper {
    flex-flow: column;
  }

  .list-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 3vw;
  }

  .flex-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 40px;
  }

  .follow {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-5 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 3vw;
  }

  .road-trip-more-information {
    font-size: 16px;
  }

  .section-copy.about {
    background-position: 0 0, 10% 0;
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .section-copy.our-partners {
    flex-direction: column;
    height: auto;
    min-height: 100px;
    padding-top: 27vw;
    padding-bottom: 15vw;
  }

  .section-copy.press {
    padding-bottom: 15vw;
  }

  .section-copy.video {
    width: 100vw;
  }

  .section-copy.video.no-padding {
    height: 85vw;
  }

  .section-copy.video.video-content {
    padding-bottom: 23px;
  }

  .section-copy.news {
    padding-bottom: 15vw;
  }

  .section-copy.unity-seats-unity {
    height: 80vh;
  }

  .section-copy.youth-police {
    padding-top: 12vw;
    padding-bottom: 18vw;
  }

  .section-copy.social-channels {
    height: 60vh;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .unity-seats-header-copy {
    font-size: 8vw;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 150px;
  }

  .image-us-national-day-2, .download-btn-2 {
    display: none;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-14-copy {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 14vw;
  }

  p {
    font-size: 18px;
  }

  .section {
    padding-top: 20vw;
    padding-bottom: 6vh;
  }

  .section.start {
    height: 90vh;
  }

  .section.our-partners {
    flex-direction: column;
    padding-top: 41vw;
  }

  .section.press {
    padding-bottom: 25vw;
  }

  .section.hero, .section.presents {
    padding-bottom: 30vw;
  }

  .section.logo-entrance {
    height: 100vh;
  }

  .section.video {
    height: auto;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .section.video.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.video.video-content {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .section.news {
    padding-bottom: 25vw;
  }

  .section.start-tablet {
    height: 90vh;
  }

  .section.who-we-are-_-new {
    padding-top: 25vw;
  }

  .section.unity-seats-unity {
    height: 100vh;
  }

  .section.video-unity {
    height: 50vh;
  }

  .section.social-channels {
    height: 80vh;
    padding-top: 24vw;
    padding-bottom: 24vw;
  }

  .section.video-unity-copy {
    height: 50vh;
  }

  .unity {
    border-radius: 10px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .unity.everywhere {
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .btn_fixed {
    padding: 10px;
    font-size: 10px;
  }

  .container {
    max-width: 85vw;
  }

  .section-header.small-careers {
    text-align: left;
    align-self: auto;
    width: 80%;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 26px;
    position: relative;
    left: 0;
  }

  .p-large {
    font-size: 22px;
  }

  .regular-italic {
    font-size: 7vw;
  }

  .team.founder {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
  }

  .team-member {
    width: 50%;
    height: 210px;
  }

  .team-member.founder {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .name.founder {
    font-size: 18px;
  }

  .img_profile {
    width: 100px;
    height: 100px;
  }

  .img_profile.founder {
    width: 140px;
    height: 140px;
  }

  .news-collection.margins {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    height: 6vh;
  }

  .unity-link {
    white-space: normal;
    font-size: 12px;
  }

  .news-image {
    width: 100%;
    max-width: 100%;
    height: 60vw;
    padding-bottom: 20px;
  }

  .news-date {
    font-size: 12px;
    left: 25%;
  }

  .form-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .input.email_2 {
    width: 100%;
  }

  .input.zip-code_2 {
    border-right-width: 0;
    width: 100%;
  }

  .submit {
    padding-left: 12px;
    padding-right: 12px;
  }

  .join-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .press-link {
    flex-direction: column;
    align-items: center;
    padding-top: 5vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .role {
    font-size: 11px;
  }

  .role.founder {
    font-size: 15px;
  }

  .p-container {
    max-width: 100%;
    margin-left: 0%;
  }

  .p-small {
    font-size: 13px;
  }

  .press-detaild {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .source-wrapper {
    font-size: 14px;
  }

  .see-all {
    height: 25vw;
  }

  .image-2 {
    float: none;
    width: 10vw;
    height: 10vw;
    display: block;
  }

  .get-unified {
    font-size: 11vw;
  }

  .heading-3 {
    font-size: 6vw;
  }

  .stay-connected {
    bottom: 25px;
    left: 25px;
  }

  .partner {
    width: 100%;
    height: 160px;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .logo_partner {
    max-width: 50%;
  }

  .logo_small {
    height: 7vw;
  }

  .text-block-6 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .logo_free-hugs {
    width: 60vw;
  }

  .footer-links {
    margin-top: 20px;
  }

  .title_press {
    margin-top: 10px;
    font-size: 25px;
  }

  .heading-9 {
    font-size: 17vw;
  }

  .post-info {
    margin-top: -50px;
    padding-left: 3vw;
  }

  .thumb_feature-image {
    height: 60vw;
  }

  .btn_read {
    font-size: 4vw;
  }

  .image-11 {
    width: 10px;
  }

  .news_body {
    padding-top: 24vw;
  }

  .rich-text-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_news-article {
    max-width: 85vw;
  }

  .title_news-post {
    font-size: 11vw;
  }

  .title_news {
    font-size: 30px;
  }

  .title_news.pledge {
    font-size: 6vw;
  }

  .fixed-buttons {
    bottom: 25px;
    right: 25px;
  }

  .heading-10.black, .heading-10.black._30-for-us {
    font-size: 6vw;
  }

  .heading-10._30-for-us {
    font-size: 7vw;
  }

  .text-block-8 {
    margin-top: 26px;
    font-size: 18px;
  }

  .text-block-8.black {
    font-size: 18px;
  }

  .heading-11._30-for-us {
    font-size: 12vw;
  }

  .form-block-2, .paragraph {
    max-width: 90%;
  }

  .heading-13 {
    margin-top: -29px;
  }

  .heading-13.video-heading {
    margin-top: 100px;
  }

  .text-block-10 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
  }

  .list {
    margin-left: 10px;
    margin-right: 20px;
  }

  .list-item {
    font-size: 13px;
  }

  .text-block-14 {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

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

  .button-3 {
    margin-bottom: 20px;
  }

  .download-btn {
    width: 125px;
    margin-left: 0;
    font-size: 16px;
  }

  .grid.is_absolut {
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-14 {
    text-align: left;
    margin-top: -4rem;
    font-size: 18vw;
  }

  .section-header-copy {
    font-size: 9vw;
  }

  .team-container {
    margin-bottom: 0;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .unity-seats-header {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .text-block {
    margin-left: 5%;
  }

  .cap-paragraph {
    font-size: 4vw;
  }

  .cap-paragraph.pledge {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 6vw;
    line-height: 2.7em;
  }

  .cap-paragraph.pledge.holiday-spectacular-cap {
    margin-top: 25px;
    margin-left: 40px;
  }

  .form-block---concert {
    margin-bottom: 4px;
  }

  .caption {
    font-size: 3vw;
  }

  .content-wrapper {
    padding-bottom: 0;
  }

  .concert-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-width: 0;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .submit_2 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .concert-logo {
    width: 30vw;
    height: 30vw;
    margin-bottom: 5vw;
  }

  .form-logo-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .unity-heading {
    width: 100%;
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .img-concert {
    width: 95vw;
  }

  .concert-logo_2 {
    width: 30vw;
    top: -23%;
  }

  .heading-3-copy {
    font-size: 6vw;
  }

  .youth-heading {
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .youth-img {
    width: 100vw;
  }

  .youth-wrapper {
    flex-direction: column;
  }

  .text-youth-wrapper {
    margin-top: 0;
    padding-left: 6%;
  }

  .text-block-15 {
    font-size: 6vw;
  }

  .text-span-2 {
    font-size: 4.5vw;
  }

  .text-block-16 {
    font-size: 3vw;
  }

  .coaches-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-direction: column;
    padding-left: 6%;
    padding-right: 6%;
    position: relative;
    right: auto;
  }

  .coach-img {
    width: 80vw;
  }

  .vs-text {
    font-size: 14vw;
    inset: 0%;
  }

  .text-block-17 {
    margin-top: 4vw;
    font-size: 3vw;
  }

  .text-block-copy {
    margin-top: 10vw;
    margin-bottom: 0%;
    font-size: 4vw;
    position: relative;
  }

  .decorative-bg-text {
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .spectacular-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 5vw;
    font-size: 6vw;
  }

  .video-unity {
    width: 10vw;
    height: 10vw;
    top: 40%;
  }

  .float-img {
    width: 12vw;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: minmax(30vw, 30vw) minmax(30vw, 30vw) minmax(30vw, 30vw) minmax(30vw, 30vw);
    grid-template-columns: minmax(30vw, 30vw);
  }

  .social-card {
    width: 30vw;
    height: 30vw;
  }

  .icn_social-copy {
    width: 48px;
  }

  .arrow {
    width: 25vw;
    top: 80%;
  }

  .linkedin-icon {
    width: 10vw;
    height: 10vw;
  }

  .linkedin-img {
    width: 5vw;
    height: 5vw;
  }

  .unity-seats-sub-header {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .image-14 {
    max-width: 28%;
    position: static;
  }

  .btn-2 {
    text-align: center;
    display: block;
  }

  .btn-2.btn-white {
    display: block;
  }

  .list-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-size: 3.5vw;
  }

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

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    font-size: 12px;
  }

  .paragraph-4 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 12px;
  }

  .road-trip-more-information {
    font-size: 14px;
  }

  .button-6 {
    font-size: 12px;
  }

  .section-copy {
    padding-top: 20vw;
    padding-bottom: 6vh;
  }

  .section-copy.start {
    height: 90vh;
  }

  .section-copy.our-partners {
    flex-direction: column;
    padding-top: 41vw;
  }

  .section-copy.press {
    padding-bottom: 25vw;
  }

  .section-copy.hero, .section-copy.presents {
    padding-bottom: 30vw;
  }

  .section-copy.logo-entrance {
    height: 100vh;
  }

  .section-copy.video {
    height: auto;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .section-copy.video.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.video.video-content {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .section-copy.news {
    padding-bottom: 25vw;
  }

  .section-copy.start-tablet {
    height: 90vh;
  }

  .section-copy.who-we-are-_-new {
    padding-top: 25vw;
  }

  .section-copy.unity-seats-unity {
    height: 100vh;
  }

  .section-copy.video-unity {
    height: 50vh;
  }

  .section-copy.social-channels {
    height: 80vh;
    padding-top: 24vw;
    padding-bottom: 24vw;
  }

  .section-copy.video-unity-copy {
    height: 50vh;
  }

  .unity-seats-header-copy {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .unity-seats-header-copy.holiday-spectacular-heading-copy {
    font-size: 18px;
  }

  .div-block-13 {
    margin-left: 100px;
  }

  .grid-3 {
    grid-template-rows: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .text-block-14-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .calendar-btn {
    width: 150px;
    margin-left: 0;
    font-size: 14px;
  }
}

#w-node-_68fa4c28-aca0-7982-d039-6c30b4f13071-9e35d725, #w-node-_64a7e85f-4d96-6dc4-8883-b31941582188-9e35d725, #w-node-_8fb32021-6e7b-56ed-e17c-0be97b9ad7da-418fa424, #w-node-_72485e37-6dda-82ff-49a3-4fc9be6733af-418fa424, #w-node-_521cc967-7958-27b9-f11b-fe37375442ce-418fa424, #w-node-ae741bd0-5847-5e0a-7317-85eaf678df1b-418fa424, #w-node-_64a7e85f-4d96-6dc4-8883-b31941582188-c28bcb86, #w-node-_64a7e85f-4d96-6dc4-8883-b31941582188-96fd62d4, #w-node-_64a7e85f-4d96-6dc4-8883-b31941582188-f7620b67, #w-node-f4f431c6-a476-f0e3-359d-8dca1c019ec9-349ff7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lobstertwo';
  src: url('../fonts/LobsterTwo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd condensed';
  src: url('../fonts/FuturaStd-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-CondensedBold.otf') format('opentype'), url('../fonts/FuturaStd-CondensedBoldObl.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-CondensedLight.otf') format('opentype'), url('../fonts/FuturaStd-CondensedLightObl.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype'), url('../fonts/FuturaStd-CondExtraBoldObl.otf') format('opentype'), url('../fonts/FuturaStd-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd condensedextrabd';
  src: url('../fonts/FuturaStd-CondensedExtraBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-ExtraBoldOblique.otf') format('opentype'), url('../fonts/FuturaStd-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-CondensedOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}