.block-form {
	vertical-align: top;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
	margin-bottom: 50px;
}

.block-form-left {
	display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 45%;
}

.block-form-right {
	display: inline-block;
    text-align: center;
	background: url(https://sale.madeindream.com/images/new/form-picture.png); 
	background-size: contain;
	vertical-align: middle;
	height: 249px;
    width: 466px;
}

.block-form-header {
	color: #2aadeb;
	font-size: 35px;
    line-height: 40px;
    display: block;
    margin: 10px 15px 20px 10px;
}

.block-form-p {
	color: #ffffff;
	font-size: 16px;
    display: block;
    margin: 10px 15px 20px 10px;
}

.block-form-left a {
	font-size: 14px;
	color: gray;
    display: block;
    margin: 10px 15px 20px 10px;
}

.block-form-email {
	font-size: 20px;
    color: white;
    font-weight: 600;
    text-shadow: 0 0 18px black;
    margin: 55px 0px auto;
    display: block;
}

.button {
	display: block;
	width: 150px;
	height: 20px;
	background-color: #FF6A16;
	border-radius: 12px;
}

.button p {
	color: white;
	font-size: 16px;
}

.success {
	color: #59caff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-shadow: 0 0 14px black;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1fbff), to(#b2e8ff));
  background-image: linear-gradient(180deg, #f1fbff, #b2e8ff);
}

.headerimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  display: block;
  width: 250px;
}

.body {
  background-color: #063146;
    /* background-image: url(https://sale.madeindream.com/images/tex-02.jpg); */
    background-repeat: repeat;
    background-blend-mode: multiply;
    backdrop-filter: blur(1px);
}

.image-3 {
  position: static;
  display: block;
  margin-top: 25%;
}

.heading {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #20afff;
  font-size: 48px;
  line-height: 115%;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.subtitle {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #20afff;
  font-size: 20px;
  line-height: 115%;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
}

.items {
  display: -ms-grid;
  display: grid;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item {
  display: -ms-grid;
  display: grid;
  max-width: 365px;
  padding: 7px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 0, 255, 0.1);
  border-radius: 5px;
  background-color: #e3e4e5e6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #002c45;
  text-decoration: none;
}

.item:hover {
  background-color: #fff;
}

.itemname {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 100%;
  font-style: italic;
  font-weight: 500;
  white-space: normal;
}

.itemarticle {
  margin-top: 8px;
  opacity: 0.6;
  font-family: Exo, sans-serif;
  font-size: 13px;
}

.iteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newprice {
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 115%;
}

.oldprice {
  display: inline-block;
  font-family: Exo, sans-serif;
  font-size: 13px;
  text-align: right;
  text-decoration: line-through;
}

.buybutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 43, 0, 0.1);
  border-radius: 4px;
  background-color: rgba(165, 0, 0, 0.69);
  background-image: linear-gradient(11deg, rgba(141, 0, 0, 0.18), rgba(238, 155, 0, 0.36));
  box-shadow: 4px 4px 14px 0 rgba(71, 0, 45, 0.43);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  cursor: pointer;
}

.buybutton:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.heading-2 {
    width: 98%;
    margin-top: 53px;
	margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 34px;
    line-height: 115%;
    font-style: italic;
    font-style: normal !important;
    letter-spacing: 0.02rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px black;
}

.banners {
  display: -ms-grid;
  display: grid;
  width: 98%;
  min-height: 350px;
  margin-top: 32px;
  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;
  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;
  grid-template-rows: auto;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-3 {
  margin-top: auto;
  margin-bottom: auto;
  color: #ff3232;
}

.banner {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 0, 255, 0.1);
  border-radius: 5px;
  background-color: #e3e4e5e6;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #002c45;
  text-decoration: none;
}

.banner:hover {
  width: auto;
  max-width: none;
  background-color: #fff;
}

.image-5 {
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 2px;
  mix-blend-mode: normal;
}

.iteminfovertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.itemnamevertical {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 115%;
  font-style: italic;
  font-weight: 700;
  white-space: normal;
}

.pricevertical {
  margin-top: 8px;
}

.newpricevertical {
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 115%;
}

.iteminfonamevertical {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 115%;
  font-weight: 600;
  white-space: normal;
}

.descriptionvertical {
  margin: 0px auto;
  padding: 16px 0px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 135%;
  text-align: left;
}

.buybuttonvertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 4px 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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 43, 0, 0.29);
  border-radius: 4px;
  background-color: rgba(165, 0, 0, 0.69);
  background-image: linear-gradient(47deg, rgba(255, 85, 0, 0.37), rgba(255, 0, 161, 0.38));
  box-shadow: 4px 4px 14px 0 rgba(71, 0, 45, 0.43);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  cursor: pointer;
}

.buybuttonvertical:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 4px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255 155 0 / 29%);
    border-radius: 4px;
    background-color: rgb(255 139 7 / 49%);
    background-image: linear-gradient(47deg, rgb(255 82 0 / 78%), rgb(255 142 68 / 73%));
    box-shadow: 4px 4px 14px 0 rgb(255 92 14 / 57%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.slider-2 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.icon {
  left: -23px;
}

.mask-2 {
  border-radius: 8px;
}

.slide-nav-2 {
  display: block;
}

.widebanner {
  display: -ms-grid;
  display: grid;
  width: 66%;
  max-width: 1180px;
  margin-top: 72px;
  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: 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: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 42px 0 hsla(0, 0%, 100%, 0.32);
  text-decoration: none;
}

.complectprice {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.25fr 1fr;
  grid-template-columns: 0.5fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.complectdesc {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 115%;
  text-align: left;
  text-decoration: none;
}

.buybuttonvertical-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 4px 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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 43, 0, 0.29);
  border-radius: 4px;
  background-color: rgba(165, 0, 0, 0.69);
  background-image: linear-gradient(47deg, rgba(255, 85, 0, 0.37), rgba(255, 0, 161, 0.38));
  box-shadow: 4px 4px 14px 0 rgba(71, 0, 45, 0.43);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.section-2 {
  margin-top: 24px;
}

.bold-text-3 {
  color: #ffd5f1;
  font-size: 13px;
  line-height: 125%;
  font-weight: 500;
  text-shadow: 0 0 10px #fd19fd;
}

.section-3 {
  margin-top: 60px;
}

.itemnamewide {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 115%;
  font-weight: 700;
  white-space: normal;
}

.itemarticlewide {
  margin-top: 8px;
  opacity: 0.6;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 13px;
}

.descriptionwide {
  width: 100%;
  margin: 0px auto;
  padding: 16px 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #585858;
  font-size: 13px;
  line-height: 135%;
  text-align: left;
}

.itemnamedescription {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  white-space: normal;
}

.banneranothercolor {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 43, 0, 0.1);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(160deg, rgba(13, 0, 109, 0.06), rgba(29, 62, 225, 0.13));
  box-shadow: 1px 1px 56px 0 rgba(1, 14, 113, 0.46);
  text-decoration: none;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 4px 20px;
  background-color: #00adee;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  border-radius: 4px;
  background-color: rgba(255, 0, 0, 0.26);
  text-decoration: none;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.iteminfonamearticle {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 115%;
  font-weight: 600;
  white-space: normal;
}

.image-5-copy {
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 8px;
  mix-blend-mode: normal;
}

.section-4 {
  height: 50px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.heading-4-copy {
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
}

.link {
  text-decoration: underline;
}

.link-copy {
  color: #fff;
  text-decoration: underline;
}

.descriptionvertical-copy {
  width: 100%;
  margin: 0px auto;
  padding: 16px 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-animation {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 50%;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
}

.lottie-animation-2 {
  position: absolute;
  top: auto;
  bottom: auto;
  z-index: -1;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.tag-copy {
  display: block;
  max-width: 50%;
  margin-top: -26px;
  margin-bottom: 8px;
  padding: 6px 4px;
  -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;
  border-radius: 4px;
  background-color: rgba(0, 39, 165, 0);
  background-image: linear-gradient(74deg, #002bff, rgba(0, 21, 255, 0.82));
  box-shadow: 4px 4px 14px 0 rgba(0, 30, 255, 0.37);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transform: translate(5px, 33px);
  -ms-transform: translate(5px, 33px);
  transform: translate(5px, 33px);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.image-6 {
  width: 35%;
  margin-top: -160%;
  margin-left: 5px;
}

.image-4-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.widebanner-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.31);
  background-image: linear-gradient(298deg, rgba(43, 26, 120, 0.32), rgba(28, 37, 135, 0.21));
  box-shadow: 1px 1px 56px 0 rgba(1, 14, 113, 0.46);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.widebanner-copy:hover {
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 56px 0 rgba(1, 14, 113, 0.46);
}

.image-7 {
  width: 140px;
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.23);
  border-radius: 8px;
  box-shadow: 1px 1px 20px 0 rgba(3, 0, 182, 0.45);
}

.gift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-radius: 8px;
  background-color: rgba(0, 68, 255, 0.22);
  background-image: url('../images/56.png'), linear-gradient(123deg, rgba(8, 92, 101, 0.81), rgba(0, 58, 217, 0.25));
  background-position: 100% 50%, 0px 0px;
  background-size: 150%, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
}

.image-7-copy {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 150px;
}

.itemnamevertical-copy {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.bold-text-5 {
  font-size: 13px;
}

.lottie-animation-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 50%;
  margin-top: -28px;
  margin-bottom: 0px;
  opacity: 1;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 20px;
  margin-top: 6px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 50px;
}

.gifttext {
  width: 98%;
  margin: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff5df;
  font-size: 13px;
  line-height: 125%;
  font-weight: 900;
  letter-spacing: 0.02rem;
}

.image-4-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.banner-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.31);
  background-image: linear-gradient(298deg, rgba(43, 26, 120, 0.32), rgba(28, 37, 135, 0.21));
  box-shadow: 1px 1px 56px 0 rgba(1, 14, 113, 0.46);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.banner-copy:hover {
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 56px 0 rgba(1, 14, 113, 0.46);
}

.menumobile {
  display: none;
  -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;
}

.image-9 {
  display: block;
}

.div-block-5 {
  width: 98%;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  max-width: 600px;
  margin-top: 20px;
  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;
  font-family: Montserrat, sans-serif;
  color: #fff5df;
  font-size: 24px;
  line-height: 115%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02rem;
}

.description.timerheadline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.html-embed {
  display: none;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #cc0a27;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.timercontainer {
  width: 98%;
  min-height: 50px;
  margin-top: 16px;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.image-10 {
  width: 635px;
  height: 598px;
}

.image-12 {
  display: none;
}

.subtitle-copy {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #20afff;
  font-size: 20px;
  line-height: 115%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 665px;
  height: 598px;
}

.itemnamevertical-copy {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 115%;
  font-style: italic;
  font-weight: 700;
  white-space: normal;
}

@media screen and (min-width: 1280px) {
  
  .give-header {
	width: 98%;
    margin-top: 53px;
	margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 115%;
    font-style: italic;
    font-style: normal !important;
    letter-spacing: 0.02rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px black;
}

.give {
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
	background-color: #000818d4;
	padding: 10px;
}

.give-banner {
	height: 390px;
	background: url(https://sale.madeindream.com/images/banner_give_1new_desktop.jpg);
	background-size: cover;
	margin-bottom: 30px;
}

.give-banner2 {
	height: 390px;
	background: url(https://sale.madeindream.com/images/banner_give_2_desktop.jpg);
	background-size: cover;
	margin-bottom: 30px;
}

.give-description {
	color: white;
	font-style: normal !important;
    letter-spacing: 0.02rem;
	font-size: 20px;
	line-height: 25px;
}

summary {
	color: white;
    font-size: 20px;
	margin-bottom: 20px;
	cursor: pointer;
    border-bottom: 1px dashed white;
    padding-bottom: 4px;
    width: 240px;
}

details {
	color: white;
    font-size: 16px;
    text-decoration: none;
}

details a {
	color: white;
    font-size: 16px;
    text-decoration: underline;
}

.give-spoiler-header {
	color: white;
	font-style: normal !important;
    letter-spacing: 0.02rem;
	font-size: 16px;
}
  
  .head-banner {
	height: 500px;
	background: url(../images/banner_top_26.jpg);
	background-size: cover;
}
  
  .header {
    padding-right: 150px;
    padding-left: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo {
    margin-bottom: 24px;
  }

  .image-4 {
    border-color: rgba(170, 122, 0, 0.45);
    box-shadow: none;
  }

  .items {
    width: 1280px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-decoration: none;
  }

  .itemname {
    max-width: 180px;
    line-height: 115%;
    font-style: italic;
    text-decoration: none;
  }

  .itemarticle {
    font-family: Exo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .iteminfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .price {
    margin-top: 8px;
  }

  .newprice {
    font-family: Exo, sans-serif;
    text-decoration: none;
  }

  .oldprice {
    margin-top: 4px;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    text-decoration: line-through;
  }

  .buybutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0 171 255 / 29%);
    border-radius: 2px;
    background-color: rgb(0 166 255 / 69%);
    background-image: linear-gradient(47deg, rgb(0 126 255 / 37%), rgb(0 220 255 / 38%));
    box-shadow: 4px 4px 14px 0 rgb(0 68 153 / 43%);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .slider {
    width: 1280px;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
  }

  .slide {
    border-radius: 16px;
  }

  .div-block {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: url('../images/Баннер-2.png');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: inset 0 0 105px 1px rgba(0, 4, 255, 0.43), 0 0 20px 0 #ff0a58;
  }

  .mask {
    border-radius: 8px;
  }

  .slide1 {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: url('../images/Баннер-1.png');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: inset 0 0 105px 1px rgba(0, 4, 255, 0.43), 0 0 20px 0 #ff0a58;
  }

  .slide2 {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: url('../images/Баннер-2.png');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: inset 0 0 105px 1px rgba(0, 4, 255, 0.43), 0 0 20px 0 #ff0a58;
  }

  .slide-nav {
    top: 488px;
  }

  .heading-2 {
    width: 1280px;
    font-style: italic;
  }

  .banners {
    width: 1280px;
  }

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

  .iteminfovertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .itemnamevertical {
    line-height: 115%;
  }

  .pricevertical {
    margin-top: 8px;
  }

  .newpricevertical {
    font-family: Exo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
  }

  .iteminfonamevertical {
    line-height: 115%;
    text-decoration: none;
  }

  .buybuttonvertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0 171 255 / 29%);
    border-radius: 4px;
    background-color: rgb(0 166 255 / 69%);
    background-image: linear-gradient(47deg, rgb(0 126 255 / 37%), rgb(0 220 255 / 38%));
    box-shadow: 4px 4px 14px 0 rgb(0 68 153 / 43%);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .widebanner {
    width: 100%;
    max-width: 850px;
  }

  .complectdesc {
    margin-top: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
  }

  .buybuttonvertical-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 43, 0, 0.29);
    border-radius: 4px;
    background-color: rgba(165, 0, 0, 0.69);
    background-image: linear-gradient(47deg, rgba(255, 85, 0, 0.37), rgba(255, 0, 162, 0.38));
    box-shadow: 4px 4px 14px 0 rgba(71, 0, 45, 0.43);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .itemnamewide {
    line-height: 115%;
    text-decoration: none;
  }

  .itemarticlewide {
    font-family: Exo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .itemnamedescription {
    line-height: 115%;
    text-decoration: none;
  }

  .banneranothercolor {
    width: 100%;
  }

  .iteminfonamearticle {
    line-height: 115%;
    text-decoration: none;
  }

  .link-copy {
    color: #00adee;
  }

  .div-block-2 {
    position: static;
  }

  .lottie-animation {
    width: 600px;
  }

  .lottie-animation-2 {
    position: absolute;
    display: none;
    width: 128px;
    height: 128px;
  }

  .tag-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4-copy {
    border-color: rgba(170, 122, 0, 0.45);
    box-shadow: 0 0 20px 0 rgba(255, 191, 0, 0.39);
  }

  .widebanner-copy {
    width: 100%;
    background-image: linear-gradient(298deg, rgba(43, 26, 120, 0.32), rgba(28, 37, 135, 0.21));
  }

  .itemnamevertical-copy {
    line-height: 115%;
    text-decoration: none;
  }

  .lottie-animation-copy {
    width: 600px;
  }

  .gifttext {
    width: 1280px;
  }

  .image-4-copy {
    border-color: rgba(170, 122, 0, 0.45);
    box-shadow: none;
  }

  .banner-copy {
    width: 100%;
    background-image: linear-gradient(298deg, rgba(43, 26, 120, 0.32), rgba(28, 37, 135, 0.21));
  }

  .image-9 {
    display: none;
  }

  .div-block-4 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .description {
    width: 1280px;
  }

  .image-10 {
    display: block;
  }

  .image-11 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image-11-copy {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 300px;
    max-width: 60%;
  }

  .image-13 {
    left: auto;
    top: 0%;
    right: 150px;
    bottom: auto;
    z-index: 0;
  }

  .itemnamevertical-copy {
    line-height: 115%;
    font-style: italic;
    text-decoration: none;
  }
}

@media screen and (min-width: 992px) {
	.marafon-picture {
	background-image: url(/images/marafon-desktop.png);
	width: 1280px;
    height: 384px;
    max-width: 100%;
    background-position: 73% 100%;
	}
}

@media screen and (max-width: 991px) {
	.marafon-picture {
	background-image: url(/images/marafon-desktop.png);
	width: 100%;
	height: 370px;
	background-position: 50% 100%;
	}
	
  .logo {
    width: 200px;
  }

  .heading {
    font-size: 24px;
  }

  .subtitle {
    font-size: 16px;
  }

  .image-4 {
    max-width: 276px;
    margin-left: 0px;
  }

  .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .banners {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .banner {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .banner:hover {
    width: 100%;
  }

  .image-5 {
    max-width: 276px;
  }

  .iteminfovertical {
    max-width: 100%;
  }

  .descriptionvertical {
    text-align: left;
  }

  .bold-text-3 {
    font-size: 14px;
    line-height: 100%;
  }

  .banneranothercolor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5-copy {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: 0px;
  }

  .descriptionvertical-copy {
    font-size: 15px;
    line-height: 145%;
    text-align: left;
  }

  .image-4-copy {
    max-width: 276px;
    margin-left: 0px;
  }

  .widebanner-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widebanner-copy:hover {
    width: 100%;
  }

  .gift {
    margin-top: 24px;
    padding: 16px;
  }

  .bold-text-5 {
    font-size: 15px;
    text-align: center;
  }

  .div-block-3 {
    -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;
  }

  .gifttext {
    font-size: 15px;
    font-weight: 700;
  }

  .banner-copy {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .banner-copy:hover {
    width: 100%;
  }

  .image-10 {
    width: 407px;
    height: 383px;
  }

  .subtitle-copy {
    font-size: 16px;
  }

  .image-13 {
    width: 421px;
    height: 383px;
  }
}

@media screen and (max-width: 767px) {
	.marafon-picture {
	  background-image: url(/images/marafon-mobile.png)
  }
	
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerimg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-top: 16px;
    font-size: 40px;
    text-align: center;
  }

  .subtitle {
    font-size: 18px;
  }

  .image-4 {
    width: 100%;
    max-width: none;
  }

  .items {
    width: 98%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .buybutton:hover {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  .heading-3 {
    color: #fff;
  }

  .banner {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .banner:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .image-5 {
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .iteminfovertical {
    width: 80%;
    max-width: 100%;
    padding-top: 8px;
  }

  .buybuttonvertical {
    cursor: pointer;
  }

  .widebanner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-nav {
    position: static;
    margin-top: 24px;
    background-color: rgba(146, 34, 34, 0);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .nav-link {
    border-radius: 4px;
    background-color: #00adee;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .nav-link:hover {
    background-color: rgba(255, 0, 0, 0.48);
    text-decoration: none;
  }

  .menu {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5-copy {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4-copy {
    width: 100%;
    max-width: none;
  }

  .widebanner-copy {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .widebanner-copy:hover {
    background-color: rgba(0, 0, 0, 0.31);
  }

  .banner-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .banner-copy:hover {
    background-color: rgba(0, 173, 238, 0.68);
  }

  .menumobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-10 {
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .subtitle-copy {
    margin-top: 24px;
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
	
.give-header {
	width: 98%;
    margin-top: 53px;
	margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 115%;
    font-style: italic;
    font-style: normal !important;
    letter-spacing: 0.02rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px black;
}

.give {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	background-color: #000818d4;
	padding: 10px;
}

.give-banner {
	height: 390px;
	background: url(https://sale.madeindream.com/images/banner_give_1new_mobile.jpg);
	background-size: cover;
	margin-bottom: 30px;
}

.give-banner2 {
	height: 390px;
	background: url(https://sale.madeindream.com/images/banner_give_2_mobile.jpg);
	background-size: cover;
}

.give-description {
	color: white;
	font-style: normal !important;
    letter-spacing: 0.02rem;
	font-size: 20px;
	line-height: 25px;
}

summary {
	color: white;
    font-size: 20px;
	margin-bottom: 20px;
	cursor: pointer;
    border-bottom: 1px dashed white;
    padding-bottom: 4px;
    width: 240px;
}

details {
	color: white;
    font-size: 16px;
    text-decoration: none;
}

details a {
	color: white;
    font-size: 16px;
    text-decoration: underline;
}

.give-spoiler-header {
	color: white;
	font-style: normal !important;
    letter-spacing: 0.02rem;
	font-size: 16px;
}

.block-form-right {
	display: inline-block;
    text-align: center;
	background: url(https://sale.madeindream.com/images/new/form-picture.png);
	background-size: contain;
	vertical-align: middle;
	height: 166px;
    width: 310px;
}

.block-form-left {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 80%;
}

.block-form-email {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-shadow: 0 0 18px black;
    margin: 25px 0px auto;
    display: block;
}

.link-copy {
    color: #20afffb3;
    text-decoration: underline;
}
	
.head-banner {
	background: url(https://kzsale.madeindream.com/images/banner_top_26_mobile.jpg);
	height: 360px;
	margin-bottom: -55px;
	background-size: cover;
}
	
  .header {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 251, 255, 0)), to(#b2e8ff));
    background-image: linear-gradient(180deg, rgba(241, 251, 255, 0), #b2e8ff);
  }

  .headerimg {
    margin-top: 24px;
  }

  .image-3 {
    position: static;
    margin-top: auto;
  }

  .heading {
    width: 300px;
    font-size: 24px;
    font-weight: 800;
  }

  .subtitle {
    width: 300px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .image-4 {
    max-width: 276px;
    border-radius: 4px;
  }

  .items {
    width: 95%;
    grid-column-gap: 4px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .itemname {
    font-size: 14px;
    line-height: 115%;
  }

  .itemarticle {
    font-size: 13px;
    line-height: 100%;
  }

  .iteminfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price {
    margin-top: 8px;
  }

  .oldprice {
    text-align: left;
  }

  .heading-2 {
    width: 95%;
    font-size: 20px;
    line-height: 115%;
  }

  .banners {
    display: block;
    width: 95%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-color: hsla(90, 0%, 100%, 0);
  }

  .banner {
    margin-top: 16px;
    padding: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-5 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .iteminfovertical {
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .itemnamevertical {
    font-size: 18px;
    line-height: 125%;
  }

  .pricevertical {
    margin-top: 8px;
  }

  .iteminfonamevertical {
    font-size: 14px;
    line-height: 115%;
  }

  .descriptionvertical {
    width: 100%;
  }

  .buybuttonvertical {
    margin-top: 12px;
  }

  .widebanner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-color: #fff;
  }

  .complectprice {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.5fr 0.25fr 1fr;
    grid-template-columns: 0.5fr 0.25fr 1fr;
  }

  .complectdesc {
    text-align: left;
  }

  .buybuttonvertical-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .section-2 {
    margin-top: 16px;
  }

  .bold-text-3 {
    font-size: 13px;
    line-height: 115%;
  }

  .itemnamewide {
    font-size: 18px;
    line-height: 115%;
  }

  .itemarticlewide {
    font-size: 13px;
    line-height: 100%;
  }

  .descriptionwide {
    width: 100%;
  }

  .itemnamedescription {
    font-size: 13px;
    line-height: 135%;
  }

  .banneranothercolor {
    margin-top: 8px;
    padding: 16px;
  }

  .sticky-nav {
    padding: 0px;
    border-top: 1px none #000;
    border-bottom-style: none;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-logo {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link {
    display: block;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    -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;
    border-top: 1px none #c4c4c4;
    background-color: rgba(21, 0, 255, 0.47);
  }

  .nav-link:hover {
    background-color: rgba(21, 0, 255, 0.47);
  }

  .menu {
    display: none;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #000;
  }

  .iteminfonamearticle {
    padding-top: 16px;
    font-size: 14px;
    line-height: 115%;
  }

  .image-5-copy {
    margin-top: 0px;
    margin-left: 0px;
  }

  .descriptionvertical-copy {
    width: 100%;
    font-size: 13px;
    line-height: 135%;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lottie-animation {
    display: none;
  }

  .image-4-copy {
    border-radius: 4px;
  }

  .widebanner-copy {
    margin-top: 16px;
    padding: 8px;
  }

  .widebanner-copy:hover {
    background-color: rgba(0, 0, 0, 0.31);
  }

  .itemnamevertical-copy {
    font-size: 18px;
    line-height: 125%;
  }

  .bold-text-5 {
    font-size: 13px;
    line-height: 135%;
  }

  .lottie-animation-copy {
    display: none;
  }

  .div-block-3 {
    -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;
    text-align: center;
  }

  .image-8 {
    width: 32px;
  }

  .gifttext {
    width: 95%;
    font-size: 13px;
    line-height: 115%;
  }

  .image-4-copy {
    border-radius: 4px;
  }

  .banner-copy {
    margin-top: 16px;
    padding: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menumobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    margin: 0px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-top: 1px none #000;
    border-radius: 0px;
    background-color: rgba(22, 83, 253, 0.9);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-9 {
    position: static;
    display: block;
    margin-left: auto;
    padding: 8px;
    float: none;
  }

  .div-block-4 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    margin-top: 8px;
    margin-right: 8px;
    padding: 8px;
  }

  .description {
    width: 95%;
    font-size: 20px;
    line-height: 115%;
  }

  .image-10 {
    display: none;
  }

  .image-12 {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .subtitle-copy {
    width: 300px;
    font-size: 14px;
    font-weight: 700;
  }

  .image-13 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 320px;
    height: 290px;
    opacity: 0.5;
  }

  .itemnamevertical-copy {
    font-size: 18px;
    line-height: 125%;
  }
}

#w-node-_90cc9f61-29de-5882-4e0b-28ee693e040c-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_90cc9f61-29de-5882-4e0b-28ee693e0422-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_876a75ea-fa69-a222-3fae-355a7511fb6a-4b3031dc {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6a03d6b8-7ae5-2aca-3c3a-fbfc3348ec2e-4b3031dc {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6a03d6b8-7ae5-2aca-3c3a-fbfc3348ec2f-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6a03d6b8-7ae5-2aca-3c3a-fbfc3348ec41-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-debb6f9e-dc0b-09fb-fde1-61133ed4024d-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-debb6f9e-dc0b-09fb-fde1-61133ed40263-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e131dbfe-a1fb-1b16-ddd4-d8e314af11de-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e131dbfe-a1fb-1b16-ddd4-d8e314af11f4-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb1f-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb35-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb1d-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb6e-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb94-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_410a2a96-fc35-2c2b-d406-4a38fe0e26a5-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_410a2a96-fc35-2c2b-d406-4a38fe0e26bb-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffde31e3-9406-cf67-60ff-c38570602411-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffde31e3-9406-cf67-60ff-c38570602422-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1e058415-a943-0246-a7ee-05db900fc5f6-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1e058415-a943-0246-a7ee-05db900fc607-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e09a-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e0ae-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ce943141-f551-ec59-e072-cfcf31eda3f5-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ce943141-f551-ec59-e072-cfcf31eda3f7-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ce943141-f551-ec59-e072-cfcf31eda409-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_115ed1e1-d40d-573e-aeed-0660fe630425-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_115ed1e1-d40d-573e-aeed-0660fe630427-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_115ed1e1-d40d-573e-aeed-0660fe630439-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a1-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 2;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a3-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_692f893b-793b-85a9-1458-6ffcb9ec6344-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_692f893b-793b-85a9-1458-6ffcb9ec634b-4b3031dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15b7-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9eb1512f-9a6e-ad74-3e5f-782fbf7be68b-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9eb1512f-9a6e-ad74-3e5f-782fbf7be68d-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9eb1512f-9a6e-ad74-3e5f-782fbf7be69f-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_21521f8a-0100-2cf7-df0b-b6e1319e9272-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_21521f8a-0100-2cf7-df0b-b6e1319e9274-4b3031dc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_21521f8a-0100-2cf7-df0b-b6e1319e9286-4b3031dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3fda18dd-a1fa-c30d-f29a-fada783d088c-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3fda18dd-a1fa-c30d-f29a-fada783d089f-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3fda18dd-a1fa-c30d-f29a-fada783d08b2-4b3031dc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_90cc9f61-29de-5882-4e0b-28ee693e040c-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_876a75ea-fa69-a222-3fae-355a7511fb6a-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-debb6f9e-dc0b-09fb-fde1-61133ed4024d-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e131dbfe-a1fb-1b16-ddd4-d8e314af11de-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #deg.w-node-_300d5c30-ac36-188b-56b2-f0b46e2a38a5-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_876a75ea-fa69-a222-3fae-355a7511fb6a-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a77090f6-2d42-b81c-7be7-6ec279c74db2-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a77090f6-2d42-b81c-7be7-6ec279c74db3-4b3031dc {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6a03d6b8-7ae5-2aca-3c3a-fbfc3348ec2e-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7762d79b-7a2a-699a-403f-4d65f91ee839-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7762d79b-7a2a-699a-403f-4d65f91ee83a-4b3031dc {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb21-4b3031dc {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadaf9-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb0c-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_25c49f45-8915-6df4-4b5c-eb28d769b7d2-4b3031dc {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb5d-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb83-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_410a2a96-fc35-2c2b-d406-4a38fe0e26a7-4b3031dc {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-ffde31e3-9406-cf67-60ff-c38570602411-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1e058415-a943-0246-a7ee-05db900fc5f6-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e09a-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ce943141-f551-ec59-e072-cfcf31eda3f7-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_115ed1e1-d40d-573e-aeed-0660fe630425-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_115ed1e1-d40d-573e-aeed-0660fe630427-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_72ff45d8-a2b2-3844-1d9c-ea17e808623f-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4877633e-fe80-7aba-f006-e385e4a860dc-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a1-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a3-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9eb1512f-9a6e-ad74-3e5f-782fbf7be68d-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_21521f8a-0100-2cf7-df0b-b6e1319e9274-4b3031dc {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3fda18dd-a1fa-c30d-f29a-fada783d087b-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3fda18dd-a1fa-c30d-f29a-fada783d088e-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3fda18dd-a1fa-c30d-f29a-fada783d08a1-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e1217da0-7f6c-b365-f587-e802100adee3-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_38bc1405-7833-97bc-b5fa-bf6798c83778-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6a8dd33c-dafe-8b41-0fcf-571a91503e6c-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90cc9f61-29de-5882-4e0b-28ee693e040c-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-debb6f9e-dc0b-09fb-fde1-61133ed4024d-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-debb6f9e-dc0b-09fb-fde1-61133ed40263-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e131dbfe-a1fb-1b16-ddd4-d8e314af11de-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb1f-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_410a2a96-fc35-2c2b-d406-4a38fe0e26a5-4b3031dc {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_410a2a96-fc35-2c2b-d406-4a38fe0e26bb-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e099-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ce943141-f551-ec59-e072-cfcf31eda3f5-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_115ed1e1-d40d-573e-aeed-0660fe630425-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4877633e-fe80-7aba-f006-e385e4a860dc-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a1-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9eb1512f-9a6e-ad74-3e5f-782fbf7be68b-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_21521f8a-0100-2cf7-df0b-b6e1319e9272-4b3031dc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_910edfbc-a95e-ec64-de8b-c9a5acc5f77b-4b3031dc {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2a59eeba-13a0-89e7-066d-8cad1c43e2d7-4b3031dc {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3aa-4b3031dc {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3ae-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3b0-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3b2-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3b4-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3b6-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_20f8de2f-dbe4-6b52-832c-5fed726ee3b8-4b3031dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_90cc9f61-29de-5882-4e0b-28ee693e0422-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #deg.w-node-_300d5c30-ac36-188b-56b2-f0b46e2a38a5-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a77090f6-2d42-b81c-7be7-6ec279c74db2-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6a03d6b8-7ae5-2aca-3c3a-fbfc3348ec41-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7762d79b-7a2a-699a-403f-4d65f91ee839-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-debb6f9e-dc0b-09fb-fde1-61133ed40263-4b3031dc {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e131dbfe-a1fb-1b16-ddd4-d8e314af11f4-4b3031dc {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3571d816-bfd6-48c1-50f2-5ed097cadb35-4b3031dc {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_410a2a96-fc35-2c2b-d406-4a38fe0e26bb-4b3031dc {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e09a-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e09b-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3bd9d707-a042-c7fb-ea2a-f4a78283e0ae-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ce943141-f551-ec59-e072-cfcf31eda409-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_115ed1e1-d40d-573e-aeed-0660fe630427-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_115ed1e1-d40d-573e-aeed-0660fe630428-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_115ed1e1-d40d-573e-aeed-0660fe630439-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a3-4b3031dc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15a4-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2530cf82-3be9-da1d-ff97-7dd4d3dc15b7-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9eb1512f-9a6e-ad74-3e5f-782fbf7be69f-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_21521f8a-0100-2cf7-df0b-b6e1319e9286-4b3031dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (min-width: 480px) {

 .give-header {
	width: 98%;
    margin-top: 53px;
	margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 115%;
    font-style: italic;
    font-style: normal !important;
    letter-spacing: 0.02rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px black;
}

.give {
	margin-left: auto;
    margin-right: auto;
	background-color: #000818d4;
	padding: 10px;
}

/* .give-banner {
	height: 390px;
	background: url(https://sale.madeindream.com/images/banner_give_1_desktop.jpg);
	background-size: cover;
	margin-bottom: 30px;
}

.give-banner2 {
	height: 390px;
	background: url(https://sale.madeindream.com/images/banner_give_2_desktop.jpg);
	background-size: cover;
	margin-bottom: 30px;
} */

.give-description {
	color: white;
	font-style: normal !important;
    letter-spacing: 0.02rem;
	font-size: 20px;
	line-height: 25px;
}

summary {
	color: white;
    font-size: 20px;
	margin-bottom: 20px;
	cursor: pointer;
    border-bottom: 1px dashed white;
    padding-bottom: 4px;
    width: 240px;
}

details {
	color: white;
    font-size: 16px;
    text-decoration: none;
}

details a {
	color: white;
    font-size: 16px;
    text-decoration: underline;
}

.give-spoiler-header {
	color: white;
	font-style: normal !important;
    letter-spacing: 0.02rem;
	font-size: 16px;
}

}