.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

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

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

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

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

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

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

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

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: 100vw;
  margin: 0px;
  padding: 200px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.section-1._2 {
  margin-top: 0px;
}

.section-1.home {
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.section-1.home.section {
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-1.order {
  min-height: 0vh;
  padding-top: 50px;
}

.image {
  margin-right: 300px;
  background-color: transparent;
  background-image: url('../images/TWGL-Logo-Final-1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.brand {
  width: 200px;
  margin-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.navbar {
  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;
  background-color: transparent;
}

.nav-link {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link:hover {
  box-shadow: inset 0 0 0 2px #000;
}

.nav-link.login {
  border: 2px solid #000;
}

.nav-menu {
  height: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 85vw;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  margin-top: -5px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  width: 200px;
  max-height: 60px;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/TWGL-Logo-Final-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/TWGL-Logo-Final-1.png');
  background-position: 50% 50%;
  background-size: 125px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Viga, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  min-width: 40vw;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  min-width: 40vw;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-text {
  margin-right: 0px;
  padding-bottom: 188px;
  opacity: 1;
  font-family: Oswald, sans-serif;
  font-size: 140px;
  line-height: 170px;
  font-weight: 700;
  letter-spacing: 2px;
}

.image-2 {
  width: 200px;
  height: 70px;
  background-image: url('../images/TWGL-Logo-Final-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-3 {
  position: relative;
  height: 70px;
  margin-right: 0px;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content {
  min-height: 40vh;
  margin-right: 0px;
  padding-right: 0px;
}

.bottom-content {
  min-height: 40vh;
  margin-right: 100px;
}

.top-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 60px;
  font-weight: 600;
  text-align: right;
}

.top-content-text.bottom {
  border-bottom: 0px none #000;
  border-left: 0px none #000;
  color: #ee5c5c;
  font-size: 40px;
  letter-spacing: 2px;
}

.top-content-text.bottom._2 {
  border-bottom: 2px solid #000;
  border-left-style: none;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 300;
}

.form-block {
  padding-top: 20px;
}

.field-label {
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
}

.field-label-2 {
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
}

.text-field {
  border: 2px solid #000;
}

.text-field-2 {
  border: 2px solid #000;
}

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

.submit-button {
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.line {
  margin-top: 34px;
  border-top: 2px solid #000;
}

.image-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 500px;
  margin-top: 127px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  opacity: 0.46;
}

.div-block {
  width: 400px;
  height: 300px;
  margin-bottom: 136px;
  border: 2px solid #000;
}

.login-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 450px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 0px 20px;
}

.login-box.login {
  width: auto;
  height: auto;
  margin-bottom: 28px;
}

.term-condition-login-text {
  margin-top: 0px;
  font-size: 10px;
  text-align: center;
}

.line-login {
  width: 400px;
  height: 1px;
  margin-top: 0px;
  background-color: #b4b4b4;
}

.line-login._2 {
  width: 98%;
  margin-bottom: 24px;
}

.main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  padding: 20px 0px 20px 20px;
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
}

.form-block-2 {
  width: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-field-3 {
  border-style: solid;
  border-width: 2px;
  border-color: #3a4d70;
}

.text-field-4 {
  border-style: solid;
  border-width: 2px;
  border-color: #3a4d70;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.submit-button-2 {
  width: 150px;
  height: auto;
  margin-top: 1px;
  border-radius: 8px;
  background-color: #3a4d70;
  font-family: Viga, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  cursor: pointer;
}

.title-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.title-box.left {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #ff4224;
  font-size: 14px;
}

.field-label-3 {
  font-family: Viga, sans-serif;
  text-transform: uppercase;
}

.field-label-4 {
  font-family: Viga, sans-serif;
  text-transform: uppercase;
}

.slider {
  width: 400px;
  height: 200px;
  margin-top: 69px;
}

.slide {
  background-image: url('../images/shutterstock_167448860.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/shutterstock_152614322.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  padding-top: 90px;
}

.icon-2 {
  padding-top: 90px;
}

.title-heading3 {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.request-box {
  width: 90vw;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 20px 20px;
  border: 2px solid #000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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;
}

.left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.left-content._2 {
  width: 90%;
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-content._3 {
  width: 90%;
  margin-left: 10px;
  padding-top: 17px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-content.home {
  width: 50%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-content.home.section-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-content._2 {
  width: 30%;
}

.right-content._2._1 {
  width: 10%;
  margin-right: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-content.home {
  position: static;
  z-index: 0;
  width: auto;
  margin-top: -261px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-field {
  width: 100%;
  margin-left: -20px;
  padding-left: 20px;
}

.text-field-5 {
  border: 0.5px solid #000;
}

.top-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.left-main-title {
  width: 50%;
}

.right-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-main-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 21px;
  padding-top: 15px;
  padding-bottom: 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-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff4224;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.top-main-title-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  -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;
}

.top-main-title-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  padding-right: 0px;
  padding-left: 20px;
  -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;
}

.top-main-title-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-main-title-1-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.address-website {
  font-family: Oswald, sans-serif;
}

.link {
  font-family: Oswald, sans-serif;
  color: #ff4224;
  text-decoration: none;
}

.strip {
  margin-right: 5px;
  margin-left: 5px;
  font-family: Oswald, sans-serif;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #000;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.dropdown-list {
  background-color: #ff4224;
}

.dropdown-list.w--open {
  background-color: #ffdfdb;
}

.drop-down-link {
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
}

.section-1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  min-width: 80vw;
  margin-right: 144px;
  margin-left: 144px;
  padding-bottom: 145px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  min-width: 80vw;
  margin-right: 144px;
  margin-left: 144px;
  padding-bottom: 145px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

.content---inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 100px;
  margin-top: 15px;
  -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;
  border: 1px solid #000;
  border-radius: 2px;
}

.button---edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff4224;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.content-inside-tracking {
  width: 80%;
  height: 20px;
  margin-top: 3px;
}

.text-block-2 {
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #ff4224;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}

.left-inside {
  width: 50%;
}

.right-inside {
  width: 50%;
}

.html-embed {
  width: 95%;
  height: 50px;
}

.request-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100vw;
  padding-left: 0px;
  -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;
}

.title-container {
  min-width: 100vw;
  padding-left: 72px;
}

.sectiion-1-background {
  position: relative;
  z-index: -99;
  width: 100%;
  margin-top: -120px;
  padding-top: 0px;
  background-image: url('../images/shutterstock_108247988.jpg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.main-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.text-block-3 {
  height: 100px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 100px;
  letter-spacing: 3px;
  text-shadow: 9px 9px 6px #000;
}

.title-heading-1 {
  font-family: Viga, sans-serif;
  font-size: 95px;
  line-height: 120px;
}

.title-heading-1._2 {
  font-size: 50px;
  line-height: 50px;
}

.title-heading-1.search {
  font-size: 30px;
  line-height: 1;
}

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

.text-block-4 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #ff4224;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #636aee;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.sticky-nav {
  position: absolute;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 94px;
  padding: 20px;
  -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: transparent;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.nav-link-2 {
  display: block;
  width: 100px;
  margin-right: 30px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Viga, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.button-3 {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3a4d70;
  font-family: Viga, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 200px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-container {
  width: 50%;
  height: 100%;
  padding-left: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  width: 50%;
  height: 70px;
}

.image-5 {
  width: auto;
  height: 40px;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99;
  width: 50%;
}

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

.main-video {
  position: absolute;
  left: 3%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: -99;
  width: 700px;
  height: 700px;
  opacity: 0;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -99;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.08;
}

.text-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Viga, sans-serif;
  font-weight: 700;
  text-align: center;
}

.title-heading-search {
  font-family: Viga, sans-serif;
  font-size: 95px;
  line-height: 120px;
}

.title-heading-search._2 {
  font-size: 50px;
  line-height: 50px;
}

.title-heading-search.search {
  margin-top: 0px;
  padding-top: 0px;
  opacity: 1;
  font-size: 40px;
  line-height: 1;
}

.form-block-3 {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.text-field-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
  font-family: Viga, sans-serif;
}

.title-heading-searc-mini {
  font-family: Viga, sans-serif;
  font-size: 95px;
  line-height: 120px;
}

.title-heading-searc-mini._2 {
  font-size: 50px;
  line-height: 50px;
}

.title-heading-searc-mini.search {
  margin-top: 0px;
  padding-top: 17px;
  opacity: 1;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1;
}

.title-heading-searc-mini.search._2 {
  padding-top: 14px;
  opacity: 1;
  font-size: 13px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-4 {
  width: 40px;
  height: 40px;
  padding: 10px 0px 0px;
  border-radius: 9px;
  background-color: #3a4d70;
  opacity: 1;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  text-align: center;
}

.title-heading-back {
  padding-bottom: 15px;
  opacity: 0;
  font-family: Viga, sans-serif;
  color: #636aee;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.title-heading-back._2 {
  font-size: 50px;
  line-height: 50px;
}

.title-heading-back.search {
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 20px;
  opacity: 1;
  font-size: 15px;
  line-height: 1;
}

.search-div {
  width: 100%;
  min-height: 20vh;
  padding-right: 6px;
  border-radius: 0px;
  background-color: transparent;
}

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 5vh;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #3a4d70;
}

.top-div.order {
  min-height: 5vh;
}

.top-div.title {
  min-height: 5vh;
  padding-bottom: 35px;
  padding-left: 0px;
  background-color: transparent;
}

.top-div.cart {
  min-height: 5vh;
  background-color: #3a4d70;
}

.text-block-7 {
  background-color: #3a4d70;
  font-family: Viga, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.text-block-7.title {
  background-color: transparent;
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 50px;
}

.top-container {
  height: 75px;
}

.top-container.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  margin-top: 10px;
  background-color: #fff;
}

.bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-4 {
  min-width: 40vw;
}

.first-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  padding-bottom: 20px;
  padding-left: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
}

.first-container.total {
  min-width: 84.4%;
}

.second-container {
  min-width: 16.6666666667%;
  margin-left: 5px;
  padding: 5px 5px 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  background-color: #fff;
}

.third-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 16.6666666667%;
  margin-left: 5px;
  padding-top: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  background-color: #fff;
}

.third-container.track {
  padding: 5px 5px 5px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fourth-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-width: 16%;
  margin-left: 5px;
  padding: 0px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #636aee;
  background-color: #3a4d70;
}

.bottom-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bottom-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-right-container.eta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -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;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50%;
  margin-right: 0px;
  margin-left: 10px;
  -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: #3a4d70;
  font-family: Viga, sans-serif;
  font-size: 20px;
}

.text-block-8 {
  padding-top: 13px;
  padding-right: 30px;
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 20px;
}

.small-text {
  padding-top: 13px;
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 15px;
  line-height: 15px;
}

.small-text.details {
  text-decoration: underline;
  cursor: pointer;
}

.small-text.box {
  padding-top: 13px;
  color: #fff;
}

.field-label-5 {
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 15px;
  font-weight: 400;
}

.text-field-7 {
  width: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
}

.text-block-9 {
  margin-bottom: 10px;
}

.section-1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0px;
  padding: 150px 200px 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.section-1-copy._2 {
  margin-top: 0px;
}

.section-1-copy.home {
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

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

.section-2-order {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0px;
  padding: 50px 200px 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.section-2-order._2 {
  margin-top: 0px;
}

.section-2-order.home {
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.section-2-order.home.section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-2-order.order {
  min-height: 0vh;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-10 {
  position: static;
  left: auto;
  top: 18%;
  right: -40%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #3a4d70;
  font-size: 25px;
}

.field-label-6 {
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 20px;
  font-weight: 400;
}

.text-field-8 {
  min-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
}

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

.text-block-11 {
  overflow: visible;
  margin-top: 18px;
  opacity: 1;
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 2px;
}

.form-block-4 {
  min-width: 100%;
}

.form-block-5 {
  width: 100%;
}

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

.form-block-7 {
  width: 100%;
}

.form-block-8 {
  width: 100%;
}

.form-block-9 {
  width: 100%;
}

.form-block-10 {
  width: 100%;
}

.form-block-11 {
  width: 100%;
}

.footer-logo-link-2 {
  width: 50%;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image-2 {
  display: inline-block;
  width: 100%;
  height: 80%;
  max-width: 80%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.text-block-12 {
  font-family: Viga, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.button-label {
  font-family: Viga, sans-serif;
  color: #fff;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8px;
  padding-left: 0px;
  -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-bottom: 0px solid #ebedee;
  background-color: #fff;
}

.dropdown-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Viga, sans-serif;
  font-size: 15px;
}

.dropdown-link {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #000;
}

.dropdown-link.w--current {
  opacity: 0.7;
  color: #fff;
}

.dropdown-list-2 {
  position: absolute;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #18181d;
  color: #fff;
}

.dropdown-list-2.about {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  opacity: 0;
}

.nav-kit-wrap {
  position: relative;
  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-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -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: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.kit-download-menu {
  margin-right: 5px;
  padding: 12px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  background-color: #3a4d70;
  color: #fff;
}

.button-small.kit-download-menu:hover {
  border-color: #385ea3;
  background-color: #3a4d70;
  box-shadow: 2px 2px 15px -7px #000;
}

.kit-arrow-dropdown {
  opacity: 0.4;
}

.prospero-brand {
  margin-right: 24px;
}

.prospero-brand.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-icon-kit-nav {
  position: absolute;
  display: inline-block;
}

.prospero-nav-logo {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.prospero-link {
  margin-right: 15px;
  opacity: 0.6;
  font-family: Viga, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.prospero-link.quote {
  font-family: 'Fa solid 900', sans-serif;
}

.nav-kit-divider {
  width: 1px;
  height: 22px;
  margin-right: 8px;
  background-color: #ebedee;
}

.kit-nav-buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-button-kit-nav {
  display: none;
}

.menu-button-kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  height: 56px;
  padding: 21px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: default;
}

.menu-button-kit:hover {
  background-color: #ebedee;
}

.menu-button-kit.w--open {
  background-color: #ebedee;
}

.menu-icon-swipe {
  position: absolute;
  display: inline-block;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.search-input {
  height: 40px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  font-family: 'Varela Round', sans-serif;
}

.search-button {
  height: 40px;
  margin-top: 20px;
  margin-left: 10px;
  background-color: #3a4d70;
  font-family: 'Fa solid 900', sans-serif;
}

.cart-logo {
  margin-left: 10px;
  direction: ltr;
  font-family: 'Fa solid 900', sans-serif;
  color: #3a4d70;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
}

.cart-logo:hover {
  box-shadow: 2px 2px 15px -7px #000;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.cart-number {
  width: 50px;
  height: 0px;
  min-height: 100px;
  margin-left: 20px;
  background-color: #f5801f;
  direction: ltr;
  font-family: Viga, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.text-block-13 {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 11px;
  background-color: #f5801f;
  font-family: Viga, sans-serif;
  color: #fff;
  text-align: center;
}

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.quote-logo {
  margin-left: 10px;
  direction: ltr;
  font-family: 'Fa solid 900', sans-serif;
  color: #3a4d70;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
}

.quote-logo:hover {
  box-shadow: 2px 2px 15px -7px #000;
}

.quote-text {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 11px;
  background-color: #f5801f;
  font-family: Viga, sans-serif;
  color: #fff;
  text-align: center;
}

.cart-value {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 11px;
  background-color: #f5801f;
  font-family: Viga, sans-serif;
  color: #fff;
  text-align: center;
}

.quote-value {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 11px;
  background-color: #f5801f;
  font-family: Viga, sans-serif;
  color: #fff;
  text-align: center;
}

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

.search_result {
  position: static;
  z-index: 100;
  width: 100%;
  height: 0px;
  margin-top: 8px;
  background-color: #f82525;
}

.search-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.search-container {
  width: 100%;
}

.search-input-2 {
  height: 40px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  font-family: 'Varela Round', sans-serif;
}

.div-block-8 {
  position: static;
  z-index: 100;
  width: 100%;
  height: 0px;
  margin-top: 8px;
  background-color: #f82525;
}

.search-button-2 {
  height: 40px;
  margin-top: 20px;
  margin-left: 10px;
  background-color: #3a4d70;
  font-family: 'Fa solid 900', sans-serif;
}

.search-button-2:hover {
  box-shadow: 2px 2px 15px -7px #000;
}

.search-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.prospero-link-2 {
  margin-right: 15px;
  opacity: 0.6;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.search-field-container-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.circlewicon-warehousing {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-warehousing.shipped-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.good-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_ready_to_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.pending-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_pending_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.defective-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_ready_to_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.total-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_total_items_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.ready-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_good_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.select-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #8297be;
  border-radius: 8px;
  background-color: #fff;
}

.stathold-profile {
  display: block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-support {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.div-block-17 {
  display: block;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #8297be;
  background-color: #fff;
}

.circlewicon-quote {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-quote.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_request_quote_failure__icon_1.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_request_quote_icon_1.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.after-request-quote-template {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.after-request-quote-template.new {
  display: none;
}

.column-8-copy-profile {
  border-right: 1px none #000;
  text-align: left;
}

.image-7 {
  width: 60%;
}

.text-block-14 {
  display: block;
  margin-top: 5px;
}

.text-block-14:hover {
  color: #3a4d70;
}

.section {
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
}

.image-8 {
  box-shadow: 0 0 18px -9px #000;
}

.stathold-request {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-request.quote {
  height: auto;
  border-right-style: none;
  border-right-color: #fff;
}

.link-block-2 {
  width: 45px;
  height: 20px;
  border-radius: 13px;
  background-color: #2290ff;
}

.radio-button-field {
  width: 33%;
}

.icontectleft {
  color: #f67f21;
}

.menuleft {
  padding-top: 25px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/bookmark-tag.png');
  background-position: 91% 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 17px -5px hsla(0, 0%, 62.7%, 0.95);
}

.menuleft.flextleft {
  width: 23%;
  margin-left: 10px;
  background-image: none;
}

.form-block-12 {
  margin-right: 20px;
  margin-left: 20px;
}

.form-block-13 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intext {
  color: hsla(0, 0%, 62.7%, 0);
}

.meetingrightdiv {
  width: 165px;
  float: right;
}

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

.statrow {
  border-right: 0px none #fff;
}

.leftmenucontain {
  margin-top: 19px;
  padding-bottom: 20px;
}

.topdashbartext-port {
  display: none;
  margin-top: 5px;
  color: #f67f21;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.stathold-copy {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-copy.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.attendeediv {
  width: 22px;
  height: 22px;
}

.attendeediv.attend1 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url('../images/pexels-photo-91227.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.attendeediv.attend1.attendplu {
  margin-left: -11px;
}

.attendeediv.attend1.attendplu.attend2 {
  margin-left: -15px;
  background-image: url('../images/bodybuilder-weight-training-stress-38630.jpeg');
}

.attendeediv.attend1.attendplu.attend3 {
  margin-left: -11px;
  background-image: url('../images/pexels-photo-249613.jpeg');
}

.attendeediv.attend1.attendplu.attend4 {
  background-image: url('../images/pexels-photo-432739.jpeg');
}

.topdashbartext-big {
  display: block;
  margin-top: 5px;
  color: #f67f21;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.meetingimgdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 50%;
}

.support-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success {
  margin-top: 15px;
  padding: 15px;
  background-color: #f5faff;
  color: #2290ff;
}

.circlewicon-estimated {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-estimated.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_time_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.leftmenulink {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 5px solid #fff;
  opacity: 1;
  color: #a0a0a0;
}

.leftmenulink:hover {
  border-left: 5px solid #3a4d70;
  background-color: rgba(130, 151, 190, 0.22);
  color: #2290ff;
}

.leftmenulink.leftlogout {
  margin-top: 25px;
}

.leftmenulink.currentlinkleft {
  border-left-style: none;
  border-left-color: #f67f21;
  background-color: #fff;
  color: #2290ff;
}

.leftmenulink.currentlinkleft:hover {
  border-left-style: solid;
  border-left-color: #3a4d70;
  background-color: rgba(130, 151, 190, 0.27);
}

.warehousing-template {
  display: none;
  width: 72%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  display: inline-block;
}

.goingtext {
  font-family: Lato, sans-serif;
  color: #3a4d70;
  font-size: 11px;
  text-align: center;
}

.goingtext.notgoing {
  color: #636aee;
}

.iteminboxdetailtext {
  display: inline-block;
  color: #a0a0a0;
  font-size: 11px;
}

.topavatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url('../images/pexels-photo-324658.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.topavatar.leftavatar {
  border-radius: 10%;
  background-image: url('../images/logo_profile_icon.png');
}

.topdashbartext-send {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-send.packaging {
  width: 33%;
}

.topdashbartext-send.number {
  display: inline-block;
  color: #3a4d70;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.topdashbartext-send.number.desctext {
  margin-left: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.meetingdetailmiddlediv {
  padding: 10px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.meetingdetailcontain {
  margin-right: 5px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.meetingdetailcontain.float-left {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  float: left;
  box-shadow: 1px 0 20px -15px #000;
}

.togglediv {
  margin-top: 4px;
  padding-left: 55px;
}

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

.meetingsh1 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #3a4d70;
  font-size: 24px;
}

.column-11 {
  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;
}

.snap-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inboxdate {
  color: #a0a0a0;
  font-size: 12px;
}

.pagecontain {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

.div-block-20 {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background-color: #ff5026;
}

.column-1-profile {
  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;
}

.checkbox-field {
  margin-bottom: 10px;
  padding-left: 30px;
}

.bottommorelink {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #6d6d6d;
  text-align: center;
  text-decoration: none;
}

.bottommorelink:hover {
  background-color: #f67f21;
  color: #fff;
}

.bottommorelink.bottommoreright:hover {
  background-color: #3a4d70;
}

.circlewicon-profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-profile.profile-user {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_profile_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.profile-address {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_address_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.profile-contact {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_phone_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

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

.inboxcontain {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 700;
  display: none;
  width: 250px;
  padding-bottom: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #a0a0a0;
}

.inboxbutton {
  width: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #a0a0a0;
  text-align: center;
  text-decoration: none;
}

.inboxbutton:hover {
  color: #000;
}

.inboxbutton.leftinboxbutton {
  border-right: 1px solid #f6f6f6;
}

.topdashbartext-price {
  display: block;
  margin-top: 5px;
  color: #b1aeae;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.statrow-profile {
  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;
  border-right: 0px none #fff;
}

.div-block-16 {
  display: none;
  padding-bottom: 5px;
  -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;
  background-color: #fff;
}

.topdashbartext-medium {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #f67f21;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-medium.packaging {
  width: 33%;
}

.plusnumore {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #a0a0a0;
  font-size: 12px;
  text-align: left;
}

.detailscallinktext {
  text-decoration: none;
}

.track-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stathold {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold.laststat {
  border-right-style: none;
}

.stathold.laststat.bottomlaststat {
  border-right-style: none;
}

.meetingtitle {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 12px;
}

.meetingtitle.meetingemail {
  color: #a0a0a0;
  font-size: 11px;
}

.meetingtitle.meetingemail.meetingtime {
  font-size: 11px;
}

.div-block-12-tracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submitbutton {
  display: block;
  width: 100%;
  margin-top: 15px;
  border-radius: 3px;
  background-color: #2290ff;
}

.submitbutton:hover {
  background-color: #f5faff;
  color: #2290ff;
}

.row {
  padding-right: 19px;
  padding-left: 19px;
}

.column-8-profile {
  position: static;
  height: 100%;
  border-right: 1px none #000;
  text-align: left;
}

.circlewicon-view {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-view.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_price_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.quote-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-4 {
  margin-top: 10px;
}

.text-field-9 {
  border-style: solid;
  border-width: 1px;
  border-color: #8297be;
  border-radius: 8px;
  box-shadow: 1px 1px 19px -19px #000;
}

.div-block-15 {
  width: 40px;
  height: 40px;
}

.quote {
  padding-right: 0px;
  padding-left: 0px;
}

.inboxnumbertext {
  color: #2290ff;
  font-size: 12px;
}

.meetingdetailtopdiv {
  padding: 15px;
}

.nametext {
  display: inline-block;
  margin-top: 9px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #a0a0a0;
}

.nametext.leftnametext {
  margin-top: 0px;
  margin-left: 20px;
  color: #000;
}

.nametext.leftnametext.detailtext {
  display: block;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0px;
  cursor: pointer;
}

.nametext.leftnametext.detailtext:hover {
  color: #3a4d70;
}

.nametext.leftnametext {
  margin-top: 0px;
  margin-left: 20px;
}

.div-block-14 {
  width: 30%;
  margin-left: 5px;
}

.profile-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.numberofmeetings {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
}

.topdashbar-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
}

.topdashbar-profile.warehousing {
  margin-bottom: 10px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  -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: 6px;
  background-color: #3a4d70;
  font-size: 16px;
}

.div-block-13 {
  width: 70%;
}

.image-9 {
  width: 50px;
  height: 50px;
}

.toglebutton {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #f5faff;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.53);
}

.circlewicon-request {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-request.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.calimginbox {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #2290ff;
  background-image: url('../images/pexels-photo-193355.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.calimginbox.bottombellimg {
  background-image: url('../images/bell.png');
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 62.7%, 0.65);
}

.image-10 {
  box-shadow: 0 0 16px -9px #000;
}

.column-8 {
  border-right: 1px none #000;
  text-align: left;
}

.attendcol {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.attendcol.right {
  margin-top: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.attendcol.left {
  margin-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topdashbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
}

.topdashbar.quote {
  margin-top: 20px;
  margin-bottom: 10px;
  -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;
}

.topdashbar.warehousing {
  margin-bottom: 10px;
}

.iteminboxdetaildiv {
  position: absolute;
  top: 12px;
  right: 15px;
}

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

.goingtextinbox {
  display: block;
  margin-left: 5px;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #2290ff;
  font-size: 12px;
}

.stathold-bookings {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.text-block-15 {
  color: #f67f21;
  font-size: 40px;
  font-weight: 700;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.circlewicon-support {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-support.support-email {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_email_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.iteminboxdiv {
  position: relative;
  padding: 35px 15px 15px;
  border-bottom: 1px solid #f6f6f6;
}

.iteminboxdiv.itembuttondiv {
  padding: 0px;
}

.iteminboxdiv.bottombelldiv {
  padding-top: 18px;
  border-bottom-style: none;
}

.booking-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.leftlinktext {
  color: #3a4d70;
  font-size: 15px;
}

.view-details-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.leftlinktext-2 {
  font-family: Lato, sans-serif;
  color: #a0a0a0;
  font-size: 15px;
}

.leftmenulink-2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 5px solid #fff;
  opacity: 1;
  color: #a0a0a0;
}

.leftmenulink-2:hover {
  border-left: 5px solid #f67f21;
  background-color: rgba(246, 127, 33, 0.14);
  color: #2290ff;
}

.leftmenulink-2.leftlogout {
  margin-top: 25px;
}

.leftmenulink-2.currentlinkleft {
  border-left-style: none;
  border-left-color: #f67f21;
  background-color: #fff;
  color: #2290ff;
}

.leftmenulink-2.currentlinkleft:hover {
  border-left-style: solid;
  background-color: rgba(246, 127, 33, 0.1);
}

.div-block-21 {
  display: inline-block;
}

.logotext {
  display: inline-block;
  margin-top: 11px;
  margin-left: -35px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.hamburger {
  background-color: transparent;
}

.navbar-3 {
  margin-top: 0px;
  padding-top: 0px;
}

.upload-template {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.meetingsh2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #3a4d70;
  font-size: 15px;
  line-height: 15px;
}

.meetingsh1-uploaded {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #3a4d70;
  font-size: 24px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3a4d70;
  border-radius: 20px;
  background-color: rgba(130, 151, 190, 0.15);
}

.image-11 {
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field-10 {
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  border-radius: 5px;
}

.text-field-11 {
  border-style: solid;
  border-width: 2px;
  border-color: #8297be;
}

.text-field-12 {
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #3a4d70;
  border-radius: 6px;
}

.text-block-17 {
  font-family: Viga, sans-serif;
  color: #3a4d70;
  font-size: 30px;
}

.columns-4 {
  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;
}

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

.section-2.pale-blue {
  display: none;
  background-color: #fff;
}

.section-2.wider-padding {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 100px;
  -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;
}

.short-paragraph {
  width: 75%;
  font-family: Viga, sans-serif;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.button-7 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-7:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-7.white {
  margin-right: 20px;
  margin-bottom: 20px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.1);
  color: #3a4d70;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-preview-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-preview-container:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.side-image.lightbox-video {
  position: relative;
}

.video-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 #000;
}

.transparent-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.shadow {
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 0px;
  z-index: 0;
}

.play-icon-1 {
  position: relative;
  z-index: 2;
}

.heading {
  font-family: Viga, sans-serif;
  letter-spacing: 2px;
}

.heading-2 {
  font-family: Viga, sans-serif;
}

.heading-about-us {
  width: 300px;
  font-family: Viga, sans-serif;
}

.blog-post-home-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-us-second-paragraph {
  margin-bottom: 20px;
}

.about-us-main-parapragh {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.content-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.events-home {
  padding-top: 60px;
  padding-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
}

.empty-state {
  display: block;
  padding: 20px 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 28px;
}

.team-grid {
  margin-top: 80px;
  margin-bottom: 100px;
  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;
}

.our-events-title {
  margin-bottom: 30px;
}

.div-block-23 {
  height: 220px;
  background-image: url('../images/shutterstock_604218986-1-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-item {
  display: -ms-grid;
  display: grid;
  padding-top: 26px;
  padding-bottom: 26px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(63, 50, 122, 0.06);
}

.heading-3 {
  margin-bottom: 15px;
  font-family: Viga, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.service-wrap {
  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: 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;
}

.service-item-wrap {
  display: block;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.our-speakers {
  display: -ms-grid;
  display: grid;
  padding-top: 50px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -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;
}

.past-events-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.about-us {
  padding-top: 100px;
  padding-bottom: 20px;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #3f327a;
  opacity: 0.1;
}

.team-member-picture {
  display: block;
  width: 100%;
  height: 189px;
  margin-bottom: 5px;
}

.team-member-picture.member-2 {
  background-image: url('../images/shutterstock_152614322.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.team-member-picture.member-1 {
  background-image: url('../images/shutterstock_604218986-1-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.team-member-picture.member-6 {
  background-image: url('../images/shutterstock_167448860.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-picture.member-5 {
  background-image: url('../images/shutterstock_108247988.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-picture.member-3 {
  background-image: url('../images/shutterstock_62324905.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-picture.member-4 {
  background-image: url('../images/shutterstock_163311605.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.speaker-home-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-link {
  font-weight: 500;
}

.paragraph-link:hover {
  color: #3f327a;
}

.paragraph-link.all-blog-posts-link {
  margin-bottom: 15px;
  margin-left: 20px;
}

.heading-4 {
  margin-top: 100px;
  font-family: Viga, sans-serif;
}

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

.click-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 19px;
  padding-right: 30px;
  padding-left: 30px;
  -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: 1px solid #000;
  cursor: pointer;
}

.click-div:hover {
  background-color: #dce1e9;
}

.text-block-18 {
  font-family: Viga, sans-serif;
}

.div-block-24 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-26 {
  width: 50vw;
}

.text-block-19 {
  font-family: Viga, sans-serif;
}

.terms-page {
  display: none;
}

.conditions-page {
  display: none;
}

.privacy-page {
  display: block;
}

.text-block-19-c {
  font-family: Viga, sans-serif;
}

.faq-page {
  display: block;
}

@media screen and (max-width: 991px) {
  .section-1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-1.home {
    padding-right: 60px;
    padding-left: 60px;
    -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;
  }
  .section-1.home.section {
    position: static;
    min-height: auto;
    min-width: auto;
    -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;
  }
  .image {
    margin-right: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-text {
    padding-bottom: 0px;
  }
  .left-content.home {
    width: auto;
    height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-content.home {
    position: static;
    z-index: 98;
    width: 100%;
    height: 60vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-1-copy {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-heading-1 {
    font-size: 80px;
    line-height: 100px;
    text-align: center;
  }
  .button-2 {
    position: relative;
    z-index: 99;
    width: 70%;
  }
  .nav-link-2 {
    width: 100px;
    margin-right: 0px;
    padding-right: 20px;
  }
  .nav-link-2.w--current {
    margin-right: 0px;
  }
  .right-container {
    padding-right: 0px;
  }
  .left-container {
    padding-left: 0px;
  }
  .image-5 {
    width: 100%;
    height: auto;
  }
  .main-video {
    top: 20%;
    right: 0%;
    bottom: 0%;
    width: 0px;
    height: 0px;
  }
  .title-heading-search {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
  }
  .title-heading-searc-mini {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
  }
  .title-heading-back {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
  }
  .title-heading-back.search {
    font-size: 20px;
    cursor: pointer;
  }
  .center-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-container {
    margin-top: 30px;
  }
  .first-container {
    min-height: 10vh;
    margin-top: 20px;
    padding-left: 15px;
  }
  .second-container {
    width: 100%;
    min-height: 10vh;
    margin-top: 10px;
    margin-left: 0px;
  }
  .third-container {
    width: 100%;
    min-height: 10vh;
    margin-top: 10px;
    margin-left: 0px;
  }
  .fourth-container {
    width: 100%;
    min-height: 5vh;
    margin-top: 19px;
    margin-left: 0px;
    border-color: #3a4d70;
    background-color: #3a4d70;
  }
  .bottom-left-container {
    width: 30%;
  }
  .bottom-right-container {
    width: 70%;
  }
  .button-5 {
    width: 60%;
  }
  .small-text.box {
    color: #fff;
  }
  .section-1-copy {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-1-copy.home {
    padding-right: 60px;
    padding-left: 60px;
    -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;
  }
  .section-2-order {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-2-order.home {
    padding-right: 60px;
    padding-left: 60px;
    -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;
  }
  .div-block-5 {
    width: 80%;
  }
  .div-block-6 {
    width: 20%;
  }
  .text-block-10 {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #3a4d70;
    color: #fff;
  }
  .text-block-12 {
    font-size: 10px;
  }
  .navbar-2 {
    z-index: 2000;
    height: 100px;
    padding: 6px 5px 6px 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .dropdown-2 {
    background-color: #fff;
  }
  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-list-2.w--open {
    background-color: #9fb5dd;
  }
  .nav-kit-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown-toggle-2 {
    padding: 20px;
  }
  .button-small.kit-download-menu {
    display: none;
  }
  .dropdown-wrap {
    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;
  }
  .nav-menu-2 {
    position: absolute;
    z-index: 3000;
    width: 100%;
    border-bottom: 1px solid #ebedee;
  }
  .nav-kit-divider {
    display: none;
  }
  .kit-nav-buttons-wrap {
    margin-right: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button-kit-nav {
    width: 50px;
    height: 50px;
    padding: 18px 15px;
  }
  .menu-button-kit {
    opacity: 1;
  }
  .search-2 {
    width: 60%;
  }
  .cart-logo {
    font-size: 30px;
  }
  .quote-logo {
    font-size: 30px;
  }
  .cart-value {
    width: 25px;
    height: 25px;
    padding-top: 3px;
    font-size: 13px;
  }
  .quote-value {
    width: 25px;
    height: 25px;
    padding-top: 3px;
    font-size: 13px;
  }
  .search-3 {
    width: 60%;
  }
  .circlewicon-warehousing.shipped-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.good-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.pending-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.defective-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.total-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.ready-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .stathold-profile {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .stathold-support {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .circlewicon-quote.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-quote.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .after-request-quote-template {
    display: block;
    padding-right: 10px;
  }
  .column-8-copy-profile {
    text-align: center;
  }
  .section {
    margin-top: 0px;
  }
  .stathold-request {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .stathold-request.quote {
    width: 100%;
  }
  .menuleft.flextleft {
    display: none;
  }
  .topdashbartext-port {
    text-align: center;
  }
  .stathold-copy {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .attendeediv.attend1 {
    width: 20px;
    height: 20px;
  }
  .attendeediv.attend1.attendplu.attend2 {
    margin-left: -12px;
  }
  .topdashbartext-big {
    text-align: center;
  }
  .support-template {
    display: none;
    padding-right: 10px;
  }
  .circlewicon-estimated.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .leftmenulink {
    position: relative;
    z-index: 99;
  }
  .warehousing-template {
    padding-right: 10px;
  }
  .topavatar {
    background-image: url('../images/logo_profile_icon.png');
  }
  .topavatar.leftavatar {
    margin-top: 9px;
  }
  .topdashbartext-send {
    text-align: center;
  }
  .topdashbartext-send.number.desctext {
    text-align: center;
  }
  .meetingdetailcontain {
    margin-bottom: 5px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .snap-template {
    padding-right: 10px;
  }
  .pagecontain {
    position: relative;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    margin-top: 0px;
  }
  .circlewicon-profile.profile-user {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.profile-address {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.profile-contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .inboxcontain {
    display: none;
  }
  .topdashbartext-price {
    text-align: center;
  }
  .leftcolstat {
    text-align: center;
  }
  .topdashbartext-medium {
    text-align: center;
  }
  .plusnumore {
    padding-left: 3px;
  }
  .track-template {
    position: static;
    padding-right: 10px;
  }
  .stathold {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .meetingtitle {
    font-size: 10px;
  }
  .meetingtitle.meetingemail {
    font-size: 10px;
  }
  .row {
    display: inline-block;
    margin-top: 0px;
    padding-left: 0px;
    float: none;
  }
  .column-8-profile {
    text-align: center;
  }
  .circlewicon-view.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .quote-template {
    position: static;
    padding-right: 10px;
  }
  .request-template {
    padding-right: 10px;
  }
  .nametext {
    color: #000;
  }
  .nametext.leftnametext.mobilenavwelcome {
    margin-top: 10px;
    margin-left: 0px;
  }
  .profile-template {
    padding-right: 10px;
  }
  .topdashbar-profile {
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    padding-bottom: 25px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .topdashbar-profile.warehousing {
    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;
  }
  .circlewicon-request.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-request.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-request.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-8 {
    text-align: center;
  }
  .topdashbar {
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    padding-bottom: 25px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .topdashbar.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topdashbar.warehousing {
    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;
  }
  .stathold-bookings {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .text-block-15 {
    font-size: 35px;
  }
  .div-block-11 {
    -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;
  }
  .circlewicon-support.support-email {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .booking-template {
    padding-right: 10px;
  }
  .leftlinktext {
    text-align: left;
  }
  .view-details-template {
    display: none;
    padding-right: 10px;
  }
  .icon-4 {
    color: #000;
  }
  .row-3 {
    display: block;
    -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;
  }
  .nav-menu-3 {
    position: static;
    z-index: 90;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 hsla(0, 0%, 62.7%, 0.71);
  }
  .leftlinktext-2 {
    text-align: left;
  }
  .column-24 {
    padding-top: 10px;
  }
  .leftmenulink-2 {
    position: relative;
    z-index: 99;
  }
  .leftmenulink-2:hover {
    border-left-color: #3a4d70;
    background-color: rgba(130, 151, 190, 0.15);
  }
  .leftmenulink-2.currentlinkleft:hover {
    border-left-color: #3a4d70;
    background-color: rgba(130, 151, 190, 0.17);
  }
  .text-block-16 {
    margin-left: 10px;
    cursor: pointer;
  }
  .text-block-16:hover {
    color: #3a4d70;
  }
  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-21 {
    position: relative;
    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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logotext.navbarlogotext {
    margin-top: 18px;
    margin-left: 0px;
  }
  .hamburger {
    color: #2290ff;
  }
  .hamburger.w--open {
    background-color: #8297be;
    color: #fff;
  }
  .navbar-3 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
    margin-top: 0px;
    background-color: #fff;
  }
  .upload-template {
    padding-right: 10px;
  }
  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-2.wider-padding {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .row-4 {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-4.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .value-proposition-hero-image {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .md-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-6.md-4 {
    width: 100%;
  }
  .col.lg-5 {
    width: 50%;
  }
  .col.lg-5.md-4 {
    width: 100%;
  }
  .col.lg-1 {
    display: none;
  }
  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-2.lg-1 {
    display: none;
  }
  .side-image.lightbox-video {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .transparent-overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }
  .heading-about-us {
    width: auto;
  }
  .blog-post-home-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-us-main-parapragh {
    margin-top: 0px;
  }
  .content-2 {
    max-width: 764px;
  }
  .blog-wrap {
    padding-top: 60px;
  }
  .team-grid {
    margin-top: 80px;
    margin-bottom: 80px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .collection-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-speakers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-heading-wrap {
    margin-bottom: 70px;
  }
  .about-us {
    padding-top: 80px;
    padding-bottom: 40px;
    grid-row-gap: 20px;
  }
  .team-member-picture {
    height: 220px;
  }
  .speaker-home-wrap {
    margin-top: 40px;
  }
  .div-block-26 {
    width: 80vw;
  }
  .text-block-19 {
    margin-top: 15px;
  }
  .text-block-19-c {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-1.home.section {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-link {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 25px;
  }
  .nav-menu {
    border-top-right-radius: 40px;
    background-color: #f18372;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .div-right {
    min-height: 60vh;
  }
  .div-left {
    min-height: 70vh;
  }
  .menu-button {
    border: 2px solid #000;
  }
  .menu-button.w--open {
    background-color: #ffadad;
  }
  .title-heading-1 {
    font-size: 50px;
  }
  .middle-container {
    font-size: 15px;
  }
  .button-2 {
    width: 90%;
    font-family: Viga, sans-serif;
    font-size: 16px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .nav-link-2 {
    font-size: 15px;
  }
  .nav-link-2.w--current {
    font-size: 15px;
  }
  .right-container {
    width: 100%;
  }
  .image-5 {
    width: 50%;
    height: auto;
    padding-left: 10px;
  }
  .main-video {
    right: -23%;
  }
  .title-heading-search.search {
    position: relative;
    z-index: 99;
  }
  .text-field-6 {
    position: relative;
    z-index: 99;
  }
  .title-heading-searc-mini.search {
    position: relative;
    z-index: 99;
  }
  .title-heading-searc-mini.search._2 {
    position: relative;
    z-index: 99;
  }
  .button-4 {
    position: relative;
    z-index: 99;
  }
  .text-block-7 {
    font-size: 20px;
  }
  .first-container {
    margin-top: 20px;
    padding-left: 15px;
  }
  .bottom-left-container {
    width: 50%;
  }
  .bottom-left-container.cart {
    width: 10%;
  }
  .bottom-right-container {
    width: 90%;
  }
  .bottom-right-container.eta {
    width: 50%;
  }
  .button-5 {
    width: 60%;
    height: 60%;
  }
  .text-block-8 {
    font-size: 17px;
  }
  .small-text.details {
    font-size: 15px;
    text-align: right;
  }
  .div-block-5 {
    width: 70%;
  }
  .div-block-6 {
    width: 30%;
  }
  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .navbar-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    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;
  }
  .navbar-2.top {
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 0px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dropdown-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-toggle-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .prospero-brand {
    margin-top: 13px;
    padding-left: 0px;
  }
  .prospero-nav-logo {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .search-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-7 {
    -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;
  }
  .search-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .stathold-profile {
    width: 33%;
    border-right-style: solid;
  }
  .stathold-support {
    width: 33%;
    border-right-style: solid;
  }
  .after-request-quote-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .stathold-request {
    width: 50%;
    border-right-style: solid;
  }
  .statrow {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
  }
  .statrow.statlastbottom {
    border-bottom-style: none;
  }
  .stathold-copy {
    width: 50%;
    border-right-style: solid;
  }
  .div-block-10 {
    -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;
  }
  .attendeediv.attend1 {
    margin-top: 2px;
  }
  .attendeediv.attend1.attendplu.attend2 {
    margin-left: -12px;
  }
  .topdashbartext-big {
    font-size: 25px;
  }
  .meetingimgdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .support-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .warehousing-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .goingtext {
    font-size: 10px;
    line-height: 1.2em;
  }
  .goingtext.notgoing {
    line-height: 1.7em;
  }
  .topavatar {
    background-image: url('../images/logo_profile_icon.png');
  }
  .topavatar.leftavatar {
    display: block;
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }
  .meetingdetailmiddlediv {
    padding-bottom: 2px;
  }
  .meetingdetailcontain {
    margin-bottom: 25px;
  }
  .meetingdetailcontain.float-left {
    width: 100%;
  }
  .column-11 {
    text-align: center;
  }
  .snap-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pagecontain {
    position: static;
    z-index: 0;
    padding-top: 15px;
  }
  .bottommorelink {
    width: 50%;
    float: left;
    border-bottom-right-radius: 0px;
  }
  .bottommorelink.bottommoreright {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
  }
  .statrow-profile {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
  }
  .plusnumore {
    display: block;
    margin-top: -9px;
    margin-bottom: -2px;
    margin-left: 0px;
    font-size: 10px;
    text-align: center;
  }
  .track-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .stathold {
    width: 50%;
    border-right-style: solid;
  }
  .meetingtitle {
    text-align: center;
  }
  .quote-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .request-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .meetingdetailtopdiv {
    padding-bottom: 2px;
  }
  .profile-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .topdashbar-profile {
    margin-right: 0px;
    padding-bottom: 15px;
  }
  .attendcol {
    text-align: center;
  }
  .topdashbar {
    margin-right: 0px;
    padding-bottom: 15px;
  }
  .stathold-bookings {
    width: 33%;
    border-right-style: solid;
  }
  .text-block-15 {
    font-size: 30px;
  }
  .booking-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .view-details-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-menu-3 {
    position: static;
    display: block;
  }
  .leftlinktext-2 {
    color: #3a4d70;
  }
  .brand-2 {
    display: inline-block;
    margin-top: 16px;
  }
  .text-block-16 {
    margin-left: 10px;
    cursor: pointer;
  }
  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext.navbarlogotext {
    margin-top: 0px;
  }
  .navbar-3 {
    z-index: 1000;
  }
  .upload-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-2.wider-padding {
    padding-top: 20px;
  }
  .row-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-5 {
    width: 100%;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .content-2 {
    max-width: 580px;
  }
  .team-grid {
    margin-top: 60px;
  }
  .collection-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-heading-wrap {
    -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-us {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .speaker-home-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph-link.all-blog-posts-link {
    margin-top: 10px;
    margin-left: 0px;
  }
  .click-div {
    margin-top: 15px;
    margin-right: 0px;
  }
  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-1.home.section {
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-1.order {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image {
    max-width: 70%;
  }
  .nav-link {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 30px;
  }
  .nav-menu {
    border-radius: 0px 40px 40px 0px;
    background-color: #f18372;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .div-right {
    min-height: 60vh;
  }
  .div-left {
    min-height: 50vh;
  }
  .main-text {
    font-size: 85px;
    line-height: 100px;
  }
  .top-content-text.bottom {
    font-size: 25px;
  }
  .login-box {
    width: 280px;
    height: 250px;
    padding-top: 300px;
  }
  .login-box.login {
    padding-top: 87px;
  }
  .term-condition-login-text {
    margin-bottom: 34px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .line-login {
    width: 200px;
    margin-top: 275px;
  }
  .main-title {
    padding: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .form-block-2 {
    width: 200px;
  }
  .submit-button-2 {
    width: 200px;
    margin-top: 21px;
  }
  .field-label-3 {
    margin-top: 17px;
    padding-top: 0px;
  }
  .menu-button {
    border-width: 0px;
    background-color: transparent;
  }
  .menu-button.w--open {
    border-radius: 20px;
    background-color: #f5b0b0;
  }
  .icon-3 {
    border: 2px solid #000;
    border-radius: 0px;
  }
  .left-content.home {
    height: 0vh;
    margin-top: 0px;
  }
  .right-content.home {
    width: 90vw;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .title-heading-1 {
    font-size: 35px;
    line-height: 60px;
  }
  .middle-container {
    width: 70vw;
  }
  .button-2 {
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
  }
  .text-block-5 {
    text-align: center;
  }
  .sticky-nav {
    padding: 0px 10px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link-2 {
    width: 60px;
    margin-top: 19px;
    margin-right: 8px;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
    font-size: 12px;
  }
  .nav-link-2.w--current {
    margin-right: 8px;
    font-size: 12px;
  }
  .button-3 {
    width: 100%;
    margin-top: 11px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .right-container {
    width: 100%;
  }
  .left-container {
    width: 0%;
  }
  .image-5 {
    width: 50%;
    height: 60%;
  }
  .main-video {
    top: 22%;
    width: 0px;
    height: 0px;
  }
  .text-block-6 {
    font-size: 10px;
  }
  .title-heading-search {
    font-size: 60px;
    line-height: 60px;
  }
  .title-heading-search.search {
    font-size: 25px;
  }
  .form-block-3 {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .text-field-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 1px;
    border-radius: 4px;
  }
  .title-heading-searc-mini {
    font-size: 60px;
    line-height: 60px;
  }
  .title-heading-searc-mini.search {
    font-size: 13px;
    text-align: left;
  }
  .button-4 {
    position: static;
    width: 40px;
    height: 40px;
    padding: 10px 0px 0px;
    border-radius: 9px;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 15px;
    text-align: center;
  }
  .title-heading-back {
    font-size: 60px;
    line-height: 60px;
  }
  .title-heading-back.search {
    font-size: 13px;
  }
  .top-div {
    padding-left: 10px;
    font-size: 13px;
  }
  .top-div.order {
    width: 90%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .top-div.title {
    width: 90%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .top-div.cart {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }
  .text-block-7.title {
    font-size: 40px;
  }
  .top-container.order {
    height: auto;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .center-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -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: rgba(99, 106, 238, 0);
  }
  .bottom-container {
    height: auto;
    margin-top: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first-container {
    width: 100%;
    min-height: 7.5vh;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .second-container {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
  .third-container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .fourth-container {
    min-width: 0%;
    margin-left: 0px;
  }
  .bottom-left-container {
    width: 100%;
  }
  .bottom-left-container.cart {
    width: 10%;
  }
  .bottom-right-container {
    width: 100%;
    min-height: 10vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .bottom-right-container.eta {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .bottom-right-container.cart {
    min-height: 0vh;
    margin-top: 0px;
  }
  .bottom-right-container.cart.right {
    min-height: 0vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bottom-right-container.order {
    margin-top: 0px;
  }
  .button-5 {
    width: 60%;
    height: 50%;
    margin-top: 20px;
  }
  .text-block-8 {
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 1;
  }
  .small-text {
    padding-left: 5px;
  }
  .small-text.details {
    padding-top: 0px;
  }
  .section-1-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2-order {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2-order.order {
    margin-top: 150px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-5 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-6 {
    width: 100%;
    height: 0%;
  }
  .text-block-10 {
    width: 100%;
  }
  .text-block-11 {
    font-size: 13px;
    line-height: 15px;
  }
  .footer-logo-link-2 {
    height: 60px;
  }
  .text-block-12 {
    font-size: 10px;
    text-align: center;
  }
  .navbar-2 {
    position: relative;
    margin-top: 16px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .navbar-2.top {
    margin-left: 0px;
  }
  .dropdown-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-kit-wrap {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown-toggle-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-small.kit-download-menu {
    display: none;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 22px;
  }
  .prospero-brand {
    margin-right: 0px;
  }
  .kit-nav-buttons-wrap {
    display: block;
  }
  .menu-button-kit-nav {
    width: 48px;
    height: 48px;
    padding: 17px 14px;
  }
  .menu-button-kit:hover {
    background-color: #8297be;
  }
  .search-2 {
    width: 100%;
  }
  .search-input {
    margin-top: 25px;
  }
  .search-button {
    margin-top: 25px;
  }
  .search-3 {
    width: 100%;
  }
  .search-input-2 {
    margin-top: 25px;
  }
  .search-button-2 {
    margin-top: 25px;
  }
  .search-field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-field-container-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .circlewicon-warehousing.defective-warehousng {
    background-image: url('../images/logo_warehouse_defective_icon.png');
  }
  .stathold-profile {
    width: 33%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-support {
    width: 33%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .radio-button-label-2 {
    font-size: 12px;
  }
  .circlewicon-quote.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-quote.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .after-request-quote-template {
    padding-right: 6px;
  }
  .column-8-copy-profile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section {
    z-index: 0;
  }
  .stathold-request {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .menuleft.flextleft {
    position: relative;
    z-index: 100;
    display: none;
  }
  .statrow {
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .topdashbartext-port {
    font-size: 12px;
    text-align: center;
  }
  .stathold-copy {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .div-block-10 {
    -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;
  }
  .attendeediv.attend1 {
    width: 15px;
    height: 15px;
    margin-left: -2px;
  }
  .attendeediv.attend1.attendplu.attend2 {
    margin-left: -9px;
  }
  .attendeediv.attend1.attendplu.attend3 {
    margin-left: -10px;
  }
  .attendeediv.attend1.attendplu.attend4 {
    margin-left: -10px;
  }
  .topdashbartext-big {
    font-size: 20px;
  }
  .support-template {
    display: none;
    padding-right: 6px;
  }
  .circlewicon-estimated.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .warehousing-template {
    padding-right: 6px;
  }
  .goingtext {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.4em;
  }
  .goingtext.notgoing {
    line-height: 1.3em;
  }
  .topavatar {
    background-image: url('../images/logo_profile_icon.png');
  }
  .topdashbartext-send {
    font-size: 12px;
    text-align: center;
  }
  .topdashbartext-send.number {
    margin-top: 0px;
    font-size: 15px;
  }
  .meetingdetailmiddlediv {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .meetingdetailcontain.float-left {
    width: 100%;
  }
  .meetingsh1 {
    font-size: 20px;
  }
  .snap-template {
    padding-right: 6px;
  }
  .pagecontain {
    padding-top: 15px;
  }
  .bottommorelink {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .topdashbartext-price {
    font-size: 12px;
    text-align: center;
  }
  .statrow-profile {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .plusnumore {
    margin-top: -10px;
    padding-left: 0px;
  }
  .detailscallinktext {
    font-size: 10px;
  }
  .track-template {
    padding-right: 6px;
  }
  .stathold {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .meetingtitle {
    margin-top: 5px;
    margin-left: 1px;
    font-size: 11px;
  }
  .meetingtitle.meetingemail {
    margin-top: -6px;
  }
  .row {
    display: inline-block;
  }
  .circlewicon-view.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .quote-template {
    padding-right: 6px;
  }
  .request-template {
    padding-right: 6px;
  }
  .column-36 {
    padding-right: 2px;
    padding-left: 1px;
  }
  .nametext {
    color: #000;
  }
  .profile-template {
    display: none;
    padding-right: 6px;
  }
  .topdashbar-profile {
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .topdashbar-profile.warehousing {
    -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;
  }
  .circlewicon-request.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-request.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .column-8 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .topdashbar {
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .topdashbar.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stathold-bookings {
    position: static;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .text-block-15 {
    font-size: 20px;
  }
  .booking-template {
    padding-right: 6px;
  }
  .view-details-template {
    padding-right: 6px;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-3 {
    position: relative;
    z-index: 10000000;
  }
  .columns-3 {
    position: relative;
    z-index: 10;
  }
  .text-block-16 {
    margin-left: 10px;
    color: #546681;
    cursor: pointer;
  }
  .text-block-16:hover {
    color: #3a4d70;
  }
  .column-23 {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext.navbarlogotext {
    font-size: 17px;
  }
  .navbar-3 {
    z-index: 1000;
  }
  .upload-template {
    padding-right: 6px;
  }
  .meetingsh2 {
    font-size: 13px;
  }
  .meetingsh1-uploaded {
    font-size: 20px;
  }
  .section-2.wider-padding {
    padding-top: 0px;
  }
  .short-paragraph {
    width: 100%;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col-2 {
    margin-bottom: 10px;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .side-image.lightbox-video {
    width: 100%;
  }
  .content-2 {
    max-width: none;
  }
  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .our-events-title {
    margin-bottom: 20px;
  }
  .collection-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .blog-heading-wrap {
    margin-bottom: 50px;
    -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;
  }
  .past-events-title {
    font-size: 26px;
    line-height: 34px;
  }
  .click-div {
    margin-top: 13px;
    margin-right: 0px;
  }
  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-26 {
    width: 90vw;
  }
}

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