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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Bungee, sans-serif;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.link-block {
  width: 48px;
  height: 48px;
  margin-right: 6px;
  margin-left: 6px;
}

.link-block.discord {
  background-image: url('../images/discort.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  cursor: pointer;
}

.link-block.discord:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.link-block.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  cursor: pointer;
}

.link-block.twitter:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.devide_navbar {
  position: absolute;
  left: 0%;
  top: -12%;
  right: auto;
  bottom: 0%;
  margin-right: 16px;
  margin-left: 6px;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777777777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.footercontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.footercontainer.black {
  background-color: #000;
}

.textfooter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
}

.textfooter.white {
  color: #fff;
}

.navlink {
  width: 140px;
  margin-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  float: left;
  background-image: url('../images/bgNav.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  font-family: Bungee, sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.navlink:hover {
  color: #172d29;
}

.navlink.w--current {
  color: #000;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.socialheader-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapnavlink {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand.w--current {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.wrapcontent {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.titilesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 80px;
  margin: 0px auto;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bgTitle_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Bungee, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.wrapstep01 {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.imagestep01 {
  position: relative;
  z-index: 2000;
  width: 50%;
  height: 340px;
  background-image: url('../images/Step01_2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wraptextstep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
}

.wraptitile {
  position: relative;
  display: block;
  height: 70px;
  margin-bottom: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/01.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.titile {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -20%;
  padding-left: 108px;
  color: #333;
}

.imagestep02 {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 590px;
  margin-bottom: 24px;
  background-image: url('../images/Step02_2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapstep02 {
  position: relative;
  z-index: 2000;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wraptextstep02 {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Open Sans', sans-serif;
}

.wraptitile02 {
  position: relative;
  display: block;
  width: 620px;
  height: 70px;
  margin-right: 24px;
  margin-bottom: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/02.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wraptitile02b {
  width: 400px;
  height: 113px;
  border-right: 2px solid #000;
  background-image: url('../images/Miewhalla.svg');
  background-position: 100px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapstep03 {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.imagestep03 {
  position: relative;
  width: 980px;
  height: 550px;
  margin-left: -96px;
  background-image: url('../images/Step03_1.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wraptitile03 {
  position: relative;
  display: block;
  width: 360px;
  height: 70px;
  margin-bottom: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/03.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wraptextstep03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  padding-top: 104px;
  padding-right: 16px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
}

.wrapstep04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagestep04 {
  width: 60%;
  height: 490px;
  background-image: url('../images/Step04.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wraptitile04 {
  position: relative;
  display: block;
  height: 200px;
  margin-bottom: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/LogoGrandBattle.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.wraptextstep04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
}

.path {
  position: absolute;
  left: -24%;
  top: 9%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Path.svg');
  background-position: 0% 40px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.wrapbanner {
  position: relative;
  height: 400px;
  margin-top: -100px;
  background-image: url('../images/banner-MIAWWHALLA.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapcontentmiawhalla {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wraplogo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -30%;
  z-index: 800;
  width: 400px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapintro {
  width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.slider {
  width: 100%;
  height: auto;
  margin-bottom: 110px;
  background-color: hsla(0, 0%, 100%, 0);
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LeftArrow.svg');
  background-position: 50% 66%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rightarrow.svg');
  background-position: 50% 66%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.slide-1 {
  padding-top: 155px;
}

.wrapslide {
  position: relative;
  width: 920px;
  height: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px;
  border-radius: 4px;
  background-color: #cc5c5c;
}

.wrapslide.kuro {
  background-color: #598ece;
}

.wrapslide.fat-p {
  background-color: #ef9e56;
}

.wrapslide.spinx {
  background-color: #b47dd8;
}

.wrapslide.saber {
  background-color: #579e4f;
}

.wraptextslide {
  position: relative;
  bottom: 34px;
  z-index: 9999999;
  width: 400px;
  float: left;
  color: #fff;
}

.p-slide {
  color: #000;
  font-size: 15px;
  text-align: center;
}

.wrapicons {
  position: absolute;
  left: 0%;
  top: -126px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-hero {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.icon-hero.activeicon {
  width: 74px;
  height: 74px;
}

.icon-hero.last {
  margin-right: 0px;
}

.namechar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 131px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.namechar.kuro {
  margin-bottom: 20px;
}

.namechar.saber {
  height: 116px;
}

.namechar.spin-x {
  height: 130px;
  margin-bottom: 10px;
}

.char {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: 0%;
  display: block;
  width: 460px;
  height: auto;
  float: right;
}

.char.kurochar {
  width: 552px;
  margin-right: -22px;
}

.char.fat-p {
  width: 544px;
  margin-right: -30px;
}

.char.spin-x {
  width: 520px;
  margin-right: -42px;
}

.char.saber {
  width: 535px;
  margin-right: -10px;
}

.char.shiro {
  width: 541px;
  margin-right: -11px;
}

.wrapslider {
  width: 1024px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  background-color: #e6e6e7;
}

.wraptitleteams {
  margin-top: -35px;
  margin-bottom: 50px;
}

.titilesectionteam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 88px;
  margin: 0px auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/btn.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Bungee, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.containerteams {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-width: 1024px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardteam {
  width: 25%;
  height: 540px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
}

.text-block {
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.paragraph {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.wraptextcard {
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
}

.thumbteams {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.wrapmiawhalla {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card {
  width: 33.3%;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.bold {
  font-weight: 700;
}

.wrapfilteraside {
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  float: right;
  border-radius: 10px;
  background-color: #f1f1f2;
}

.searchform {
  width: 100%;
}

.submit-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 50px;
  background-color: rgba(56, 152, 236, 0);
  font-family: 'Fa solid 900', sans-serif;
  color: #555;
  font-size: 20px;
  text-align: center;
}

.form {
  position: relative;
  border: 0px none #000;
}

.text-field {
  width: 100%;
  height: 50px;
  padding-left: 60px;
  border-bottom: 1px solid #a1a1a1;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.text-block-3 {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.ddw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #555;
  text-decoration: none;
}

.div-block-2 {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #a1a1a1;
}

.div-block-2.end {
  border-bottom-style: none;
}

.wrapfilter {
  display: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.checkbox-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.checkbox {
  width: 36px;
  height: 36px;
  margin-top: 0px;
}

.checkbox.w--redirected-checked {
  background-color: #186051;
  background-size: 30px 18px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtercheck {
  display: block;
  padding-left: 16px;
}

.gallerycontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapright {
  position: static;
  left: 30%;
  width: 70%;
  height: auto;
}

.wrapleft {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  width: 30%;
  padding-right: 20px;
}

.imgclose {
  width: 50px;
  margin-right: 16px;
}

.imgopen {
  display: none;
  width: 50px;
  margin-right: 16px;
}

.ddw2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #555;
  text-decoration: none;
}

.ddw3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #555;
  text-decoration: none;
}

.wrapfilter2 {
  display: none;
}

.wrapfilter3 {
  display: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.div-block-6 {
  width: 100%;
}

.titilefilter {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 20px;
}

.filter {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  display: none;
  width: 30%;
  height: 100%;
  padding-right: 20px;
}

.text-block-4 {
  display: none;
}

.filtericon {
  display: none;
}

.herosection {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  width: 30%;
  height: auto;
  margin-bottom: 16px;
}

.wrap-cta2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: auto;
  margin: 130px auto 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.charimg {
  width: 100%;
  height: 100%;
  float: right;
}

.charname {
  width: 100%;
  height: auto;
}

.imgicon {
  width: 100%;
  height: 100%;
}

.overlay {
  display: none;
}

.slider-navigation {
  position: absolute;
  left: 57px;
  top: 35px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 60px;
}

.slider-navigation.iconshero {
  display: none;
  opacity: 1;
}

.footer-2 {
  z-index: 777777777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.footer-2.black {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #000;
}

.logo {
  height: 68px;
}

.miewhalla {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: url('../images/miewbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blanksection {
  width: 100%;
  height: 70px;
}

.wrapfilteraside-2 {
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  float: right;
  border-radius: 10px;
  background-color: #f1f1f2;
}

.filter-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  display: none;
  width: 30%;
  height: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .link-block.discord {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menubutton {
    z-index: 9999999;
    display: block;
    width: 48px;
    height: 48px;
    margin: 10px 16px 10px 4px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/burger_close.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .menubutton:hover {
    background-image: url('../images/hoverburger.svg');
  }

  .menubutton:active {
    background-image: url('../images/burger_open.svg');
  }

  .menubutton:focus {
    background-image: url('../images/burger_close.svg');
    background-size: contain;
  }

  .menubutton.w--open {
    background-color: rgba(62, 178, 156, 0);
  }

  .devide_navbar {
    display: none;
  }

  .devide_navbar.mobiledevide {
    left: -51%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .footercontainer {
    position: relative;
    min-width: 100%;
  }

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

  .navlink {
    display: block;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
  }

  .socialheader-2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navmenu {
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .wrapnavlink {
    float: left;
  }

  .container {
    max-width: 100%;
    min-width: auto;
  }

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

  .brand.w--current {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .wrapcontent {
    padding-top: 90px;
    background-image: none;
    background-size: auto;
  }

  .titilesection {
    width: 270px;
    height: 70px;
    font-size: 28px;
  }

  .wrapstep01 {
    margin-top: 30px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .imagestep01 {
    width: 640px;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .wraptextstep {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wraptitile {
    width: 100%;
    height: 60px;
  }

  .titile {
    left: -2%;
    padding-left: 105px;
    font-size: 30px;
  }

  .imagestep02 {
    width: 640px;
    height: 420px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .wrapstep02 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .wraptextstep02 {
    width: 620px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wraptitile02 {
    width: 100%;
    height: 60px;
    margin-right: 16px;
    margin-bottom: 64px;
  }

  .wraptitile02b {
    width: 370px;
    height: 110px;
    border-right-style: none;
    border-right-width: 0px;
    background-position: 88px 50%;
  }

  .wrapstep03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .imagestep03 {
    width: 500px;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    background-position: 50% 50%;
  }

  .wraptitile03 {
    width: 100%;
    height: 60px;
  }

  .wraptextstep03 {
    display: block;
    width: 620px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapstep04 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .imagestep04 {
    width: 500px;
    height: 360px;
  }

  .wraptitile04 {
    height: 180px;
  }

  .wraptextstep04 {
    width: 640px;
  }

  .path {
    display: none;
  }

  .wrapbanner {
    height: 280px;
  }

  .wrapcontentmiawhalla {
    padding-top: 110px;
    padding-right: 24px;
    padding-left: 24px;
    background-image: none;
    background-size: auto;
  }

  .wraplogo {
    width: 260px;
    height: 160px;
  }

  .wrapintro {
    width: 100%;
  }

  .slider {
    height: auto;
    margin-bottom: 160px;
  }

  .left-arrow {
    width: 40px;
    background-size: 32px;
  }

  .right-arrow {
    display: block;
    width: 40px;
    background-size: 32px;
  }

  .slide-1 {
    padding-top: 130px;
  }

  .wrapslide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: 480px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wraptextslide {
    bottom: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapicons {
    text-align: center;
  }

  .namechar {
    width: 270px;
    height: 120px;
    margin-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .namechar.kuro {
    width: 220px;
  }

  .char {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .char.kurochar {
    width: 420px;
    margin-right: auto;
  }

  .char.fat-p {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 420px;
    margin-right: auto;
  }

  .char.spin-x {
    width: 360px;
    margin-right: auto;
  }

  .char.saber {
    left: 20px;
    width: 450px;
    margin-right: auto;
  }

  .char.shiro {
    width: 450px;
    margin-right: auto;
  }

  .wrapslider {
    width: 680px;
    height: auto;
    margin-bottom: -80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .titilesectionteam {
    width: 270px;
    height: 70px;
    font-size: 28px;
  }

  .containerteams {
    max-width: 100%;
    min-width: auto;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .cardteam {
    width: 33.33%;
    height: 540px;
  }

  .wraptextcard {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card {
    width: 33.33%;
  }

  .wrapfilteraside {
    z-index: 6000;
    display: block;
    padding-top: 16px;
    border-radius: 0px;
    background-color: rgba(216, 216, 216, 0);
  }

  .gallerycontainer {
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-item-wrapper {
    position: static;
    z-index: 8888;
  }

  .wrapright {
    width: 100%;
  }

  .wrapleft {
    top: 1rem;
    z-index: 9999;
    display: none;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  }

  .titilefilter {
    margin-bottom: 0px;
    float: left;
  }

  .filter {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999999;
    display: none;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 6px;
    background-color: #f1f1f2;
    opacity: 0;
  }

  .text-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filtericon {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 3%;
    z-index: 700;
    display: block;
    width: 160px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .herosection {
    background-image: url('../images/Phone.jpg');
  }

  .image-2 {
    width: 34%;
  }

  .wrap-cta2 {
    margin-top: 110px;
  }

  .overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 888888;
    display: none;
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.48);
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider-navigation {
    margin-top: -24px;
    margin-left: -14px;
  }

  .footer-2 {
    position: relative;
  }

  .logo {
    height: 60px;
  }

  .miewhalla {
    background-image: url('../images/mobile-vertical.jpg');
  }

  .wrapfilteraside-2 {
    z-index: 6000;
    padding-top: 16px;
    border-radius: 0px;
    background-color: rgba(216, 216, 216, 0);
  }

  .filter-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999999;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6px;
    background-color: #f1f1f2;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 22px;
  }

  .menubutton {
    width: 40px;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .footercontainer {
    height: 50px;
    font-size: 10px;
  }

  .navlink {
    display: block;
    width: 130px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 13px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
  }

  .socialheader-2 {
    width: 100%;
    text-align: center;
  }

  .navmenu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrapnavlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .wrapcontent {
    padding-top: 80px;
  }

  .titilesection {
    width: 240px;
    height: 58px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 22px;
    line-height: 22px;
  }

  .imagestep01 {
    width: 100%;
    height: 280px;
  }

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

  .wraptitile {
    height: 50px;
  }

  .titile {
    margin-bottom: 6px;
    padding-left: 89px;
  }

  .imagestep02 {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }

  .wraptextstep02 {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .wraptitile02 {
    width: 100%;
    height: 50px;
  }

  .wraptitile02b {
    width: 360px;
    height: 100px;
    background-position: 70px 50%;
  }

  .imagestep03 {
    width: 100%;
    height: 280px;
  }

  .wraptitile03 {
    height: 50px;
  }

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

  .wrapstep04 {
    margin-bottom: 30px;
  }

  .imagestep04 {
    width: 100%;
    height: 280px;
  }

  .wraptitile04 {
    height: 140px;
  }

  .wraptextstep04 {
    width: 100%;
  }

  .wrapbanner {
    height: 160px;
    margin-top: -30px;
  }

  .wrapcontentmiawhalla {
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wraplogo {
    width: 180px;
    height: 100px;
  }

  .wrapintro {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider {
    width: 480px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .left-arrow {
    width: 30px;
    background-size: contain;
  }

  .right-arrow {
    width: 30px;
    background-size: contain;
  }

  .slide-1 {
    padding-top: 121px;
  }

  .wrapslide {
    width: 410px;
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wraptextslide {
    bottom: 78px;
    width: 100%;
  }

  .wraptextslide.fat-p {
    bottom: 38px;
  }

  .wraptextslide.koru {
    bottom: 48px;
  }

  .wraptextslide.shiro {
    bottom: 37px;
  }

  .p-slide {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-hero {
    width: 58px;
    height: 58px;
  }

  .icon-hero.activeicon {
    width: 70px;
    height: 70px;
  }

  .namechar {
    width: 210px;
    height: 90px;
    margin-bottom: 0px;
  }

  .namechar.kuro {
    width: 170px;
    margin-bottom: 10px;
  }

  .namechar.saber {
    margin-bottom: 20px;
  }

  .namechar.spin-x {
    width: 200px;
  }

  .char {
    width: 300px;
  }

  .char.kurochar {
    width: 330px;
    margin-right: auto;
  }

  .char.fat-p {
    left: 20px;
    width: 320px;
    margin-right: auto;
  }

  .char.spin-x {
    width: 280px;
    margin-right: auto;
  }

  .char.saber {
    width: 360px;
    margin-right: auto;
  }

  .char.shiro {
    width: 360px;
  }

  .wrapslider {
    width: 100%;
    margin-bottom: -24px;
  }

  .titilesectionteam {
    width: 240px;
    height: 58px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 22px;
    line-height: 22px;
  }

  .containerteams {
    display: block;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cardteam {
    width: 50%;
    height: 500px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .text-block-2 {
    font-size: 15px;
  }

  .paragraph {
    line-height: 18px;
  }

  .wraptextcard {
    padding: 4px 0px 0px;
  }

  .card {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapfilteraside {
    padding-top: 10px;
  }

  .searchform {
    margin-bottom: 0px;
  }

  .submit-button {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .text-field {
    height: 40px;
    padding-left: 48px;
    font-size: 16px;
  }

  .ddw {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .gallerycontainer {
    margin-top: 10px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .imgclose {
    width: 40px;
    height: 40px;
  }

  .ddw2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .ddw3 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .filter {
    padding-top: 0px;
    padding-bottom: 16px;
  }

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

  .div-block-7 {
    margin-bottom: 10px;
  }

  .herosection {
    background-image: url('../images/Desktop.jpg');
  }

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

  .image-2 {
    width: 60%;
    margin-bottom: 10px;
  }

  .wrap-cta2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 310px;
    height: 210px;
    margin-top: 70px;
    margin-bottom: 10px;
    background-image: none;
  }

  .slider-navigation {
    left: 30px;
    height: 60px;
    margin-top: -32px;
    margin-left: 1px;
    font-size: 60px;
  }

  .miewhalla {
    background-image: url('../images/miewbg.jpg');
  }

  .wrapfilteraside-2 {
    padding-top: 10px;
  }

  .filter-2 {
    padding-top: 0px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .menubutton {
    width: 40px;
    height: 40px;
    margin: 6px 10px 6px 0px;
  }

  .navlink {
    width: 250px;
    margin-bottom: 10px;
    background-image: url('../images/mobilenavbar2x.png');
  }

  .wrapnavlink {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .wrapcontent {
    padding-top: 70px;
  }

  .titilesection {
    width: 200px;
    height: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
  }

  .wrapstep01 {
    margin-top: 24px;
  }

  .imagestep01 {
    height: 200px;
  }

  .wraptitile {
    height: 46px;
    margin-bottom: 16px;
  }

  .titile {
    padding-left: 78px;
    font-size: 22px;
    line-height: 24px;
  }

  .imagestep02 {
    height: 200px;
  }

  .wraptextstep02 {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .wraptitile02 {
    height: 46px;
    margin-bottom: 40px;
  }

  .wraptitile02b {
    width: 100%;
    height: 70px;
  }

  .imagestep03 {
    height: 200px;
  }

  .wraptitile03 {
    height: 50px;
    margin-bottom: 16px;
  }

  .imagestep04 {
    height: 200px;
  }

  .wraptitile04 {
    height: 110px;
    margin-top: 16px;
  }

  .wrapbanner {
    height: 140px;
  }

  .wrapcontentmiawhalla {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wraplogo {
    bottom: -24%;
    width: 120px;
    height: 70px;
  }

  .wrapintro {
    margin-bottom: 16px;
  }

  .slider {
    position: relative;
    width: 360px;
    margin-bottom: 90px;
  }

  .left-arrow {
    width: 24px;
  }

  .right-arrow {
    width: 24px;
  }

  .slide-1 {
    padding-top: 110px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .wrapslide {
    width: 300px;
    height: 430px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wraptextslide {
    bottom: 23px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .wraptextslide.fat-p {
    bottom: 31px;
  }

  .wraptextslide.koru {
    bottom: 37px;
  }

  .wraptextslide.spin-x {
    bottom: 39px;
  }

  .p-slide {
    font-size: 13px;
    line-height: 18px;
  }

  .wrapicons {
    top: -96px;
  }

  .icon-hero {
    width: 48px;
    height: 48px;
  }

  .icon-hero.activeicon {
    width: 56px;
    height: 56px;
  }

  .namechar {
    width: 140px;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .namechar.kuro {
    width: 150px;
    margin-bottom: 10px;
  }

  .namechar.saber {
    width: 151px;
    height: auto;
  }

  .namechar.spin-x {
    width: 170px;
    height: auto;
    margin-bottom: 8px;
  }

  .char {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 310px;
  }

  .char.kurochar {
    left: 25px;
    width: 350px;
    margin-left: -60px;
  }

  .char.fat-p {
    left: -11px;
    width: 336px;
    margin-left: 4px;
  }

  .char.spin-x {
    width: 313px;
    margin-right: -17px;
  }

  .char.saber {
    left: 17px;
    width: 380px;
    margin-right: auto;
    margin-left: -40px;
  }

  .char.shiro {
    width: 360px;
  }

  .wraptitleteams {
    margin-bottom: 30px;
  }

  .titilesectionteam {
    width: 200px;
    height: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
  }

  .containerteams {
    padding-bottom: 40px;
  }

  .cardteam {
    width: 100%;
    height: auto;
    padding-bottom: 24px;
  }

  .text-block {
    margin-bottom: 2px;
    font-size: 17px;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .wraptextcard {
    padding-top: 2px;
  }

  .card {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .title {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .wrapfilteraside {
    padding-right: 16px;
    padding-left: 16px;
  }

  .searchform {
    margin-bottom: 8px;
  }

  .wrapfilter {
    opacity: 1;
  }

  .div-block-5 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .gallerycontainer {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .imgopen {
    width: 40px;
    height: 40px;
  }

  .filter {
    padding-top: 0px;
    opacity: 1;
  }

  .div-block-7 {
    margin-bottom: 16px;
  }

  .herosection {
    background-image: url('../images/Phone.jpg');
  }

  .image-2 {
    width: 48%;
  }

  .wrap-cta2 {
    margin-top: 56px;
  }

  .slider-navigation {
    left: 22px;
    top: 26px;
    height: 50px;
    margin-top: -10px;
    margin-left: 6px;
    font-size: 50px;
  }

  .logo {
    height: 48px;
  }

  .miewhalla {
    background-image: url('../images/mobile-vertical.jpg');
  }

  .blanksection {
    height: 60px;
  }

  .wrapfilteraside-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .filter-2 {
    padding-top: 0px;
    opacity: 1;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bungee';
  src: url('../fonts/Bungee-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}