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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  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: 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;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  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: 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;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  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;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercedownloadswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercedownloadslist {
  margin-bottom: -20px;
}

.w-commerce-commercedownloadsitem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-column-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #5e5f79;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #1a2447;
  font-size: 64px;
  line-height: 1.297em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a2447;
  font-size: 48px;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a2447;
  font-size: 27px;
  line-height: 1.259em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a2447;
  font-size: 22px;
  line-height: 1.364em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a2447;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1a2447;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #316bff;
  text-decoration: underline;
}

a:hover {
  color: #1a4ccc;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #0d0a2c;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 40px 66px;
  border-left: 0px solid #000;
  border-radius: 16px;
  background-color: #f4f7ff;
  color: #316bff;
  font-size: 25px;
  line-height: 1.68em;
  font-weight: 700;
}

figcaption {
  margin-top: 19px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #316bff;
}

.bg-primary-2 {
  background-color: #1a2447;
}

.bg-secondary-1 {
  background-color: #f4f7ff;
}

.bg-secondary-2 {
  background-color: #1a4ccc;
}

.bg-neutral-300 {
  background-color: #c0c1d1;
}

.bg-neutral-200 {
  background-color: #e6e7f3;
}

.bg-neutral-100 {
  background-color: #fbfbfd;
}

.bg-white {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1242px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #316bff;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 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-radius: 18px;
  background-color: #316bff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #484569;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f4f7ff;
  color: #316bff;
}

.styleguide-link.w--current {
  background-color: #f4f7ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #316bff;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e6e7f3;
  color: #0d0a2c;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e6e7f3;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-2 {
  background-color: #1a2447;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #e6e7f3;
}

.color-block.bg-primary-3 {
  background-color: #5e5f79;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #0d0a2c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #807e9a;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e6e7f3;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: #316bff;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 27px;
  font-size: 24px;
  line-height: 1.5em;
}

.paragraph-large.contyact-us {
  margin-bottom: 51px;
}

.paragraph-large.conference {
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 1.636em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #fbfbfd;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 24px 40px;
  border-radius: 4px;
  background-color: #316bff;
  box-shadow: 0 6px 13px 0 rgba(9, 11, 44, 0.1);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #1a4ccc;
  box-shadow: 1px 1px 6px 0 rgba(9, 11, 44, 0.1), 0 3px 6px 0 rgba(9, 11, 44, 0.1);
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary.small {
  padding: 18px 28px;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  padding: 18px 28px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #316bff;
}

.button-primary.small-header {
  padding: 18px 28px;
  font-size: 16px;
  line-height: 1.125em;
  white-space: nowrap;
}

.button-primary.newsletter {
  padding: 20px 16px;
  border-radius: 0px 8px 8px 0px;
  box-shadow: none;
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease;
}

.button-primary.newsletter:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary.cart-checkout {
  display: block;
  padding: 18px 28px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.discount {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 13px;
  margin-right: 13px;
  padding: 22px 32px;
}

.button-primary.hero-button:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button-secondary {
  padding: 24px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c1d1;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #1a2447;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  border-color: #316bff;
  background-color: #316bff;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.white {
  color: #fff;
}

.button-secondary.full-width {
  display: block;
  padding: 18px 28px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-secondary.full-width.buy-ticket {
  padding-top: 23px;
  padding-bottom: 23px;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.cards-grid {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
}

.header.transparent {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  background-color: transparent;
}

.nav-link {
  padding-right: 20px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 18px;
  line-height: 1em;
}

.nav-link:hover {
  color: #316bff;
}

.nav-link.w--current {
  color: #316bff;
  font-weight: 700;
}

.nav-link.transparent-header {
  color: #fff;
}

.nav-link.transparent-header:hover {
  color: #316bff;
}

.special-typography-1 {
  font-size: 64px;
  line-height: 1.098em;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 12px rgba(2, 2, 21, 0.2);
}

.footer {
  padding-top: 90px;
  padding-bottom: 30px;
  border-top: 1px solid #e6e7f3;
  background-color: #fff;
}

.footer-logo-container {
  max-width: 131px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.footer-logo {
  width: 140px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #316bff;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.why {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fbfbfd;
}

.section.benefits {
  overflow: hidden;
  background-color: #fbfbfd;
}

.section.about-marketers {
  overflow: hidden;
  padding-top: 133px;
  padding-bottom: 120px;
}

.section.cta {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a2447;
}

.section.testimonials {
  overflow: hidden;
  background-color: #fbfbfd;
}

.section.speakers {
  overflow: hidden;
  background-color: #1a2447;
}

.section.blog-section {
  overflow: hidden;
}

.section.schedule {
  padding-top: 148px;
  padding-bottom: 140px;
}

.section.speakers-page {
  padding-top: 40px;
  padding-bottom: 140px;
}

.section.speaker {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.speaker-agenda {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #fbfbfd;
}

.section.speaker-articles {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.blog {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.blog-post {
  padding-top: 0px;
  padding-bottom: 95px;
}

.section.latest-articles {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.tickets {
  padding-top: 40px;
  padding-bottom: 95px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(0, #fbfbfd));
  background-image: linear-gradient(180deg, #fff 60%, #fbfbfd 0);
}

.section.ticket {
  padding-top: 40px;
  padding-bottom: 94px;
}

.section.why-assist {
  padding-top: 59px;
  padding-bottom: 138px;
  background-color: #fbfbfd;
}

.section.agenda {
  padding-top: 40px;
  padding-bottom: 120px;
}

.section.event {
  padding-top: 48px;
  padding-bottom: 134px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #fff), color-stop(0, #fbfbfd));
  background-image: linear-gradient(180deg, #fff 18%, #fbfbfd 0);
}

.section.related-sessions {
  padding-top: 125px;
  padding-bottom: 120px;
}

.section.contact-us {
  overflow: hidden;
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #fff), color-stop(0, #fbfbfd));
  background-image: linear-gradient(180deg, #fff 43%, #fbfbfd 0);
}

.section.follow-us {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.about-us-hero {
  overflow: hidden;
  padding-top: 158px;
  padding-bottom: 198px;
  background-color: #fbfbfd;
}

.section.achievements {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.about-us-testimonials {
  background-color: #fbfbfd;
}

.section.previous-confs {
  padding-bottom: 140px;
}

.section.meet-the-team {
  padding-bottom: 120px;
  background-color: #fbfbfd;
}

.section.category {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 120px;
}

.section.ticket-category {
  overflow: hidden;
  padding-top: 158px;
  padding-bottom: 60px;
  background-color: #fbfbfd;
}

.section.category-tickets {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.faqs {
  padding-top: 120px;
}

.section.licenses {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.conference-hero {
  overflow: hidden;
  padding-top: 142px;
  padding-bottom: 120px;
  background-color: #1a2447;
}

.section.conference-content {
  padding-top: 0px;
  padding-bottom: 120px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e6e7f3;
}

.divider.home-event-days {
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #5e5f79;
}

.divider.home-event-date {
  height: 3px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: #fff;
}

.divider.about-marketers-card {
  height: 2px;
  max-width: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  opacity: 0.4;
}

.divider.about-marketers-card.white {
  background-color: #e6e7f3;
  opacity: 1;
}

.divider.sponsors {
  width: 1px;
  height: auto;
  margin-right: 81px;
  margin-left: 81px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e6e7f3;
}

.divider.blog-card {
  margin-top: 32px;
  margin-bottom: 19px;
  background-color: #e6e7f3;
}

.divider.header-left {
  width: 1px;
  height: auto;
  margin-right: 48px;
  margin-left: 48px;
  background-color: #5e5f79;
}

.divider.main-header-left {
  width: 1px;
  height: auto;
  margin-right: 48px;
  margin-left: 48px;
  background-color: #c0c1d1;
  opacity: 0.5;
}

.divider.blog {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #e6e7f3;
}

.divider.blog-post {
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.card-ticket {
  margin-top: 25px;
  margin-bottom: 28px;
}

.divider.buy-ticket {
  margin-top: 31px;
  margin-bottom: 40px;
}

.divider.event {
  width: 1px;
  height: auto;
  margin-right: 68px;
  margin-left: 68px;
  background-color: #e6e7f3;
}

.divider.spacer {
  margin-top: 48px;
  margin-bottom: 48px;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 160px 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-color: #f4f7ff;
}

.utility-page-wrap._404 {
  background-color: #1a2447;
}

.utility-page-form {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 66px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #5e5f79;
  font-size: 18px;
}

.input:hover {
  border-color: #316bff;
}

.input:focus,
.input.-wfp-focus {
  border-color: #316bff;
  color: #1a2447;
  font-size: 18px;
}

.input::-webkit-input-placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.input::placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.input.newsletter {
  min-height: 62px;
  padding-right: 16px;
  padding-left: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #5e5f79;
  font-size: 16px;
  line-height: 1em;
}

.input.newsletter:hover {
  border-color: #316bff;
}

.input.newsletter:focus {
  border-color: #316bff;
  color: #1a2447;
  font-size: 16px;
}

.input.newsletter::-webkit-input-placeholder {
  color: #5e5f79;
  font-size: 16px;
}

.input.newsletter:-ms-input-placeholder {
  color: #5e5f79;
  font-size: 16px;
}

.input.newsletter::-ms-input-placeholder {
  color: #5e5f79;
  font-size: 16px;
}

.input.newsletter::placeholder {
  color: #5e5f79;
  font-size: 16px;
}

.input.password {
  min-height: 62px;
  margin-bottom: 20px;
}

.input.checkout {
  min-height: 58px;
  margin-bottom: 40px;
  background-color: #fff;
}

.input.checkout.discount {
  width: 100%;
  min-height: 70px;
  margin-bottom: 0px;
}

._404-title {
  margin-bottom: -28px;
  color: #fff;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.icon-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -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: 24px;
  background-color: #f4f7ff;
}

.header-split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1242px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.header-split-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 20px;
  padding-bottom: 2px;
  -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: 100px;
  background-color: #316bff;
  box-shadow: 0 2px 10px 0 rgba(49, 107, 255, 0.19);
  color: #fff;
}

.cart {
  margin-right: 30px;
}

.nav-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.drop-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 38px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #1a2447;
  line-height: 1em;
  text-decoration: none;
}

.drop-link:hover {
  background-color: #f4f7ff;
}

.drop-link.w--current {
  font-weight: 700;
}

.drop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-div {
  padding: 40px 20px 40px 38px;
  background-color: #fff;
}

.drop-div.last {
  padding-right: 38px;
  padding-left: 20px;
  background-color: #fbfbfd;
}

.dropdown-grid {
  width: 820px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-link-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #1a2447;
  line-height: 1em;
  text-decoration: none;
}

.drop-link-last:hover {
  background-color: #f4f7ff;
}

.dropdown-list {
  overflow: hidden;
  margin-left: -188px;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.drop-title {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #1a2447;
  font-weight: 800;
  text-transform: uppercase;
}

.dropdown-header {
  z-index: 0;
}

.icon-dropdown {
  font-family: 'Icons Evently Template', sans-serif;
  font-size: 8px;
}

.special-image.speaker {
  position: relative;
  z-index: 1;
  max-height: 374px;
  max-width: 374px;
  border-radius: 1000px;
  box-shadow: 0 6px 64px 0 rgba(49, 107, 255, 0.12);
}

.special-image.blog-featured {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.special-image.blog-post-author-small {
  max-height: 70px;
  max-width: 70px;
  margin-right: 16px;
  border-radius: 1000px;
}

.special-image.who-we-are {
  margin-bottom: -23px;
  border-radius: 24px;
  box-shadow: 0 14px 54px 0 rgba(26, 36, 71, 0.24);
}

.special-image.our-mission {
  margin-top: -23px;
  border-radius: 24px;
  box-shadow: 0 14px 54px 0 rgba(26, 36, 71, 0.24);
}

.cart-icon {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.cart-icon:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.menu-button-mobile {
  padding: 26px 42px;
  border-radius: 4px;
  background-color: #316bff;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.shadow {
  display: none;
}

.home-event-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 51px;
  padding: 19px 25px 24px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #5e5f79;
  border-radius: 20px;
  text-align: center;
}

.home-event-day {
  color: #fbfbfd;
  font-size: 45px;
  line-height: 1em;
  font-weight: 700;
}

.home-event-month {
  margin-bottom: 3px;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-event-year {
  margin-bottom: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.subtitle {
  margin-bottom: 17px;
  color: #fff;
  font-size: 27px;
  line-height: 1.037em;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subtitle.cta {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.273em;
  letter-spacing: 0.2em;
}

.subtitle.schedule-tab {
  margin-bottom: 4px;
  color: #5e5f79;
  font-size: 14px;
  line-height: 1.429em;
}

.subtitle.speaker {
  margin-bottom: 9px;
  opacity: 0.9;
  color: #5e5f79;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.subtitle.about-author {
  margin-bottom: 5px;
  color: #316bff;
  font-size: 14px;
  line-height: 1.286em;
  letter-spacing: 0.18em;
}

.subtitle.card-ticket {
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #5e5f79;
  font-size: 22px;
  line-height: 1.636em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.subtitle.card-ticket:hover {
  color: #316bff;
}

.subtitle.previous-confs {
  margin-bottom: 0px;
  color: #316bff;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.1em;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-color-accent {
  color: #316bff;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spacer._2-buttons {
  width: 30px;
}

.spacer.links-footer {
  width: 35px;
}

.spacer.footer-social-media {
  width: 14px;
}

.spacer.social-media {
  width: 14px;
}

.spacer.card-ticket-buttons {
  min-height: 18px;
}

.spacer.faq {
  height: 16px;
}

.split-content.about-marketers-left {
  max-width: 640px;
}

.split-content.sponsors-left {
  max-width: 540px;
}

.split-content.testimonials-left {
  max-width: 450px;
}

.split-content.testimonials-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
}

.split-content.cta-left {
  position: relative;
  z-index: 1;
  max-width: 510px;
}

.split-content.ticket-left {
  max-width: 49%;
}

.split-content.event-left {
  max-width: 57%;
}

.split-content.contact-us-left {
  position: relative;
  z-index: 1;
  max-width: 492px;
  margin-right: 72px;
}

.split-content.follorw-us-left {
  max-width: 337px;
  margin-right: 40px;
}

.split-content.previous-confs-top-left {
  max-width: 450px;
}

.paragraph.about-marketers {
  max-width: 598px;
  margin-bottom: 40px;
}

.paragraph.benefits-card {
  margin-bottom: 0px;
}

.paragraph.sponsors {
  margin-bottom: 48px;
}

.paragraph.testimonial {
  margin-bottom: 27px;
  color: #1a2447;
  font-size: 22px;
  line-height: 1.682em;
}

.paragraph.why {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}

.paragraph.speaker {
  max-width: 622px;
  margin-bottom: 34px;
}

.paragraph.about-author {
  margin-bottom: 23px;
}

.paragraph.ticket {
  max-width: 543px;
  margin-bottom: 39px;
}

.paragraph.why-assist {
  margin-bottom: 0px;
}

.paragraph.agenda {
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.follow-us-card {
  margin-bottom: 28px;
}

.paragraph.about-us-testimonial {
  margin-bottom: 35px;
}

.paragraph.previous-confs {
  margin-bottom: 0px;
}

.paragraph.join-the-team {
  margin-bottom: 24px;
}

.paragraph.faq {
  margin-bottom: 0px;
  padding-left: 30px;
}

.paragraph.resource {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.563em;
}

.container-small-502px {
  max-width: 502px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-640px {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-688px {
  max-width: 688px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.why-grid {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 48px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  padding: 50px 32px;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 8px 30px 0 rgba(50, 53, 130, 0.08);
}

.card.why {
  position: relative;
  overflow: hidden;
  min-height: 452px;
}

.card.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 22px;
}

.card.blog {
  overflow: hidden;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.blog:hover {
  box-shadow: 0 1px 3px 0 rgba(50, 53, 130, 0.08);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.event {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.event:hover {
  box-shadow: 0 1px 3px 0 rgba(50, 53, 130, 0.08);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.blog-post-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -223px;
  margin-bottom: 72px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 44px 0 rgba(49, 107, 255, 0.1);
  text-align: center;
}

.card.about-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 38px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.tickets {
  padding-top: 33px;
  padding-bottom: 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e7f3;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.tickets:hover {
  box-shadow: 0 1px 5px 0 rgba(50, 53, 130, 0.08);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.buy-ticket {
  width: 43%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 24px;
}

.card.why-assist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 16px;
}

.card.event-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  box-shadow: 0 3px 13px 0 rgba(49, 107, 255, 0.08);
}

.card.contact-us-form {
  position: relative;
  z-index: 1;
  max-width: 630px;
  padding: 73px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
}

.card.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-decoration: none;
}

.card.contact-us:hover {
  box-shadow: 0 1px 10px 0 rgba(50, 53, 130, 0.08);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.follow-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 378px;
  padding: 40px 31px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.follow-us:hover {
  box-shadow: 0 1px 10px 0 rgba(50, 53, 130, 0.08);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.achievements {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -101px;
  padding: 53px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 20px;
  box-shadow: 0 8px 24px 0 rgba(47, 52, 185, 0.06);
}

.card.password {
  max-width: 580px;
  min-width: auto;
  padding-top: 59px;
  padding-bottom: 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  text-align: center;
}

.card.company {
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #5e5f79;
  text-decoration: none;
}

.card.company:hover {
  box-shadow: 0 2px 10px 0 rgba(50, 53, 130, 0.08);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.title.why-card {
  max-width: 260px;
  font-size: 28px;
  line-height: 1.286em;
}

.title.benefits-card {
  margin-bottom: 8px;
}

.title.blog-card {
  margin-bottom: 12px;
  font-size: 27px;
}

.title.card-event {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.365em;
}

.title.hero {
  max-width: 839px;
  margin-bottom: 39px;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 12px rgba(2, 2, 21, 0.2);
}

.title.speakers {
  margin-bottom: 0px;
  color: #fff;
}

.title.mg-bottom-0px {
  margin-bottom: 0px;
}

.title.cta {
  margin-bottom: 41px;
  color: #fff;
}

.title.testimonials {
  margin-bottom: 40px;
}

.title.speaker-name {
  max-width: 200px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 36px;
  line-height: 1.167em;
}

.title.speaker-page-name {
  max-width: 200px;
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 1.167em;
}

.title.speaker {
  margin-bottom: 12px;
  font-size: 48px;
}

.title.speaker-agenda {
  margin-bottom: 0px;
}

.title.speaker-articles {
  margin-bottom: 0px;
}

.title.blog-featured {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.389em;
}

.title.blog-articles {
  margin-bottom: 0px;
}

.title.blog {
  max-width: 680px;
  margin-top: 16px;
  margin-bottom: 19px;
  font-size: 52px;
  line-height: 1.365em;
}

.title.latest-articles {
  margin-bottom: 0px;
}

.title.about-author {
  margin-bottom: 0px;
}

.title.ticket-content {
  margin-bottom: 36px;
  color: #1a2447;
  font-size: 27px;
  line-height: 1.259em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.title.ticket {
  font-size: 48px;
}

.title.buy-ticket {
  font-size: 36px;
  line-height: 1.389em;
}

.title.card-why-assist {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.title.why-assist {
  margin-bottom: 24px;
}

.title.event {
  margin-bottom: 26px;
  font-size: 48px;
}

.title.contact-us-card {
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 1.091em;
  letter-spacing: 0.01em;
}

.title.follow-us-card {
  margin-bottom: 17px;
}

.title.about-us-testimonial {
  margin-bottom: 18px;
}

.title.previous-confs {
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1.529em;
  letter-spacing: normal;
}

.title.meet-the-team {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 0.941em;
  letter-spacing: normal;
}

.title.faq {
  color: #1a2447;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.title.about-us {
  position: relative;
  z-index: 1;
}

.title.conference {
  margin-bottom: 16px;
  color: #fff;
}

.title.resource {
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.resource:hover {
  color: #316bff;
}

.speakers-section {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-top: 47px;
  margin-bottom: 47px;
  grid-auto-columns: 1fr;
  grid-column-gap: 88px;
  grid-row-gap: 55px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.speakers-content {
  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;
  color: #5e5f79;
  text-decoration: none;
}

.speaker-small-picture {
  width: 78%;
  margin-bottom: 14px;
  border-radius: 1000px;
}

.benefits-grid {
  position: relative;
  z-index: 1;
  margin-top: 55px;
  margin-bottom: 55px;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefits-wrapper {
  position: relative;
}

.special-typography-2 {
  font-size: 48px;
  line-height: 1.333em;
}

.vc-flex {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc-flex.speakers {
  position: relative;
  z-index: 1;
}

.about-marketers-wrapper {
  position: relative;
  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;
}

.about-marketers-date-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 517px;
  height: 517px;
  -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;
}

.about-marketers-date-card {
  position: absolute;
  left: 46px;
  top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 254px;
  padding: 40px 30px 42px;
  -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;
  border-radius: 28px;
  background-color: #316bff;
  box-shadow: 0 4px 24px 0 rgba(26, 28, 71, 0.26);
  text-align: center;
}

.about-marketers-date-card.white {
  left: auto;
  top: auto;
  right: 14px;
  bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  background-color: #fff;
  box-shadow: 0 6px 25px 0 rgba(3, 8, 24, 0.08), 0 15px 74px 0 rgba(49, 107, 255, 0.1);
}

.about-marketers-day {
  margin-bottom: 13px;
  color: #fff;
  font-size: 82px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.about-marketers-day._2 {
  color: #1a2447;
}

.about-marketers-month {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-marketers-month._2 {
  color: #5e5f79;
}

.about-marketers-date-text {
  max-width: 195px;
  color: #fff;
}

.about-marketers-date-text._2 {
  color: #1a2447;
}

.sponsors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 142px;
  padding-bottom: 137px;
  -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;
  text-align: center;
}

.container-small-578px {
  max-width: 578px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.latest-articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  margin-bottom: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-card-content {
  padding: 26px 20px 30px;
}

.blog-card-bottom-content {
  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;
}

.blog-card-author-image {
  max-height: 34px;
  max-width: 34px;
  margin-right: 6px;
  border-radius: 1000px;
}

.blog-card-author-name {
  line-height: 1.111em;
  font-weight: 500;
}

.blog-post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a2447;
  line-height: 1.111em;
  font-weight: 500;
  text-decoration: none;
}

.blog-post-author.w--current {
  margin-right: 6px;
}

.testimonials-wrapper {
  position: relative;
  z-index: 1;
  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;
}

.bg {
  position: absolute;
}

.bg.testimonials-01 {
  left: -118px;
  bottom: -119px;
}

.bg.about-marketers-01 {
  top: 237px;
  right: 216px;
  z-index: -1;
}

.bg.about-marketers-02 {
  top: 10px;
  right: 46px;
  z-index: -1;
}

.bg.why-us-01 {
  left: -113px;
  bottom: 488px;
}

.bg.why-us-02 {
  top: 379px;
  right: -126px;
}

.bg.speakers-01 {
  left: -277px;
  top: -312px;
}

.bg.speakers-02 {
  left: -191px;
  bottom: -132px;
}

.bg.speakers-03 {
  top: -304px;
  right: -92px;
}

.bg.speakers-04 {
  top: -209px;
  right: -175px;
}

.bg.speakers-05 {
  right: -188px;
  bottom: 22px;
}

.bg.speakers-06 {
  right: -208px;
  bottom: -154px;
}

.bg.benefits-01 {
  left: -84px;
  top: -43px;
}

.bg.benefits-02 {
  right: -102px;
  bottom: 10px;
}

.bg.cta-1 {
  left: -190px;
  top: -72px;
}

.bg.cta-2 {
  left: -208px;
  top: 194px;
}

.bg.cta-3 {
  left: 78px;
  top: 142px;
}

.bg.cta-4 {
  right: 115px;
  bottom: 73.5px;
}

.bg.cta-5 {
  right: -164px;
  bottom: 175.5px;
}

.bg.cta-6 {
  right: -144px;
  bottom: -0.5px;
}

.bg.testimonials-02 {
  top: -78px;
  right: -89px;
}

.bg.about-marketers-03 {
  left: -228px;
  top: -16px;
  z-index: -1;
}

.bg.blog-01 {
  left: -62px;
  top: -110px;
  z-index: -1;
}

.bg.blog-02 {
  left: -105px;
  bottom: 0px;
  z-index: -1;
}

.bg.blog-03 {
  top: -111px;
  right: -103px;
  z-index: -1;
}

.bg.speaker-01 {
  left: -57px;
  bottom: -39px;
}

.bg.speaker-02 {
  top: -18px;
  right: -13px;
}

.bg.contact-us-01 {
  left: -85px;
  top: 36px;
}

.bg.contact-us-02 {
  top: -32px;
  right: -101px;
}

.bg.contact-us-03 {
  right: -85px;
  bottom: -89px;
}

.bg.about-us-01 {
  left: -509px;
  top: 0px;
}

.bg.about-us-02 {
  left: -52px;
  top: -53px;
}

.bg.about-us-03 {
  right: -89px;
  bottom: -221px;
}

.bg.about-us-04 {
  top: 10px;
  right: -477px;
}

.bg.card-why {
  right: -147px;
  bottom: -115px;
}

.bg.discover-01 {
  left: -17px;
  bottom: -30px;
}

.bg.discover-02 {
  left: 33px;
  bottom: 164px;
}

.bg.discover-03 {
  left: 145px;
  bottom: 59px;
}

.bg.connect-01 {
  left: -27px;
  bottom: -56px;
}

.bg.connect-02 {
  left: 8px;
  bottom: 147px;
}

.bg.connect-03 {
  left: 151px;
  bottom: 131px;
}

.bg.grow-01 {
  left: -59px;
  bottom: 7px;
}

.bg.grow-02 {
  left: 157px;
  bottom: 173px;
}

.bg._404-01 {
  left: -6%;
  top: -7%;
  right: auto;
  bottom: auto;
}

.bg._404-02 {
  left: auto;
  top: auto;
  right: -3%;
  bottom: -13%;
}

.bg._404-03 {
  left: auto;
  top: auto;
  right: 3%;
  bottom: 18%;
}

.bg._404-04 {
  left: auto;
  top: auto;
  right: 85%;
  bottom: 42%;
}

.bg._404-05 {
  left: auto;
  top: auto;
  right: 70%;
  bottom: 76%;
}

.bg._404-06 {
  left: auto;
  top: auto;
  right: 26%;
  bottom: 4%;
}

.bg.conference-01 {
  left: -82%;
  top: -262px;
}

.bg.conference-02 {
  left: -72%;
  bottom: -213px;
}

.bg.conference-03 {
  right: -59%;
  bottom: -110px;
}

.bg.conference-04 {
  right: -75.5%;
  bottom: -15px;
}

.schedule-tabs-menu {
  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;
  border-bottom: 1px solid #e6e7f3;
}

.schedule-tabs-content {
  overflow: visible;
  margin-top: 55px;
}

.schedule-tab-link-text {
  color: #1a2447;
  font-size: 32px;
  line-height: 1.063em;
  letter-spacing: -0.01em;
}

.schedule-tab-link {
  bottom: -1px;
  padding-right: 38px;
  padding-bottom: 25px;
  padding-left: 38px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #5e5f79;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.schedule-tab-link:hover {
  border-bottom-color: #316bff;
}

.schedule-tab-link.w--current {
  border-bottom: 4px solid #316bff;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1a2447;
}

.testimonial-slider-image-wrapper {
  position: relative;
  margin-right: 30px;
}

.testimonial-image {
  max-width: 102px;
  border-radius: 1000px;
}

.testimonial-name {
  margin-top: 27px;
  color: #1a2447;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-wrapper.speaker {
  margin-top: 0px;
}

.work-wrapper.speaker-page {
  margin-top: 12px;
}

.accent-line {
  width: 17px;
  height: 2px;
  margin-right: 10px;
  background-color: #316bff;
}

.accent-line.speaker {
  background-color: #fff;
}

.accent-line.speaker-page {
  background-color: #316bff;
}

.accent-line.previous-confs {
  margin-right: 6px;
}

.work-text {
  line-height: 1em;
  letter-spacing: 0.02em;
}

.work-text.speaker {
  color: #fff;
  font-size: 22px;
  line-height: 1.091em;
}

.work-text.speaker-page {
  font-size: 22px;
  line-height: 1.091em;
}

.testimonial-slider {
  z-index: 1;
  height: 100%;
  max-width: 100%;
  min-height: 355px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(47, 52, 185, 0.06);
}

.slide-nav {
  display: none;
}

.why-us-wrapper {
  position: relative;
}

.speakers-section-wrapper {
  position: relative;
}

.benefits-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 165px;
  min-width: 165px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #316bff;
}

.benefits-content-wrapper {
  position: relative;
  padding: 20px 28px;
}

.sponsors-grid {
  margin-top: 31px;
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sponsor-logo-link {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, opacity 300ms ease;
  transition: filter 300ms ease, opacity 300ms ease, -webkit-filter 300ms ease;
}

.sponsor-logo-link:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 59px 53px;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 122px;
  bottom: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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: #c0c1d1;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, transform 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Evently Template', sans-serif;
  color: #5e5f79;
  font-size: 20px;
  line-height: 1em;
}

.left-arrow:hover {
  border-color: #316bff;
  background-color: #316bff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.left-arrow.blog-featured {
  left: 653px;
  right: auto;
  bottom: 10px;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 47px;
  bottom: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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: #c0c1d1;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, transform 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Evently Template', sans-serif;
  color: #5e5f79;
  font-size: 20px;
  line-height: 1em;
}

.right-arrow:hover {
  border-color: #316bff;
  background-color: #316bff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.right-arrow.blog-featured {
  left: 717px;
  right: auto;
  bottom: 10px;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.accent {
  width: 40px;
  height: 4px;
  margin-bottom: 17px;
  background-color: #316bff;
}

.latest-news-wrapper {
  position: relative;
}

.premium-sponsors-wrapper {
  margin-bottom: 75px;
}

.footer-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -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;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #5e5f79;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  background-color: #f4f7ff;
}

.footer-link.w--current {
  color: #1a2447;
  font-weight: 500;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

.links-block {
  margin-right: 20px;
  margin-bottom: 40px;
}

.links-block.newsletter {
  max-width: 378px;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-icon-footer {
  display: none;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-title {
  margin-bottom: 27px;
  color: #1a2447;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge {
  display: inline-block;
  margin-left: 14px;
  padding: 8px;
  border-radius: 6px;
  background-color: #f4f7ff;
  color: #316bff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.badge.card-event {
  margin-left: 0px;
  padding: 12px 14px;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  text-decoration: none;
}

.badge.card-event:hover {
  background-color: #316bff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.badge.card-blog {
  margin-left: 0px;
  padding: 12px 16px;
  -webkit-transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  text-decoration: none;
}

.badge.card-blog:hover {
  background-color: #316bff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.badge.blog-featured {
  margin-bottom: 13px;
  margin-left: 0px;
  padding: 12px 20px;
  background-color: #316bff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.badge.blog-post {
  margin-left: 0px;
  padding: 12px 20px;
  background-color: #316bff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge.blog-post:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.badge.event {
  margin-bottom: 11px;
  margin-left: 0px;
  padding: 16px 24px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.badge.event:hover {
  background-color: #316bff;
  color: #fff;
}

.badge.card-blog-category {
  margin-left: 0px;
  padding: 12px 16px;
  text-decoration: none;
}

.badge.inline {
  margin-right: 4px;
  margin-left: 4px;
}

.footer-form-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 27px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #e6e7f3;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-media-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -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: #c0c1d1;
  border-radius: 1000px;
  -webkit-transition: background-color 350ms ease, color 350ms ease, border-color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, border-color 350ms ease;
  font-family: 'Icons Evently Template', sans-serif;
  color: #5e5f79;
  line-height: 1em;
  text-decoration: none;
}

.footer-social-media-link-wrapper:hover {
  border-color: #316bff;
  background-color: #316bff;
  color: #fff;
}

.mouse-print-link {
  text-decoration: none;
}

.success-message {
  margin-top: 22px;
  margin-bottom: 27px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c1d1;
  border-radius: 8px;
  background-color: #fff;
}

.error-message {
  margin-top: 24px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff4f4;
  color: #ff0808;
}

.error-message.cart {
  height: 48px;
  margin-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.card-event-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -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;
}

.event-speaker-link {
  overflow: hidden;
  width: 46px;
  height: 46px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 1000px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.event-speaker-link:hover {
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  transform: scale(1.18);
}

.card-event-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-schedule-icon {
  margin-right: 10px;
}

.event-scheduletext {
  margin-bottom: 0px;
  line-height: 1em;
}

.container-small-450px {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-1109px {
  max-width: 1109px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.speakers-page-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-top: 52px;
  grid-auto-columns: 1fr;
  grid-column-gap: 88px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.speaker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -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: #c0c1d1;
  border-radius: 1000px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  font-family: 'Icons Evently Template', sans-serif;
  text-decoration: none;
}

.social-media-link-wrapper:hover {
  border-color: #316bff;
  background-color: #316bff;
  color: #fff;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.speaker-image-wrapper {
  position: relative;
  margin-right: 40px;
}

.top-content {
  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;
}

.top-content.speaker-agenda {
  margin-bottom: 36px;
}

.top-content.speaker-articles {
  margin-bottom: 50px;
}

.top-content.latest-articles {
  margin-bottom: 50px;
}

.empty-state {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 3px 23px 0 rgba(49, 107, 255, 0.08);
  color: #5e5f79;
  text-align: center;
}

.empty-state.transparent {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.empty-state.cart {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 0px;
}

.speaker-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-featured-content {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 44px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pagination-button {
  padding: 24px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c1d1;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  color: #1a2447;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.pagination-button:hover {
  border-color: #316bff;
  background-color: #316bff;
  color: #fff;
}

.blog-post-main-image {
  position: relative;
  z-index: -1;
  max-height: 527px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.container-medium-1098px {
  max-width: 1098px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-post-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #5e5f79;
  text-align: left;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.blog-post-author-wrapper:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.01);
  transform: scale3d(1.2, 1.2, 1.01);
}

.blog-post-author-content {
  text-align: left;
}

.blog-post-author-name {
  margin-bottom: 4px;
  color: #1a2447;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
}

.blog-post-author-name:hover {
  color: #316bff;
}

.blog-post-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.richt-text {
  max-width: 846px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.richt-text h2 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-size: 36px;
  line-height: 1.389em;
}

.richt-text p {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.richt-text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.richt-text h3 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  line-height: 1.556em;
}

.richt-text h4 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.richt-text h5 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.richt-text h6 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.richt-text img {
  margin-top: 28px;
  margin-bottom: 14px;
  border-radius: 22px;
}

.richt-text figcaption {
  margin-bottom: 40px;
}

.richt-text ul {
  max-width: 720px;
  margin: 10px auto 40px;
}

.richt-text li {
  margin-bottom: 10px;
}

.richt-text ol {
  max-width: 720px;
  margin: 10px auto 40px;
}

.about-author-image {
  max-height: 128px;
  max-width: 128px;
  border-radius: 1000px;
}

.container-medium-850px {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.tickets-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-ticket-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin-bottom: 25px;
  -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: 24px;
}

.card-ticket-icon {
  position: relative;
  bottom: -4px;
}

.card-ticket-price {
  color: #1a2447;
  font-size: 42px;
  line-height: 1.048em;
  font-weight: 700;
}

.card-ticket-grid {
  margin-top: 24px;
  margin-bottom: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticket-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.ticket-content-wrapper.page {
  font-size: 18px;
}

.including-icon {
  width: 20px;
  margin-right: 12px;
}

.including-icon.page {
  width: 24px;
}

.select-field {
  display: none;
}

.card-event-add-to-cart {
  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;
}

.ticket-wrapper {
  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;
}

.ticket-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin-bottom: 23px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 26px;
  background-color: #f4f7ff;
}

.ticket-icon-wrapper.cart {
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.ticket-icon-wrapper.cart:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.ticket-icon {
  position: relative;
  bottom: -3px;
}

.ticket-content-grid {
  margin-bottom: 45px;
  grid-auto-flow: column;
  grid-column-gap: 2vw;
  grid-row-gap: 21px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.coupon-code-wrapper {
  display: inline-block;
  padding: 13px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f4f7ff;
}

.coupon-code-text {
  color: #1a2447;
  line-height: 1.111em;
  font-weight: 700;
  white-space: nowrap;
}

.coupon-code {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #316bff;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.buy-ticket-label {
  margin-bottom: 20px;
  color: #1a2447;
  line-height: 1.222em;
  font-weight: 500;
}

.select {
  min-height: 66px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #5e5f79;
  font-size: 18px;
}

.select:focus {
  border-color: #316bff;
  color: #1a2447;
}

.select-wrapper {
  padding-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 4px;
  background-color: #fff;
}

.buy-ticket-subtotal {
  margin-top: 31px;
  color: #1a2447;
  font-size: 32px;
  line-height: 1.063em;
  font-weight: 700;
}

.buy-ticket-cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quantity {
  width: 87px;
  height: 64px;
  margin-right: 21px;
  margin-bottom: 0px;
  padding: 17px;
  border-color: #c0c1d1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #5e5f79;
}

.quantity:focus {
  border-color: #316bff;
  color: #1a2447;
}

.quantity::-webkit-input-placeholder {
  color: #5e5f79;
}

.quantity:-ms-input-placeholder {
  color: #5e5f79;
}

.quantity::-ms-input-placeholder {
  color: #5e5f79;
}

.quantity::placeholder {
  color: #5e5f79;
}

.add-to-cart {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #316bff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
}

.add-to-cart:hover {
  background-color: #1a4ccc;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.why-assist-grid {
  margin-top: 40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-assist-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 20px 24px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-asssist-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 102px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #316bff;
}

.why-assist-icon {
  width: 80px;
}

.ticket-options-top-wrapper {
  margin-bottom: 44px;
}

.schedule-page-tabs {
  margin-top: 58px;
}

.schedule-page-tabs-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.event-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.richt-text-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.event-date-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0.6px;
  border-color: #e6e7f3;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(49, 107, 255, 0.13);
}

.event-date-text {
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-date-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-time-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-speakers-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 23px;
  margin-bottom: 26px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.event-speaker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, transform 350ms ease;
  transition: color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #5e5f79;
  text-decoration: none;
}

.event-speaker-wrapper:hover {
  color: #316bff;
}

.event-speaker-image {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  border-radius: 1000px;
}

.event-speaker-name {
  line-height: 1.111em;
  font-weight: 500;
}

.contact-us-wrapper {
  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;
}

.contact-us-grid {
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.countact-us-form-wrapper {
  position: relative;
}

.contact-us-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 102px;
  -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: #316bff;
}

.contact-us-content-wrapper {
  width: 100%;
  padding: 23px 20px 23px 33px;
}

.field-label {
  margin-bottom: 20px;
  color: #1a2447;
  font-size: 20px;
  line-height: 1.1em;
}

.contact-us-form-grid {
  margin-bottom: 32px;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.message {
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  min-width: 100%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #5e5f79;
  font-size: 18px;
}

.message:hover {
  border-color: #316bff;
}

.message:focus {
  border-color: #316bff;
  color: #1a2447;
  font-size: 18px;
}

.message::-webkit-input-placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.message:-ms-input-placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.message::-ms-input-placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.message::placeholder {
  color: #5e5f79;
  font-size: 18px;
}

.follow-us-wrapper {
  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;
}

.follow-us-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.follow-us-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  margin-bottom: 21px;
  -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: 24px;
  background-color: #316bff;
}

.achievements-grid {
  grid-column-gap: 4vw;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.achievements-number {
  margin-bottom: 8px;
  color: #1a2447;
  font-size: 60px;
  line-height: 1.033em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.achievements-text {
  font-size: 22px;
  line-height: 1.636em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.who-we-are-grid {
  grid-column-gap: 58px;
  background-image: url('../images/bg-who-we-are-evently-template.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.who-we-are-content {
  max-width: 346px;
  margin-top: 40px;
  margin-left: 40px;
}

.our-mission-content {
  max-width: 346px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.about-us-testimonials-grid {
  margin-top: 57px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-us-testimonial-logo {
  width: 180px;
}

.previous-confs-grid {
  margin-top: 40px;
  grid-column-gap: 45px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.previous-confs-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 30px;
  box-shadow: 0 8px 44px 0 rgba(49, 107, 255, 0.17);
}

.button-play-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #1a2447;
  opacity: 0.68;
}

.previous-confs-subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet-the-team-wrapper {
  text-align: center;
}

.meet-the-team-grid {
  margin-top: 36px;
  margin-bottom: 73px;
  grid-column-gap: 4vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-small-550px {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.meet-the-team-image {
  margin-bottom: 20px;
  border-radius: 1000px;
}

.meet-the-team-work {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.faqs-grid {
  margin-top: 60px;
  grid-column-gap: 29px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-dropdown {
  margin-right: 1px;
  margin-bottom: 18px;
  padding: 31px 32px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  text-align: left;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.faq-dropdown:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-answer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.faq-answer.w--open {
  margin-bottom: 40px;
  padding-right: 32px;
  padding-left: 32px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
}

.mg-bottom-0px {
  margin-bottom: 0px;
}

.faq-icon {
  margin-right: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-us-hero-wrapper {
  position: relative;
}

.card-why-icon {
  position: relative;
  z-index: 1;
}

.blog-featured-slider {
  min-height: 355px;
  background-color: transparent;
}

.blog-featured-image-link {
  overflow: hidden;
  width: 50%;
  margin-right: 55px;
  border-radius: 18px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.blog-card-link {
  position: relative;
  height: 100%;
  color: #5e5f79;
  text-decoration: none;
}

.blog-card-link:hover {
  color: #5e5f79;
}

.blog-card-image-link {
  overflow: hidden;
}

.drop-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.event-card-link {
  color: #5e5f79;
  text-decoration: none;
}

.event-card-link:hover {
  color: #5e5f79;
}

.card-ticket-title-link {
  text-decoration: none;
}

.out-of-stock-state {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c1d1;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.blog-post-author-image-link {
  margin-right: 25px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.blog-post-author-image-link:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.blog-post-author-name-link {
  margin-bottom: 10px;
  text-decoration: none;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-play {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -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: 1000px;
  background-color: #fff;
  box-shadow: 0 19px 89px 0 #03041d;
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Evently Template', sans-serif;
  font-size: 35px;
  text-decoration: none;
}

.button-play:hover {
  background-color: #316bff;
  box-shadow: 0 10px 60px 0 #03041d;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-play.live-stream {
  width: 164px;
  height: 164px;
  font-size: 60px;
}

.play-icon {
  position: relative;
  left: 2px;
  text-shadow: 0 6px 10px rgba(49, 107, 255, 0.4);
}

.play-icon.live-stream {
  left: 5px;
}

.pagination-arrow {
  position: relative;
  top: 2px;
  font-family: 'Icons Evently Template', sans-serif;
  font-size: 13px;
}

.pagination-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-arrow-icon {
  position: relative;
  right: 2px;
}

.right-arrow-icon {
  position: relative;
  left: 2px;
}

.blog-featured-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
}

.blog-featured-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.blog-featured-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #fff));
  background-image: linear-gradient(180deg, transparent, #fff 45%);
}

.category-title-wrapper {
  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;
}

.category-title-accent {
  color: #316bff;
}

.ticket-link {
  color: #5e5f79;
  text-decoration: none;
}

.ticket-link:hover {
  color: #5e5f79;
}

.cart-wrapper {
  background-color: rgba(26, 36, 71, 0.68);
}

.cart-container {
  min-height: 35%;
  border-radius: 20px;
}

.apple-pay {
  height: 54px;
  border-radius: 4px;
}

.product-ticket-wrapper {
  margin-left: 0px;
}

.cart-header {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-color: #e6e7f3;
}

.cart-footer {
  padding-top: 33px;
  padding-bottom: 33px;
  border-top-color: #e6e7f3;
}

.product-ticket-title-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #316bff;
  font-size: 20px;
  text-decoration: none;
}

.product-ticket-title-link:hover {
  color: #1a2447;
}

.cart-item {
  padding: 24px;
  border-bottom: 1px solid #e6e7f3;
}

.cart-quantity-card {
  margin-bottom: 0px;
  border-color: #e6e7f3;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
}

.cart-quantity-card:focus {
  border-color: #316bff;
  color: #1a2447;
}

.cart-list {
  padding: 0px;
}

.remove-text {
  display: inline;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #5e5f79;
  font-size: 16px;
}

.remove-text:hover {
  color: #316bff;
}

.cart-price {
  color: #1a2447;
  font-weight: 500;
}

.subtotal {
  color: #1a2447;
  font-size: 20px;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
}

._404-subtitle {
  color: #316bff;
  font-size: 53px;
}

._404-paragraph {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  color: #f4f7ff;
  line-height: 1.556em;
}

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

.checkout-form {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f4f7ff;
}

.order-confirmation {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f4f7ff;
}

.hero-overlay {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 9, 32, 0.86);
}

.ticket-icon-cart {
  width: 70px;
  height: auto;
}

.block-header {
  padding: 26px 32px;
  border-color: #e6e7f3;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.block-content {
  padding: 40px 32px;
  border-right-color: #e6e7f3;
  border-bottom-color: #e6e7f3;
  border-left-color: #e6e7f3;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.checkout-sidebar {
  margin-top: -273px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 410px;
  -ms-flex: 0 410px;
  flex: 0 410px;
}

.bold {
  color: #1a2447;
  font-weight: 700;
}

.order-item {
  margin-bottom: 42px;
}

.discount-container {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-width: 0px;
}

.input-discount-container {
  position: relative;
  width: 100%;
}

.medium {
  color: #1a2447;
  font-weight: 500;
}

.order-item-content {
  margin-right: 32px;
  margin-left: 0px;
}

.author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cheackout-header {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #1a2447;
}

.container-640px {
  max-width: 640px;
}

.download-item {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.conference-hero-wrapper {
  position: relative;
}

.conference-tabs-menu {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.conference-tabs {
  margin-top: -50px;
}

.conference-tabs-title-wrapper {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  text-align: center;
}

.livestreaming-tab-pane {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.live-stream-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 30px;
  box-shadow: 0 8px 44px 0 rgba(49, 107, 255, 0.17);
}

.live-stream-video.live-stream {
  border-radius: 55px;
}

.conference-tab-link {
  padding: 32px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e7f3;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: box-shadow 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease;
  color: #5e5f79;
  font-size: 22px;
  line-height: 1.259em;
  text-align: center;
  letter-spacing: 0.01em;
}

.conference-tab-link:hover {
  color: #316bff;
}

.conference-tab-link.w--current {
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(49, 107, 255, 0.1);
  color: #316bff;
}

.resources-tab-pane {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.resources-grid {
  grid-column-gap: 30px;
  grid-row-gap: 66px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.resource-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resource-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  min-width: 80px;
  margin-right: 27px;
  -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: 1.2px;
  border-color: #e6e7f3;
  border-radius: 24px;
  box-shadow: 0 7px 13px 0 rgba(49, 107, 255, 0.13);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
}

.resource-icon-wrapper:hover {
  box-shadow: 0 3px 4px 0 rgba(49, 107, 255, 0.13);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.resource-link {
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

.resource-title-link {
  margin-bottom: 6px;
  text-decoration: none;
}

.conference-social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hero-home {
  position: relative;
  padding-top: 237px;
  padding-bottom: 199px;
}

.hero-img-bg {
  position: absolute;
  top: 0px;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url('../images/evently-hero-image-webflow-template.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 1440px) {
  .styleguide-link {
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
  }

  .badge.inline {
    padding: 10px;
  }

  .checkout-label {
    margin-top: -6px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-sidebar {
    display: none;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    border-bottom: 1px solid #fbfbfd;
  }

  .header.transparent {
    border-bottom-width: 0px;
  }

  .nav-link {
    display: block;
    border-bottom: 1px solid #fbfbfd;
    color: #1a2447;
  }

  .nav-link.transparent-header {
    color: #1a2447;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.about-marketers {
    padding-top: 120px;
  }

  .section.schedule {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.speakers-page {
    padding-bottom: 120px;
  }

  .section.speaker-agenda {
    padding-bottom: 120px;
  }

  .section.speaker-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.why-assist {
    padding-bottom: 120px;
  }

  .section.event {
    padding-bottom: 120px;
  }

  .section.related-sessions {
    padding-top: 120px;
  }

  .section.contact-us {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(0, #fbfbfd));
    background-image: linear-gradient(180deg, #fff 55%, #fbfbfd 0);
  }

  .section.previous-confs {
    padding-bottom: 120px;
  }

  .divider.about-marketers-card {
    max-width: none;
  }

  .divider.sponsors {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .divider.header-left {
    display: none;
  }

  .divider.main-header-left {
    display: none;
  }

  .divider.event {
    margin-right: 40px;
    margin-left: 40px;
  }

  .nav-menu-header {
    min-width: 80%;
    padding-top: 94px;
    background-color: #fff;
  }

  .drop-div.first {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .drop-div.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    -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;
  }

  .dropdown-grid {
    width: 100%;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .dropdown-list.w--open {
    position: static;
    margin-left: 0px;
    box-shadow: none;
  }

  .menu-button-mobile {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    padding: 18px 15px;
    -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: 100px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
  }

  .menu-button-mobile:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button-mobile.w--open {
    background-color: #316bff;
  }

  .shadow {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: rgba(26, 36, 71, 0.68);
  }

  .split-content.about-marketers-left {
    margin-bottom: 40px;
  }

  .split-content.testimonials-left {
    margin-bottom: 40px;
  }

  .split-content.testimonials-right {
    max-width: none;
  }

  .split-content.ticket-left {
    max-width: 580px;
    margin-bottom: 60px;
  }

  .split-content.contact-us-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.follorw-us-left {
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .paragraph.newsletter {
    max-width: 360px;
  }

  .paragraph.previous-confs {
    margin-bottom: 20px;
  }

  .why-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.blog-post-title {
    margin-top: -180px;
  }

  .card.buy-ticket {
    width: 100%;
  }

  .card.contact-us-form {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.achievements {
    margin-top: -140px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title.speaker-agenda {
    margin-bottom: 20px;
  }

  .title.speaker-articles {
    margin-bottom: 20px;
  }

  .title.blog-articles {
    text-align: center;
  }

  .title.blog {
    font-size: 46px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .speakers-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .benefits-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-marketers-wrapper {
    -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;
  }

  .about-marketers-date-wrapper {
    width: 100%;
    height: auto;
    -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;
  }

  .about-marketers-date-card {
    position: static;
    width: 100%;
  }

  .about-marketers-date-card.white {
    margin-top: 216px;
    margin-left: -110px;
  }

  .sponsors-wrapper {
    -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;
  }

  .cta-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .latest-articles-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    -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;
  }

  .bg.about-marketers-01 {
    right: 395px;
  }

  .bg.about-marketers-02 {
    top: 21px;
    right: 147px;
  }

  .bg.why-us-01 {
    left: -26px;
  }

  .bg.why-us-02 {
    right: -31px;
  }

  .bg.benefits-01 {
    left: -19px;
  }

  .bg.benefits-02 {
    right: -33px;
  }

  .bg.cta-1 {
    left: -66px;
    top: -20px;
    max-width: 20%;
  }

  .bg.cta-2 {
    left: 12px;
    top: 327px;
    max-width: 20%;
  }

  .bg.cta-3 {
    left: 156px;
    top: 2px;
    max-width: 15%;
  }

  .bg.cta-4 {
    right: 52px;
    bottom: 380.5px;
    max-width: 10%;
  }

  .bg.cta-5 {
    right: -34px;
    bottom: 141.5px;
    max-width: 15%;
  }

  .bg.cta-6 {
    right: -27px;
    max-width: 15%;
  }

  .bg.about-marketers-03 {
    left: auto;
    top: -104px;
    right: -212px;
  }

  .bg.blog-01 {
    left: -12px;
    top: -72px;
  }

  .bg.blog-02 {
    left: -9px;
  }

  .bg.blog-03 {
    top: -67px;
    right: -12px;
  }

  .bg.speaker-01 {
    left: -5px;
    bottom: -54px;
  }

  .bg.contact-us-01 {
    top: -127px;
  }

  .bg.contact-us-02 {
    top: -95px;
    right: -76px;
  }

  .bg.contact-us-03 {
    bottom: -96px;
  }

  .bg.about-us-01 {
    left: -274px;
    top: 153px;
  }

  .bg.about-us-04 {
    top: -80px;
    right: -293px;
  }

  .bg._404-01 {
    max-width: 30%;
  }

  .bg._404-02 {
    max-width: 30%;
  }

  .bg._404-03 {
    bottom: 20%;
  }

  .bg._404-05 {
    right: 2%;
  }

  .bg._404-06 {
    right: 68%;
  }

  .bg.conference-01 {
    left: -45%;
  }

  .bg.conference-02 {
    left: -22%;
  }

  .bg.conference-03 {
    right: -19%;
    bottom: -191px;
  }

  .bg.conference-04 {
    right: -27.5%;
    bottom: -42px;
  }

  .work-wrapper.speaker {
    -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;
  }

  .work-wrapper.speaker-page {
    -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;
  }

  .accent-line.speaker {
    margin-bottom: 10px;
  }

  .accent-line.speaker-page {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .left-arrow.blog-featured {
    left: 500px;
    bottom: 0px;
  }

  .right-arrow.blog-featured {
    left: 564px;
    bottom: 0px;
  }

  .premium-sponsors-wrapper {
    margin-bottom: 40px;
  }

  .footer-links-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    white-space: normal;
  }

  .links-block {
    width: 100%;
    border-bottom: 1px solid #ececf4;
  }

  .links-block.newsletter {
    max-width: none;
    margin-top: 40px;
    border-bottom-width: 0px;
  }

  .dropdown-icon-footer {
    display: block;
    font-family: 'Icons Evently Template', sans-serif;
    font-size: 0.6em;
    line-height: 1em;
    font-weight: 400;
  }

  .footer-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
  }

  .footer-title.newsletter {
    margin-bottom: 27px;
  }

  .footer-mobile-title {
    padding-top: 28px;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .footer-mobile-content {
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: left;
  }

  .footer-bottom {
    -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;
  }

  .speakers-page-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .top-content.speaker-agenda {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.speaker-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.latest-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.previous-confs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .speaker-latest-articles-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-featured-content {
    width: 50%;
  }

  .blog-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-post-latest-articles-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-event-add-to-cart {
    margin-bottom: 0px;
  }

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

  .coupon-code-text {
    white-space: normal;
  }

  .why-assist-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cart-default-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ticket-options-top-wrapper {
    width: 50%;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .ticket-options-bottom-wrapper {
    width: 50%;
  }

  .schedule-page-tabs-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .event-date-wrapper {
    -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;
  }

  .event-date-content {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-us-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .follow-us-wrapper {
    -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;
  }

  .contact-us-form {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .achievements-grid {
    grid-row-gap: 40px;
  }

  .achievements-number {
    font-size: 48px;
  }

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

  .who-we-are-grid {
    background-size: 20%;
  }

  .who-we-are-content {
    margin-top: 0px;
    margin-left: 0px;
  }

  .our-mission-content {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .about-us-testimonials-grid {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .previous-confs-grid {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 78px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .meet-the-team-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .meet-the-team-image {
    max-width: 280px;
  }

  .faqs-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-play.live-stream {
    width: 131px;
    height: 131px;
    font-size: 48px;
  }

  .blog-featured-gradient {
    background-image: none;
  }

  .cart-wrapper {
    z-index: 9999999;
  }

  .checkout-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 20px;
    max-height: 20px;
    max-width: 26px;
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    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: 999px;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    border-radius: 999px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    border-radius: 999px;
    background-color: #fff;
  }

  .order-confirmation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .checkout-sidebar {
    width: 100%;
    margin-top: 0px;
  }

  .checkout-container {
    width: 100%;
    margin-right: 0px;
  }

  .conference-tab-link {
    padding: 30px 40px;
  }

  .resource-wrapper {
    -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;
  }

  .resource-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 27px;
  }

  .conference-social-media-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-large.conference {
    font-size: 20px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-primary.small-header {
    display: none;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header.transparent {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .special-typography-1 {
    font-size: 51px;
  }

  .footer {
    padding-top: 40px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.why {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-marketers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.schedule {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.speakers-page {
    padding-bottom: 100px;
  }

  .section.speaker-agenda {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.speaker-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.why-assist {
    padding-bottom: 100px;
  }

  .section.agenda {
    padding-bottom: 100px;
  }

  .section.event {
    padding-bottom: 100px;
  }

  .section.related-sessions {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.follow-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-us-hero {
    padding-top: 133px;
    padding-bottom: 188px;
  }

  .section.previous-confs {
    padding-bottom: 100px;
  }

  .section.meet-the-team {
    padding-bottom: 100px;
  }

  .section.category {
    padding-bottom: 100px;
  }

  .section.ticket-category {
    padding-top: 133px;
    padding-bottom: 40px;
  }

  .section.category-tickets {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.faqs {
    padding-top: 100px;
  }

  .section.conference-hero {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.conference-content {
    padding-bottom: 100px;
  }

  .divider.home-event-days {
    width: 1px;
    height: auto;
    margin: 0px 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider.home-event-date {
    width: 20px;
    height: 2px;
    margin: 0px 10px;
  }

  .divider.blog {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.blog-post {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.card-ticket {
    margin-bottom: 30px;
  }

  .divider.buy-ticket {
    margin-bottom: 31px;
  }

  .divider.event {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .utility-page-wrap {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .utility-page-wrap._404 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .input.checkout.last {
    margin-bottom: 0px;
  }

  ._404-title {
    margin-bottom: -39px;
    font-size: 144px;
  }

  .cart {
    margin-right: 20px;
  }

  .nav-menu-header {
    min-width: 90%;
    padding-top: 74px;
  }

  .dropdown-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .drop-title {
    margin-bottom: 10px;
  }

  .special-image.who-we-are {
    width: 100%;
    max-height: 280px;
    margin-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .special-image.our-mission {
    width: 100%;
    max-height: 280px;
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .menu-button-mobile {
    margin-left: 0px;
    padding: 15px 12px;
  }

  .home-event-date-wrapper {
    margin-right: 0px;
    margin-bottom: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-event-day {
    font-size: 20px;
    line-height: 1.2em;
  }

  .home-event-month {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.2em;
  }

  .home-event-year {
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .subtitle.cta {
    font-size: 18px;
  }

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

  .split-content.testimonials-right {
    max-width: 100%;
  }

  .split-content.ticket-left {
    margin-bottom: 40px;
  }

  .split-content.event-left {
    max-width: none;
  }

  .why-grid {
    grid-row-gap: 40px;
  }

  .card.event {
    padding-bottom: 40px;
  }

  .card.blog-post-title {
    margin-top: -109px;
    margin-bottom: 50px;
    padding: 40px 25px;
  }

  .card.about-author {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.buy-ticket {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.event-page {
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-us-form {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.speaker-name {
    max-width: 250px;
    font-size: 29px;
  }

  .title.speaker-page-name {
    max-width: 100%;
    font-size: 26px;
  }

  .title.blog-featured {
    font-size: 30px;
  }

  .title.blog {
    font-size: 41px;
  }

  .title.ticket-content {
    font-size: 24px;
  }

  .title.buy-ticket {
    font-size: 32px;
  }

  .title.card-why-assist {
    font-size: 20px;
  }

  .title.follow-us {
    max-width: 329px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.previous-confs {
    font-size: 27px;
  }

  .title.meet-the-team {
    font-size: 27px;
  }

  .title.faq {
    font-size: 18px;
    line-height: 30px;
  }

  .speakers-section {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .speakers-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .speaker-small-picture {
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .special-typography-2 {
    font-size: 38px;
  }

  .about-marketers-date-card.white {
    margin-top: 242px;
  }

  .about-marketers-day {
    font-size: 66px;
  }

  .about-marketers-month {
    font-size: 19px;
  }

  .about-marketers-date-text {
    max-width: none;
  }

  .cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg.testimonials-01 {
    left: -71px;
    bottom: -101px;
    max-width: 40%;
  }

  .bg.about-marketers-01 {
    top: 259px;
    right: 301px;
    max-width: 30%;
  }

  .bg.about-marketers-02 {
    top: 83px;
    right: 30px;
    max-width: 50%;
  }

  .bg.why-us-01 {
    left: -113px;
  }

  .bg.why-us-02 {
    right: -124px;
  }

  .bg.speakers-01 {
    left: -27px;
    top: -68px;
    max-width: 30%;
  }

  .bg.speakers-02 {
    left: -15px;
    bottom: 84px;
    max-width: 20%;
  }

  .bg.speakers-03 {
    top: -50px;
    right: 20px;
    max-width: 20%;
  }

  .bg.speakers-04 {
    top: 5px;
    right: -42px;
    max-width: 20%;
  }

  .bg.speakers-05 {
    right: -15px;
    bottom: 197px;
    max-width: 18%;
  }

  .bg.speakers-06 {
    right: -74px;
    bottom: 72px;
    max-width: 25%;
  }

  .bg.benefits-01 {
    left: -75px;
    max-width: 40%;
  }

  .bg.benefits-02 {
    right: -70px;
    max-width: 40%;
  }

  .bg.cta-1 {
    left: -45px;
    top: -23px;
  }

  .bg.cta-2 {
    left: -8px;
    top: 302px;
  }

  .bg.cta-3 {
    left: 115px;
  }

  .bg.cta-4 {
    right: 27px;
    bottom: 308.5px;
  }

  .bg.cta-5 {
    right: 2px;
    bottom: 112.5px;
  }

  .bg.cta-6 {
    right: -24px;
    bottom: 1.5px;
  }

  .bg.testimonials-02 {
    top: -96px;
    right: -33px;
    max-width: 40%;
  }

  .bg.about-marketers-03 {
    top: -67px;
    right: -120px;
    max-width: 60%;
  }

  .bg.blog-01 {
    left: -47px;
    top: -70px;
    max-width: 30%;
  }

  .bg.blog-02 {
    left: -90px;
    bottom: 12px;
    max-width: 50%;
  }

  .bg.blog-03 {
    top: -70px;
    right: -79px;
    max-width: 40%;
  }

  .bg.speaker-01 {
    left: -28px;
    bottom: -29px;
  }

  .bg.about-us-01 {
    left: -135px;
    max-width: 40%;
  }

  .bg.about-us-02 {
    left: 43px;
    top: -86px;
    max-width: 40%;
  }

  .bg.about-us-03 {
    right: -6px;
    bottom: -200px;
    max-width: 40%;
  }

  .bg.about-us-04 {
    top: -111px;
    right: -116px;
    max-width: 40%;
  }

  .bg._404-01 {
    top: 6%;
    max-width: 107px;
  }

  .bg._404-02 {
    bottom: -6%;
    max-width: 116px;
  }

  .bg._404-03 {
    right: -2%;
    bottom: 12%;
    max-width: 20%;
  }

  .bg._404-04 {
    bottom: 59%;
    max-width: 18%;
  }

  .bg._404-05 {
    right: 79%;
    bottom: 7%;
    max-width: 18%;
  }

  .bg._404-06 {
    right: 0%;
    bottom: 77%;
    max-width: 14%;
  }

  .bg.conference-04 {
    right: -22.5%;
    bottom: 99px;
  }

  .schedule-tabs-content {
    margin-top: 40px;
  }

  .schedule-tab-link-text {
    font-size: 28px;
  }

  .testimonial-slider-image-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .work-wrapper.speaker {
    -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;
  }

  .work-wrapper.speaker-page {
    margin-top: 6px;
    -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;
  }

  .accent-line.speaker {
    margin-bottom: 0px;
  }

  .accent-line.speaker-page {
    margin-bottom: 0px;
  }

  .work-text.speaker {
    font-size: 20px;
  }

  .work-text.speaker-page {
    font-size: 19px;
  }

  .sponsors-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-arrow {
    right: 110px;
    bottom: 40px;
    width: 50px;
    height: 50px;
  }

  .left-arrow.blog-featured {
    left: 0px;
    bottom: 0px;
  }

  .right-arrow {
    bottom: 40px;
    width: 50px;
    height: 50px;
  }

  .right-arrow.blog-featured {
    left: 64px;
    bottom: 0px;
  }

  .footer-links-block {
    margin-bottom: 60px;
  }

  .links-block {
    margin-bottom: 0px;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mouse-print {
    font-size: 16px;
    text-align: center;
  }

  .about-marketers-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-event-day-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-event-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .speakers-page-grid {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 28px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .speaker-image-wrapper {
    margin-right: 0px;
    margin-bottom: 40px;
  }

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

  .blog-featured-content {
    width: 430px;
    height: 100%;
  }

  .blog-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pagination-button {
    padding: 20px 35px;
  }

  .richt-text h2 {
    font-size: 32px;
  }

  .richt-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
  }

  .richt-text h3 {
    font-size: 24px;
  }

  .richt-text h4 {
    font-size: 20px;
  }

  .richt-text img {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .richt-text figcaption {
    margin-bottom: 32px;
  }

  .richt-text ul {
    margin-bottom: 32px;
    padding-left: 32px;
  }

  .richt-text ol {
    margin-bottom: 32px;
    padding-left: 32px;
  }

  .about-author-image {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .tickets-grid {
    max-width: 530px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-ticket-price {
    font-size: 37px;
  }

  .ticket-content-grid {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .coupon-code-text {
    line-height: 1.667em;
  }

  .buy-ticket-subtotal {
    font-size: 28px;
  }

  .why-assist-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-asssist-image-wrapper {
    min-width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cart-default-state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ticket-options-top-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .ticket-options-bottom-wrapper {
    width: 100%;
  }

  .schedule-page-tabs {
    margin-top: 40px;
  }

  .follow-us-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .achievements-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .who-we-are-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .about-us-testimonials-grid {
    margin-top: 20px;
  }

  .meet-the-team-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .meet-the-team-image {
    max-width: 240px;
  }

  .meet-the-team-work {
    font-size: 18px;
  }

  .faqs-grid {
    margin-top: 40px;
  }

  .faq-dropdown {
    padding: 30px 20px;
  }

  .blog-featured-slider {
    min-height: 600px;
  }

  .blog-featured-image-link {
    width: 100%;
    height: 600px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-play.live-stream {
    width: 105px;
    height: 105px;
    font-size: 38px;
  }

  .blog-featured-gradient {
    min-height: 80px;
  }

  .cart-container {
    width: 90%;
  }

  ._404-subtitle {
    font-size: 42px;
  }

  .order-items {
    max-height: 100%;
  }

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

  .cheackout-header {
    padding-top: 120px;
  }

  .conference-tabs-menu {
    grid-column-gap: 16px;
  }

  .conference-tabs {
    margin-top: -35px;
  }

  .conference-tabs-title-wrapper {
    margin-bottom: 38px;
  }

  .live-stream-video.live-stream {
    border-radius: 30px;
  }

  .conference-tab-link {
    padding: 20px 3vw;
    font-size: 18px;
  }

  .resources-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resource-wrapper {
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #e6e7f3;
  }

  .resource-wrapper.last {
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }

  .resource-icon-wrapper {
    margin-right: 27px;
    margin-bottom: 0px;
  }

  .conference-social-media-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .hero-home {
    padding-top: 132px;
    padding-bottom: 148px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paragraph-large.contyact-us {
    margin-bottom: 40px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary {
    display: block;
  }

  .button-primary.discount {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 12px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-secondary {
    display: block;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header.transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .special-typography-1 {
    font-size: 41px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.why {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-marketers {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.schedule {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.speakers-page {
    padding-bottom: 80px;
  }

  .section.speaker {
    padding-bottom: 40px;
  }

  .section.speaker-agenda {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.speaker-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog {
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-bottom: 80px;
  }

  .section.latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.tickets {
    padding-bottom: 80px;
  }

  .section.ticket {
    padding-bottom: 80px;
  }

  .section.why-assist {
    padding-bottom: 80px;
  }

  .section.agenda {
    padding-bottom: 80px;
  }

  .section.event {
    padding-bottom: 80px;
  }

  .section.related-sessions {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.follow-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-us-hero {
    padding-top: 120px;
    padding-bottom: 188px;
  }

  .section.previous-confs {
    padding-bottom: 80px;
  }

  .section.meet-the-team {
    padding-bottom: 80px;
  }

  .section.category {
    padding-bottom: 80px;
  }

  .section.ticket-category {
    padding-top: 120px;
  }

  .section.category-tickets {
    padding-bottom: 80px;
  }

  .section.faqs {
    padding-top: 80px;
  }

  .section.conference-hero {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section.conference-content {
    padding-bottom: 80px;
  }

  .divider.home-event-days {
    margin-right: 5px;
    margin-left: 5px;
  }

  .divider.home-event-date {
    width: 10px;
  }

  .divider.blog {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.blog-post {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.card-ticket {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.buy-ticket {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.event {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .utility-page-wrap {
    padding: 120px 20px;
  }

  ._404-title {
    margin-bottom: -28px;
    font-size: 115px;
    line-height: 120px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-quantity {
    position: absolute;
    right: -10px;
    bottom: -7.5px;
  }

  .nav-menu-header {
    min-width: 100%;
    padding-top: 66px;
  }

  .drop-div.first {
    padding-right: 10px;
    padding-left: 10px;
  }

  .drop-div.last {
    padding-right: 10px;
    padding-left: 10px;
  }

  .special-image.speaker {
    max-height: 80%;
    max-width: 80%;
  }

  .home-event-date-wrapper {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-event-year {
    margin-left: 5px;
  }

  .subtitle.cta {
    font-size: 14px;
  }

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

  .spacer._2-buttons {
    height: 30px;
  }

  .spacer.social-media {
    width: 10px;
  }

  .split-content.follorw-us-left {
    margin-bottom: 20px;
  }

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

  .paragraph.speaker {
    margin-bottom: 20px;
  }

  .paragraph.ticket {
    margin-bottom: 32px;
  }

  .paragraph.follow-us-card {
    margin-bottom: 20px;
  }

  .paragraph.about-us-testimonial {
    margin-bottom: 20px;
  }

  .container-small-502px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-640px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-688px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .why-grid {
    grid-row-gap: 32px;
  }

  .card {
    padding: 40px 20px;
  }

  .card.why {
    padding: 40px 20px;
  }

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

  .card.event {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.blog-post-title {
    margin-top: -40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.about-author {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.tickets {
    padding: 32px 20px;
  }

  .card.buy-ticket {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.event-page {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.contact-us-form {
    padding: 40px 20px;
  }

  .card.contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.follow-us {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.achievements {
    margin-top: -134px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .title.blog-card {
    font-size: 22px;
  }

  .title.speaker-name {
    font-size: 23px;
  }

  .title.blog-featured {
    font-size: 23px;
  }

  .title.blog {
    font-size: 36px;
  }

  .title.ticket-content {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .title.buy-ticket {
    font-size: 28px;
  }

  .title.card-why-assist {
    font-size: 18px;
  }

  .title.follow-us-card {
    margin-bottom: 10px;
  }

  .title.follow-us {
    max-width: 230px;
  }

  .title.previous-confs {
    font-size: 21px;
  }

  .title.faq {
    margin-right: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .speaker-small-picture {
    width: 100%;
    margin-left: 0px;
  }

  .special-typography-2 {
    font-size: 31px;
  }

  .vc-flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-marketers-date-card {
    min-width: auto;
  }

  .about-marketers-date-card.white {
    margin-top: 247px;
  }

  .about-marketers-day {
    font-size: 52px;
  }

  .about-marketers-day._2 {
    margin-bottom: 10px;
  }

  .about-marketers-month {
    font-size: 18px;
  }

  .cta-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-small-578px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bg.testimonials-01 {
    left: -67px;
    bottom: -67px;
  }

  .bg.about-marketers-01 {
    top: 352px;
    right: 178px;
    max-width: 60%;
  }

  .bg.about-marketers-02 {
    top: 183px;
    right: -48px;
    max-width: 60%;
  }

  .bg.why-us-01 {
    left: -100px;
    bottom: 711px;
  }

  .bg.why-us-02 {
    top: 613px;
  }

  .bg.speakers-01 {
    left: -20px;
    top: -64px;
    max-width: 45%;
  }

  .bg.speakers-02 {
    bottom: -67px;
    max-width: 35%;
  }

  .bg.speakers-03 {
    top: -57px;
    right: -17px;
    max-width: 30%;
  }

  .bg.speakers-04 {
    top: -15px;
    right: -49px;
    max-width: 30%;
  }

  .bg.speakers-05 {
    right: 22px;
    bottom: 267px;
    max-width: 25%;
  }

  .bg.speakers-06 {
    right: -11px;
    bottom: 210px;
    max-width: 30%;
  }

  .bg.benefits-01 {
    top: -35px;
    max-width: 80%;
  }

  .bg.benefits-02 {
    right: -87px;
    bottom: 22px;
    max-width: 80%;
  }

  .bg.cta-1 {
    left: -26px;
    top: -7px;
  }

  .bg.cta-2 {
    left: 20px;
    top: auto;
    bottom: 22px;
  }

  .bg.cta-3 {
    left: -1px;
    top: 84px;
  }

  .bg.cta-4 {
    right: 9px;
    bottom: 320.5px;
  }

  .bg.cta-5 {
    bottom: 155.5px;
  }

  .bg.cta-6 {
    bottom: -18.5px;
  }

  .bg.testimonials-02 {
    top: -31px;
  }

  .bg.about-marketers-03 {
    top: -29px;
    max-width: 80%;
  }

  .bg.blog-01 {
    left: -27px;
    top: -35px;
  }

  .bg.blog-02 {
    left: -47px;
    bottom: 85px;
  }

  .bg.blog-03 {
    top: -60px;
    right: -33px;
  }

  .bg.speaker-01 {
    left: -8px;
    bottom: -18px;
    max-width: 50%;
  }

  .bg.speaker-02 {
    top: -10px;
    right: 6px;
    max-width: 40%;
  }

  .bg.about-us-01 {
    left: -30px;
    top: 119px;
  }

  .bg.about-us-02 {
    left: -3px;
    top: -72px;
  }

  .bg.about-us-03 {
    right: -1px;
    bottom: -125px;
  }

  .bg.about-us-04 {
    top: -103px;
    right: -36px;
  }

  .bg.discover-01 {
    left: 6px;
    bottom: -7px;
    max-width: 30%;
  }

  .bg.discover-02 {
    bottom: 148px;
    max-width: 30%;
  }

  .bg.discover-03 {
    max-width: 30%;
  }

  .bg.connect-01 {
    left: 0px;
    bottom: -8px;
    max-width: 30%;
  }

  .bg.connect-02 {
    max-width: 30%;
  }

  .bg.connect-03 {
    max-width: 30%;
  }

  .bg.grow-01 {
    left: -4px;
    max-width: 30%;
  }

  .bg.grow-02 {
    max-width: 30%;
  }

  .bg._404-01 {
    top: 5%;
    max-width: 23%;
  }

  .bg._404-02 {
    max-width: 28%;
  }

  .bg._404-03 {
    max-width: 20%;
  }

  .bg._404-04 {
    bottom: 65%;
  }

  .bg._404-05 {
    right: 77%;
    bottom: 3%;
  }

  .bg._404-06 {
    right: 5%;
    bottom: 70%;
  }

  .bg.conference-01 {
    left: -36%;
    top: -198px;
    max-width: 60%;
  }

  .bg.conference-02 {
    left: -18%;
    bottom: -181px;
    max-width: 60%;
  }

  .bg.conference-03 {
    right: -15%;
    bottom: -184px;
    max-width: 60%;
  }

  .bg.conference-04 {
    right: -19.5%;
    bottom: 182px;
    max-width: 60%;
  }

  .schedule-tab-link-text {
    font-size: 25px;
  }

  .schedule-tab-link {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .testimonial-slider-image-wrapper {
    margin-bottom: 24px;
  }

  .testimonial-image {
    max-width: 90px;
  }

  .testimonial-name {
    font-size: 20px;
  }

  .work-text.speaker {
    font-size: 18px;
  }

  .benefits-content-wrapper {
    padding: 30px 20px;
  }

  .sponsors-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sponsor-logo-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonial-wrapper {
    padding-right: 20px;
    padding-bottom: 102px;
    padding-left: 20px;
  }

  .left-arrow {
    right: 100px;
    bottom: 16px;
  }

  .right-arrow {
    right: 30px;
    bottom: 16px;
  }

  .links-block {
    margin-bottom: 32px;
  }

  .links-block.newsletter {
    margin-top: 24px;
  }

  .footer-title.newsletter {
    line-height: 1.4em;
  }

  .footer-mobile-title {
    padding-top: 0px;
  }

  .badge.event {
    font-size: 16px;
  }

  .mouse-print {
    font-size: 14px;
  }

  .error-message.cart {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .container-small-450px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .speakers-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-link-wrapper {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .social-media-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .speaker-image-wrapper {
    text-align: center;
  }

  .blog-featured-content {
    width: 100%;
  }

  .blog-grid {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pagination-button {
    display: block;
    font-size: 18px;
  }

  .container-medium-1098px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .richt-text h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .richt-text p {
    margin-bottom: 25px;
  }

  .richt-text blockquote {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
  }

  .richt-text h3 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .richt-text h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .richt-text h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .richt-text h6 {
    margin-bottom: 10px;
  }

  .richt-text img {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .richt-text figcaption {
    margin-bottom: 32px;
  }

  .richt-text ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .richt-text li {
    margin-bottom: 5px;
  }

  .richt-text ol {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .container-medium-850px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-ticket-price {
    font-size: 33px;
  }

  .ticket-icon-wrapper {
    margin-bottom: 20px;
  }

  .ticket-icon-wrapper.cart {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .ticket-content-grid {
    margin-bottom: 32px;
  }

  .buy-ticket-subtotal {
    font-size: 25px;
  }

  .buy-ticket-cart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantity {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 21px;
  }

  .add-to-cart {
    height: 64px;
  }

  .why-assist-grid {
    margin-top: 32px;
    grid-row-gap: 20px;
  }

  .ticket-options-top-wrapper {
    margin-bottom: 32px;
  }

  .event-date-text {
    font-size: 16px;
    white-space: nowrap;
  }

  .event-date-content {
    margin-bottom: 10px;
  }

  .contact-us-icon-wrapper {
    width: 100%;
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-us-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .field-label {
    font-size: 18px;
  }

  .form {
    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;
  }

  .achievements-grid {
    width: 100%;
    justify-items: stretch;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .achievements-wrapper {
    min-width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e6e7f3;
  }

  .achievements-wrapper.last {
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }

  .achievements-number {
    font-size: 38px;
  }

  .who-we-are-grid {
    grid-row-gap: 40px;
  }

  .previous-confs-grid {
    grid-row-gap: 40px;
  }

  .previous-confs-subtitle-wrapper {
    margin-top: 30px;
  }

  .meet-the-team-grid {
    margin-bottom: 50px;
  }

  .container-small-550px {
    padding-right: 24px;
    padding-left: 24px;
  }

  .faqs-grid {
    margin-top: 32px;
  }

  .faq-dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-featured-slider {
    min-height: 560px;
  }

  .blog-card-link {
    overflow: hidden;
  }

  .button-play.live-stream {
    width: 84px;
    height: 84px;
    font-size: 31px;
  }

  .blog-featured-gradient {
    min-height: 120px;
  }

  .category-title-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-title-accent {
    margin-bottom: 0px;
  }

  .cart-container {
    width: 100%;
    border-radius: 0px;
  }

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

  .remove-button {
    margin-bottom: 15px;
  }

  ._404-subtitle {
    font-size: 34px;
  }

  ._404-block {
    max-width: 95%;
  }

  .checkout-form {
    padding-top: 120px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .order-confirmation {
    padding-top: 120px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-header {
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .order-item {
    margin-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conference-tabs-menu {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .conference-tabs {
    margin-top: -30px;
  }

  .live-stream-video.live-stream {
    border-radius: 15px;
  }

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

  .resource-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .hero-home {
    padding-top: 135px;
    padding-bottom: 100px;
  }
}

#w-node-bf421fd8-5bc6-00aa-c75f-fb44c92af3bf-3432cc5a {
  -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-b78d2f60-edc6-11eb-8a7a-b3bb64d27920-3432cc5a {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5d5419f7-c367-d3fa-6198-5df077f13d90-1e32cc60 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c550ccb-486e-a78a-6ac4-4773a42836c0-1e32cc60 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-9232cc6e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-9232cc6e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-9232cc6e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-9232cc6e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-9232cc6e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-9232cc6e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9c366140-593a-c870-e4fc-b79713f7c64a-9232cc6e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b3f557a2-7b67-661f-03df-108f449efcf4-095f78ae {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fcccce6e-d2ca-d0ad-9689-88aed0a46d35-ed8dffe9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_49c9416f-484d-4eca-77d1-5eea070933ad-9880bbee {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae80dc92-7948-d804-036c-e01941a1fb7e-3432cc5a {
    -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: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-b78d2f60-edc6-11eb-8a7a-b3bb64d27920-3432cc5a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-cedb52d3-3272-7fe9-266d-b353a9100c2f-1e32cc60 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d2549612-d33f-ab41-cc7a-10ba33f4782d-1e32cc60 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9c366140-593a-c870-e4fc-b79713f7c64a-9232cc6e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7689cb8e-de63-ec94-e0d0-28e6cf11aad6-3432cc5a {
    -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;
  }
}

@font-face {
  font-family: 'Icons Evently Template';
  src: url('../fonts/icons-evently-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}