:root {
  --firebrick: #bf3a30;
  --white-smoke-2: #2b2b2b;
  --blue-black: #192024;
  --dark-slate-gray-2: #404047;
  --steel-blue-2: #2e80b6;
  --dodger-blue: #2e9dff;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

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

.w-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;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d9000a;
  border-radius: 30px;
  margin: 34px 10px 20px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 11px 4px #0003;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover, .navigation-link.w--current {
  color: var(--firebrick);
}

.navigation-bar {
  background-color: #fff;
  width: auto;
  overflow: visible;
  transform: rotate(0);
}

.hamburger-button {
  filter: brightness(0%);
  margin-top: 5px;
}

.hamburger-button.w--open {
  filter: none;
  background-color: #fff;
  margin-top: 5px;
  box-shadow: inset 0 2px 6px 1px #0003;
}

.navigation-menu {
  color: #045da8;
  -webkit-text-stroke-color: #045da800;
  background-color: #fff;
}

.brand-text {
  outline-offset: 0px;
  color: var(--white-smoke-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: 0;
  outline: 3px #f0f0f0;
  margin: 0 auto;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
  overflow: visible;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
}

.section {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 72px;
  margin-bottom: 74px;
  padding: 0 10px 40px;
  position: relative;
  top: -47%;
  overflow: visible;
}

.section.accent {
  background-color: var(--blue-black);
  margin-top: -1px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 7px;
  padding: 127px 15px 159px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: #0000;
  text-align: center;
  object-fit: fill;
  background-image: linear-gradient(#00000012, #192024 88%), url('../images/nathan-dumlao-2aKCSVCkX0o-unsplash.jpeg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 4px #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 195px;
  padding-bottom: 195px;
  position: sticky;
  overflow: visible;
}

.hero-heading {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
  white-space: normal;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, #0000003b 64%, #0000);
  border: 0 solid #000;
  border-radius: 0;
  outline: 3px #fff;
  margin-top: -7px;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: var(--white-smoke-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: radial-gradient(circle, #00000073, #0000);
  width: 890px;
  margin-top: 45px;
  margin-bottom: 31px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  opacity: 1;
  color: var(--firebrick);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #b81a1a;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 0;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 40px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.icon {
  filter: invert();
}

.column {
  color: #0000;
  border-radius: 0;
  height: 1px;
  overflow: visible;
}

.image {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding-bottom: 0;
  padding-right: 0;
}

.image-2 {
  object-fit: scale-down;
  object-position: 50% 50%;
  height: 60%;
  padding-top: 8px;
  display: inline-block;
  position: static;
  overflow: visible;
}

.hero-section-copy {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.hero-section-copy.centered {
  color: #0000;
  text-align: center;
  background-image: linear-gradient(#192024, #19202438 12%, #1920245c 94%, #192024);
  border-bottom: 4px solid #192024;
  border-radius: 0;
  margin-top: -77px;
  margin-bottom: 108px;
  padding-top: 195px;
  padding-bottom: 195px;
}

.white-box-copy {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.heading {
  color: #000;
  text-align: center;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.columns {
  margin-top: 23px;
  margin-bottom: 0;
  padding-bottom: 0;
  transform: rotate(0);
}

.columns-2 {
  margin-top: 25px;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.white-box-copy.transparent {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.white-box-copy {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 7px;
  padding: 127px 15px 159px;
}

.white-box-copy.transparent {
  background-color: #0000;
  border-style: none;
}

.container-2 {
  margin-top: -231px;
}

.body {
  background-color: #fff;
}

.container-3 {
  color: #9c6a6a;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.column-2 {
  font-weight: 700;
}

.heading-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block {
  margin-bottom: -83px;
}

.container-4 {
  clear: left;
  background-color: var(--white-smoke-2);
  margin-top: -155px;
  margin-bottom: -77px;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-4 {
  color: var(--blue-black);
  background-color: red;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  display: none;
}

.heading-5 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.section-copy {
  background-color: var(--white-smoke-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1px;
  padding: 50px 10px;
  position: relative;
  transform: none;
}

.section-copy.accent {
  background-color: var(--blue-black);
  margin-top: -1px;
}

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

.grid-12 {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  grid-template: ". . ."
                 ". Area Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin: 19px 20px 30px;
}

.image-20 {
  border-radius: 20px;
  box-shadow: 6px 6px 20px 8px #000;
}

.image-20.gold {
  outline-offset: 0px;
  outline: 5px solid #ffbd00;
  box-shadow: 0 0 16px 3px #fbcc42;
}

.div-block-44 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-19 {
  border-radius: 20px;
  box-shadow: 0 0 20px 5px #000;
}

.image-19.silver {
  outline-offset: 0px;
  outline: 5px solid #969696;
  box-shadow: 0 0 16px 3px #919191;
}

.text-block-11 {
  text-align: center;
  font-size: 20px;
}

.image-18 {
  border-radius: 20px;
  box-shadow: 0 0 20px 8px #000;
}

.image-18.platinum {
  outline-offset: 0px;
  border: 5px #0000;
  outline: 5px solid #f5f5f5;
  transform: scale(1.05);
  box-shadow: 0 0 15px 6px #fff;
}

.image-18.bronze {
  outline-offset: 0px;
  outline: 5px solid #9b613c;
  box-shadow: 0 0 16px 3px #ff8c3fa8;
}

.image-28 {
  z-index: 0;
  border-radius: 11px;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0 0 13px 5px #ff9500;
}

.image-28.member2 {
  z-index: 2;
  top: 10px;
  left: -25px;
  transform: rotate(6deg);
  box-shadow: 0 0 13px 5px #bdbdbda8;
}

.image-28.meber2 {
  z-index: 5;
  box-shadow: 0 0 13px 5px #ffa600;
}

.image-28.member3 {
  top: 10px;
  left: 26px;
  transform: rotate(-6deg);
  box-shadow: 0 0 13px 5px #8f4500a3;
}

.grid-16 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 80vw;
}

.grid-16.classeswhole.fadein {
  grid-column-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
}

.classbl, .memebersbl {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.div-block-26 {
  background-image: linear-gradient(to top, #df080c, #d3c9c900);
  width: 20vw;
  height: 5vw;
}

.div-block-26.classes {
  opacity: 1;
  background-color: #fff;
  background-image: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 0 10px -4px #000;
}

.div-block-26.classesnogi {
  background-color: #000;
  background-image: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 70px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 0 10px -4px #000;
}

.div-block-25 {
  background-color: #df080c00;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 12px -2px #0003;
}

.div-block-25.classes {
  background-image: url('../images/BusyMat.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  padding-bottom: 0;
  text-decoration: none;
  transition-property: none;
  box-shadow: 0 6px 12px -2px #0003;
}

.div-block-25.membership {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/JudostClass.jpg');
  background-position: 70%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  text-decoration: none;
  transition-property: none;
  box-shadow: 0 6px 12px -2px #0003;
}

.facilitiesbl {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 15vw;
  display: flex;
  position: relative;
  top: -6px;
}

.div-block-25-copy {
  background-color: #df080c00;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 12px -2px #0003;
}

.div-block-25-copy.classes {
  background-image: url('../images/guillaume-bolduc-hdBaq9W0hRY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  height: 20vw;
  padding-bottom: 0;
  transition-property: none;
  box-shadow: inset 3px 0 20px #ffffff21, 2px 2px 13px 3px #000;
}

.div-block-25-copy.membership {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/Le-Sport-2.0-Blur.png');
  background-position: 50% 0;
  background-size: 100%;
  width: 20vw;
  height: 20vw;
  transition-property: none;
  box-shadow: inset 3px 3px 20px #ffffff21, 2px 2px 13px 3px #000;
}

.heading-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  align-self: auto;
  margin-top: 0;
  margin-bottom: -3px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  font-weight: 700;
  text-decoration: none;
}

.heading-copy, .heading-copy-copy {
  padding-left: 0;
  font-weight: 700;
}

.heading-years {
  color: #000;
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-29 {
  filter: brightness(0%) invert(0%);
  margin-top: 7px;
}

.columns-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  transform: rotate(0);
}

.whatpeopletitle {
  color: var(--dark-slate-gray-2);
  padding-bottom: 1px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.kidsclassimage {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/JudostClass.jpg');
  background-position: 50% 20%;
  background-size: 500px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.kidsclassimage.transparent {
  background-color: #0000;
  border-style: none;
}

.seneorsclassimage {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.seneorsclassimage.transparent {
  background-color: #0000;
  border-style: none;
}

.nogiclassimage {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 100%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.nogiclassimage.transparent {
  background-color: #0000;
  border-style: none;
}

.white-box-copy-copy {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box-copy-copy.transparent {
  background-color: #0000;
  border-style: none;
}

.juniorsclassimage {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 100%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.juniorsclassimage.transparent {
  background-color: #0000;
  border-style: none;
}

.welcomeheading {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  width: 751.962px;
  height: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

.wlcomeinfo {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 10px 33px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
  box-shadow: 0 -2px 20px -2px #0003;
}

.wlcomeinfo.accent {
  background-color: var(--blue-black);
  margin-top: -1px;
}

.welcomemessage {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.text-block-12 {
  color: var(--steel-blue-2);
  font-size: 30px;
}

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

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

.div-block-45 {
  background-image: url('../images/nathan-dumlao-2aKCSVCkX0o-unsplash.jpeg');
  background-position: 40%;
  background-size: cover;
  width: 300px;
  height: 500px;
}

.quoteimagedim {
  background-color: #00000075;
  width: 300px;
  height: 500px;
}

.quotefilter {
  background-color: #000000b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quotenames {
  color: #d9000a;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.quotetext {
  color: #f0f0f0;
  height: 150px;
  margin-right: 0;
  padding: 0 10px;
  font-weight: 700;
}

.speechmarks {
  color: var(--dodger-blue);
  margin-right: 0;
  padding-bottom: 50px;
  font-family: Droid Serif, serif;
  font-size: 150px;
  font-weight: 400;
}

.quotessection {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0 10px 90px;
  position: relative;
}

.quotessection.accent {
  background-color: var(--blue-black);
  margin-top: -1px;
}

.quoteimage1 {
  background-image: url('../images/JudostClass.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.quoteimage2, .quoteimage3 {
  width: 300px;
  height: 300px;
}

.verticallineblue {
  color: #d9000a;
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  transform: rotate(90deg);
}

.section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  opacity: 1;
  filter: contrast(110%) brightness(120%) saturate(110%);
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50% 10%;
  background-size: cover;
  border: 0 solid #d9000a;
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  left: 0;
  box-shadow: 0 1px 8px 5px #0003;
}

.underlineblue-copy {
  color: #2e9dff;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  transform: rotate(0);
}

.thecoach {
  z-index: 2;
  clear: none;
  background-color: #fff0;
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 55px;
  padding-bottom: 247px;
  display: flex;
  position: relative;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: -60px;
  display: flex;
}

.thecoachtitle {
  color: #000;
  letter-spacing: normal;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
}

.welcomecontainer {
  color: #9c6a6a;
  max-width: 1500px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.div-block-48 {
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 13px 3px #0003;
}

.div-block-48.div-block-54 {
  box-shadow: none;
  background-color: #fff0;
  justify-content: flex-end;
  align-self: stretch;
  margin-left: 0;
}

.image-30 {
  filter: brightness(0%) invert(0%);
  margin-top: 12px;
}

.image-31 {
  filter: brightness(0%) invert();
  margin-top: 10px;
  padding-bottom: 5px;
}

.classesfreetext {
  color: #404047;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 10px;
  font-weight: 700;
}

.classesfreetext-copy {
  color: #404047;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 10px 0;
  font-size: 30px;
  font-weight: 700;
}

.underlineredcopy {
  color: #d9000a;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  transform: rotate(0);
}

.underlineredbottom {
  color: #d9000a;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  transform: rotate(0);
}

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

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

.classestitle {
  color: var(--dark-slate-gray-2);
  margin-top: 36px;
  padding-bottom: 1px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.classlinebreak {
  color: #d9000a;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  transform: rotate(0);
}

.kidsclassestitle {
  color: var(--dark-slate-gray-2);
  margin-top: 0;
  padding-bottom: 1px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.timestext {
  text-align: center;
  padding-left: 0;
  font-weight: 700;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 0;
}

.nogiclassesgrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
}

.underlineredcopy-copy {
  color: #d9000a;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  transform: rotate(0);
}

.section-5 {
  outline-color: var(--dark-slate-gray-2);
  outline-offset: 0px;
  background-color: #404047;
  outline-width: 5px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-49 {
  background-image: url('../images/Gripped-up.jpg');
  background-position: 5% 20%;
  background-size: auto;
  width: 450px;
  height: 450px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bluejudoguybackground {
  background-image: url('../images/Gripped-up.jpg');
  background-position: 85% 0;
  background-size: auto;
  width: 450px;
  height: 450px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-50 {
  background-image: url('../images/Gripped-up.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 400px;
}

.nogiclassestiitle {
  color: var(--white-smoke-2);
  padding-bottom: 1px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.welcomeheading-copy {
  color: #fff;
  width: 890px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
  position: relative;
}

.section-6 {
  color: #fff;
  background-color: #fff;
  background-image: radial-gradient(circle, #ffffffbf, #f8fafff0), url('../images/BackgroubdImage1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-51 {
  width: 890px;
  margin-bottom: 28px;
  position: relative;
}

.image-32 {
  object-fit: fill;
  margin-left: 1069px;
  position: absolute;
}

.hero-background-text {
  color: #b80000;
  width: 890px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  text-decoration: none;
  position: absolute;
}

.div-block-52 {
  background-color: #fff4f400;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.rightherosection {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-background-text-copy {
  z-index: 2;
  color: #000;
  text-align: right;
  -webkit-text-stroke-color: #fff;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
  position: relative;
  left: -11px;
}

.hero-background-text-copy.smaltitle {
  z-index: 6;
  margin-right: 0;
}

.image-33 {
  z-index: 2;
  margin-top: -130px;
  margin-right: -106px;
  position: relative;
}

.div-block-53 {
  z-index: 2;
  background-color: #fff;
  width: 50vw;
  height: 100vh;
  position: absolute;
  transform: rotate(4deg);
}

.image-33-copy {
  z-index: 2;
  margin-top: -130px;
  margin-right: -106px;
  position: relative;
}

.div-block-53-copy {
  background-color: #000;
  width: 50vw;
  height: 100vh;
  position: absolute;
  transform: rotate(4deg);
}

.image-33-copy {
  z-index: 2;
  margin-top: -405px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.hero-background-text-copy-copy {
  z-index: 2;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 6px 10px #000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
  position: relative;
}

.hero-background-text-copy-copy.smalltitlehero {
  z-index: 6;
  width: auto;
}

.text-span {
  font-size: 65px;
  line-height: 0;
}

.text-span.smallertitle {
  z-index: 6;
  position: relative;
}

.text-span-2 {
  width: auto;
  margin-left: 11px;
  font-size: 70px;
  line-height: 0;
}

.image-34 {
  width: 85vh;
  height: 100vh;
  padding-right: 1.5vw;
  position: absolute;
  left: auto;
  right: auto;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.welcomemessage-copy {
  letter-spacing: 4px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Unicode, sans-serif;
  font-weight: 600;
}

.div-block-54 {
  background-color: #fff0;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
}

.div-block-55 {
  background-color: #000;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 6px 13px 3px #0003;
}

.div-block-55.div-block-54 {
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.div-block-56 {
  background-color: #000;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 6px 13px 3px #0003;
}

.div-block-56.div-block-54 {
  box-shadow: none;
  background-color: #fff0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.div-block-57 {
  background-color: #000;
  border-radius: 20px;
  box-shadow: 0 6px 13px 3px #0003;
}

.image-35 {
  filter: brightness(0%) invert(0%);
}

.text-span-3 {
  color: #fff;
}

.section-7 {
  background-color: #000;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.text-block-13 {
  font-weight: 700;
}

.text-block-14 {
  font-weight: 800;
}

.text-block-15 {
  z-index: 1;
  opacity: 1;
  color: #e7e7e7;
  letter-spacing: 7px;
  width: 110vw;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
}

.section-8 {
  background-image: url('../images/nathan-dumlao-2aKCSVCkX0o-unsplash.jpeg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
}

.image-36 {
  z-index: 2;
  position: relative;
}

.voldirevew {
  background-image: url('../images/5-star-rating-review-star-transparent-free-png.webp');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 100px;
}

.quick-stack-3 {
  z-index: 1;
  grid-column-gap: 26px;
  flex: 0 auto;
  align-self: auto;
  margin-top: 107px;
  margin-bottom: 60px;
  position: relative;
}

.div-block-73 {
  background-color: #e5181b00;
  background-image: url('../images/Me-Throw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 17px;
}

.cell-8 {
  justify-content: space-between;
  align-items: center;
}

.quotename {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 390px;
  margin-top: 5px;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  position: relative;
}

.jokerstars {
  background-image: url('../images/5-star-rating-review-star-transparent-free-png.webp');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 100px;
}

.revewpicholder {
  z-index: 2;
  background-color: #dcdcdc;
  background-image: url('../images/Me-Throw.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: -87px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 7px 2px #00000080;
}

.joker {
  filter: brightness(141%);
  background-color: #0000;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 10px;
}

.div-block-68 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 400px;
  height: 543px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 14px -2px #0003;
}

.volide {
  -webkit-text-stroke-color: #eae9ee;
  background-color: #ededed00;
  background-image: url('../images/Man-In-Rashgard.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  overflow: visible;
}

.quote {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.revewpicholderjoker {
  z-index: 2;
  background-color: #dcdcdc;
  background-image: url('../images/NewNoGiPck.jpg');
  background-position: 45% 90%;
  background-size: 500px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: -87px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 7px 2px #00000080;
}

.div-block-74 {
  background-image: url('../images/5-star-rating-review-star-transparent-free-png.webp');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.section-9 {
  z-index: 1;
  color: #6a859c00;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  padding-top: 60px;
  padding-bottom: 124px;
  display: flex;
  position: relative;
}

.section-10 {
  background-color: #2b2b2d;
  background-image: linear-gradient(#222224, #272729 18%, #28282a 39%, #2c2c2e 61%, #2b2b2d);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 34vw;
  display: flex;
  overflow: visible;
}

.section-11 {
  height: 100vh;
  overflow: hidden;
}

.image-37 {
  mix-blend-mode: normal;
}

.div-block-75 {
  background-image: url('../images/KhabibEdit.png');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  height: 41.5vw;
}

.section-12 {
  background-color: #010101;
  width: 100vw;
  height: 34vw;
  display: flex;
  overflow: hidden;
}

.div-block-76 {
  mix-blend-mode: lighten;
  background-image: url('../images/Gorden-RyanNo-Background.png');
  background-position: 50% 100%;
  background-size: cover;
  flex: 1;
  width: 50vw;
  height: 36.5vw;
  position: relative;
  top: 0;
}

.quick-stack-4 {
  width: 100vw;
  height: 34vw;
  padding: 0;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 50px;
}

.div-block-77 {
  background-image: url('../images/Crown.webp');
  background-position: 100%;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  top: -31px;
  left: 346px;
  transform: rotate(-10deg);
}

.div-block-77-copy {
  background-image: url('../images/Crown.webp');
  background-position: 100%;
  background-size: cover;
  width: 8vw;
  height: 150px;
  position: relative;
  top: 3.9vw;
  left: 20.2vw;
  transform: rotate(10deg);
}

.mma-heading {
  color: #fff;
  margin-top: 0;
  padding-bottom: 31px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

.cell-10 {
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}

.cell-9-copy {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

.what-is-no-gi {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  overflow: visible;
}

.text-span-4 {
  font-family: Roboto, sans-serif;
  font-size: 170px;
}

.where-is-it-used {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

.section-13 {
  background-color: #28282a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vw;
  display: flex;
  overflow: hidden;
}

.self-defence {
  color: #fff;
  margin-top: 0;
  padding-bottom: 31px;
  padding-left: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

.cctv {
  mix-blend-mode: normal;
  background-image: url('../images/CCTVFIGHT.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  width: 50vw;
  position: relative;
  top: 0;
}

.div-block-78 {
  background-image: url('../images/CCTVFIGHT.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 40vw;
  height: 30vw;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.div-block-79 {
  width: 100vw;
  overflow: hidden;
}

.no-gi-description {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  width: 800px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.section-14 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-15 {
  background-color: #28282a;
}

.no-gi-classes-discription {
  background-color: #28282a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 87px;
  padding-bottom: 104px;
  display: flex;
}

.no-gi-description-classes {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  width: 800px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.grid-19-copy {
  grid-column-gap: 16px;
  grid-template: ". . . ."
                 "Area Area Area Area"
                 / 1fr 1fr 1fr 1fr;
  place-content: center;
}

.welcomemessage-copy {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: 600px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.wherewhenhowtext {
  color: #000;
  letter-spacing: 5px;
  text-transform: none;
  width: 400px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.image-38 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-80 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 34vw;
  display: flex;
}

.body-3 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-6 {
  z-index: 2;
  color: #000;
  font-size: 70px;
  font-weight: 700;
  position: relative;
}

.teenclassimage-copy {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/BusyMat.jpg');
  background-position: 100%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.teenclassimage-copy.transparent {
  background-color: #0000;
  border-style: none;
}

.adultclassimage-copy {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/SeneorJudo.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.adultclassimage-copy.transparent {
  background-color: #0000;
  border-style: none;
}

.mmagrapimage {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.mmagrapimage.transparent {
  background-color: #0000;
  border-style: none;
}

.div-block-81 {
  z-index: 0;
  opacity: .04;
  background-color: #fff0;
  background-image: url('../images/Logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 100vw;
  height: 765.972px;
  margin-top: 168px;
  position: absolute;
}

.welcomemessage-copy-copy {
  color: #fff;
  letter-spacing: normal;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  width: 751.962px;
  max-width: 90vw;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.kidsclassimage-copy {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/NoGi1.jpg');
  background-position: 50% 20%;
  background-size: 500px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 127px 15px 159px;
}

.kidsclassimage-copy.transparent {
  background-color: #0000;
  border-style: none;
}

.rwvels-title {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.revelwstitlered {
  color: #d9000a;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.titleclasses2 {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

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

.facilitiesblnogi {
  color: #fff;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.map {
  width: 50vw;
}

.section-16 {
  background-color: #fafafa;
  margin-top: 34px;
  display: flex;
}

.div-block-82 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.loactiontitle {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.judoloactiontitle {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.locationtext {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nogiloactiontitle {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.locationtext-copy {
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.div-block-82-copy {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.questions {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.cell-12, .cell-13 {
  background-color: #d9000a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12.5px;
  box-shadow: 0 6px 12px -2px #0003;
}

.cell-14 {
  background-color: #d9000a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12.5px;
  box-shadow: 0 6px 12px -1px #0003;
}

.div-block-83 {
  background-image: url('../images/social-03-white.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 50px;
}

.quick-stack-5 {
  align-self: auto;
}

.div-block-84 {
  background-image: url('../images/social-30-white.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 50px;
}

.div-block-85 {
  background-image: url('../images/social-40-white.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 50px;
}

.section-17-copy {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/BackgroubdImage1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle2 {
  z-index: 0;
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/Logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 100vw;
  height: 765.972px;
  margin-top: -55px;
  position: absolute;
  overflow: visible;
}

.section-18 {
  background-color: #d9000a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-19 {
  background-color: #d9000a;
  margin-bottom: 50px;
}

.section-19-copy {
  z-index: 2;
  background-color: #000;
  margin-bottom: 0;
  position: relative;
}

.freeclasstitle {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  display: none;
}

.judoloactiontitle-copy {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.locationtext-copy {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.locationtext-copy-copy, .judolocationbp, .locationtext-copy-copy-copy {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nogiloctext {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nogiloactiontitle-copy {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.quick-stack-5-copy {
  align-self: auto;
}

.footerholdertext {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 44px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.image-39 {
  mix-blend-mode: darken;
}

.quick-stack-6 {
  margin-left: 20px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.section-20 {
  overflow: visible;
}

.div-block-86 {
  text-align: left;
  background-image: url('../images/EFDE1ED1-3FB0-4BEE-B00E-7A05107772B8.jpeg');
  background-position: 0%;
  background-size: cover;
  width: 27vw;
  max-width: none;
  height: 40vw;
  margin-top: 11px;
  display: block;
  overflow: hidden;
  box-shadow: -5px 3px 8px #00000061;
}

.div-block-86.the-app-hero {
  background-image: url('../images/8A8FB4F4-8CAB-41D4-9FBE-EB822E78D45B.jpeg');
  background-position: 0%;
  background-size: cover;
  border-radius: 0;
}

.div-block-86.pt-hero {
  background-image: url('../images/CF14DD7C-2208-4BFB-AB1B-5782CB537635.jpeg');
  background-position: 50% 0;
  width: 27vw;
}

.div-block-4 {
  height: 25vw;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ffffff08, #0000 56%, #000 91%);
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 27vw;
  height: 40vw;
  margin-top: 0;
  padding-left: 0;
  display: block;
  transform: scale(1);
}

.grid-9 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: -37px;
  margin-bottom: -23px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  transform: rotate(-2deg);
}

.hero-page-links {
  color: #fff;
  text-align: center;
  margin-top: 55px;
  font-family: Lato, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  overflow: visible;
  transform: rotate(2deg);
}

.section-21 {
  opacity: 1;
  filter: brightness(82%);
  justify-content: center;
  align-items: center;
  height: 50vw;
  margin-top: -60px;
  padding-left: 59px;
  padding-right: 53px;
  display: flex;
  overflow: hidden;
}

.div-block-87 {
  background-color: #ffa9a900;
  width: 25vw;
  height: 40vw;
  margin-left: 29px;
  overflow: hidden;
  transform: rotate(7deg);
}

.div-block-88 {
  background-color: #4d678c85;
  background-image: url('../images/BusyMat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  display: flex;
  transform: rotate(-7deg);
}

.megripping {
  background-color: #4d678c85;
  background-image: url('../images/52165324_2270403656349759_70260314131930363_n.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.thirdjudoimage {
  background-color: #4d678c85;
  background-image: url('../images/Me-Throw.jpg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: 85vw;
  background-attachment: scroll;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.text-block-16, .judopagetitle {
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.judopagetitle2 {
  z-index: 2;
  color: #000;
  width: auto;
  margin-top: 49px;
  margin-left: 51px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
  position: relative;
  left: -11px;
}

.div-block-89 {
  opacity: 1;
  height: 35vw;
  margin-left: 64px;
}

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

.heading-7 {
  z-index: 3;
  color: #000;
  -webkit-text-stroke-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20vw;
  position: absolute;
}

.div-block-90 {
  z-index: -1;
  opacity: .09;
  flex: 0 auto;
  width: 100vw;
  height: auto;
  margin-top: -48px;
  position: absolute;
}

.div-block-91 {
  z-index: 3;
  position: absolute;
}

.div-block-92 {
  text-shadow: 0 4px 5px #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-bottom: -72px;
  padding-bottom: 0;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 10vw;
  line-height: 7vw;
}

.text-span-5 {
  font-size: 7vw;
  line-height: 10vw;
}

.text-span-6 {
  color: #d90018;
  font-size: 15vw;
  line-height: 0;
  position: relative;
  top: 2vw;
  left: 1vw;
}

.text-span-7 {
  color: #d90018;
  font-size: 15vw;
  line-height: 0;
  position: relative;
  top: 2vw;
  left: -1vw;
}

.heading-8-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.div-block-92-copy {
  text-shadow: 0 4px 5px #0003;
  background-color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thirdjudoimage-copy {
  background-color: #4d678c85;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.div-block-93 {
  filter: brightness(300%);
  background-image: url('../images/BE559DA6-9D0F-4EA4-996E-3DC00F3361E7.png');
  background-position: 50% 80%;
  background-size: cover;
  width: 400px;
  height: 150px;
}

.blackbeltjudopage {
  filter: brightness(0%);
  background-image: url('../images/BE559DA6-9D0F-4EA4-996E-3DC00F3361E7.png');
  background-position: 50% 80%;
  background-size: cover;
  width: 400px;
  height: 150px;
  line-height: 17px;
}

.quick-stack-7 {
  align-self: auto;
  width: 1150px;
}

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

.cell-15, .cell-16, .cell-17 {
  justify-content: center;
  align-items: center;
}

.div-block-94 {
  filter: brightness(46%);
  background-image: url('../images/Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 100px;
}

.heading-9 {
  color: #000;
  text-align: center;
  align-self: auto;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.text-span-8 {
  font-size: 50px;
}

.text-span-9 {
  color: #fafdff;
  text-shadow: 0 1px 4px #000;
}

.heading-9-copy {
  color: #000;
  text-align: center;
  align-self: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.div-block-95 {
  color: #000;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-95-copy {
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 13px 1px #0003;
}

.div-block-96 {
  background-image: url('../images/NewNoGiPck.jpg');
  background-position: 40% 100%;
  background-size: 900px;
  width: 800px;
  height: 350px;
}

.megripping-copy {
  background-color: #4d678c85;
  background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
  background-position: -50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.div-block-88-copy {
  background-color: #4d678c85;
  background-image: url('../images/51604819_719032638490993_365351966852449260_n.jpg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  display: flex;
  transform: rotate(-7deg);
}

.rwvels-title-copy {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.what-is-judotext {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: 800px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.div-block-97 {
  z-index: 2;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 73px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 3px 11px 5px #0003;
}

.judopagelefttitles {
  color: #d9000a;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.judopageblacklefttitle {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.judo-page-title-left-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  line-height: 50px;
}

.quick-stack-8 {
  grid-column-gap: 41px;
  width: 1000px;
}

.section-24 {
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.div-block-98 {
  background-image: url('../images/52165324_2270403656349759_70260314131930363_n.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 400px;
  height: 400px;
}

.what-is-judotext-left {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.judosalespageimage1 {
  background-image: url('../images/52165324_2270403656349759_70260314131930363_n.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 0;
  width: 400px;
  height: 400px;
}

.judosalespageimage2 {
  background-image: url('../images/Cal-Jeach.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 400px;
  height: 400px;
}

.judosalespageimage3 {
  background-image: url('../images/CCTVFIGHT.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.judosalespageimage4 {
  background-image: url('../images/Judo.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 400px;
  height: 400px;
}

.judosalespageimage5 {
  background-image: url('../images/Me-Throw.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.section-24-copy {
  background-color: #080808;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.nogisalespageimage1 {
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.nogisalestexttitle {
  color: #fff;
  line-height: 50px;
}

.nogisalestextdetail {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nogisalespageimage2 {
  background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-99 {
  border-radius: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 20px 30px 30px;
  display: flex;
  box-shadow: 1px 3px 13px #0003;
}

.div-block-100 {
  background-image: url('../images/JudostClass.jpg');
  background-position: 70%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 400px;
}

.classesredtitle {
  color: #d9000a;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.classesblacktitle {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 9px;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.classdecriptin {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cell-18 {
  justify-content: center;
  align-items: flex-start;
}

.kidsjudobotton {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d9000a;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.kidsjudobotton:hover {
  background-color: #2e9dff;
}

.kidsjudobotton.w--current {
  background-color: #2e80b6;
}

.kidsjudobotton.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.kidsjudobotton.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.kidsjudobotton.tab:hover, .kidsjudobotton.tab.w--current {
  background-color: #2e80b6;
}

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

.quick-stack-9 {
  background-color: #fff;
  width: 1000px;
  padding: 30px;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 8px 1px #0003;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
  box-shadow: inset 0 2px 8px 1px #0003;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
  box-shadow: 0 2px 8px 1px #0003;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  box-shadow: inset 0 2px 8px 1px #0003;
}

.tab-link-tab-3 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 8px 1px #0003;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  box-shadow: inset 0 2px 8px 1px #0003;
}

.tab-link-tab-4 {
  background-color: #000;
  border-radius: 20px;
  margin-left: 5px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 8px 1px #0003;
}

.tab-link-tab-4.w--current {
  background-color: #070707;
  box-shadow: inset 0 2px 8px 1px #0003;
}

.juniorsclasspic {
  background-image: url('../images/BusyMat.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 400px;
}

.seneorsclasspic {
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 400px;
}

.nogiclasspic {
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 400px;
}

.div-block-102 {
  z-index: 5;
  background-color: #d9000a;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  top: -21px;
  left: 190px;
}

.text-block-17 {
  color: #fff;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.nogiholder {
  background-color: #000;
  border-radius: 20px;
  width: 1000px;
  padding: 30px;
}

.classesblacktitlenogi {
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 9px;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.classdecriptinnogi {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.what-is-judotext-left-copy {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  align-self: stretch;
  width: auto;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.what-is-judotext-left-copy.tableday {
  color: #fff;
}

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

.quick-stack-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  align-self: center;
  width: 700px;
  margin-top: 10px;
  padding: 5px;
}

.cell-19, .cell-20 {
  background-color: #d9000a;
  justify-content: center;
  align-items: center;
}

.cell-21, .cell-22, .cell-23, .cell-24 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.cell-25 {
  background-color: #fff;
}

.judolocationtext {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  width: 800px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nogitimetable {
  grid-column-gap: 5px;
  grid-row-gap: 17px;
  background-color: #000;
  border-radius: 0;
  align-self: auto;
  width: 600px;
  margin-top: 30px;
  padding: 5px;
}

.rwvels-title-nogi {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.what-is-nogitext {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 13px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: relative;
}

.text-span-10 {
  font-size: 100px;
  line-height: 80px;
}

.section-25 {
  background-color: #080808;
  background-image: url('../images/ArronGetingManHandled.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1919px;
  height: 800px;
}

.redunderline {
  color: #d9000a;
  line-height: 1px;
  text-decoration: underline;
}

.redunderline2 {
  color: #d9000a;
  text-align: center;
  margin-top: -8px;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 0;
  text-decoration: underline;
}

.text-span-11 {
  font-size: 100px;
}

.section-26 {
  background-color: #0c0c0c;
  display: block;
  overflow: hidden;
}

.cell-26 {
  flex-direction: row;
  align-items: center;
}

.cell-27 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-11 {
  background-color: #fff;
  padding: 0 0 0 10vw;
  overflow: hidden;
}

.bigredunderline2-i {
  color: #d9000a;
  margin-top: -140px;
  padding-bottom: 20px;
  font-size: 100px;
  line-height: 0;
  text-decoration: underline;
}

.section-27 {
  color: #080808;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quick-stack-12 {
  grid-column-gap: 25px;
}

.cell-28 {
  align-items: center;
  padding-bottom: 25px;
}

.nogiloctext-nogipage {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.map-2 {
  align-self: auto;
  width: 627px;
}

.judoherotitle {
  color: #000;
  text-align: left;
  min-width: 400px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.judoherotextdes {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 13px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative;
}

.judoheroimage1 {
  background-color: #4d678c85;
  background-image: url('../images/52165324_2270403656349759_70260314131930363_n.jpg');
  background-position: -50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.judoheroimage2 {
  filter: contrast(97%) saturate(110%) brightness(130%);
  background-color: #4d678c85;
  background-image: url('../images/Me-Throw.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.html-embed {
  border-radius: 0;
  width: 30vw;
  height: 30vw;
  margin-top: 0;
}

.cell-29 {
  align-items: flex-start;
}

.cell-30 {
  align-items: flex-end;
}

.section-19-copy-copy {
  background-color: #d9000a;
  margin-bottom: 0;
}

.body-4 {
  background-color: #080808;
}

.div-block-104 {
  z-index: 0;
  background-color: #d9000a;
  width: 43vw;
  height: 70vw;
  margin-top: 0;
  margin-right: 3.5vw;
  position: absolute;
  inset: auto 0% auto auto;
  transform: rotate(7deg);
}

.bigredunderline2-i-copy {
  color: #d9000a;
  margin-top: -140px;
  padding-bottom: 20px;
  font-size: 100px;
  line-height: 0;
  text-decoration: underline;
}

.div-block-105 {
  z-index: 0;
  background-color: #d9000a;
  width: 43vw;
  height: 52vw;
  margin-top: -7vw;
  margin-right: 3.5vw;
  position: absolute;
  inset: auto 0% auto auto;
  transform: rotate(7deg);
}

.section-16-copy {
  background-color: #131313;
  background-image: linear-gradient(#000000db, #000000db), url('../images/Karatie-Gum.gif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 29px;
  display: flex;
  position: relative;
}

.freeclasstitle-copy {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 92px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.section-24-copy-copy {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.section-24-copy, .section-24-copy-copy, .section-24-copy-copy {
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.section-24-copy-copy-copy {
  background-color: #131313;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.judoheroimage2-copy {
  filter: contrast(97%) saturate(110%) brightness(130%);
  background-color: #4d678c85;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.quick-stack-11-copy {
  background-color: #000;
  padding: 0 0 0 10vw;
  overflow: hidden;
}

.judoherotitle-copy {
  color: #fff;
  text-align: left;
  min-width: 400px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.judoherotextdes-copy {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 13px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative;
}

.button-2 {
  margin-left: 24px;
}

.tabs {
  margin-top: 40px;
}

.tabs-content {
  z-index: 1;
}

.redunderline2center {
  color: #d9000a;
  text-align: center;
  margin-top: -8px;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 0;
  text-decoration: underline;
}

.cell-41 {
  align-items: flex-end;
}

.div-block-52-copy {
  background-color: #fff;
  background-image: url('../images/52165324_2270403656349759_70260314131930363_n.jpg');
  background-position: 50%;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.rightherosection-copy {
  background-color: #000;
  background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-6-copy {
  color: #000;
  background-color: #070707;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.div-block-108 {
  z-index: 1;
  background-image: none;
  background-size: auto;
  justify-content: center;
  width: 1487.27px;
  height: auto;
  margin-top: 30px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.freeclasstitle-copy-copy {
  z-index: 4;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.heart1 {
  z-index: 10;
  background-image: url('../images/RedHNB.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: -11px;
  display: flex;
  position: relative;
}

.heart1.offset {
  margin-top: -21px;
  margin-left: 0;
}

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

.div-block-111 {
  display: flex;
  position: absolute;
}

.heart2 {
  z-index: 10;
  background-image: url('../images/RedHNB.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  width: 50px;
  height: 50px;
  margin-left: 9px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.tapemeasureholder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.onetape {
  background-image: url('../images/ruler-908891_1280.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 200px;
  margin-bottom: -19px;
  margin-right: -9px;
  transform: rotate(180deg);
}

.tapeblock {
  z-index: 3;
  background-image: url('../images/TapeMeasure.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 200px;
  position: relative;
}

.tapeholder {
  z-index: 1;
  position: relative;
}

.div-block-113 {
  height: auto;
  margin-top: -540px;
  margin-bottom: -560px;
  margin-left: -576px;
}

.div-block-114 {
  z-index: 2;
  background-color: #fff;
  height: 500px;
  margin-top: -40px;
  position: relative;
}

.div-block-115 {
  z-index: 3;
  position: relative;
}

.div-block-116 {
  background-image: url('../images/Karatie-Gum.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50vw;
  height: 30vw;
  margin-right: 1.5vw;
  font-size: 20px;
}

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

.judoloactiontitle2 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.judoloctext-copy {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 20px;
  margin-left: 43px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-116-judo {
  background-image: url('../images/JudostClass.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50vw;
  height: 30vw;
  margin-right: 1.5vw;
  font-size: 20px;
}

.html-embed-copy {
  width: 30vw;
  height: 30vw;
  margin-top: 0;
}

.section-16-copy-copy {
  background-color: #fafafa;
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/BusyMat.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 29px;
  display: flex;
  position: relative;
}

.div-block-118, .div-block-119 {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-120 {
  width: 75px;
}

.judoloctext-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.div-block-121 {
  color: #fff0;
  background-color: #db333300;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 130px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-122 {
  z-index: 1;
  background-color: #d9000a;
  border-radius: 100%;
  width: 800px;
  height: 400px;
  margin-left: -200px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-29 {
  z-index: 5;
  background-color: #d9000a;
  background-image: radial-gradient(circle, #00000059, #d9000a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 150px;
  display: none;
  position: relative;
  overflow: visible;
}

.welcomeheading-copy {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  width: 751.962px;
  height: auto;
  margin-top: 0;
  padding-bottom: 31px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
}

.text-span-3-copy {
  color: #fff;
}

.div-block-123 {
  background-color: #fff;
  border-radius: 20px;
  width: 700px;
  max-width: 90vw;
  height: 200px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: inset 0 2px 11px 7px #0003;
}

.quick-stack-13 {
  grid-row-gap: 0px;
  width: 1000px;
  margin-top: -13px;
  margin-left: 0;
  overflow: visible;
}

.cell-42, .cell-43 {
  align-items: center;
}

.cell-44 {
  text-align: center;
  align-items: center;
}

.cell-45 {
  align-items: center;
}

.cell-46 {
  justify-content: flex-end;
}

.cell-47 {
  justify-content: flex-end;
  align-items: center;
}

.cell-48 {
  justify-content: flex-end;
}

.div-block-124 {
  width: 2000px;
  display: flex;
  overflow: visible;
}

.becasuewehvaetitle {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.text-block-18 {
  z-index: 10;
  text-align: center;
  margin-top: 270px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
}

.text-span-14 {
  color: #fff;
  margin-left: 15px;
}

.text-span-15 {
  z-index: 10;
  font-size: 70px;
  display: none;
  position: relative;
}

.text-span-16 {
  font-size: 70px;
  display: none;
}

.button-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  box-shadow: 0 2px 11px 4px #0003;
}

.button-copy:hover {
  background-color: #2e9dff;
}

.button-copy.w--current {
  background-color: #2e80b6;
}

.button-copy.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button-copy.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button-copy.tab:hover, .button-copy.tab.w--current {
  background-color: #2e80b6;
}

.titleclasses2-copy {
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.whychooseus {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  width: 550px;
  max-width: 90vw;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-copy {
  line-height: 50px;
}

.quick-stack-14 {
  grid-row-gap: 13px;
  align-self: center;
}

.cell-49 {
  align-items: flex-start;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.quick-stack-15 {
  align-self: auto;
}

.revelwstitlered-copy-copy {
  color: #d9000a;
  text-align: center;
  letter-spacing: normal;
  text-align: center;
  letter-spacing: normal;
  text-align: center;
  letter-spacing: normal;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.nogisalespageimage3 {
  background-image: url('../images/Karatie-Gum.gif');
  background-position: 100%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.section-31 {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

.div-block-125 {
  z-index: 3;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/52165324_2270403656349759_70260314131930363_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px 0 0 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 500px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 3px 4px 20px 6px #0003;
}

.div-block-126 {
  -webkit-backdrop-filter: brightness(19%);
  backdrop-filter: brightness(19%);
  background-color: #0000;
  background-image: linear-gradient(148deg, #000000e8, #000000b5), url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 500px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: -4px 3px 20px 6px #0003;
}

.mainherotitle {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  background-color: #000;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 5px 9px 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.mainherosmalltitle {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  width: 800px;
  max-width: 80vw;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.herotextdis {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: 800px;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.div-block-125-copy {
  z-index: 0;
  opacity: 1;
  background-color: #fff0;
  background-image: url('../images/Gi-No-Gi-Split-NewManHndsLeft.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px 0 0 20px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 630px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 50% auto auto;
  overflow: hidden;
  transform: translate(0);
}

.div-block-126-copy {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/RightSide.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 630px;
  height: 500px;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(0);
}

.text-span-2-copy {
  z-index: 6;
  width: auto;
  margin-left: 11px;
  font-size: 70px;
  line-height: 0;
  position: relative;
}

.div-block-127 {
  background-image: url('../images/Gi-No-Gi-Split-NewMan-NoHnags.png');
  background-position: 0 0;
  background-size: auto;
  width: 100px;
  height: 500px;
  position: absolute;
}

.div-block-128 {
  background-color: #ffffffb3;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  min-width: 700px;
  height: 700px;
  min-height: 700px;
  display: flex;
}

.div-block-129 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/CalFlag.png');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 56px;
  margin-left: 0;
  margin-right: -40px;
  display: flex;
  position: relative;
  top: 11px;
  left: 63px;
  box-shadow: 0 1px 8px 5px #0003;
}

.div-block-130 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  display: flex;
  position: relative;
  bottom: -180px;
}

.div-block-131 {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  min-width: 600px;
  display: flex;
  position: relative;
}

.div-block-132 {
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

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

._0plusyears {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cell-51 {
  background-color: #d9000a;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 0;
}

.cell-52 {
  color: #d9000a;
  text-align: center;
  background-color: #d9000a;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.cell-53 {
  background-color: #d9000a;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.paperimage {
  filter: invert();
  background-image: url('../images/diploma.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.mastersimage {
  filter: invert();
  background-color: #0000;
  background-image: url('../images/certificate.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.text-span-18 {
  margin-left: -10px;
  font-size: 30px;
  line-height: 30px;
}

.quick-stack-16 {
  z-index: 2;
  grid-column-gap: 30px;
  background-color: #d9000a;
  border-radius: 20px;
  margin-top: 25px;
  margin-left: 0;
  position: relative;
  box-shadow: 0 3px 11px 4px #0003;
}

.coachtext {
  color: #000;
  letter-spacing: normal;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  width: 600px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.section-32 {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/BackgroubdImage1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: auto;
  display: block;
  overflow: hidden;
}

.div-block-135 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: grayscale() blur(2px);
  backdrop-filter: grayscale() blur(2px);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.heading-10 {
  color: #000;
  text-align: center;
  min-width: 400px;
  font-family: Roboto, sans-serif;
}

.text-span-19 {
  color: #d9000a;
  background-color: #fff0;
  font-size: 57px;
  line-height: 57px;
}

.judopagelinkbotton {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d9000a;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.judopagelinkbotton:hover {
  background-color: #2e9dff;
}

.judopagelinkbotton.w--current {
  background-color: #2e80b6;
}

.judopagelinkbotton.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.judopagelinkbotton.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.judopagelinkbotton.tab:hover, .judopagelinkbotton.tab.w--current {
  background-color: #2e80b6;
}

.nogilinkbotton {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.nogilinkbotton:hover {
  background-color: #2e9dff;
}

.nogilinkbotton.w--current {
  background-color: #2e80b6;
}

.nogilinkbotton.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nogilinkbotton.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.nogilinkbotton.tab:hover, .nogilinkbotton.tab.w--current {
  background-color: #2e80b6;
}

.div-block-136 {
  filter: saturate(110%) brightness(110%) contrast(110%);
  background-image: url('../images/Bowing-off.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 300px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 10px 1px #0003;
}

.div-block-136.mobilephoto1 {
  background-image: url('../images/Judo.jpg');
}

.div-block-136.right1 {
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-136.left2 {
  filter: saturate(110%) brightness(90%) contrast(110%);
  background-image: url('../images/GroupnogiPic3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-137 {
  background-image: url('../images/GroupnogiPic3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 250px;
  height: 150px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-137.mobilephoto4 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-137.left4 {
  background-image: url('../images/NewNoGiPck.jpg');
  background-position: 50% 170%;
}

.div-block-137.mobilephoto4-copy {
  background-image: url('../images/BusyMat.jpg');
  margin-left: 0;
  padding-left: 0;
}

.div-block-138 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-138-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -50px;
  margin-left: 10px;
  display: flex;
}

.div-block-134-copy {
  margin-top: 100px;
  display: flex;
}

.div-block-137-copy {
  background-image: url('../images/NoGi1.jpg');
  background-position: 50%;
  background-size: 350px;
  align-self: flex-start;
  width: 250px;
  height: 150px;
  box-shadow: 0 1px 10px 1px #0003;
}

.div-block-137-copy.mobilephoto3 {
  align-self: flex-start;
}

.div-block-137-copy.right3 {
  background-image: url('../images/Me-Throw.jpg');
  background-position: 50% 40%;
  background-size: cover;
  align-self: flex-start;
}

.div-block-137-copy.mobilephoto3-copy {
  align-self: flex-start;
}

.div-block-136-copy {
  background-image: url('../images/SeneorJudo.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 300px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 -1px 10px 1px #0003;
}

.div-block-136-copy.mobilephoto2 {
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-136-copy.mobilephoto2.loversection2 {
  width: 300px;
  height: 200px;
  margin-top: 10px;
}

.div-block-136-copy.left2 {
  background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
  background-position: 50%;
  background-size: contain;
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-136-copy.mobilephoto2-copy, .div-block-136-copy.mobilephoto2-copy-copy {
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-131-copy {
  justify-content: center;
  width: 45vw;
  margin-right: -45vw;
  display: flex;
}

.div-block-139 {
  z-index: 1;
  color: #000;
  background-color: #d9000a;
  width: 50vw;
  height: 50vw;
  margin-top: 822px;
  margin-left: 100.8vw;
  position: absolute;
  transform: rotate(45deg);
}

.thecoach-copy {
  z-index: 1;
  clear: none;
  background-color: #fff0;
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 55px;
  padding-bottom: 247px;
  display: flex;
  position: relative;
}

.div-block-140 {
  margin-top: 80px;
  display: block;
  overflow: hidden;
}

.div-block-141 {
  z-index: 0;
  background-color: #d9000a;
  width: 130vw;
  height: 10vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -208px;
  position: absolute;
  inset: 51% 0% 0%;
  transform: rotate(-4deg);
}

.div-block-142 {
  overflow: hidden;
}

.div-block-130-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  display: flex;
}

.thecoachtitle-copy {
  color: #000;
  letter-spacing: normal;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-131-copy-copy {
  justify-content: center;
  width: auto;
  display: flex;
}

.div-block-139-copy {
  z-index: 1;
  color: #000;
  background-color: #d9000a;
  width: 50vw;
  height: 50vw;
  margin-top: 679px;
  margin-left: -38vw;
  position: absolute;
  transform: rotate(45deg);
}

.section-33 {
  z-index: 0;
  background-image: radial-gradient(circle, #00000047 33%, #ffffffa1), url('../images/Me-Throw.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 80vh;
  display: none;
  position: relative;
  overflow: visible;
}

.div-block-143 {
  z-index: 1;
  -webkit-backdrop-filter: saturate(110%) contrast(110%) blur(3px);
  backdrop-filter: saturate(110%) contrast(110%) blur(3px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.methrowing {
  z-index: 2;
  filter: saturate(110%) contrast(110%);
  background-image: url('../images/Me-ThrowNoB.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 80vh;
  position: absolute;
}

.heading-10-copy {
  color: #fff;
  text-align: left;
  background-color: #000000b0;
  width: 800px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  line-height: 65px;
  position: relative;
  top: 0;
  left: 14.5vw;
}

.div-block-131-copy-copy-copy {
  justify-content: center;
  width: auto;
  display: flex;
}

.div-block-131-copy-copy-copy.topleftimagegroup {
  margin-left: -10px;
}

.div-block-138-copy-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  display: flex;
}

.div-block-138-copy {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-144 {
  margin-top: -48px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-145 {
  text-align: center;
}

.quick-stack-17 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: #000;
  width: auto;
  margin-left: 0;
  padding: 0 5px;
}

.cell-54, .cell-55, .cell-56, .cell-57 {
  justify-content: flex-end;
}

.div-block-146 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  padding-top: 73px;
  padding-bottom: 0;
  display: flex;
}

.div-block-147 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-148 {
  background-color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.heorbammertext {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.calname {
  color: #fff;
  letter-spacing: normal;
  background-color: #d9000a;
  width: auto;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  inset: 0% 328px auto auto;
  box-shadow: 0 4px 8px 2px #0003;
}

.calname-copy {
  color: #fff;
  letter-spacing: normal;
  background-color: #d9000a;
  margin-left: 0;
  padding: 5px 17px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  inset: 306px auto auto 390px;
  box-shadow: -1px 4px 8px 2px #0003;
}

.div-block-149 {
  justify-content: flex-start;
  align-items: center;
  width: 45vw;
  display: flex;
}

.image-40 {
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-150 {
  display: none;
}

.revelwstitlered-copy {
  color: #d9000a;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-139-copy-copy {
  z-index: 0;
  color: #000;
  background-color: #d9000a;
  width: 50vw;
  height: 50vw;
  margin-top: -818px;
  margin-left: 0;
  position: absolute;
  left: -25.6vw;
  transform: rotate(45deg);
}

.section-34 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-35 {
  width: 100vw;
  height: 900px;
}

.quick-stack-16-copy {
  z-index: 2;
  grid-column-gap: 30px;
  background-color: #d9000a00;
  border-radius: 20px;
  align-self: auto;
  width: 1000px;
  height: 500px;
  margin-top: 25px;
  margin-left: 0;
  position: relative;
  box-shadow: 0 3px 11px 4px #0003;
}

.mastersimage-copy {
  filter: invert();
  background-color: #0000;
  background-image: url('../images/certificate.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.text-block-20-copy {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.paperimage-copy {
  filter: invert();
  background-image: url('../images/diploma.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.text-block-19-copy {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.judoheroimage1-copy {
  background-color: #4d678c85;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.div-block-68-copy {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 400px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 14px -2px #0003;
}

.quotename-copy {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  z-index: 2;
  text-align: center;
  letter-spacing: 1px;
  z-index: 2;
  text-align: center;
  letter-spacing: 1px;
  width: 390px;
  margin-top: 40px;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.div-block-122-copy {
  z-index: 1;
  z-index: 1;
  inset: auto 0% 0%;
  z-index: 1;
  inset: auto 0% 0%;
  background-color: #000;
  border-radius: 100%;
  width: 800px;
  height: 400px;
  margin-left: -200px;
  position: absolute;
  inset: auto 0% 0%;
}

.quote-copy {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-align: center;
  letter-spacing: 1px;
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  margin-top: 43px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.div-block-121-copy {
  color: #fff0;
  background-color: #db333300;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 150px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.quick-stack-18 {
  z-index: 5;
  position: relative;
  overflow: visible;
}

.div-block-151 {
  width: 30vw;
  height: 100px;
}

.div-block-151-copy {
  color: #8097aa;
  background-color: #fff;
  flex-direction: row;
  align-self: auto;
  align-items: flex-start;
  width: 600px;
  height: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.quote-copy-copy, .quote-copy-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.calrevew-ext {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.div-block-152 {
  background-color: #aaa;
  background-image: url('../images/guillaume-bolduc-hdBaq9W0hRY-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  font-size: 50px;
  line-height: 50px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-153 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 575.688px;
  display: flex;
}

.div-block-154 {
  background-image: url('../images/5-star-rating-review-star-transparent-free-png.webp');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 30px;
  min-height: auto;
}

.quick-stack-11-copy {
  background-color: #fff;
  width: 100vw;
  padding: 0 0 0 10vw;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.section-36 {
  object-fit: fill;
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-104-copy {
  z-index: 0;
  background-color: #d9000a;
  width: 43vw;
  height: 100vw;
  margin-top: 0;
  margin-right: 3.5vw;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: visible;
  transform: rotate(7deg);
}

.quick-stack-11-copy-copy {
  background-color: #000;
  padding: 0 0 0 10vw;
  overflow: hidden;
}

.judoheroimage1-copy-copy {
  background-color: #4d678c85;
  background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.judoheroimage2-copy-copy {
  filter: contrast(97%) saturate(110%) brightness(130%);
  background-color: #4d678c85;
  background-image: url('../images/Aaron-fighting-for-his-life.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.section-37 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-104-copy-copy {
  z-index: 0;
  background-color: #d9000a;
  width: 43vw;
  height: 100vw;
  margin-top: 0;
  margin-right: 3.5vw;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: visible;
  transform: rotate(7deg);
}

.quick-stack-19 {
  width: auto;
  position: relative;
}

.div-block-155 {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-155.nogipricebox {
  color: #000;
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.div-block-155.bothpricebox {
  color: #000;
  background-color: #d9000a;
}

.div-block-156 {
  z-index: 1;
  background-color: #f7f7f7;
  border-radius: 0 0 20px 20px;
  width: 240px;
  height: 300px;
  position: relative;
  top: -20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-156.nogipricedec {
  background-color: #1d1d1d;
  height: 200px;
}

.div-block-156.bothpricebox {
  background-color: #d9000a;
}

.div-block-156.whitemonthpasflag {
  height: 200px;
}

.div-block-156.familyplanflag {
  height: 250px;
}

.cell-58 {
  align-items: center;
}

.div-block-157 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.text-block-21 {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.text-block-21.nogismallprice {
  color: #fff;
}

.text-block-21.bothsmallprice {
  color: #fff;
  mix-blend-mode: normal;
}

.text-span-20 {
  font-size: 20px;
  line-height: 20px;
}

.text-block-21-copy {
  color: #00000012;
  font-family: Roboto, sans-serif;
  font-size: 170px;
  font-weight: 500;
  line-height: 170px;
  position: absolute;
  top: 56px;
}

.text-block-21-copy.nogibigprice {
  color: #ffffff1c;
}

.text-block-21-copy.bothbigprice {
  color: #ffffff1c;
  mix-blend-mode: normal;
}

.text-span-21 {
  font-size: 100px;
  position: relative;
  top: -48px;
}

.text-block-22 {
  color: #000;
  text-align: center;
  padding-top: 42px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-22.nogititleprice, .text-block-22.bothpricetitle {
  color: #fff;
}

.text-block-23 {
  color: #000;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.text-block-23.npgipricetext, .text-block-23.bothpricedes {
  color: #fff;
}

.section-38 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
  display: flex;
}

.text-span-22 {
  mix-blend-mode: normal;
}

.div-block-158 {
  z-index: 5;
  background-color: #1d1d1d;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -5% auto auto;
}

.text-block-24 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.div-block-141-copy {
  z-index: 0;
  background-color: #d9000a;
  width: 130vw;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -208px;
  position: absolute;
  inset: 400px 0% 0%;
}

.section-39 {
  background-color: #000;
  height: 500px;
}

.section-40 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 500px;
  display: flex;
  box-shadow: 0 0 20px 10px #0003;
}

.heading-11 {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.div-block-159 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: relative;
}

.div-block-160 {
  outline-offset: 0px;
  background-image: url('../images/JacobReveeiwImage.jpg');
  background-position: 80% 0;
  background-size: cover;
  border-radius: 300px;
  outline: 10px solid #fff;
  width: 200px;
  height: 200px;
  box-shadow: 0 2px 9px 12px #0003;
}

.feedbacktitle {
  color: silver;
  margin-bottom: -107px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 172px;
  font-weight: 900;
  line-height: 100px;
}

.jacob {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 700px;
  display: flex;
  box-shadow: 0 20px 20px 10px #0003;
}

.mrunderline {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  border: 1px #000;
  outline: 3px #6a859c;
  margin-top: -40px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 148px;
  font-weight: 900;
  line-height: 0;
  text-decoration: underline;
  position: relative;
}

.headcoachtitle-seattle {
  color: #3d3d3d;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 37px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  position: relative;
  top: 5px;
}

.blsckstrip {
  z-index: 0;
  background-color: #d9000a;
  width: 43vw;
  height: 100vw;
  margin-top: 0;
  margin-right: 3.5vw;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: visible;
  transform: rotate(7deg);
}

.text-span-23 {
  text-align: left;
  font-size: 35px;
  line-height: 35px;
}

.reviewmrtext {
  color: #000;
  text-align: center;
  width: 750px;
  margin-top: 99px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.mrpaper {
  color: #3d3d3d;
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  position: relative;
  top: 5px;
}

.div-block-161 {
  margin-top: 31px;
  display: flex;
  position: relative;
}

.text-span-24 {
  font-size: 37px;
}

.mr-tsypkin {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  border: 1px #000;
  outline: 3px #6a859c;
  margin-bottom: 0;
  padding-top: 100px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 100px;
  text-decoration: underline;
  position: relative;
}

.jacob-tsypkin-nmes {
  color: #000;
  text-align: center;
  width: 750px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.test-text {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px #0003;
  border: 1px #000;
  outline: 3px #6a859c;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 134px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 100px;
  text-decoration: underline;
  position: relative;
}

.div-block-163 {
  color: #fff;
}

.body-5 {
  background-color: #fff;
}

.judoloactiontitle2-copy {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.membershipslink {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  transition: all .3s ease-in-out;
}

.membershipslink:hover, .membershipslink.w--current {
  color: var(--firebrick);
}

.coachheroimage2 {
  filter: contrast(97%) saturate(110%) brightness(130%);
  background-color: #4d678c85;
  background-image: url('../images/BusyMat.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.coachheroimage1 {
  filter: saturate(110%) brightness(131%);
  background-color: #4d678c85;
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 40vw;
  height: 35vw;
  margin-top: 2.5vw;
  margin-left: -6vh;
  transform: rotate(-7deg);
}

.div-block-164 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-165 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-137-copy-copy {
  background-image: url('../images/Me-Throw.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: flex-start;
  width: 250px;
  height: 150px;
  box-shadow: 0 1px 10px 1px #0003;
}

.div-block-137-copy-copy.mobilephoto3 {
  align-self: flex-start;
}

.div-block-137-copy-copy.right3 {
  background-image: url('../images/Me-Throw.jpg');
  background-position: 50% 40%;
  background-size: cover;
  align-self: flex-start;
}

.div-block-137-copy-copy.mobilephoto3-copy {
  align-self: flex-start;
}

.div-block-136-copy-copy {
  background-image: url('../images/Cal-Jeach.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 -1px 10px 1px #0003;
}

.div-block-136-copy-copy.mobilephoto2 {
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-136-copy-copy.mobilephoto2.loversection2 {
  width: 300px;
  height: 200px;
  margin-top: 10px;
}

.div-block-136-copy-copy.left2 {
  background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
  background-position: 50%;
  background-size: contain;
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-136-copy-copy.mobilephoto2-copy, .div-block-136-copy-copy.mobilephoto2-copy-copy {
  width: 250px;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.revewpicholderjoker-copy {
  z-index: 2;
  background-color: #dcdcdc;
  background-image: url('../images/52165324_2270403656349759_70260314131930363_n.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: -87px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 7px 2px #00000080;
}

.text-block-25 {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

@media screen and (min-width: 1920px) {
  .section {
    background-color: #f0f0f000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title-group {
    margin-bottom: 0;
  }

  .hero-section-copy.centered {
    background-image: linear-gradient(#192024, #19202438 12%, #1920245c 94%, #192024);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .columns {
    margin-top: 0;
  }

  .body {
    background-color: #fff;
  }

  .container-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-copy {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-2 {
    background-image: url('../images/Aaron-fighting-for-his-life.jpg');
    background-position: 50%;
    background-size: cover;
    margin-right: 0;
    padding-left: 0;
  }

  .grid-12 {
    grid-template-areas: "."
                         "Area";
  }

  .grid-16.classeswhole.fadein {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: stretch;
    place-items: center;
  }

  .div-block-26.classesnogi {
    width: 300px;
  }

  .div-block-25 {
    border-radius: 6px;
  }

  .div-block-25.membership {
    width: 300px;
    height: 300px;
  }

  .div-block-25-copy {
    border-radius: 6px;
  }

  .div-block-25-copy.membership {
    width: 20vw;
    height: 20vw;
  }

  .columns-copy {
    margin-top: 0;
  }

  .whatpeopletitle {
    font-size: 50px;
    line-height: 70px;
  }

  .wlcomeinfo {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .quotessection {
    background-color: #f0f0f0e6;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .verticallineblue, .underlineblue-copy, .thecoachtitle {
    font-size: 50px;
    line-height: 70px;
  }

  .welcomecontainer {
    margin-top: 0;
    padding-bottom: 0;
  }

  .underlineredcopy, .underlineredbottom, .classestitle, .classlinebreak, .kidsclassestitle, .underlineredcopy-copy, .nogiclassestiitle {
    font-size: 50px;
    line-height: 70px;
  }

  .section-6 {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  .rightherosection {
    overflow: hidden;
  }

  .hero-background-text-copy-copy {
    margin-left: 30px;
    position: relative;
  }

  .image-34 {
    inset: 0% auto auto;
  }

  .rwvels-title {
    font-size: 50px;
    line-height: 70px;
  }

  .revelwstitlered {
    line-height: 40px;
  }

  .titleclasses2 {
    font-size: 50px;
    line-height: 70px;
  }

  .facilitiesblnogi {
    width: auto;
  }

  .loactiontitle, .judoloactiontitle, .nogiloactiontitle, .questions {
    font-size: 50px;
    line-height: 70px;
  }

  .section-19-copy {
    z-index: 3;
    margin-bottom: 0;
    position: relative;
  }

  .freeclasstitle, .judoloactiontitle-copy, .nogiloactiontitle-copy {
    font-size: 50px;
    line-height: 70px;
  }

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

  .rwvels-title-copy {
    font-size: 50px;
    line-height: 70px;
  }

  .revelwstitlered-copy, .judopagelefttitles {
    line-height: 40px;
  }

  .judopageblacklefttitle {
    font-size: 50px;
    line-height: 70px;
  }

  .div-block-99 {
    align-self: auto;
  }

  .classesredtitle {
    line-height: 40px;
  }

  .classesblacktitle {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-101 {
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    width: 525px;
    display: flex;
  }

  .quick-stack-9 {
    width: 1145px;
  }

  .tab-link-tab-1 {
    background-color: #fff;
    border-radius: 20px;
    margin-right: 4px;
    box-shadow: 0 4px 12px #0003;
  }

  .tab-link-tab-1.w--current {
    background-color: #fff;
    border-radius: 20px;
    margin-right: 17px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-102 {
    position: absolute;
    top: -23px;
    left: 183px;
  }

  .nogiholder {
    width: 1145px;
  }

  .classesblacktitlenogi {
    font-size: 50px;
    line-height: 50px;
  }

  .rwvels-title-nogi {
    font-size: 50px;
    line-height: 70px;
  }

  .quick-stack-11 {
    padding-left: 6vw;
  }

  .html-embed {
    width: 40vw;
  }

  .freeclasstitle-copy {
    font-size: 50px;
    line-height: 70px;
  }

  .rightherosection-copy {
    overflow: hidden;
  }

  .section-6-copy {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-108 {
    z-index: 1;
  }

  .section-28 {
    z-index: 2;
    position: relative;
    overflow: hidden;
  }

  .freeclasstitle-copy-copy {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 70px;
    position: relative;
  }

  .heart1, .heart2 {
    width: 50px;
  }

  .tapeblock {
    z-index: 3;
    position: relative;
  }

  .tapeholder {
    z-index: 0;
    position: relative;
  }

  .div-block-113 {
    height: auto;
    margin-top: -516px;
    margin-left: -576px;
  }

  .div-block-114 {
    z-index: 2;
    background-color: #fff;
    height: 500px;
    margin-top: -40px;
    padding-top: 0;
    position: relative;
  }

  .judoloactiontitle2 {
    font-size: 50px;
    line-height: 70px;
  }

  .judoloctext-copy {
    width: 700px;
    margin-top: 27px;
  }

  .html-embed-copy {
    width: 40vw;
  }

  .judoloctext-copy-copy {
    width: 700px;
    margin-top: 27px;
  }

  .section-29 {
    background-image: none;
  }

  .becasuewehvaetitle {
    line-height: 40px;
  }

  .titleclasses2-copy {
    font-size: 50px;
    line-height: 70px;
  }

  .revelwstitlered-copy {
    color: #fff;
    line-height: 40px;
  }

  .revelwstitlered-copy-copy {
    line-height: 40px;
  }

  .mainherotitle {
    font-size: 50px;
    line-height: 70px;
  }

  .mainherosmalltitle {
    line-height: 40px;
  }

  .thecoachtitle-copy, .heorbammertext, .calname, .calname-copy {
    font-size: 50px;
    line-height: 70px;
  }

  .revelwstitlered-copy {
    line-height: 40px;
  }

  .quick-stack-11-copy, .quick-stack-11-copy-copy {
    padding-left: 6vw;
  }

  .judoloactiontitle2-copy {
    font-size: 50px;
    line-height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #000;
    text-align: left;
    border-radius: 0;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    float: none;
    color: #000;
  }

  .hamburger-button.w--open {
    background-color: #fff;
  }

  .navigation-menu {
    color: #000;
    background-color: #a2a2a2;
  }

  .section {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .icon {
    color: var(--white-smoke-2);
  }

  .hero-section-copy.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .wlcomeinfo {
    height: auto;
  }

  .verticallineblue {
    display: none;
  }

  .div-block-46 {
    width: 55vw;
    height: 55vw;
    left: -9.9vw;
  }

  .thecoach {
    flex-direction: column;
    padding-bottom: 264px;
  }

  .div-block-47 {
    margin-top: 28px;
  }

  .hero-background-text-copy {
    text-align: right;
    padding-right: 9px;
    font-size: 100px;
    line-height: 70px;
  }

  .hero-background-text-copy.smaltitle {
    display: none;
  }

  .hero-background-text-copy-copy {
    font-size: 100px;
    line-height: 70px;
  }

  .hero-background-text-copy-copy.smalltitlehero {
    display: none;
  }

  .text-span {
    font-size: 42px;
    display: none;
  }

  .text-span-2 {
    font-size: 50px;
    display: none;
  }

  .div-block-54 {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .quotename {
    margin-top: -45px;
    padding-top: 0;
  }

  .revewpicholder {
    align-self: flex-start;
    margin-top: -70px;
  }

  .div-block-68 {
    width: 90vw;
    height: auto;
    margin-top: 33px;
    margin-bottom: 35px;
  }

  .quote {
    margin-bottom: 0;
  }

  .revewpicholderjoker {
    align-self: flex-start;
    margin-top: -70px;
  }

  .div-block-74 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-9 {
    height: auto;
    padding-top: 0;
  }

  .body-3 {
    background-color: #000;
    padding-bottom: 0;
  }

  .rwvels-title {
    margin-bottom: 0;
  }

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

  .locationtext {
    padding-bottom: 20px;
  }

  .div-block-82-copy {
    width: 85vw;
  }

  .section-19-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nogiloctext {
    padding-bottom: 20px;
  }

  .image-39 {
    display: none;
    overflow: visible;
  }

  .div-block-87 {
    width: 40vw;
    height: 70vw;
    margin-top: 40px;
    margin-left: -3vw;
    margin-right: 6.5vw;
  }

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

  .quick-stack-8 {
    align-self: center;
    width: 85vw;
  }

  .section-24 {
    background-color: #fff;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .judosalespageimage1, .judosalespageimage2, .judosalespageimage3 {
    border-radius: 10px;
    width: 85vw;
    height: 85vw;
  }

  .judosalespageimage4, .judosalespageimage5 {
    border-radius: 10px;
    order: -1;
    width: 85vw;
    height: 85vw;
  }

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

  .nogisalespageimage1 {
    border-radius: 10px;
    order: -1;
    width: 85vw;
    height: 85vw;
  }

  .nogisalespageimage2 {
    border-radius: 10px;
    width: 85vw;
    height: 85vw;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    margin-bottom: 10px;
  }

  .div-block-102 {
    top: -10px;
    left: 214px;
  }

  .what-is-judotext-left-copy {
    margin-left: 0;
  }

  .quick-stack-10 {
    border-radius: 10px;
    width: 85vw;
  }

  .cell-26 {
    justify-content: center;
  }

  .cell-27 {
    align-items: flex-start;
  }

  .judoherotitle {
    text-align: center;
    margin-left: 0;
  }

  .judoherotextdes {
    width: 90vw;
  }

  .judoheroimage1, .judoheroimage2 {
    width: 70vw;
    height: 60vw;
  }

  .html-embed {
    width: 90vw;
    height: 90vw;
    margin-top: 0;
  }

  .section-19-copy-copy {
    justify-content: center;
    align-items: center;
    max-width: 768vw;
    height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-104 {
    height: 100vw;
    margin-right: 29.5vw;
    inset: 0% 0% 0% auto;
  }

  .bigredunderline2-i-copy {
    text-align: center;
  }

  .section-16-copy {
    flex-direction: column;
    align-items: center;
  }

  .freeclasstitle-copy {
    width: 80vw;
    max-width: 100vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
    overflow: hidden;
  }

  .section-24-copy-copy {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .cell-31, .cell-32, .cell-33, .cell-34, .cell-35 {
    align-items: center;
  }

  .div-block-106 {
    z-index: 1;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: -10.5vw;
    display: flex;
    position: relative;
  }

  .div-block-107 {
    border: 5px solid #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 85vw;
    margin-top: 25px;
    display: flex;
    overflow: hidden;
  }

  .judoheroimage2-copy {
    width: 70vw;
    height: 60vw;
  }

  .judoheroimage1-copy {
    background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
    background-position: 50%;
    width: 70vw;
    height: 60vw;
  }

  .judoherotitle-copy {
    text-align: center;
    margin-left: 0;
  }

  .judoherotextdes-copy {
    width: 90vw;
  }

  .div-block-106-copy {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: -10.5vw;
    display: flex;
    position: relative;
  }

  .tabs {
    max-width: 100vw;
  }

  .tabs-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-36, .cell-37, .cell-38, .cell-39 {
    align-items: center;
  }

  .redunderline2center {
    text-align: center;
  }

  .cell-41 {
    align-items: center;
  }

  .freeclasstitle-copy-copy {
    width: 80vw;
    max-width: 100vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
    overflow: hidden;
  }

  .div-block-116 {
    width: 90vw;
    height: 50vw;
    margin-bottom: 5vw;
    margin-right: 0;
  }

  .div-block-117 {
    flex-direction: column;
  }

  .judoloctext-copy {
    padding-bottom: 0;
  }

  .div-block-116-judo {
    width: 90vw;
    height: 50vw;
    margin-bottom: 5vw;
    margin-right: 0;
  }

  .html-embed-copy {
    width: 90vw;
    height: 90vw;
    margin-top: 0;
  }

  .section-16-copy-copy {
    flex-direction: column;
    align-items: center;
  }

  .judoloctext-copy-copy {
    order: 1;
    padding-bottom: 20px;
  }

  .div-block-121 {
    align-self: auto;
    width: 90vw;
  }

  .div-block-122 {
    width: 200vw;
    margin-bottom: 18px;
    margin-left: -55.5vw;
    position: absolute;
  }

  .div-block-123 {
    overflow: hidden;
  }

  .text-block-18 {
    margin-top: 201px;
    margin-left: 17px;
    font-size: 40px;
  }

  .text-span-14 {
    margin-left: 6px;
  }

  .text-span-15, .text-span-16 {
    font-size: 40px;
    display: block;
  }

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

  .nogisalespageimage3 {
    border-radius: 10px;
    order: -1;
    width: 85vw;
    height: 85vw;
  }

  .text-span-2-copy {
    font-size: 50px;
    display: none;
  }

  .div-block-129 {
    width: 55vw;
    height: 55vw;
    margin-top: 0;
    margin-right: 0;
    top: 12.4vw;
    left: 9.6vw;
  }

  .div-block-130 {
    bottom: 0;
  }

  .div-block-131 {
    flex-direction: row;
    align-items: stretch;
    width: auto;
    margin-top: 50px;
  }

  .div-block-132 {
    width: auto;
    display: block;
  }

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

  .div-block-136 {
    width: 45vw;
    height: 25vw;
  }

  .div-block-137 {
    width: 35vw;
    height: 20vw;
  }

  .div-block-137.mobilephoto4, .div-block-137.left4, .div-block-137.mobilephoto4-copy {
    width: 250px;
    height: 150px;
  }

  .div-block-134-copy {
    flex-direction: column;
    align-items: center;
  }

  .div-block-137-copy {
    width: 35vw;
    height: 20vw;
  }

  .div-block-137-copy.mobilephoto3, .div-block-137-copy.right3, .div-block-137-copy.mobilephoto3-copy {
    width: 250px;
    height: 150px;
  }

  .div-block-136-copy {
    width: 45vw;
    height: 25vw;
  }

  .div-block-131-copy {
    width: 90vw;
    margin-top: 68px;
    margin-right: 0;
  }

  .div-block-139 {
    width: 100vw;
    height: 100vw;
    margin-top: 1300px;
    margin-left: 111.8vw;
  }

  .thecoach-copy {
    flex-direction: column;
    align-content: center;
    padding-bottom: 264px;
  }

  .div-block-131-copy-copy {
    width: 90vw;
    margin-top: 68px;
  }

  .div-block-139-copy {
    width: 100vw;
    height: 100vw;
    margin-top: 1300px;
    margin-left: 111.8vw;
  }

  .div-block-131-copy-copy-copy {
    width: 90vw;
    margin-top: 68px;
  }

  .div-block-146 {
    margin-left: 0;
  }

  .heorbammertext {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .calname {
    text-align: center;
    flex: 1;
    align-self: center;
    padding: 1vw 0;
    font-size: 9vw;
    line-height: 9vw;
    top: .1vw;
    left: 8%;
    right: 66.4vw;
  }

  .calname-copy {
    text-align: center;
    align-self: center;
    font-size: 9vw;
    line-height: 9vw;
    top: 56.7vw;
    left: 0%;
    right: -53.5vw;
  }

  .div-block-149 {
    width: auto;
  }

  .div-block-139-copy-copy {
    width: 100vw;
    height: 100vw;
    margin-top: 1300px;
    margin-left: 111.8vw;
  }

  .judoheroimage1-copy {
    background-image: url('../images/Cal-Jeach.jpg');
    background-position: 55%;
    background-size: cover;
    width: 70vw;
    height: 60vw;
  }

  .div-block-68-copy {
    width: 90vw;
    height: auto;
    margin-top: 33px;
    margin-bottom: 35px;
  }

  .quotename-copy {
    margin-top: 0;
    padding-top: 0;
    top: 35px;
  }

  .div-block-122-copy {
    width: 200vw;
    margin-bottom: 18px;
    margin-left: -55.5vw;
    position: absolute;
  }

  .quote-copy {
    margin-bottom: 0;
  }

  .div-block-121-copy {
    align-self: auto;
    width: 90vw;
  }

  .quote-copy-copy, .quote-copy-copy-copy, .calrevew-ext {
    margin-bottom: 0;
  }

  .div-block-104-copy {
    height: 100vw;
    margin-right: 29.5vw;
    inset: 0% 0% 0% auto;
  }

  .judoheroimage1-copy-copy {
    background-image: url('../images/51746454_635154676915941_3616920548041866554_n.jpg');
    background-position: 50%;
    width: 70vw;
    height: 60vw;
  }

  .judoheroimage2-copy-copy {
    width: 70vw;
    height: 60vw;
  }

  .div-block-104-copy-copy {
    height: 100vw;
    margin-right: 29.5vw;
    inset: 0% 0% 0% auto;
  }

  .jacob {
    width: 100vw;
  }

  .blsckstrip {
    height: 100vw;
    margin-right: 29.5vw;
    inset: 0% 0% 0% auto;
  }

  .membershipslink {
    color: #000;
    text-align: left;
    border-radius: 0;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .membershipslink.w--current {
    color: #fff;
  }

  .coachheroimage2 {
    width: 70vw;
    height: 60vw;
  }

  .coachheroimage1 {
    background-image: url('../images/Cal-Jeach.jpg');
    background-position: 55%;
    background-size: cover;
    width: 70vw;
    height: 60vw;
  }

  .div-block-137-copy-copy {
    width: 35vw;
    height: 20vw;
  }

  .div-block-137-copy-copy.mobilephoto3, .div-block-137-copy-copy.right3, .div-block-137-copy-copy.mobilephoto3-copy {
    width: 250px;
    height: 150px;
  }

  .div-block-136-copy-copy {
    width: 45vw;
    height: 25vw;
  }

  .revewpicholderjoker-copy {
    align-self: flex-start;
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .brand-text {
    padding-left: 73px;
    padding-right: 0;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .column {
    font-size: 0;
  }

  .hero-section-copy.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .white-box-copy {
    margin-bottom: 30px;
  }

  .classbl, .memebersbl, .facilitiesbl {
    font-size: 25px;
  }

  .kidsclassimage, .seneorsclassimage, .nogiclassimage, .white-box-copy-copy, .juniorsclassimage {
    margin-bottom: 30px;
  }

  .welcomeheading {
    width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-47 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .thecoachtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-background-text-copy {
    margin-right: -15px;
    padding-right: 0;
    font-size: 16vw;
  }

  .hero-background-text-copy-copy {
    margin-left: 10px;
    font-size: 15vw;
  }

  .revewpicholder, .revewpicholderjoker {
    width: 100px;
    height: 100px;
    margin-top: -40px;
  }

  .welcomemessage-copy {
    font-weight: 400;
  }

  .teenclassimage-copy, .adultclassimage-copy, .mmagrapimage {
    margin-bottom: 30px;
  }

  .welcomemessage-copy-copy {
    width: auto;
    font-weight: 400;
  }

  .kidsclassimage-copy {
    margin-bottom: 30px;
  }

  .rwvels-title {
    font-size: 40px;
    line-height: 40px;
  }

  .revelwstitlered {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .titleclasses2 {
    font-size: 40px;
    line-height: 40px;
  }

  .facilitiesblnogi {
    font-size: 25px;
  }

  .loactiontitle {
    font-size: 40px;
    line-height: 40px;
  }

  .locationtext {
    font-weight: 400;
  }

  .section-17-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-18 {
    flex-direction: column;
    height: auto;
  }

  .section-19-copy {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .freeclasstitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .judoloactiontitle-copy, .judolocationbp, .locationtext-copy-copy-copy {
    text-align: center;
  }

  .nogiloctext {
    font-weight: 400;
  }

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

  .quick-stack-6 {
    order: -1;
  }

  .rwvels-title-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .revelwstitlered-copy, .judopagelefttitles {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 40px;
    line-height: 40px;
  }

  .classesredtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .classesblacktitle {
    font-size: 40px;
    line-height: 40px;
  }

  .classdecriptin {
    font-weight: 400;
  }

  .kidsjudobotton.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .kidsjudobotton.tab {
    font-size: 12px;
  }

  .div-block-102 {
    left: 204px;
  }

  .div-block-104 {
    height: 100vw;
  }

  .freeclasstitle-copy {
    width: 100vw;
  }

  .text-span-12 {
    font-size: 17vw;
  }

  .freeclasstitle-copy-copy {
    width: 100vw;
  }

  .judoloctext-copy, .judoloctext-copy-copy {
    width: 85vw;
    margin-top: 20px;
    font-weight: 400;
  }

  .div-block-122 {
    margin-bottom: 40px;
  }

  .welcomeheading-copy {
    width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .becasuewehvaetitle {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-18 {
    margin-top: 189px;
    margin-left: 23px;
  }

  .button-copy.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy.tab {
    font-size: 12px;
  }

  .titleclasses2-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .whychooseus {
    width: auto;
    font-weight: 400;
  }

  .bold-text-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .quick-stack-15 {
    grid-column-gap: 0px;
  }

  .revelwstitlered-copy-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-125 {
    width: 47vw;
    margin-right: 5px;
  }

  .div-block-126 {
    width: 47vw;
    margin-left: 5px;
  }

  .mainherotitle {
    width: 80vw;
    font-size: 40px;
    line-height: 40px;
  }

  .mainherosmalltitle {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .herotextdis {
    font-weight: 400;
  }

  .div-block-125-copy {
    width: 47vw;
    margin-right: 5px;
  }

  .div-block-126-copy {
    width: 47vw;
    margin-left: 5px;
  }

  .quick-stack-16 {
    margin-left: 0;
  }

  .coachtext {
    font-weight: 400;
  }

  .judopagelinkbotton.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .judopagelinkbotton.tab {
    font-size: 12px;
  }

  .nogilinkbotton.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .nogilinkbotton.tab {
    font-size: 12px;
  }

  .div-block-137.left4, .div-block-137-copy.right3 {
    width: 250px;
    height: 150px;
  }

  .div-block-139 {
    margin-top: 1148px;
  }

  .div-block-141 {
    width: 200vw;
  }

  .thecoachtitle-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-139-copy {
    margin-top: 1148px;
  }

  .heorbammertext, .calname, .calname-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .revelwstitlered-copy {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-139-copy-copy {
    margin-top: 1148px;
  }

  .quick-stack-16-copy {
    margin-left: 0;
  }

  .div-block-122-copy {
    margin-bottom: 40px;
  }

  .div-block-104-copy, .div-block-104-copy-copy {
    height: 100vw;
  }

  .div-block-141-copy {
    width: 200vw;
  }

  .heading-11 {
    margin-bottom: 10px;
    font-size: 12vw;
    line-height: 10vw;
  }

  .feedbacktitle {
    font-size: 21vw;
    line-height: 20vw;
  }

  .jacob {
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-bottom: 79px;
  }

  .mrunderline {
    margin-top: 0;
    font-size: 18vw;
  }

  .headcoachtitle-seattle {
    text-align: center;
    padding-right: 0;
    font-size: 9vw;
    top: 0;
  }

  .blsckstrip {
    height: 100vw;
  }

  .text-span-23 {
    font-size: 9.5vw;
    line-height: 10vw;
  }

  .reviewmrtext {
    width: 90vw;
  }

  .mrpaper {
    text-align: center;
    font-size: 8.8vw;
    line-height: 9vw;
  }

  .div-block-161 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .text-span-24 {
    font-size: 11vw;
  }

  .mr-tsypkin {
    font-size: 18vw;
    line-height: 30vw;
  }

  .div-block-137-copy-copy.right3 {
    width: 250px;
    height: 150px;
  }

  .revewpicholderjoker-copy {
    width: 100px;
    height: 100px;
    margin-top: -40px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    order: 1;
    width: 200px;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-link {
    background-color: #ce3838;
  }

  .navigation-bar {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .hamburger-button {
    padding-bottom: 18px;
    overflow: visible;
  }

  .hamburger-button.w--open {
    margin-top: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navigation-menu {
    background-color: #fff;
    padding-bottom: 0;
  }

  .brand-text {
    color: var(--white-smoke-2);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

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

  .hero-section.centered {
    background-image: linear-gradient(#00000029, #192024 91%), url('../images/nathan-dumlao-2aKCSVCkX0o-unsplash.jpeg');
    background-position: 0 0, 50% -20%;
    background-repeat: repeat, repeat;
    background-size: auto, auto 500px;
    background-attachment: scroll, scroll;
    margin-bottom: -28px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    color: #fff;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-subheading {
    text-shadow: 1px 1px 1px #000;
    margin-top: 70px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    object-fit: fill;
    background-color: #0000;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 60%;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    display: flex;
    position: static;
    overflow: visible;
  }

  .icon {
    color: var(--white-smoke-2);
  }

  .image {
    font-weight: 400;
  }

  .image-2 {
    height: 60%;
    padding: 12px 90px 0 0;
  }

  .hero-section-copy.centered {
    background-image: linear-gradient(#00000029, #192024 91%), url('../images/Aaron-fighting-for-his-life.jpg');
    background-position: 0 0, 10%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2 {
    margin-top: 29px;
  }

  .container-3 {
    margin-top: 143px;
    padding-top: 0;
  }

  .div-block {
    margin-top: -36px;
  }

  .container-4 {
    margin-top: 147px;
  }

  .welcomeheading {
    font-size: 40px;
    line-height: 40px;
  }

  .wlcomeinfo {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 33px;
  }

  .div-block-46 {
    width: 55vw;
    height: 55vw;
  }

  .thecoach {
    margin-top: 47px;
    padding-bottom: 50px;
  }

  .div-block-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thecoachtitle {
    clear: none;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    align-self: center;
    max-width: none;
    position: relative;
  }

  .welcomecontainer {
    margin-top: 143px;
    padding-top: 0;
  }

  .section-6 {
    width: 100vw;
    height: auto;
    padding-bottom: 0;
  }

  .rightherosection {
    height: 100vh;
  }

  .hero-background-text-copy {
    letter-spacing: normal;
    font-size: 15vw;
    line-height: 9vw;
  }

  .hero-background-text-copy-copy {
    z-index: 2;
    letter-spacing: 1vw;
    width: auto;
    margin-left: 0;
    font-size: 15vw;
    line-height: 6vw;
  }

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

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

  .quick-stack-3 {
    margin-top: 20px;
  }

  .revewpicholder {
    margin-left: -35px;
  }

  .div-block-68 {
    width: 90vw;
  }

  .quote {
    line-height: 30px;
  }

  .revewpicholderjoker {
    background-position: 45% 80%;
    margin-left: -35px;
  }

  .section-9 {
    z-index: 1;
    color: #fff;
    background-color: #fff;
    padding-top: 100px;
    position: relative;
  }

  .welcomemessage-copy {
    text-align: left;
    padding-top: 30px;
  }

  .rwvels-title {
    margin-bottom: 0;
  }

  .revelwstitlered {
    max-width: 100vw;
    margin-top: 0;
    line-height: 25px;
  }

  .titleclasses2 {
    margin-bottom: 0;
  }

  .section-16 {
    overflow: hidden;
  }

  .questions {
    max-width: 100vw;
    font-size: 40px;
    line-height: 40px;
  }

  .nogiloctext {
    text-align: left;
    width: 90vw;
  }

  .footerholdertext {
    padding-right: 0;
  }

  .what-is-judotext-left {
    padding-bottom: 0;
  }

  .nogisalestexttitle {
    font-size: 40px;
    line-height: 40px;
  }

  .nogisalestextdetail {
    font-weight: 400;
  }

  .div-block-99 {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-100 {
    background-size: 105vw;
    align-self: stretch;
    width: 80vw;
    height: 40vw;
  }

  .kidsjudobotton {
    margin-top: 0;
    margin-bottom: 0;
  }

  .quick-stack-9 {
    width: 90vw;
  }

  .tab-link-tab-1 {
    margin-bottom: 10px;
  }

  .juniorsclasspic, .seneorsclasspic {
    width: 80vw;
    height: 40vw;
  }

  .nogiclasspic {
    background-image: url('../images/NewNoGiPck.jpg');
    background-position: 50% 100%;
    width: 80vw;
    height: 40vw;
  }

  .div-block-102 {
    inset: -30% 0% auto auto;
  }

  .classesblacktitlenogi {
    text-align: left;
    font-size: 40px;
  }

  .judolocationtext {
    width: auto;
  }

  .nogitimetable {
    width: 90vw;
  }

  .rwvels-title-nogi {
    font-size: 40px;
    line-height: 40px;
  }

  .nogiloctext-nogipage {
    width: 90vw;
  }

  .judoherotitle {
    font-size: 80px;
    line-height: 80px;
  }

  .html-embed {
    width: 90vw;
  }

  .div-block-104 {
    height: 125vw;
  }

  .bigredunderline2-i-copy {
    margin-top: -123px;
  }

  .section-16-copy {
    background-image: linear-gradient(#000000c2, #000000c2), url('../images/Karatie-Gum.gif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    overflow: hidden;
  }

  .freeclasstitle-copy {
    width: 100vw;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-106 {
    background-color: #000;
  }

  .judoheroimage2-copy {
    background-position: 50%;
  }

  .judoherotitle-copy {
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-106-copy {
    background-color: #fff;
  }

  .tabs-content {
    overflow: visible;
  }

  .cell-40 {
    align-items: center;
  }

  .redunderline2center {
    text-align: center;
  }

  .div-block-108 {
    background-position: 50%;
    width: 100vw;
    height: 300px;
    margin-top: 30px;
    position: relative;
  }

  .freeclasstitle-copy-copy {
    width: 100vw;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-110 {
    aspect-ratio: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .judoloactiontitle2 {
    line-height: 50px;
  }

  .judoloctext-copy {
    text-align: left;
  }

  .div-block-116-judo {
    border-radius: 20px;
  }

  .html-embed-copy {
    width: 90vw;
  }

  .section-16-copy-copy {
    overflow: hidden;
  }

  .text-span-13 {
    font-size: 4vw;
  }

  .welcomeheading-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-123 {
    margin-top: 20px;
  }

  .text-block-18 {
    margin-top: 92px;
    margin-left: 15px;
    padding-left: 0;
    font-size: 20px;
    display: block;
    overflow: visible;
  }

  .text-span-15, .text-span-16 {
    font-size: 6vw;
    line-height: 11vw;
  }

  .text-span-17 {
    letter-spacing: normal;
    font-size: 14vw;
    line-height: 9vw;
  }

  .button-copy {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .titleclasses2-copy {
    margin-bottom: 0;
  }

  .quick-stack-14 {
    grid-column-gap: 9px;
    order: -1;
  }

  .quick-stack-15 {
    grid-row-gap: 0px;
  }

  .cell-50 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-125 {
    order: 0;
    width: 47vw;
    height: 300px;
    margin-right: 4px;
    overflow: visible;
  }

  .div-block-126 {
    width: 47vw;
    height: 300px;
    margin-left: 4px;
  }

  .mainherotitle {
    margin-bottom: 20px;
  }

  .div-block-125-copy {
    background-size: auto 450px;
    width: 47vw;
    height: 300px;
    margin-right: 4px;
  }

  .div-block-126-copy {
    z-index: 1;
    background-size: auto 450px;
    width: 47vw;
    height: 300px;
    margin-left: 4px;
  }

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

  .div-block-129 {
    width: 55vw;
    height: 55vw;
    top: 12.4vw;
  }

  .div-block-130 {
    align-items: center;
    margin-top: 50px;
    bottom: 0;
  }

  .div-block-131 {
    width: auto;
    min-width: auto;
  }

  ._0plusyears {
    width: auto;
    height: auto;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .paperimage, .mastersimage {
    width: 20vw;
    height: 20vw;
  }

  .text-block-20 {
    margin-top: -14px;
    padding-left: 5px;
    font-size: 15vw;
  }

  .text-span-18 {
    font-size: 7vw;
  }

  .quick-stack-16 {
    grid-column-gap: 0px;
    width: 95vw;
    margin-left: 0;
  }

  .coachtext {
    text-align: left;
    padding-top: 30px;
  }

  .div-block-134 {
    align-items: center;
  }

  .section-32 {
    width: auto;
    height: 350px;
  }

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

  .judopagelinkbotton, .nogilinkbotton {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-136.mobilephoto1, .div-block-136.right1, .div-block-136.left2 {
    background-image: url('../images/BusyMat.jpg');
    background-position: 50%;
  }

  .div-block-137 {
    width: 35vw;
  }

  .div-block-137.mobilephoto4, .div-block-137.left4 {
    background-image: url('../images/NewNoGiPck.jpg');
    background-position: 50% 150%;
  }

  .div-block-137.mobilephoto4-copy {
    background-image: url('../images/NewNoGiPck.jpg');
    background-position: 50% 150%;
    width: 35vw;
    height: 20vw;
  }

  .div-block-138-copy {
    align-items: flex-start;
    margin-top: -23px;
  }

  .div-block-134-copy {
    align-items: center;
    margin-top: 0;
  }

  .div-block-137-copy.mobilephoto3, .div-block-137-copy.right3 {
    background-image: url('../images/Bowing-off.jpg');
    background-size: cover;
  }

  .div-block-137-copy.mobilephoto3-copy {
    background-image: url('../images/Bowing-off.jpg');
    background-size: cover;
    width: 35vw;
    height: 20vw;
  }

  .div-block-136-copy {
    background-position: 60%;
    background-size: 60vw;
  }

  .div-block-136-copy.mobilephoto2 {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
    width: 45vw;
    height: 25vw;
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-136-copy.mobilephoto2.loversection2 {
    width: 45vw;
    height: 25vw;
  }

  .div-block-136-copy.left2 {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
  }

  .div-block-136-copy.mobilephoto2-copy {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
    width: 45vw;
    height: 25vw;
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-136-copy.mobilephoto2-copy-copy {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-131-copy {
    order: -1;
  }

  .div-block-139 {
    margin-top: 950px;
  }

  .thecoach-copy {
    padding-bottom: 191px;
  }

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

  .div-block-141 {
    display: none;
  }

  .div-block-130-copy {
    align-items: center;
  }

  .thecoachtitle-copy {
    clear: none;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    align-self: auto;
    max-width: none;
    position: relative;
  }

  .div-block-131-copy-copy {
    z-index: 2;
    order: 1;
    position: relative;
  }

  .div-block-139-copy {
    margin-top: 447px;
    margin-left: -101.2vw;
  }

  .div-block-131-copy-copy-copy {
    z-index: 2;
    z-index: 2;
    z-index: 2;
    order: 1;
    position: relative;
  }

  .div-block-138-copy-copy {
    margin-top: -23px;
  }

  .quick-stack-17 {
    margin-left: 0;
  }

  .div-block-146 {
    padding-bottom: 0;
    position: relative;
  }

  .heorbammertext {
    z-index: 1;
    opacity: 1;
    margin-bottom: 0;
    position: relative;
  }

  .calname {
    clear: none;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    flex: 0 auto;
    align-self: center;
    width: 34vw;
    max-width: none;
    margin-left: 0;
    font-size: 8vw;
    line-height: 9vw;
    position: absolute;
    top: .2vw;
    left: 8.7%;
    right: 0;
  }

  .calname-copy {
    clear: none;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    align-self: center;
    width: 34vw;
    max-width: none;
    padding: 1vw 0;
    font-size: 8vw;
    line-height: 9vw;
    position: absolute;
    top: 56.3vw;
    left: 60%;
    right: 0;
  }

  .image-40 {
    width: 500px;
    margin-top: -380px;
    display: block;
  }

  .div-block-150 {
    z-index: 0;
    opacity: .12;
    background-image: url('../images/kisspng-flag-of-wales-vector-map-vector-map-5ad9af7f40f0a4.658596381524215679266.png');
    background-position: 50% 0;
    background-size: 300vw;
    width: 100vw;
    height: 60vh;
    margin-top: 0;
    display: block;
    position: absolute;
    inset: 5% 0% auto;
  }

  .revelwstitlered-copy {
    max-width: 100vw;
    margin-top: 0;
    line-height: 30px;
  }

  .div-block-139-copy-copy {
    z-index: 0;
    margin-top: -334px;
    margin-left: -100vw;
    left: 34.5vw;
  }

  .quick-stack-16-copy {
    grid-column-gap: 0px;
    width: 95vw;
    margin-left: 0;
  }

  .mastersimage-copy {
    width: 20vw;
    height: 20vw;
  }

  .text-block-20-copy {
    margin-top: -14px;
    padding-left: 5px;
    font-size: 15vw;
  }

  .paperimage-copy {
    width: 20vw;
    height: 20vw;
  }

  .text-block-19-copy {
    font-size: 16px;
  }

  .judoheroimage1-copy {
    background-position: 40%;
  }

  .div-block-68-copy {
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .quotename-copy {
    width: auto;
    margin-top: 0;
    top: 24px;
  }

  .quote-copy {
    padding-bottom: 20px;
    line-height: 30px;
  }

  .quote-copy-copy, .quote-copy-copy-copy, .calrevew-ext {
    line-height: 30px;
  }

  .div-block-104-copy {
    height: 125vw;
  }

  .judoheroimage2-copy-copy {
    background-position: 50%;
  }

  .div-block-104-copy-copy {
    height: 125vw;
  }

  .div-block-141-copy {
    display: none;
  }

  .jacob {
    width: 100vw;
  }

  .blsckstrip {
    height: 125vw;
  }

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

  .judoloactiontitle2-copy {
    font-size: 45px;
    line-height: 50px;
  }

  .membershipslink {
    background-color: #ce3838;
  }

  .coachheroimage1 {
    background-position: 40%;
  }

  .div-block-137-copy-copy.mobilephoto3, .div-block-137-copy-copy.right3 {
    background-image: url('../images/Bowing-off.jpg');
    background-size: cover;
  }

  .div-block-137-copy-copy.mobilephoto3-copy {
    background-image: url('../images/Bowing-off.jpg');
    background-size: cover;
    width: 35vw;
    height: 20vw;
  }

  .div-block-136-copy-copy {
    background-position: 50%;
    background-size: 60vw;
  }

  .div-block-136-copy-copy.mobilephoto2 {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
    width: 45vw;
    height: 25vw;
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-136-copy-copy.mobilephoto2.loversection2 {
    width: 45vw;
    height: 25vw;
  }

  .div-block-136-copy-copy.left2 {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
  }

  .div-block-136-copy-copy.mobilephoto2-copy {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
    width: 45vw;
    height: 25vw;
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-136-copy-copy.mobilephoto2-copy-copy {
    background-image: url('../images/Me-Throw.jpg');
    background-size: cover;
    width: 250px;
    height: 150px;
    margin-top: 0;
    padding-top: 0;
  }

  .revewpicholderjoker-copy {
    margin-left: -35px;
  }
}

#w-node-d45ac135-36f8-3780-5dc7-9439e1d9a96a-c40ae851 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d10d6d9d-b83e-eade-5d03-4ba18bed6fa9-297faa6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_622ee286-cef1-2029-64bb-d868297faa88-297faa6f {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_622ee286-cef1-2029-64bb-d868297faa81-297faa6f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-b542f569-79b2-3fdb-a9c8-1a708ab11313-f7ada6d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_97bfc8c7-9f60-1b43-eb95-ab0c8fd30bd7-f7ada6d3, #w-node-d0c92f0c-95fe-6f09-5e93-127db68757f4-f7ada6d3, #w-node-ebacaa38-9949-a570-a4b7-5bd6924d93ca-f7ada6d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc250fa9-ec8f-6ac5-2560-3008babecae2-f7ada6d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e2c3a2f2-4f35-9854-f314-d260c1c93a84-f7ada6d3 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-f7ada6d3, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-f7ada6d3, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-f7ada6d3, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-f7ada6d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d1-f7ada6d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d2-f7ada6d3, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0db-f7ada6d3, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0e4-f7ada6d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42693e30-875a-e378-aebe-d66ac8d87e8e-f7ada6d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8044d4c5-052e-5f62-de33-122d68fd9dc4-f7ada6d3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_97bfc8c7-9f60-1b43-eb95-ab0c8fd30bd7-361a039b, #w-node-d0c92f0c-95fe-6f09-5e93-127db68757f4-361a039b, #w-node-ebacaa38-9949-a570-a4b7-5bd6924d93ca-361a039b, #w-node-cc250fa9-ec8f-6ac5-2560-3008babecae2-361a039b, #w-node-_0504b72e-e9f6-f13f-8d83-33909af45e99-361a039b, #w-node-_1dbe93de-c6fa-8e13-6b14-1a793bf77a4e-361a039b, #w-node-_4c2afc6b-a842-5aa9-3149-723764eee5d7-361a039b, #w-node-_4cdf05ce-ad06-770d-c9f8-941addeac4bd-361a039b, #w-node-_78131402-a082-454e-835e-693a61b9d798-361a039b, #w-node-_78131402-a082-454e-835e-693a61b9d799-361a039b, #w-node-da59c377-e393-ec38-c313-d6f3f94bfe94-361a039b, #w-node-da59c377-e393-ec38-c313-d6f3f94bfe95-361a039b, #w-node-_6c1526b7-dc73-db73-5299-a9b140ae7421-361a039b, #w-node-da0a63f3-4b59-415a-eb3c-9c1486287cc8-361a039b, #w-node-fc276438-38d9-b37a-d3ec-a7db6eadb9a1-361a039b, #w-node-_04df9fdd-dd77-7347-e370-f1580a04fb20-361a039b, #w-node-_04df9fdd-dd77-7347-e370-f1580a04fb26-361a039b, #w-node-_04df9fdd-dd77-7347-e370-f1580a04fb2c-361a039b, #w-node-_04df9fdd-dd77-7347-e370-f1580a04fb32-361a039b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4edef1ee-f62e-db28-286e-04a0325ed92f-c02cf400 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_80eab4cc-c28e-5f7b-264e-3f95b66bfaae-c02cf400 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8d6881ed-8f96-7647-8433-fe5ab6465bff-c02cf400, #w-node-f031c776-e3ad-27ba-f8ce-78179ddf2899-c02cf400, #w-node-_28f99f2d-23e7-21ce-07c0-ae6e527a8d66-c02cf400, #w-node-_832ecbd1-d75c-595e-9401-630ae87bc5dc-c02cf400, #w-node-c197a75f-a4f3-0c98-2ade-44988f0c0536-c02cf400, #w-node-_245674a6-91a1-2739-e5aa-57921df0c8bf-5a206b03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_31b111d4-d1fe-0f45-fb96-f5d68d9d2a7c-5a206b03 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86feb046-b01c-5147-c2d6-e19eda8326bd-5a206b03, #w-node-_26a30699-9e6c-e06c-5494-13eaa347d2d4-5a206b03, #w-node-_204876d3-9f55-3631-e447-bfaac3bf8d2f-5a206b03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3357569a-30e7-9bc9-8535-4ed1d7ecdbc4-17f58ed8, #w-node-_475c8872-2257-cdaa-67fb-508ed33c13c5-17f58ed8, #w-node-a797a856-1903-003b-5f34-a0d0c86c9165-17f58ed8, #w-node-d93f168c-0da2-c684-129b-f1cbf367f5ae-17f58ed8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
}

#w-node-_6cb568c7-3659-26aa-3b40-c6984a23e037-17f58ed8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6cb568c7-3659-26aa-3b40-c6984a23e040-17f58ed8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb568c7-3659-26aa-3b40-c6984a23e053-17f58ed8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9c3e1dd7-ce3a-1144-b9ba-a36108975c7b-17f58ed8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9c3e1dd7-ce3a-1144-b9ba-a36108975c80-17f58ed8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c3e1dd7-ce3a-1144-b9ba-a36108975c88-17f58ed8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e2c3a2f2-4f35-9854-f314-d260c1c93a84-17f58ed8 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-17f58ed8, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-17f58ed8, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-17f58ed8, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-17f58ed8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d1-17f58ed8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d2-17f58ed8, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0db-17f58ed8, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0e4-17f58ed8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a2776e0-fb27-0b01-1aa5-c5cee7965701-17f58ed8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d69d24dd-4e4f-4f6d-1397-66f0feee6587-17f58ed8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ef6471d0-25bf-b95b-ced3-be19a5390897-17f58ed8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_42693e30-875a-e378-aebe-d66ac8d87e8e-17f58ed8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b542f569-79b2-3fdb-a9c8-1a708ab11313-30f688ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_97bfc8c7-9f60-1b43-eb95-ab0c8fd30bd7-30f688ea, #w-node-d0c92f0c-95fe-6f09-5e93-127db68757f4-30f688ea, #w-node-ebacaa38-9949-a570-a4b7-5bd6924d93ca-30f688ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc250fa9-ec8f-6ac5-2560-3008babecae2-30f688ea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e2c3a2f2-4f35-9854-f314-d260c1c93a84-30f688ea {
  grid-area: Area;
  justify-self: center;
}

#w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-30f688ea, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-30f688ea, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-30f688ea, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-30f688ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d1-30f688ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d2-30f688ea, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0db-30f688ea, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0e4-30f688ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42693e30-875a-e378-aebe-d66ac8d87e8e-30f688ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8044d4c5-052e-5f62-de33-122d68fd9dc4-30f688ea {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-b2b3df93-a87d-3c7f-fff1-a7d73c939840-9aafbfe9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0150ed7d-fc09-f9a5-477f-be8a6e043fc5-9aafbfe9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0150ed7d-fc09-f9a5-477f-be8a6e043fc6-9aafbfe9, #w-node-_0150ed7d-fc09-f9a5-477f-be8a6e043fd1-9aafbfe9, #w-node-_0150ed7d-fc09-f9a5-477f-be8a6e043fdb-9aafbfe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e1c5860-c134-1e3c-192e-1657d6a88f78-f73d415f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ca0664a0-e114-46ca-389a-7bf6f75668f4-f73d415f, #w-node-fb365a80-9d9e-306d-ad8b-4f9194826821-f73d415f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-f7ada6d3, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-f7ada6d3, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-f7ada6d3, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-f7ada6d3, #w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-17f58ed8, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-17f58ed8, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-17f58ed8, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-17f58ed8, #w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-30f688ea, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-30f688ea, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-30f688ea, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-30f688ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d10d6d9d-b83e-eade-5d03-4ba18bed6fa9-297faa6f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b542f569-79b2-3fdb-a9c8-1a708ab11313-f7ada6d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-f7ada6d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9bb50c68-7875-7281-662f-a5bc83f8706a-f7ada6d3 {
    order: 0;
  }

  #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-f7ada6d3, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-f7ada6d3, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-f7ada6d3, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d1-f7ada6d3, #w-node-_4edef1ee-f62e-db28-286e-04a0325ed92f-c02cf400 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4edef1ee-f62e-db28-286e-04a0325ed93d-c02cf400 {
    order: -9999;
  }

  #w-node-_8d6881ed-8f96-7647-8433-fe5ab6465bff-c02cf400 {
    grid-template-rows: minmax(auto, .25fr);
    grid-template-columns: 1fr;
  }

  #w-node-_8d6881ed-8f96-7647-8433-fe5ab6465c01-c02cf400 {
    order: -9999;
  }

  #w-node-f031c776-e3ad-27ba-f8ce-78179ddf2899-c02cf400, #w-node-_28f99f2d-23e7-21ce-07c0-ae6e527a8d66-c02cf400 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28f99f2d-23e7-21ce-07c0-ae6e527a8d69-c02cf400 {
    order: -9999;
  }

  #w-node-_832ecbd1-d75c-595e-9401-630ae87bc5dc-c02cf400, #w-node-c197a75f-a4f3-0c98-2ade-44988f0c0536-c02cf400 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c197a75f-a4f3-0c98-2ade-44988f0c0539-c02cf400 {
    order: -9999;
  }

  #w-node-_245674a6-91a1-2739-e5aa-57921df0c8bf-5a206b03 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_245674a6-91a1-2739-e5aa-57921df0c8ce-5a206b03 {
    order: -9999;
  }

  #w-node-_86feb046-b01c-5147-c2d6-e19eda8326bd-5a206b03 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86feb046-b01c-5147-c2d6-e19eda8326c7-5a206b03 {
    order: -9999;
  }

  #w-node-_26a30699-9e6c-e06c-5494-13eaa347d2d4-5a206b03, #w-node-_204876d3-9f55-3631-e447-bfaac3bf8d2f-5a206b03 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_204876d3-9f55-3631-e447-bfaac3bf8d3b-5a206b03 {
    order: -9999;
  }

  #w-node-_6cb568c7-3659-26aa-3b40-c6984a23e037-17f58ed8, #w-node-_9c3e1dd7-ce3a-1144-b9ba-a36108975c7b-17f58ed8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-17f58ed8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9bb50c68-7875-7281-662f-a5bc83f8706a-17f58ed8 {
    order: 0;
  }

  #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-17f58ed8, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-17f58ed8, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-17f58ed8, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d1-17f58ed8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b542f569-79b2-3fdb-a9c8-1a708ab11313-30f688ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9bb50c68-7875-7281-662f-a5bc83f87068-30f688ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9bb50c68-7875-7281-662f-a5bc83f8706a-30f688ea {
    order: 0;
  }

  #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-30f688ea, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-30f688ea, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-30f688ea, #w-node-_4a2fe585-06c5-6fe7-9c17-a9826c4cc0d1-30f688ea, #w-node-b2b3df93-a87d-3c7f-fff1-a7d73c939840-9aafbfe9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2b3df93-a87d-3c7f-fff1-a7d73c93984f-9aafbfe9 {
    order: -9999;
  }

  #w-node-_0150ed7d-fc09-f9a5-477f-be8a6e043fc5-9aafbfe9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e1c5860-c134-1e3c-192e-1657d6a88f78-f73d415f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ca0664a0-e114-46ca-389a-7bf6f75668f4-f73d415f {
    grid-template-rows: minmax(auto, .25fr);
    grid-template-columns: 1fr;
  }

  #w-node-ca0664a0-e114-46ca-389a-7bf6f7566900-f73d415f {
    order: -9999;
  }

  #w-node-fb365a80-9d9e-306d-ad8b-4f9194826821-f73d415f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb365a80-9d9e-306d-ad8b-4f919482682d-f73d415f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_622ee286-cef1-2029-64bb-d868297faa81-297faa6f, #w-node-_80eab4cc-c28e-5f7b-264e-3f95b66bfaae-c02cf400, #w-node-d69d24dd-4e4f-4f6d-1397-66f0feee6587-17f58ed8, #w-node-_9e1c5860-c134-1e3c-192e-1657d6a88f78-f73d415f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d10d6d9d-b83e-eade-5d03-4ba18bed6fa9-297faa6f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d10d6d9d-b83e-eade-5d03-4ba18bed6faa-297faa6f {
    order: -9999;
  }

  #w-node-_622ee286-cef1-2029-64bb-d868297faa88-297faa6f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_622ee286-cef1-2029-64bb-d868297faa81-297faa6f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d42f6661-bc03-14cd-0664-854157f29c17-297faa6f {
    order: 9999;
  }

  #w-node-b542f569-79b2-3fdb-a9c8-1a708ab11313-f7ada6d3, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-f7ada6d3, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-f7ada6d3, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-f7ada6d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6cb568c7-3659-26aa-3b40-c6984a23e037-17f58ed8, #w-node-_9c3e1dd7-ce3a-1144-b9ba-a36108975c7b-17f58ed8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-17f58ed8, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-17f58ed8, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-17f58ed8, #w-node-b542f569-79b2-3fdb-a9c8-1a708ab11313-30f688ea, #w-node-fd8930e7-2513-fbc7-e931-4a13b66f2d37-30f688ea, #w-node-a07026ab-0e69-bdf7-bf23-4b39c72464af-30f688ea, #w-node-db8a13ad-57a1-b138-68f5-7e2c3dd294cb-30f688ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Unicode';
  src: url('../fonts/unicode.futurab.ttf') format('truetype'), url('../fonts/unicode.futurabb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bt';
  src: url('../fonts/futura-light-bt.ttf') format('truetype'), url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt 0205 M';
  src: url('../fonts/tt0205m_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book Font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Xblk Bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Condensed Bt';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Extra Font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book Font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}