.login-form>.form-group.form-group-no-border .form-control,
.form-group.form-group-no-border .form-control+.input-group-addon,
.input-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control+.input-group-addon {
  background-color: #fff;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.main-wrapper {
  background: #F6F3F1;

}
@media (max-width: 500px) {
  .main-wrapper{
    height: 100%;
  }
}
.login-footer {
  width: 100%;
}

.login_forgot_pass_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}

.check_box_label {
  line-height: 16.94px;
  color: #403D3C;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter';
}

.custom__checkbox {
  padding-top: 1px;
  align-items: center;
}

.checkbox_checked {
  background-color: #0C0C0B;
}

.checkbox_media {
  height: 17px !important;
  width: 17px !important;
  min-width: unset;
  margin-right: 6px;
}

.login-form {
  width: 100%;
  max-width: 500px;
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 30px;
  /* box-shadow: 0 2px 6px rgba(13, 13, 141, 0.18); */
  /* box-shadow:  0px 3px 15px rgba(22, 22, 22, 0.05) */
}

.login-form h1 {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: unset;
  font-weight: 600;
  line-height: 29.05px;
  font-family: 'Inter';
}

.login-form .footer-link {
  text-align: center;
  margin-top: 20px;
}

.login_footer {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter';
  line-height: 24px;
  color: var(--neutrals-700, #403D3C);;
}

.login-icon {
  margin: auto;
  display: block;
}

._label_login {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.left-small-link {
  text-align: left !important;
  margin-top: 0 !important;
  color: #757575;
  font-size: 12px;
  margin-bottom: 20px;
}

.no-account {
  font-weight: 600;
  text-decoration: underline;
}

.login-form-button {
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255);
  padding: 7px 16px;
  transition: 0.5s cubic-bezier(0.2, 0, 0.4, 1);
}

.primary-btn-design {
  width: 207px;
  background-color: var(--secondary-color);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255);
  padding: 7px 16px;
  transition: 0.5s cubic-bezier(0.2, 0, 0.4, 1);
}

.login-form-button:disabled {
  width: 207px;
  background-color: var(--secondary-color);
  opacity: 0.8;
  cursor: no-drop;
}

.login-form-button:hover {
  background: var(--secondary-color)!important;
  color: white;
}


@media (max-width: 700px) {

  .app-main-router,
  section.blue-wrapper.start-pad {
    height: 100%;
  }

  .start-pad {
    padding-top: 0;
  }

  .start-content h1 {
    padding-bottom: 12px;
  }
}

@media (min-width: 701px) {
  .start-pad-login {
    height: 100vh;
  }
}


.btn-font {
  font-size: 18px;
  line-height: 22px;
  padding: 13px 36px 8px 36px;
}


.start-pad {
  padding-top: 87px;
}

@media (max-width: 1160px) {
  .landing-background-image {
    min-height: 100%;
    background-size: cover;
  }
}

.container-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  max-width: 1182px;
  height: 100%;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  align-items: center;
}

.start-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 200;
  height: 90%;
}

.start-content>* {
  z-index: 2;
}

.start-content h1 {
  font-family: Hind, sans-serif;
  font-style: normal;

  line-height: 112%;
  /* or 66px */
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 0;
}

@media (max-width: 700px) {

  .hide-on-mobile {
    display: none;
  }

  .start-content {
    padding: 70px 16px 36px 16px;
  }

}

.password_top_margin {
  margin-top: 20px;
}

.forgot_password_link {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #0C0C0B;
  text-decoration: underline;
}.gia-overlap {
  background: rgba(9, 11, 29, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.gia-modal-content {
  position: fixed;
  z-index: 11;
  top: 10%;
  left: calc(50% - 350px);
  max-width: 700px;
}

.gia-modal-content-land {
  width: 98%;
  max-width: none !important;
  left: 1% !important;

}

.gia-modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gia-modal-content .modal-header i {
  cursor: pointer;
  position: static;
}

.gia-modal-content .modal-body {
  padding: 0;
}

div.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  position: absolute;
  z-index: 200;
  right: 0;
}

div.gia-modal-content {
  position: fixed;
  z-index: 10;
  top: 3%;
  bottom: 3%;
  left: calc(50% - 350px);
  max-width: 700px;
}

.embedded-container {
  width: 100%;
  height: 100%;
}

.embedded-pdf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}.react-tel-input{font-family:'Roboto',sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:25px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZgAAAGACAMAAACnYISRAAADAFBMVEUAAAAxQ5cSO5wAOJP////OESYBAAAANJgAJ33SDzT80Rb/AADKAADzKDgEfj3bFRr/zgDoDi4JhQHuHCYAak0AlEIAaDt1qtv/3wAAN4rdKBAAN6lFjdwBMnwOrS3cIyADh1EAVqVLsdjCKC/44BUBeV0BcsIEm0oEKov84kLVBgcAH6UCrcoAZsPpKjv+yAABAHYAoVtysuEAZQAetTrfIA7VKCQBKGXoAxLiCxcAc89ZgbwdRIoLSqn7+fgCki+kMTYAAJcAAK0Almy/CS/+6AYiSaYAUMPiPShkz//vKi0MHIy1Bwb9mgQiXjn88u8AmQADUpP/xyIxjyyHxuMAot7p6Ob9uAs5XbXUIT352gHFCx4jnkQMsF83lQT2PzNwGT06dMQAjMPhFyf1gQPdG0c1qDQAcijw9fjrhoivGyfFICYAAM0Bf/7hZmk9dir65OWNJCrTrjnwsSwmQILmVgUAoeHUOkn2zM3fOwh9mcj/eQDRyc7+mTL//wAHaajh6vPxsbKpstft8e8EOLhJcLQCmbTW4O0AAP/789j51tgfHRDphSjivAztj5XkcxHd3Nn821q2t7jyvcCUlZPuxwuTy6fsoKTqS00CcGlIZaLQHR7pYCSip6QTOIbozhy0yOSKvHblcn3xVmCOpyKGg4ZDNwXaUmGtWxZeCA8ZnQJYVFSdx+iQpMfIgozTqVK/pRTA4M40UmvVrBECVj0yWpeQi1LEPi/Psqx2iqlqvHywnztjnNl0dnJIk0746Lt+CRNhaWCBfsGo27jGYVfU7N+za2uPVj5taTLcRiOUgRcmqr/H0eVwrafOxBVmVwljcawxBAjmypK6nGYzNDJaRC+aDBrg1bhETEeDbAxQs5q9toe74fX86ZVDs2HA17iwjgx5xZbHyU91ukbGdB3tvnnOViLSihZRuICCMxAyHnWquxxVX4YohdFvlUWXWn1OeofpwUrliHQaOVYscBxonhhwk3M2lnmJLU9mMnChv1o4g6QRPyIzsqcmCFcOjBeew94WAAAABHRSTlMA/f5+Mw0WEQAAUx1JREFUeNrsnAlMI1UYx0fzCoKgKBKMwSsYb0EJbjDEkSgS41WPDdatxjOkQFJgJSkhVbvbIIEC4gKCB3LstliBFiW7gNDAChYlaoUqSGC9VlQQLzyiiTF+rzOdu0wvvDK/zs61pDD8+L/vvccLhIKCgoKCwo7xwrnATYZzMaczEERKyuy5FAjRJ7MpKQShrzLV6C5NUNcY9eWIgQgI8nMyEMTHF0hCBORkETJfj4jwPh4hXdoVPNJ0+P4rPoqKYCvCe+o68PukSQKf+NzknJt7Ex842JGTnMwV81ZKStkurphdZSkpbxGExlGMSBCzr7hWs6NiNLD9q8UgtJvrZTdCjJieV3uO9zw7/WxPzyc94Yt5oCM58WDyAwdzeGJwPk7JY8XknYIzRH8CEIOAnRNTU615p6a6WzOoCVUM9amIgFwjSehivjXBofZbv5Zva+HSlEaLOT49/XpPD3g5Ph2EmAmukgm/mJuTOx7IKa5PvrkjORkxgJhz03FE/GJwgNLPBTEJHBBC6kkzGXUx1YO5+wtqCjQ1mv2awUE5MWItOyImAeB8/Vdc2A1H3QTlZUIHF90XXkGLKXp2GsIy3QNyng02MRMTqRP0GS2mNzlnHyrOOZjBF8PYQIhxJBTzzv4lqxUNRltMTS7ebxZcC/vc3OiKQZKEIQZskJSNKy4cgBMyFW75E9MDr+NFxzFBiZkYyErNytqdNTDBacqSk3Oa0EEoMfymjGm/EGJaNbopUydcinwcMx8ZrzSad6TGHHYe2QyixlzPAQHUmdzXQxZnFO8jIxHDtl/fQquGD1cwYljuoI9StRDjF9M9AF6yBnYPdHPEAIngRSiGqfgIMf0AEKOpLd4HYkhU7NDU3bWyMu6t/hWhUIozRl7MtS6n03l4p8QUP1KOUPk+pA5STAIDI4at+JgB6jpQMmTETKxmpQ50d69mZa0yNQZJEvh+ud5YA2J0NaYq/TN33dX6qKH7yIGoizl82OUEvIevlRcj1iIv5pEm2NV3ZNRHKAb3kalSIxZjbJYQk8NsXDFZ3QO67qxVMiurOzVcMYjDM3c90/rozP6xH6IuBmvBeF2HdyQxjxRHV0yaWEzhBx+Y+WJABpccVkzqaurqQJapNhVO/GJO5yDflInElD/eonv3tegnxknj3aGmLEMNpTKKTdlucWIOHEAM8jUGKozJlAU1JpAY+eLPcuzYj/VrpM70Q7SLPxuZTTkxt/FAAD7KFv/ejqaWKBX/NHpIs32NeUISv5is1YEJXP1Xs5juMuIh311GHCYP/Vw22tI8vT/aYoBNJ8ZaEKaYne8us4MXdkgDYlSSbCtmwmeme/fubuxFusbIDzARB3J87/iR1aUF0w6IudbqtG66CkISw6rZ+QEmZ/DCDmnCEUMzkeUfYU5IN2XyUzIsOzpX5joCPbJ/kRjB83IGL5whTThiJvDGAKdiMfKTmH+jmOc3C8IQA/w9k5gkM3h5ktMPCEOMEOnEyE/7Iw7/hmn/f0oMLirCaf9IxbAQCgoKCgoKCgoKCgoK/x8CDawuo9hDE0fBDKzu4EMQMRS30jD352MkmOevW4tlCDRwCzydjmhO9YFoAr5PQFIlIYgrxfz54CJBZEgS+LlyJfkHxWgZGxYLc6rlr1v7T4n5s0KrLcViEoUbIPFcuYyYwdDFkM3NowgwmlEhyYi5PhpiVIv0/3hsNg99uqjir1sTi9GqShZVqsUSlfbfJebPB0u02r59ahAjaUbiuXTVtJgx/VhoYshC40y+1gEnDq3D3YJQoU/M9f7EnHlmRGJUdp8Wy9Dc3JDFp8aOv0EJHGI3KysHxyorNxkxU4tT81OwLU5FQcwLuyIWw1oxtJc3r7gpMYIXwH8uXlM2qE/u6AwtMaOj7pl8AzKn5wPNqHeUn5iurpDEJKSXanlitFBmLDHDjfHxjcNwAg2ZSAykdG2SRCQrxh4zNT8/FWOPhpgX459+IWIxUFi02vTe+iX3+rodixERUIxGRyWmI8TEmI2k2ZHvIPtAi6pKNzpj5NYY+HW81+kUiUF8WDGlIyMjhlKuGNyY2bAXbMYGDRnc4q9bizWp19bqF9QmrhgMR8z1knB/ot9/nz3ninn77V2PPS0rBjGo1dznoqz4Cot+H0kWrgOz5kC1WfBcsdWUGarGdIZYYwrTSTK9xOELTHphk8FB15jr8dbl3WpoaHC2BS1mpnRrq3SGIwawWzxz8T7mPBa7CuCvW4s11W+1lDdURSbmhBOkxdxzj+qFtl1Bi5lcWJjkiaELS7uaBEbdWIwxkBjBc8Wi6gh6ZWYDMuYvpvsaMvfoqKGd2yvb63WCGe9ekHJvMGJGtka29LBjxWA0FzJoVBj+urVYU1XV2kLLWrhi2LDAmVDMrpERlarhxWDFqBf27l1Qs89FFZamctKHudA8u77ubg5uPV4sRW5YYs4557oPy8ryaeJUFT+fA1CJAdqcDQ17Q0iMoSl9aya9ycAXk8eKyaO/QbFcTHVra5OTdayYRbsdKtO83b4oL4YNC3sGX4+fTz30DhOMmMceWwsoZmEJodl1IwosJlaC8MQAH8bFlWAteWUl+RXX+cX41HR5n24YbvB2BStGu6XX6/u2tFwxwO9+L7+rpMSMmUy1xlrTGCtmanHePj8PBzkxbFTouAjF2Bo9MZZGCyNGvilbC9iUqdecS5PjK0hOTEGBSEy8JNuKAco+zK+4uywOpEB8uIkBMRixmBg+bI0xNPXq2w38GgNUIR9VKkkxZ1PWzuYkZgr3yqbYxNwmCUGwUcH/xGJgWDu3POehr8Iq/gBV/FtI0ukcH19YIgP3yuBpTqwGToxGYiAzoOScsvwy2LGJwezpAjWNXXuCFnPrSF/fyK0iMQYSAaSBFSM2czZngKnFfblFOMqICdhdZgPz6aefztnoq0i7y+2Ta87xpTosRnIgQz1XNfIXfXwRfmKuq6j4ENx8WHH3OT9/WHEKmxjIDAwv29pgiBm8GIxQDNCLgF6VpBjgpDvvPEkwJWO3431kYgCLx2OJ8XgiFcM0aS243DBTMtx/ibQYzTsIvaPxe0HVYScGwpKCd9QpkxjhyP/eCMQALQi1qKTFSM+VabURi2GxRUEMp9xQYgIl5sTu7hM5iQlfjBjJubLIxNyrVt8bihggUjFiojiJyU6RsUdaTMGJJ3Kqf7TFAFEUA+j1qv+DGJlp/xC7ywoKCgoKCgoKCgoKCv89zqdIiotLOp+FIB6WhCBOGHz+xMrhtiQuF19MECdR3EVDXxLEGZIwA71LaBIpCOJmSeT+7oC6RS8YeMK9PhWPvnL88efRxPMI9P789WAJDARxgSQEcbUkBJEiCUH89NTlEmwr5il4MRu8KDEXn/S8Kbey8d8mpryqVyAGaOfeakJIRozOaEZq8xJAqum/a8FfD8YTsydcMYcOccXExDwZohgxl/vEXHzCfsgMNpOJX/8SMe3CxHxshtv1BhWNoQouzV9vI6bQ2OlqRiveccC7hFpdRiNC/PVgXDGTx5655AKwE6qYoveSkt4r4oqJ+SlUMZcLXgAWw89MsGL6Z/tv3zkxLfp7BWKys1+F+2QvTMeXt/TpSbh4NTt7GzEHXK7WNfXouA/y2IrVZS2E90+QxPd5yTqfncavQhBzKHN4bu6rzEOsGMDyVGSJocXwMyMWMzwsFtOfAd/1jP6/rykDMdmfkYgD+Vn2dmLIVhAzutTsda6seFcKFzqtLpdRKGbWaHTnGY2zlBgA2/GOgJ09e4IRU9R4T//GlVdu9N/TWMSKAZ4LXsxpNB3FB09jwWL4mRGKWX5s2fPYskDMR4kUH4Ui5oEHuGJukCRwU5YNfPwmAkbdWNCbH2dvL8Z61NrZeqB6LG0M1uDt7+xsdR01CtaDJbgRKllEyA1izH4x5TMz5eq6Y8dww7YncKcALNz3TWZm/8bGxp8bV/ZnZn5zHyMGsP14CRcQk0QDYjgwYg6WH8wQiHmJyYyUGJvHBptAzEgihSEUMQ0NwYupl2jKMGa/GDNcbCsGNbtcVmtrdWcarL/7dczaaj3aSQrWgyW4zaN5FY5CLMbykauzuZBEjnTAgUgdAjvPcMXMvdXFE/NLY2bmY2NjY4NjmxtXDiVlNv7CigHGBWLiJGHEtDSddlpvfQdXDDczYjHDtuVl27BATKKf4MW8GA+8KC8mcFOG0SEanawY8gB46fz++zesm7//bm1tdbU2C9eDJbhrj/z67g/vYDExmPk8q9vocJAO9cw+hGHFdH3x3a9fdLFi7h7KzMxMmtsANsfGKmeT4HLobu7vh8IQU97BTwybGYnib4Hfo98Vvpir/BTFxxcxF+E1ZViMDtyQZkQKxZzGA7+P8ai1dWlXRkZe6aUJ3k+g9iMkrDFux8tvfeSaocUAU3ZYR/2bdcbdhwRi2l5+/deX2zhi3sNiZq/EZv6sHPNmAu8VccTMRdyU8TIjFuOxWDx3hd2UgZiLfK+rjh86dJy6CEJMS8CmzD0DjVme2SwrRgd5WZp8w+V6f/PopnHyQKfLKCGm9chsq0/MnMdmgRWh9rx5WINYYq842mosZMUAX8y99QW/KWuDjGzQ7M3MbOM2ZZbxS7iEVfxfuoWbGXGvbHkZdtLFvz/4xFyUfdVV99GnWMxZkvjFkOqqXuniPzqKULODhOIvIwZitYRQrabmIY2mGqHCQtIsErP++mzngdmP10HMjTde0DU0t25f31Va+rZ93o6/uR8cZcXgroB08ccIi/8fTwXdK7tfEhADZniZEYkZGpLvLssnhoI6pcW8INrO2rYpe13cXQ4shlpsSaIBzebhNB2cqpGoKQMztrvvttn8UzIgZ7hk5O2Rkil27cApkoAYzC/QXb6S6i5DXFgxMMSMhhgmNFRmgh5gwj6ExOAXLzEvSJhhmzKDSMw0Z4DZix1Ny4kh66BrZaypLsRHJBYD3Orx3MrOleEa/yXw1dCyzSIvBvgm86vZ2a9wXFgxMIqJhhiwAi9eZiKfkpFPDNYQODGovKpJMCXzJn9Kph4uzR9vKwaAJf2fA0M/1iFWzKX+TXoSMz4eogPhee/TZZuMGKAIfpAb+VMyTwY1JXOtrBhshtrRmWmLXIx8YrAVcWgCN2U4Iu1x7J24dgQIxCQLxOi83iV1XZ15xTnKiJEExIjAdmTFiCcxcXmJSmJ4QGbeyX0tumLEyBd/ca8MZOkF0/5QNeQSQzIVKXQxGFkx4mn/y6UgFBQUFBQUFBQUFBT+Yu9cYNqo4zhOliuVDqc4HRPFB3uolUydoSbSNCQqqWRaxyYCTlDBpECsnWO8skU6hgsEAddJK+1QHgZfcw8UeehEk40hY0EUUaaiUzRzjo3pdLqY+Pvfo3f/u//1+kDjkvvccW0vGdB+9v3//v8/91C58NhARP6Endr6dlhqo3HkTyy6GEEJoHfIX4j7SSmtL8EfsuLj4/ftiweigHgOycDt+5sQdREI4r1R8hkoltsY8OPHLvIREXEVi/hYg2UMGhYdg/xA+FIiMDAnIiOmziwvxr5wBSz28MXkHMk+kUMUMyLWUmdAYt7Ys+cNqRiil2uDFYMfPyYSk5kZipiNG+dQzPQs2nrNfsTUrkiDRZqYKxniV1dXVFSvjmdf+hFz5GxOzhGCmJGRl0aScS1IMFjo6lJKDHh5HnkJSsxd8IUfPyYSU1ERnJik8o1JcXENDUlJmJhbxEvAYmbHMjIax8bOmP2JscMNM91pdhkx8dXbpxDV8VIxBQWYmBdOXIaJyelgxJw8pjt2EtMCBNaUfQ9akBdMDAXIiwEtCHxODBOTbKUoa3IQYsrj8vNhE5e0sSGAxFBEcDHTGRnWjDKH2xxgYvTsyouJb56aam2daZ3aC2ZEYtrnz2/HErP442wQk3Mi+6WOHCTmLNuUHTv2l0iLp07wBpAYwRsQt2PPg5dgxAAkMc2jo81sYjIpKjOYxGx8aPHih1A7BmIUEhOgmDFro+uMqx6Jkf8HcI9ZWGSaMuP2qYnumZlDPVN7jSIxloXw0Vgswhrz7ZGcy3KyF4MQltdzkJiTT14t0qLTyYvBvTwPeQlODBMZ7PgxaMp6m1tamnsZMRWAPzEGAyYGknLPPdCWwZOkABKjISIUM7thtrFq4ozTipoy+dOuy+imrIwspnqqp253a/fg8Z6pakxMe3tu7vz5ubnt7aJe2YnFHXQ7loO2Zzvo4i/R0npSUQxfXzAxlA+FxGDHj13UjNICW1pMKqz+xDQ0iMQ0wPdPwss/iCFEJiAxE1UZYxNWp/NMgdufGEgMIJeYiqmqiZ6J6aM9VVMVuJj5LGIx2YtpJR1nueJP0AIVR0kMX1+CF4Migx8/dtFoCxLTMhpAd3koXadLH8KKf3lSUjnKC5T/8BMzXTnhzMiospnj4syBitHDKhZjgis2wpXwTCIxCzkxCy1SMRxnkRiSFiRmDQcS43sBYvD6IitGqSm7SIBQjIGIIDFDOt0QubsMWngxVxJRFjPRaDObXY1uN+TFb40pc7cvbHfLNmUHGptGRpoaM0RNmT2X8ZJrJzRlHDlIjFSLghi8voSQGIIYvilTFuNtaPCSxDRA6Q9fzGxGY5Ujzn3GZXWwYmKJ+Ir/Azhc8d/b1AS35f69SVL8LblMXihcDF78kRiJFmUxeH0JuvjDgotBWUHFH3JDi4kTrbgYA6zkkX/4YqYnGgt6bBCZOHOZ0wwod5fJYuKrG6c2HW7cROguu1z19S4XJRIj7S7jWpTFiOuLshjlxICZd0ZH34H2TDkxNCGL8d9dnnbU28wOl5lHeYBJFgNm9jIDTMLI3+n0O1d2lhlgErQAguKJxAiKJ1ZfQksMrPIjcCYk7IbLTAhiooj4FVNng6SY7U7WSTiJATNGNCVjjA9GDNaU4VqUxUjqCxDClIy8GBJzKEZ+SsbLqLC5zTzKk5giMXM3u4xrURbjm7cMUQygIIaNSbmBe4j7T8QMmUkoTvv/a2JwLcpiOC9hiPl/JkZFRUVFRUVFRUVFReVC49yNJOQu4Cw/IDJedwUB+bmgXiuFoXTB6m0rScAAlgYNXIVERCxi0ekiIymKexURcQcHBWg4sBOOsN9nMZGIiDuJyA+0B2Te15JDa66RAmI0d/8sJ+ZKemWfwMqK6SWKuVm77Ip1C/jliv0z6/yJaXnncFBiKOubF7SYaKIZ+rT9lENEMRrNOaIYTgcs/ApiKky7aBd3cCuCvrT8i1csEKp5eoYkxlJjYsS0GHcFJYaitoUips5bWGhzBi5mPAVOCnSZ5l5M9OdyYpCbp6RigCwnJcJPYpp3jV7UjMXlDloMcOV1vJqZjo6OdVIxY9M1bGKA0aqgxEBoghaz/u689evzCtcHKGZRIfO61C4Sk9318eD4x3uywxATvUpOTBoQNbhGIgawWSRiWD78UKCGqTHvNFc2G4VaGDHAVSg0VzB2OtL7hWIsH9RYaqY3T5soToyxxQjNWRBi2NAkrLz3vXthG4iY9YXjUUuWaMaLUgITA15Sxu12V2epWMxzLxzak/1cOGLAzCckMRd7N3u9m3NjYqDc4GJKS1FoSGLAyr59sMWLf8thaks825jxNYbBuK4/HYwgP/3p/bwYS00+0DDG1xhjvBFCU2GihCjecJQPjYIYHWIDTOAaTp3K0kRFbdAhFMSMg5f7ocZYLK5aXMwLHTMjIzMdL/jERBKRv3VWNEIvbpqQmM3eGG9uGmzZcsOLqa/XiCsNIwassFu8V7ZlV4W0+LN0z6bP7u+H1Kzp55uymum6zbSYWZNPDJhBbporAxZTW8uGhgf2E2HFeMcL87Le2FealzI+JL5a7Kbeg9spDlYM1JfxBQuctTY7JU5M/+ntI6f7swMWY/qgpuYDEy4GcKBT32stAjG5m2GFrw0xXLlhxdhMzCnxWPeM/gFff00hhM8YMS2wQFhETdnWj7aCmNn9M2vWwGZmZg3fXZ5uyEfUjY1ZfGLii1teRGaMWwIU48jNdXChURYTiShKKcrL+ujt9XlFS4rE/6NHXjn1u1gMfAqLFiywR2naaiVi3v/jm/eDEGPZPT2924KLQdRTHrvLJRDjrQMx3piLN6fFsEC5oRPTSVGdGpKYDz6gEMJn+DgG75VdlboVzDzdP7Pu6XS2zvgSk9+AvAhvV0gHphg2xesv4fGbGPYPblV9fJFUErNEE5X10b7xvKJCiZidg2/IiKnVaAp8xf96htX9506fPte/mn0ZiJixMZKYAhDjdArFQFrqvDFpG3xinhi9mhZTUF9fIG3KNETkB5g3g5StydCUpafvn+1nvPDFH240Og39ZJEYFJh9RZcEKMZUW2uhL9VzDY98jaEQtvGUvLxzl3+WVzhuoxACMY2bNjWSm7Iye5udwsQA3d2vvtrdfX3gYsYAqRgXJL/TbhI2ZRsurttcF+PdcDFj5VTy1VczYrLQmuWghMiLuYcIiIGGbGsmXWRmu7khjU+MdZuVAkwHqkQ15lEP6PDQC0LhdAU8LspiyqDqF716CG60qnGK3xcF3MEhKv4mKP4iMatXDx5avZoXQ0nBxdfALW8DKv5QYLze3PRcpAWs0Mh2l2VrjLyYTMYLwA5phImpGmk6YDIdaBqpxBJTnEJrYfEoi4G4YCh1l1OWjGuK3i0cL2S7ywpiCN3l630YjbBRFBNJhO0u/yY9xgFseCExdeCldBSUYGIgLiIUawypV3YVKv7wxQ9p+O7y3qaRAwdGmvZSgsS0fME2YxpwoqGfyZ9HQoiLshg0kGEHmMpiyAPMhURCErPq9suIYkBNGiosAvxNyfCjS9hy+BWz9SrYoEdGj3GBcEqmam9l5d4qSiCm+ByY4BoxvXximNMVCHFRFgPUDcGUjGORghjplMzci/mceFSQr7Bg+JvEBJjRJWwDErO1IhUZ4dFe528Ss7jwEga9qMYQAgNiCHEBgp3EVBYDUMDcizl+mZwYsCJGedqfs6IshsSL8m/gTzCBoVD8IS4XtBjwQhTDFxZMjIqKioqKioqKioqKyoXHw0RggEZE/ngzigauu+PnPpIJPvD9wu+zkgj3/ZenpS2nEOJpeYoll0H+wtqdlqpqLYKCH56qBTJdHhc78PR6hRtAMJCcD5BmkWMAxVl55dlonH9dDH4dMF4Mvv+/FGMzlFG7hGIqbIZa7gMdGsI2cy/G7nC0lZa2ORz2sMW8CJeef/ZFqZhiNItWrCQGvw4YLwbfj4uJZZe1a9nnQYoxc2LuwhdGDOSjgNqWyolJ3W5oM1mr0Qe6/yUdxkv7uQ9UIxSjEX2g9y1del/AYizuFY7oaOcKtyVcMc+WlAwPl5Q8u2jR5UIxNxd3a41GbXfxzUpiogUkJJ+iSU7A92u178WePHnyaiwxb1ZWsn/cjw1GjFkhMdp520tL7dZkRkx1gcdBHU7Vog902XUnhF5OXLeM/UDhg+XFwAtRYpYuDaIpW6J3rlpVpl8iSp7DlpVlc2BibiECYlgvf5dM9sHmWSwxfFSKgxLTW75xqCE/7hWxmHnvNb68JXb5PCwxVivzHAglMUTo3z+5zeOktiAxW8ARVQG7aDHLlkFofHGBlzKJCUOMPWXA+dprzoEUvCmrj6Kpl4h5rqvrOZGYpYhjJSWJw5OTw4klJcfoHawYyAsDZMavGPw6YAm97rqhIbe7NwHfr01d/rLFsu1kqjAxqCkDkJtQaoyOCPP7Z/Z42kxIjKGAqszU8mJQaBqGhhpQXACFGkMUo/PR1SW9ybbbU7TC41lR5HELv48jisUhEvPQT6+++tML6AmsQjGTw32Tra2tfZN9w5O8GGLxjyeCXwcsYWTH7522vp1rE/D92nnLz58+fXo5X2PepI0Ab3LFfzkDiBFCEGOG1Y8YCsEXOBZazDokYxBdf2yQO1dc/uCQGMR9aANiAOawMOHP/fJL6c+t1+vzAL2+XijGxomxicR0/XD8rd1dXFoe4sUkPjjZ1zc83Nc3+WCiUMyHRs6I8UO/YvDrgCXE9vR0dh7tATHYfu28l3d0d+94eR6XmLWV1rX0o7VyLSsmjUjwidFHk6DFHDkCMn5E1x/7MUAxSwWIxHwbCXwrFlOg10d//nm0Xl8gFJPFicnCxUBgxne89QMI4eDFJE7+NTz812RiyGIShPRGAU880ZsgTl7sjk8/HVnJFv9YTkxsKGLM/sUQvehpMXt+ggasCF1/rChcMcCeyMg9OomYgU+iIyOjPxnwiYkC7BSLnTPEitn9w/HBH3Y/RGrKhoehLaMf6B1Bj2NwMe/1lHV2jh19TyJmdOfOna+MMmKAcJoypEapKeMKHN6U0XVlEF1/LISm7D6xmC8Byc+1DQysOn581cCAjRcjKC0OoRigH9WYfnLxn2ydhFVU/I2BF/8EjJcpW+fSowkSMb29Bw/u6OVrTCjFH0/MY0TY4l9JFRiQGFObp0dS/A2G0Iu//MBc76N8I/+cEdNGsbRhYsjdZTPN+ZLJxETomJWcZ14H310GGyu5FfiqvbQpQSKm+egrmzbtPPgLlxiuuwwPwY/8FcVUUPbS0i1IzBbK6WlLDrK7HK6Y/HxcDN9Pro/i8DPANHNmShITS8CLUAyADTAVE3OvoMz0JkjFGHegu4G/b+QSww0wQ0uM2a+Y1MOUw1NQnYrEaJOt4Gj7vHAHmLiYy8UrLmZjOS4G0eaw2x2Ql0DFAAfPP554/iD3KvgpGU7LvZge+Vq1EoFNyQSbGLffxFRbTW2G7alaRow2dRtV4HFlhj0lQ04MOAHEYvCmTISyGCJhFv+VgYjhG7DQBpj+E0PVGmww1mfFALuoMoNt7maXkQ52AdCjSExc/v9QTECJwZnrGuOCfGh5MUB1laVz7maXF5HAxZQHIEZFRUVFRUVFRUVFReXCQ0PEt1/HchdDRMS6HBIREbcCFHWrCPHxYzf++uuNzEByLQPFwr6EE3mI8L+neBr/je8euUGK3IWp5a8BcwkROCGLiOJBF8+wKN7A5waGf9g7E6ioqjCOj3WB5BRBtlmRLWa2YZ0COkEvKi1acE4bBtppgWqgDmJp0EQlTEYMm7KHmAgicJByKFYFJRZXUBIUEReMgMrMRK00q+++fbkzbwbEljO/ebz3Zk7pzPv5v9+9dx7vIZb3GGwScxctZsoztohRnD/WOeykIuZRAhbEdCTGmIbusiTG0/P/LeY6eICY+z5UE4NEKM4fu6Cr00oxj/z88yNWiHEodaxCuqYhs2I8I2L9rRPjCT/V1X5+9Rt/q4ZnvJgn8AKwu7aKmTa2YhjwB3vYJjEXipg6f/7Uzs6Jle5WiBnXunp16zgrxDjsclwFF0EzZO0nivE8hrT+nlYnpv70S2UnGxuPsp5Gn5hpY52Yu9jEwKeYQxKDeO4UIRXjNL/Wu7Fi/o6JVoj5efXQUNPP1ohxmN2RePCWfVrUAuVGJgaaschobY7nVZ5WiqmubW1ubm1ttdSUPXFOEoOIWEgMgC9vQSWsTxCuDmNOjOz8Mafbbisre+gJiRidoYVSivk9v2nOUFP+7+piMKWO8PX6kvUUgnIjEuOZcyzHP5JKD4uOPsaJQZjVqxEg7AnvPzLHqC2k0ov5z8WauA0hSocQ16iZPW6CGP2yZfrR1JgniFhIDPAThRAV2JS1WCSG3JTJzh+rmD+urHHcn6t8BTEtTQl7s1oUYn7u7a3r6+39WSwmPNycGNycJTtjN7jcCGIikDY9NhYas2iU7SkS09uLAGFPOKDGMJoUQQwLQidPghjASjFtVVVtWMy0MRYjJAZYhxDS9dUtRGpiZOePNVYMd3dXHE70FsQcMCXsXmFSiGnt3ZaWtq23VSRmV0fHLrIYYHap4xZnzD663LBi/LXR2mM5hceiI7Nz+MQIYSEcUG1kQWFkTlikUkxcWlqcLWJ26vU7z3VisBiKioyklImRIf1CbGJZ99ETJ2prE/8UxJhWBO7+tsUaMQ4dHbC6WYJFMWCmMFKbnpOTHuvv6SkXA2EhiZkUGz3JmOLPvz6eBR3e+NthxD1TF5O294or9i4TEoOInOXE/KSDwODrfRlsE1PR2Fl7ZGWut1gMdeTA3iOUsil7rNd0sqdH3JTNDg+fTRaD07TqS3lTBkDNP5YSG5aOwjytrDHa2IKI9IiwdIUY05FNm46YrBezrO2KK9pADDAyMYiI5cTQTVjg4sWBqr8ZJRVT1thV37bC171e1JQhymAgFf/TbbWnjxYpij9ZzAbH7aTijxuzyEiUHRlthH3LNWYqS3lYQXpEytfsM5GYAyZYBDHXESH0yqbBYyRi5hKxmJjfPBVoNF8TkYoZ7u7qOtqTVlTkrd5dbu7raTvU/KiKGMvdZSAWRRr9o6lo1e7yVI6M9KXRRVMFMVJsFwOMqRghMYc9PSeJHrBgMXcSkYrx7uwcHr78cEWZuxUDzJ+XLGkepyZGbYDpnxKbAsPL6GPqYmSQxfybE/O8l6fnBMkDzKg0ZRxde7q7uzq7vp9qzZRMK0zJqIlRnZLxBKBBgz2bxPyHEgORYSYxb/T0pHPCbyaoNWUCw4PdTk7ug11WT2Kqi1GfxMR6/kExEJhzkhhCgbG2KQMnXd4w9Q+rkUz7k8V0WzXt/x9MjB07duzYsWPHjh07duz81zA38HEjotG8T8T8F0FziGg0E2mQlxeaKEKjuYwBsdzIoNGEuGUjhoQExBDrEaLRBAevfEbGieBgc/edtPVC1uaPw4NE+OOwlF4tXcofh5VPk4ABppjXlmeucsT8e8RMVRNTEBLC3LJj/S+/rEcAFRESUqDRbAkObpd6+TE4+CC8n/COf1KM10D/QOrggBd/HJ450a4q5kfnNYmOnJiPiJxbMVMZNVMticH58IiGV7IHFuDsRMPTWHxAt2cGLz8hisvy4MztjvT7KR2BmE52QxAzYYL1YiAtqcmDA6LjgP/FWBbzWrvzHkfHxH9ezFReDN5XSww+gSUkJAWhlIEBvA4JyYlkDmjiGlFztjI4+Ev4bMz72WVBjDEiKirCqExMo+O8eY6NiQoxj+MrZjxuhRgiIAY4kWlBzLfOyauKutN4MYhHp1M0ZUFBbh4FzW5uk2BnhGKyiFisMdeRxdA2CiOjBwaitYUhIWHCAd3DN2ftwcFbHAH2/czuMCcmezpNtkJMd2lEQWm3oinzD8XXcgn158VcyOPlJeyLjsPAoCwxDQdaVjSZm8Sc8yO+LFA3onBWE7+UiFm3TiEmpPXzmL2LPdy8Pm/m3pDgMT/fQPhqmX6NovjXKQ4UGYkoDtuLP0Js+5VuNNIb8QFdlRwcfAL/iwzmi6cDQxhF/E7eOJ3FKH//2icLCp7Uymvt46GuAYBr6OMyMVFwO7gU2NwqF5OaCQyKxDToAhtMz6yQvx++6m+Ht52GdMs64WvyWSIxep+XX/bRy99QVLNbkK7g3uLP75WLMZTHxZUvVIhpMSEdSGsyyT8wlZ6dna48QRDEiFERg7S44odBcLTSf+mJB4ODf4SqD8WTFxNVEETfO4kkppgTU8y9/iTLrl3Fxbs2cM+445A3a1ZqXl7qrGl5UjFesXBry3S4J5yXTMxAZqazc2bmgCDmAFqBM91gIohZ6QztL3yKxM5l8FGck5aKxOQ/r9M9v1ouJsTt3uLduyM+L3CTi8mP27EjLl/2gcFISxbE1dTXp5OJiQ6LzQ4T3WbQi4iKGCA7BMhW1obtwQAUT0FMAVXsAARlE8QEcWKC5GJKS6OiNpTKxExIhcDk5QUETAudIBGTYgwriI4OC4tO4cUEOcwGkpbj78eWJ+En8BKI0aGGZ5qwmhVyMXPanbc4snTCiYt5IFImJl/ZXY7S7U43HIiySgxlyurr68lCLUM9PS0yMUZ8V0ejdWKuk4iJkoiJdTMjJhPEbBeLCWK8RCObxHSURkSUdsjF5Lnm5UFc8lxT5WIiI6OjIyON2ZwYo9aYEhEWrU1Yv2QJ3F46OiwiBV5ixRzAYjZJajA3eGGjvsd5Fu5iy5uydUoxe2vc3DyiQtysacpaerKaAKoFNnIxyJiTY0Sjacr4wQs9pJGJYZuyg4IY/i5wtjVlpRuqITHKpizAP/hK/wB5U1YQnY6Jji7gxCyqXLS6N9+nMlefv02fW+mzune1T+UiUVPmJ+0c0YMXrjeWuMY5yQGjVvyBqJhiur4oir9BWfwNvCikLP74zM2zUfxjETOkkRf/lfSQP1la/Oe5SFEv/jW7IgqerFEW/+CA0NCAYFnxL46ONhqZn2JWTHm+Pte3Up8f51PpuyguX1+Jn5TTxb+loeWZk2/Ieq0weOF6Y5D6aZuZ11W6y4yZmuYQkZhLiJgfOYcRGYkYfvDCDmmk3eUTXHd5j0hMl4sM893luzlwr+w490TUXYaaIe8uL42NzYYlm94sZcXo4xYaFubry7cZDPHl+nx4Eqcv57rLGxXDieRVfG9si3OAMFOgPsC8t7nZTS7mL97IX2pibiUiEzMVP9TGMZHc4IUf0ggDzB9FA8w1/ACz20WOqOYVBwUVG5FCzOt3NzfDisX2AWauT+5TkBKfRZWVEBmfyqfg4YObMqBhkfKiQ458b+xL51RemLoYIMpNJuYvWPgHXo1IDKhgxMCWwcliYtL5wYswpMFiVsHgRTYls4oWEz7ThSSGCIghYvuUTPy2hfHb4hfiBfa4J7SYoy8rEKaCYPCy2YFnBJOYl7AqmB9YzlJi1ObK2MGLgJaZxORH/YAw+gcxfpe7jF6M7ZOYE919c/WLfN0nVvr4VMKTRfQTXGNOv2xWDDN4cRidGAK2i7G9xuA+soxsN/K0/0o87f89aPgnxMCHgIu2TQS4Nd5oNL+CBrNimMGLWIwdO3bs2LFjx44dO3bs/Pe4noj5gdgfD5Mwf1/L24mYP0dgAhGN5jEiGs0FRDSaWUQ0Gm+W6RLMXczH/J9zERGNxo+IRnMvEY3mRiIqYhYvRhywz83m3kQQY/6+lrevWDHmYqa6XzBVIearr957b1aJ3zwBvxJGzPz5/wUxFi4kQDWWpVGIhkora+Sn2b9SijF/X8vbT50aazHuw93Dw7DhH4KYwX6RmP5BRkxtLayQgHAxH/HyT4uZQIQ+0Bnd3WUGhLRwsHVl3Y1pjBggUREa+X0tnc7b+3QGm5g6zsaZM1vPhpjeXpmYsoN79hzsJiZmnhi/eVhMLj5ZJNe2xDyNl6fZzViJCQ8niSkMC8uRiVncXdYdg4wR9PcWMfXd3YtZMcClamJ8j6+qkIkZWnGq7gwvxpsHWhYecYKzmnSIQyxGp5OJ2fTW2rVryvjIyMSUwOJXUlKC1dCJqUSo8tw3ZY5ERGLe+P77N5RiUlB2LAqTitGllRUhY9Ds6dNnBxlRUVmajhMDICny65I5jas/fPg8pilbweblFNxvs26rXMz8eITi5xPEmF64q48oBiGZmIotwHwziQElg4MHB2HDianV62uVTRniickQ/4O4lIjZEqAuJsNgyFCKeeNGr85OL9hIxeQYjTmFxmghM2zx16EI8OIwfXYx0kFelGLI1yUDL5sHBgZ+p8XU1bGBaYdTGU+dkYsBL2BGKaZl6IX9QwsJYnpjYnplxR/+R1hziSGIKcGbElbMfFiUiUE8GY2LpWIulz/MizH/Ou9lcZmjY71jolRMuJ/fvD/+mOfnFy4Vk1KA12FhUjGA7jdo+F/64Ycboc6QxJCvSwZiBlLzNv8sSsyZnp5DIGbFmTqpmEpEU6kQ0/QC0KdTitEVFenk3eWp4k6ZTAxIOXiwP2DWrH5WDMaimE6DWMzlZ1eMAZR0xhjKZGI6v/oD+KpTLgaF4RVBzPyXwl+C73p+VxXjJOGRZRnlGXqRmLpTZ+oOtZ/qGWrfapUYw9ALL9z1AkRGIQZ1diKRGAciksTM+jIZysI0Woz6ATV0OhaJxRC8nHUxQNcf8+b90SWvMTmosDCnkJI3ZYE6lOvtDnjvQLpAW8SMqz3adrRI1JRtrTtzpmeo50xPnXVNWROIgbbMpBDTG7N9e0yvDWIOzmJhmjIhJeTE4EOWmKZSY0bblBXJmzIAJ0ZZ/MNSEJVSQCj+8Z95g5fP4mXFf4ODFJmYw0nLahuv+KJKVPzPAD1ntvZYWfxbTC03v6AzmCi5GF2Vs3OVzhYx/YPJgyUB/YPWidFl1NcXxSAW8+OMd4iMvPjP+6qz86t5suIP5ISFvajoLjeWxaD4XF/f3HgUU9Qo6i7vcrAspn7nztraop07peOYoTNDdVZ3lymTqa+F0CvTwkVJk7XWiwFKBufNGwQxFpuyy4iMgRgMQUxXFzRnXW9YN8BsbMQDTJ0ODzDLipbxkQQvZDEC44oycs+TDTC3njkz6gFm7y3OwC29toiB+v99Caz8zCdm7MXMISL8+fPo1aimZDrCHVTEjOGUzBJnmiVqYshTMv9iMaOfxOyY7aAm5lxNYqqLgZzIJjERkf+YGNIHKHUAbBED/CNiSPyXEmPHjh07duzYsWPHjh07/zXMDdAeYghm4S98/RYR9WnwFyWQB6SfbdRoXGfMmLHgVmDajBnT8HYBvOCq0bzA4MzCv89pRPh7jt3Awt9z7CYicAV2IhqNr29lbXx8ua+vL0LCvkZzORHz59chREVSiEZynC8mchbF6BEBvWUxeifMRLxgKvpT4TfQAmbMuPJdEBI6Y0YAbN69Em/PnZjTRUVFGbUiMUBuHCcG71sSY/78OoQiayLHVswbCrCYiXqCl4mWxcSDEvpBLxtTU0EMRMQVzMAGkkN7cYWNJTGu3IPfsU7MkSNKMS8XJX33zcmdSTt9xGLy43J5MbDPivmKfYj3zJ9fR0XGpMVEahkx45nHGImpHpCI4c1otbwXy2LyUT6tBFZ0XBgxQMAMV89bPWfMgJUrjo1lMZyMJUu4XVbMVVfRYrbCQyHmuiM3NTTcdOQ6qZh1rV+k1e7I9Un74rtrRGIqy3H7hRC3L03M8ePixFwoQiwmsiYtI63GeBYTcyUsSjHVb9zY318NG14MZ2bf5Mn7WC8Wxfjkw6v5PkxoIC5A0npGDIQGygtmGsRFRQzP+vWypiwvz0Jirrvp119hJRHz0zc72+6ozMiovGPdzrSfeDG52+Lzc7EYYV9IzOVz16yZSz8hidn68enTH2/FYrTGGPCiTMxUItaISV7zZbJCzI2D1f0DA/3VgzfyYjgzk4ODJ3Ne1BODvbBxSfoGIRDDEAp2FtAbFTGv8VCUsE+LCQjAYraSxEBU2hYa2iA4IjF3lK89OmXKh2lp10+542irnhOzY9vCuPxtWAy3LyRmLvx8+SW7A8jOrwMxFd0gRlpjwAjDqMQkby8p2Z4pF1P9FpgBL29Vi8UIdYb1Yk2NgZ9NqcA3FMJiXANCF1yFXbiyvbKrFoQGuKqI2V9XV9eEUBNs9svFgBqFGIjKpVkIZV0KO6LEZHzx08vX+AQG+kCF2ZnGiRm3I36hIR+L4fZZMV+BFK4pgx0cGfn5dVtvP93AidEatawYPjKjEHPll10gJlkp5q2SqvqNb8nEgJkUByAFvNBY0SubOL8EtHynZbvXM2hm4dqPq/8s5rmamBbE0sKLuQrb9jfXlLX1YDE9bQ+LxXxdM2VKPgLiQEwNIwYR4RKTOZdNTiazlZ5fJxEjgL2oJwYREYs50rBJkRjISlVV1dq3+oUaw5thvMjFyC+EwIYF7o0Jx++LBAQsLH9eEJNqtZh7sIkmRNMkNGWbnVNTMxfgwMAiF2OidC1gUUeZxGJqY16Z8mEcQs9+OGVK2g41MTgha5KP0/U/eQ2XGCcJH3/cePfDSjFciXGAz0tEXUxw5p49W7YoxNw40L/2SNXaflHxF8xgL6pi2E4yjksS1qKLW0T3XlxnsU3ZNKEpm2WpKePM8F7uYcVkzgoAMeTEtOkQMuATTdrEYir2rrtjSvzixdum3LFu2Q5rBphzp2WunDt35bRpODkEMRtLvn99e6tMDBeY8aMSAxdm2RJM6JVV969d2z9QJSn+7niFAPqJihjaSxnuitG9s/OcMCMv/gcQYKJ3OTFJWAy5xvyaZTK1tZlMWb+KxZzeuw2iUlQE5SWmBhxZGmCyHbET02hOMKMZhZgd4d8f/34HOTGA7WJUxzHQI4MCUy1PjCBGvSnDcaG7YvH6R5hWjRfzrtBdfldFjAcLhbKzEcU9Y8QkgRishSCmra3n11972toEMZjy3XEfHs3IODolf3e52gATYHrLycl0f5mUGDDzcyt4IdUYcDMGYgAYx0BcRiOmDHfFoLCI5mVsHGAKYiIiCz08CiMjBDGT/CfBgqUQBphgJgsAL9KRf1tNTBEQ8w14URlgsmN+FiExSpRi+PJv7iZ0lsW8adOUDMadF+MOi2Uxn21M/c4AhYUNi5CYd+VTMu9aIaZQ2GCsmJLpgdAo58r0GUUZsPjArtoAU1DDjy+tFIPDglcjEGPrJKbtiano/yKOKSy8GkA6iRlqxSSmhxSCmK22zS4fLSrKpXdUB5jyxFgthovMv1LMzlooLAqYaf9Uca8M95tdbRcz+ml/lQGmEpvEqDRlduzYsWPHjh07duz8xzlfY+dfiZPTWKoZT0T8y5wdHcI+/+vViIUfKF0t4lUejea3T0loNO5SPotD6UH4772aiEazgIhG40JDIRaKec4P3BALP3C7g4hGE06Eu2YM8vZGF4lgxPz22XkKNRcQYc83u+oq+nyzK3nMnoemLqZ0A1A6cjHj/cyJqQA4L7kLqbDxwEjFIKClBQHnUsyrQb9PHGeVGPZ8s9BQ+nwzQQzhPDQf68RsKO0ohWWDSMzl8CCLqUpeU4+3iAf/+dMriGIqqjIzq1gzehRZDH9rUDQrxql7C3w91+0kE/OueFGI6cs652JeBTVO58vEuCseWAwC4iqG4xAgiCGchxaht0YMSJkeEjIb5FiRmCpX0FJ/WJYYoIwoJtPVNZMW47sNxQbBfxah1TFiPls5efL2VZMnr/xMlpgB/MPtvCsVY2poCLRSzH1nTQzgNx/aM/XEXHhV6K0Va9Z03xr67oWCGOJ5aIIYFwliMRs6ds0OD5+9q2ODFYnJ/PLqqw8nJx+WJWa81/gCCkkRi1mkowpwXLJRywv0n+MEXiavaofVSiermzKqbk6D6ZwnJjsW1Pz22Tj1xFx4a+qF3mvWel8YepWamOcjpGL6AutEYhyIsJeJwmKo3TsXy8QkM2KkiZm+ISA8XH4PV6Ep+6wcGaPgb4wyoqybL6MPRAko2ZK46iBsSvgDgTgijx3TIg5BTEtDQ0OdQV0M4tAmJGhVrwFjWUxhLELpBa/iUnO+WmIQENc9vI3UlAnnoekZMxIxWajPxSoxl+MFocU7v99oIDZlksR4lW7fsyfPa3qHRAxf/CvjUcp4oIAyDF12GSPmIC0mcQ1sDirF5C1YkEQQk9Ww/zqXLHUxgpfFuwUzqr+tAGLEsImJpVD0q5jpP0B7ZkEMe75ZaCp9vpkgRn4eWoRe2ZQZ0HUu1ieGCty9c1NVDEUq/tLElGw6vDcJ/shSuRhMLaWlq34sMt11GScGG1meuGo5bNYoxFALAEopZsilwcVliLJaTII2K45KUBfjTUSoMb87cfjSap4mwp5vdutS+nwzQYzsPDRARYxqYqjdacvql+0WiRGQ1pgNVXv37iKIEQYv44sjqT6woi4Gk7RgwTFlYqi+hjlzrhsyWC/mwIo+k3bUYsCMUPotibmSiJkv1mxvyoQaE3hgWcaBQKEpe5UETkx1gFdo9XhlUyYMXlLg/ElsRdyUtTsmtpObMio2llKKCaybc10DlH/rxaynqPWjbcoIZi6g8a30vUDMKMSAmcA6W2qMYfdug6j4IyJcdzxcWfyFwQtqupn1IhT/PYmr9kiK/7VE+JF/U4MLBL4hy/rinyAt/r5EVHplxbHpBdiMXExlXHz5uFGLIXeXXyNCJ0bcXVZPDEDqLosGL3WX8dD3Hr5sJbRh2/dAi7byspsZ1MS0NLjQYuoMI+suj0yMhxHBPy5sRiYmdyGKz+U7zraJ0auM/MHCM4rHa2xiJGLUE5NEeEOiwctlMjHYzHa4jyrvRV0MaurL+rXOFNiCzqWYQhy5AmlrBjogMfm6OFFi3G0Qo4/Qq4kBD3OkCy3mclsT4zWL9IZEgxe5GDBzPBGuTHkcvFgrBsjKgtU5FfMqm5jxIjMXMGZyKy8414kBLzYlxn8a8Q0JgxeFGAGbxDQ1WS3mPn59n1jMOGGBH2tqTDquMePFZviQjLr4K1CvMbaIyQsmvyFu8DI6Mcpp/3OamPGMFTdRa8apGKUYOyMHxIj53f6F5r8FJxl2M3bs2LFjx44dO/8/4Ld5Jk2CHwu325AMPC9mQCzsU/Oz0aWzQ4iv6+8nnqZkMwhztxyNJpCI+fO4fphu5v07khD94pLswt03EDF/fBBgMATG/PySGFpMDgBHeozEOHbsEptZyr2uXe/zD4gxfz2xq8/7jfj+HUrHXAxA1SjFTCrMzo6YRBQTHz96MdKbzWxO4l5P2IfiXz7nYhTncbl7X8CIgb+cEBr8uUrVxXi4XQSPx91GLmbx5woxXinpYTlEMfnXXJM/ejFAB9eceSU9nSd+Q/nPn00xx49bIeZCEe7DTt4V3k7e7lgMcH8+kkF/rlILYuae6B+YREhM26Hlh9pGl5iLIwrNNWU//WR9YhDH+s8/X6+4BRTdnC1Nfftp58mpwhvSUuiK+8+amIYVtB0bxAzP9B6uGnbfNMyIAXx0BDHYDFnMzKqyTZs9+v0nTGAiw4s5dSXmkC2J+U3RlHlcfHEUlH8O4UBT8fE6m8V890V18y/fScUk1ifim2jkOT892dn5aS/2DSUk7NuXkKDzOUtijhuwk5OGZyyJkZ7HNTxzuGzTzO4trJjnn1eEhj2gKWauvrS83yOn2aN/zSRZYlZcybBCEIN4AhcjHkuJIWJ78efy0uxXXd3cvF4qZlki3A4oZKnD5qedN+fxYpYACQhte/6siMkKpGNzQEWM+DwuuEnzlvojw91sU6bXXy2vNCCGMUMUM3e5f+y2bekemwcgMuIaM5kVE0wQU/P5sRqlmJixFrOvubl1Y3Pzd4IYng10a7Z582ZGjHbfElfXJfu0KGHf6kfOghhToBXFX3oel/umk0dPnp45jMXQrRiOL3TP5GKAMJKYlStLalavrhkYGJzwuDgxbVdytCnEBLaezGgNHIWYOwSQgKqYb1p/A1rFYrq7wUpjvaMjPaTxIoiJjXJgGY0Y9IxYTBAR6Vz98MynTp+6r6K7m07M8whBdsliIhBRzJHqz+PiavxBDFNkrBNz8p8QE/eI3+HDfo+Ui8QUFbFimCGNl7wpMxbDC6MXswI12SrGvfupI6d+dd/ENGV6wExTVkyRm7Jnqo/F94ZtfntAVmOWm2/KqJrWVpuaskskKMUYjepiMD6PAIsoWVOW6MhQ6gBIir+2wEHEaIq/DmXh8t9w3GoxU8u6T5yYOzzMjGMewcv9cYTiH+4ihy3+Px4ZKCwceGu5PwxlIDO8mD6LxT+QVPxHKia9uDjdKjFU3KLnyykkE9PJisF9AEl3OSXIQcyoussGhEwHTA2qiRFwH557YubwRCfL3eXwy82Jmbty00b/zYM4MG4ToPbLusunRN3lq4kQu8vqYu4TJSYqCgEjG2CCF4ENIZwY0B3lIGV0A8wVB0xZUGisFzN12HuuewU38qfjohTzxkwXshhg5twTgwNe4OUiUPO4eIB56tApKDBqYkaemPtYMZTRSI1YTGKM2EypQwgzJSMUl9GLEVATo0BtSga8KJBOyUBYIDEXcYkRsCUxI60xwAjFCCVGaM7wJGbBeId/kxhzk5jdLubEXMqLgfKCtSjFjD4xS8dMDIkNGg0uLv8mMeam/btcSJBml0cohjztb8eOHTt27NixY8eOHTv/PS5guIWF/8WcSUTM/4LSc0Q0mgeIaDSPKjm63Jm7sHbFEoYkLwYY6Jn5BaunaOCGFE+JoS+UPcEjx0OGhftUEjH/+j1EzP/3Lgy3sIQwaDTXELFCjBe9DoHlLItZvfpR/MNz/Vpn57WcmJ2Ml/e9eDGvd9kq5vGU9ELazEXsAkjPK/uXi3GHB0lMCDyimpOavVgt8Nx6MVt7erZaFrNu3aP0z/3049HKdufMTTNZMb68F0HM6zOn2yRmQpg2Z0JBIRgRmTF/n0oElJ8+7fMvEmMhMV5fJCUlRYETL3jYlJgz7e1neDFz9g/N2b9/qG///jl1Q3NYMdK8nHR2bp87kxNzUvAiiAEztoh53JidUzDBI4zODPvwMH99MATkXv/U9WdPjMFgm5h164iJIYupHuzv9xpJjelpb+/hxQyZTEN1WZi6pqY6XgzOCxOXD6EZWzkTYMR89gv28ouXVAyYCbdJTOwEaMlyQAiXF6WY2lOnDh2q5cTs8Hn2ZZKYsMLC6MLCMNvEBO7du9iimEkTJknErF5tVWLmY+CUF1jmC2g0nxCx3JTtb2rqq+vry+qDddOQssZA1V++aaYgpl7mpTgaxGBcTEiK5abMoyCnoPBxWgqrR359sMkftP84YzIWcz2wg0Lx10vQaO4HCj0KUJhH4f0CVtSk3W+trSGKOXQIVqDl7/bOB6aNKo7jaB5VqiFVQI0G/6CYmJnNzThdBidGXfxLdWInxhj/Rcs0pTiNldQIwz/pakvXtRaRjgmCM8CGVGAbwpx2jrG5KUMREWXMqWS4jIlMnUZ/76735x2v16P1T8zuc+2VqwS3fvL9/d67Pe7kiSkroyWGLiZgObrmpjXqxZCIpWw/iIG7goEYsEP2GMhMh17fClJEMWPYy02iFoRADMeHiEC4c6xhHgHf/OdiJJmRXx9sDH9MY7yY9pVftUSMPE+IqQqgQBUWcxHe1Igxe/q7ugbfeYci5sCBmaXs7HXrvkLoq3XrFqhLjN1WFygywRc5eItXDCQGatgWaDFb9m/ZwieGp/1Jvb4vXypmgvMiahHEAPupYgwyM9GHy+T1wRqCzSubCzgxQHWwHZTg7SK8F8Tg9X7ueqzkTtguUiHm1Tc6jh/veMNrlov5LSM1NeM3tpRJE1PAIIApUJkYu6nIHSgT8pKjIMZAhROTkQHPyOt94jwmN1LGXMX5hJh94GWnqIUQs19tYhCVGbdDHGpZWdqCxfAhoSYmLQ2lpdVjLZg7lcQ8xHLpaz1HHjz+8eHXnueOJYkZS00dYxOTRpSy9xjw8p7aHhMIFLmL7GJi4hNDHy6LkxcQIorhJpc7BS2kmP0qe4xaMUf2bpsY+IQTwyEkBna8mA2//pr76691nJQ7lUsZSGHFZB/OTj/c9vylcEiKOQBwzZ8Ug4D31PaYcE1doCpM9JjTqMQlJjcyeZGJ6QAvUi3mD7dcGBHzu05GomKWdD//2vElhBhK838Ru7joRaL5X0qFSwzYyG6bvqsY7rDNHT4Ue7jcbF6wwNysIjEIU/50OaqpQSLxivk6wg9fC2LEyQspBiaXNaKWd/Yf4/6NneIlcTFgZvFi8AJi0qhE3g+/mPtimHyfLkZIzPPHvQ2+4PHn2UOqmAvSSDHcLnZiEIu7LmCxqhKTT4UXc19EzP79GbwYcfKC+V0QMw1eOC2mV3+4UFj8QHhJVAxJLDFA1YYq4v1YiQFADt4pJOaCuGb+SCRRMfRSJk5eyMRM1oAWtn4Rq1Kwl/9MDEnsxFyKN0ELEN8pmcz/Qow4eYG4SL7/SM1btkj9IsSAl/+JGIBXopyYNF7MjxIlP/7XiYHJC/X7X7Hx9YsU87vufyWGII7EaGhoaGhoaGhoaGho/P94jArcNyXKhK43yoWpc6lE/4Wme6hEX/d1K4c+QjIHe7sT7rrcKFOC5ELf6VKi//r86VSiX+D6uZvo6+7S0/M7P8rrzE+X/X+voUJOhE8XUBCTezJdTErvPymGXPeVqJjCv0dMzjqKGN3SV6KJCe/YEc5Pz85WLQaMRF5uw1sMMbm5V1PFYDN0MS+QWzxiyHVfiYpZ8w8mRqdrXFoTJTGd4WdAzDHYaGIWLYouhuM2LAZR4RKQSRWDzSSemHOoyJYXbQ6y+OISU+dGRXArFIOUaH9fBTE5WMRKQUlTEy9G51yxooYmJi8v7+J8sPLux8dmiqm3GY22elGM4INIjKIY4GQnTQyYSVzMbTzvl4Q7hQOZmI3LVixb9v33k3GJecaKrM+oFoMEjEYkAGJ2r5Ukpa3VJSQGzISW4lYjF7Nj/fod+ekQmQ9nJqYIL7cpZ9w0MWRiUgQWLhS/Zj/odniWMrRbW1UaZEjvIeYwxl7JKIj5fOCnboRsvBrZuq+Nz7lXuNZ/uzG+UrbKZkuRiVG+TyXGwSIRI6XXYOgSxQCtS3GrkZcySAyIOQaBkYupR/XXFK1aZYUXpR5DiqmslInp7jhyJPekG8hanCKaCYX4vSgGvHg8DkYuZvt28VUUs7xz3Nk2MRD0mDzh2/I+uhjEEOu+IDFHVyz7PqSUGCQgF1NoSbEUynpMTDEOxrh1xMg4aGJ+ajUQYprgOQq37KuRiVleUrI8yqjMVn6NG5VbrchGEUNPzM55BsO8nVIxR548p3ZJbu6SX0gxgpnRxsZRbi8V4/Ft2hR0yMS888MP7/Cvgpjl69eP6waavhgY8Aa9KBz+bjmIIdd9dRjmfdf5/e37lBMj0l5mNpfl0IbL6sWgkRFGJoYrZk1+A9AqiBmwewZ0uiEws6KGEFOyY0cJXcwiY/011jVz09Yg4xnkcFkhMTcZDDelzEaMwek0cHtCzPRv09MmeWKOHSNfQUzJxC+Pvw9itg18EQx6mfBtJdW/gJhTpLQZ5v1c7DdsUymmtD2z9OXq9tL4xWAjDvxkJGKqd58KdBg4MmOKyYPEKIm5ZZEghuyp9B5TU1lZM6tSNi8U8vN7UYxxeHp6WF7KmO3bzfwrL+bzX0ug8zudA86gxwOlDL8hF5O5dM/55x/SZ6oU054Dq/fW5bRjMQYqKsTgi3WRYjCZrQbgXnj2UkoZrcfQS1kASllAWspAg7hRE7OQfSTe/B3f2I2zaP5w41KftPmfQrDt0PnXHuqOMY8RKS0rKzNDYOIVAzhWX3bZ6hnN/6eQgceVGav5f5YPD7qYelR1jXuVFTd/SmLUzmOA7GtJZj9c1lGRDpfffjsPXqhiwMyePeBFrZjNOS+/nLOZJkb9cNkBSN7n24tIX6zhMpSyvChiIC/uqvoAE7hGMTGxxNyZCi5SuYcoBrwkLEb9zdSeajtFvZic0urqUq75v0kl+t/3SiqcmF6Xy+Vn4cy0gRjWC32C2bnhu+jnyupXMcQEk5qYGKdkXgMfghfuS8VTMvJzMopi7qECYiioF1Ods7aaE5NOEPuUDF1MXKdkwhv3hSlieNLSYKecGEUxEBeW1D+5B3uoeBLzhSW5BP+6GKAUCtnfLqbDQNKkfBLzu87wd1QxIoqJURYDXijEOO3/34sB/k4xcZ32h0uCdyYqRkNDQ0NDQ0NDQ0ND4//HIipwwWrUrdM1oKJkAnLd19kCSUnXiZwmMvOaK4f0o048wXyCSvQJ6XVSTuOJfu7rJUxz1kskSZhzIojfDFyK0UuYj8G/YFU7WauXM9vrnincJ/SGFAoKYpIDaBs+I1+XLIVc9zVDzMmxxDxaq9+rA+IQs1LcZGLMFSYzVUzzLthl7SpISEzt6PpWvRzyc0hEjKvx/VmKSS5nmnS6ILIkSyDXfUWsDI9FxHyw8gNlMW/qQ434tGxrHGIkXq4jTtebNg0PD5oQOk8CK2ZXM+sla1dCYvb0Thx2wXEt/8AoXPfMuNWBWBz9RoTB70QX0+jq+/Tz6GKqYIFAoIoUk7yGgZtYeZm3iB90ugRWy4Kzh4c5MR/s3r37AwUxj+7R9+mARn9tdDE3UlFITMVgV2tr16YKQoyQGOwlS70YQYAoxt+7rdcv+uL+o2yZVVtxflN+cTsrxuHyT/aDHGbSPwJSHCOTfteIVMzCheS9D/pcjVDP6GIglUUPL3p4LikmxUaYoYtpGQsu4ErZnJbdaHfLnKhiDtT62TLWpx/bFYcYiRdCjGm4FRiuoPWYgl0xegzDyMUc0OOdtMeEWl16KRQx+cWPNUxNHeFK2Va/y2UAKavPWQ1f3wtHBxmpmMpKUowOQuN8nyqmCiEL6+NhiRig0FYByw3sRvH2O+S6L1zFWiaDoCd2YqDrtzpxGQvp37j77uhinuUJ7xu2CAdkYohSVsGJMamr6aQYY38/Q4rZM38PuxPE8BmcswSYwx+Rn8PJ+cU9psOcGDODBmtd/nv3be7r7dvsu9fg8vebiT/PihUyMWxoPl1OEWNDtoiQenAjiAEzq0wDOqfEDLnuC4uRNv8PSik9RihjQzpgr7/2y7vViLGgbhMSzCgkpmITLmWD8lKGqJBiKgY3bjzoIMR8PX8+dvI13l0viAEti1l4NeTnAGKm7b1TbVhMQXNBweCY696OqzHbLnFNfoMKvuLF7IRLWer1sNspiGkcamRDo5MSEWNERZyXubZVc0Ux2IzV5NQ5PVbeDLnu62yOliA/KpsTbVR2QO9q1AGj+rHL71Ylxmpqshut/JHSqMw0ODwMLSYOMSZ7/8HJEboYMjH3PLgYvyx+8B7umPwcTk6f6vAUF7NiXs7K2t7T0+8KbcA86RrLKmCysBiOmqV6YGmNmJjRvaNcaPwGEUGMmyoGeMbqATMmayH/g86ewYKxybOjX5hBmLywxVS/hb/A3CVUxFGZh2n4LOxRMypDZpPZjEjUiWEc/ZtMjIpSNmfxg3PY13sW82JOkXBy8VQPmuYSg7KymMNXvuror3O73XUHt8LYw3wzLwZYiL1A+xcT08eKGSLExCpl2IzR7tQNmFYVysXgOsY1/5YWJTHi5GVIX/vH3WrFNCFvsLwp9jyG4YlDjGPk4CZPhbz5H4CHnihlc94DL5yhB0tFMSLbpnpM08UTrJiCAuSd6ilb/SSI2VjLZGV9hbIIMcBCYlTGljKwI0Fs/kW05s+ZYeyw6tBsS6GKWcCOypTEiJMX/W+gRKUYMBP0NqmY+Z9HRV3zZwYDmzyMfLg8f750uMxVMuGew0vuoYjpCHWnn5XdEWLFQHoreq5809W/b8O+Qbh3vBkiLY7KoJbt3AmVTBTDxaXRmZohQRwuo8DcRXOriOEyz1uMF+7Ly6xJoZSy4DDeK4kRJy/Q9WVi9PCQbEC04XL0BJRSYZNKQT5ctlpnzGMOzZ9/SCKGLlhWyia6Ovq6up4SZv6eb7o8/aHW1snmr/tlo8TKhZCaSkIMxMX5bgYBMcEsl08w5WZIMS2QGHjEEiOZvNxNiAETJMpiTqMy+wtWx57533cf7NhSJohJEZ8pFDGUUzLmVwddfld/1uVlMYbvbFx+z5CheEpGxIKCuOiXS8UM17awcYklRjJ5IcVw6OVinqUi+/kxS1kiYg5BYIjEYB3sTvgythjAsXorWrcAxRCD4/JYRlxigDrkg/tYowAWI46RgdhixMkLKYaXIpYyZTGIyj+RGIAUg03wfqilLLGTmBCXOMUARahBp+tGbqLHqBMjTl5IMTwJJeZfEEPw94v5PTWDJkZDQ0NDQ0NDQ0NDQ+P/h3jJD3Licyom5yS8J95PphJ9YpWd/SqyWm6SkZR0JpWkJN/U/RSSTjwUxXyyeFZiqorKq8otR91uS5HF4ubFZB/bjsqVxey9/8z7zzzz/vtBDLJPaWLkYlK4LSIms30tXK2jdK16MUctlqPlRwPuNW5ruSXAiekBM0RoaGKGvl1fObT+271YDKo4rImhJyaFE7O2JQfsVK9NrJQtezObCA29lN0PaoYgNNzPCYYMMpJOPIjEkKUMyKmeRSnzeL3I0+DzeoNBD/J6PayYoWUhIjR0MXfcAdUMYNdlbQ3YRzUxRGIKbQjZCkUxmWvXwl5VMsCLz9vtsV996xVXXHG119Pg9Znw+7rGkBAakejNH6GR28+1mne8fpWUpBMPxIPF2Apt8BDFtLScql5Mg93X4PVecevExFNX2L3dPnsDK0anY0NDIhMDv1gN3/fII4/Az3Ef9d8Oo4gNy09wMclSIC4QGlFMdfUsxPi8dp/Xc/Wtn2y+9Wq7N2i3ByNi2NCoFlP07DL97c+WI1icI5J04kEXQ7yvVowvaPd5HigBHrD77EGfLy4x6KAr5JqEynjCi0nhN76UxS0GN/7xxvHx8c+9XtDki6uUYTGhgyiolTIeofkritFRYYVV2KH/L3eOjztLvD47jMqE5n8hvfnTxZSPjIwMas0fgiJuHPGKgdoV9JaMj5eM5/mCcCQbLpdV3yqgJAbYPTrvhB8uszPK1zkn/D4lLjFMENx4PB67HXZgJchgMUJcVoKPmGK0CaYAsVwK7+NPTBCGy/agNwgPO75vKpsYIi4xxWinZMjEPA46CDdxiQHACAb8MAzXS4i4xBSjncSkNv/Eegx9tEbEJaYY7bS/hoaGhobGP8xff9MS7Xw+B5wAAAAASUVORK5CYII=);background-repeat:no-repeat}.react-tel-input .ad{background-position:-48px -24px}.react-tel-input .ae{background-position:-72px -24px}.react-tel-input .af{background-position:-96px -24px}.react-tel-input .ag{background-position:-120px -24px}.react-tel-input .ai{background-position:-144px -24px}.react-tel-input .al{background-position:-168px -24px}.react-tel-input .am{background-position:-192px -24px}.react-tel-input .an{background-position:-216px -24px}.react-tel-input .ao{background-position:-240px -24px}.react-tel-input .aq{background-position:-264px -24px}.react-tel-input .ar{background-position:-288px -24px}.react-tel-input .as{background-position:-312px -24px}.react-tel-input .at{background-position:-336px -24px}.react-tel-input .au{background-position:-360px -24px}.react-tel-input .aw{background-position:-384px -24px}.react-tel-input .ax{background-position:0 -48px}.react-tel-input .az{background-position:-24px -48px}.react-tel-input .ba{background-position:-48px -48px}.react-tel-input .bb{background-position:-72px -48px}.react-tel-input .bd{background-position:-96px -48px}.react-tel-input .be{background-position:-120px -48px}.react-tel-input .bf{background-position:-144px -48px}.react-tel-input .bg{background-position:-168px -48px}.react-tel-input .bh{background-position:-192px -48px}.react-tel-input .bi{background-position:-216px -48px}.react-tel-input .bj{background-position:-240px -48px}.react-tel-input .bl{background-position:-264px -48px}.react-tel-input .bm{background-position:-288px -48px}.react-tel-input .bn{background-position:-312px -48px}.react-tel-input .bo{background-position:-336px -48px}.react-tel-input .br{background-position:-360px -48px}.react-tel-input .bs{background-position:-384px -48px}.react-tel-input .bt{background-position:0 -72px}.react-tel-input .bw{background-position:-24px -72px}.react-tel-input .by{background-position:-48px -72px}.react-tel-input .bz{background-position:-72px -72px}.react-tel-input .ca{background-position:-96px -72px}.react-tel-input .cc{background-position:-120px -72px}.react-tel-input .cd{background-position:-144px -72px}.react-tel-input .cf{background-position:-168px -72px}.react-tel-input .cg{background-position:-192px -72px}.react-tel-input .ch{background-position:-216px -72px}.react-tel-input .ci{background-position:-240px -72px}.react-tel-input .ck{background-position:-264px -72px}.react-tel-input .cl{background-position:-288px -72px}.react-tel-input .cm{background-position:-312px -72px}.react-tel-input .cn{background-position:-336px -72px}.react-tel-input .co{background-position:-360px -72px}.react-tel-input .cr{background-position:-384px -72px}.react-tel-input .cu{background-position:0 -96px}.react-tel-input .cv{background-position:-24px -96px}.react-tel-input .cw{background-position:-48px -96px}.react-tel-input .cx{background-position:-72px -96px}.react-tel-input .cy{background-position:-96px -96px}.react-tel-input .cz{background-position:-120px -96px}.react-tel-input .de{background-position:-144px -96px}.react-tel-input .dj{background-position:-168px -96px}.react-tel-input .dk{background-position:-192px -96px}.react-tel-input .dm{background-position:-216px -96px}.react-tel-input .do{background-position:-240px -96px}.react-tel-input .dz{background-position:-264px -96px}.react-tel-input .ec{background-position:-288px -96px}.react-tel-input .ee{background-position:-312px -96px}.react-tel-input .eg{background-position:-336px -96px}.react-tel-input .eh{background-position:-360px -96px}.react-tel-input .er{background-position:-384px -96px}.react-tel-input .es{background-position:0 -120px}.react-tel-input .et{background-position:-24px -120px}.react-tel-input .eu{background-position:-48px -120px}.react-tel-input .fi{background-position:-72px -120px}.react-tel-input .fj{background-position:-96px -120px}.react-tel-input .fk{background-position:-120px -120px}.react-tel-input .fm{background-position:-144px -120px}.react-tel-input .fo{background-position:-168px -120px}.react-tel-input .fr{background-position:-192px -120px}.react-tel-input .ga{background-position:-216px -120px}.react-tel-input .gb{background-position:-240px -120px}.react-tel-input .gd{background-position:-264px -120px}.react-tel-input .ge{background-position:-288px -120px}.react-tel-input .gg{background-position:-312px -120px}.react-tel-input .gh{background-position:-336px -120px}.react-tel-input .gi{background-position:-360px -120px}.react-tel-input .gl{background-position:-384px -120px}.react-tel-input .gm{background-position:0 -144px}.react-tel-input .gn{background-position:-24px -144px}.react-tel-input .gq{background-position:-48px -144px}.react-tel-input .gr{background-position:-72px -144px}.react-tel-input .gs{background-position:-96px -144px}.react-tel-input .gt{background-position:-120px -144px}.react-tel-input .gu{background-position:-144px -144px}.react-tel-input .gw{background-position:-168px -144px}.react-tel-input .gy{background-position:-192px -144px}.react-tel-input .hk{background-position:-216px -144px}.react-tel-input .hn{background-position:-240px -144px}.react-tel-input .hr{background-position:-264px -144px}.react-tel-input .ht{background-position:-288px -144px}.react-tel-input .hu{background-position:-312px -144px}.react-tel-input .ic{background-position:-336px -144px}.react-tel-input .id{background-position:-360px -144px}.react-tel-input .ie{background-position:-384px -144px}.react-tel-input .il{background-position:0 -168px}.react-tel-input .im{background-position:-24px -168px}.react-tel-input .in{background-position:-48px -168px}.react-tel-input .iq{background-position:-72px -168px}.react-tel-input .ir{background-position:-96px -168px}.react-tel-input .is{background-position:-120px -168px}.react-tel-input .it{background-position:-144px -168px}.react-tel-input .je{background-position:-168px -168px}.react-tel-input .jm{background-position:-192px -168px}.react-tel-input .jo{background-position:-216px -168px}.react-tel-input .jp{background-position:-240px -168px}.react-tel-input .ke{background-position:-264px -168px}.react-tel-input .kg{background-position:-288px -168px}.react-tel-input .kh{background-position:-312px -168px}.react-tel-input .ki{background-position:-336px -168px}.react-tel-input .xk{background-position:-144px 0}.react-tel-input .km{background-position:-360px -168px}.react-tel-input .kn{background-position:-384px -168px}.react-tel-input .kp{background-position:0 -192px}.react-tel-input .kr{background-position:-24px -192px}.react-tel-input .kw{background-position:-48px -192px}.react-tel-input .ky{background-position:-72px -192px}.react-tel-input .kz{background-position:-96px -192px}.react-tel-input .la{background-position:-120px -192px}.react-tel-input .lb{background-position:-144px -192px}.react-tel-input .lc{background-position:-168px -192px}.react-tel-input .li{background-position:-192px -192px}.react-tel-input .lk{background-position:-216px -192px}.react-tel-input .lr{background-position:-240px -192px}.react-tel-input .ls{background-position:-264px -192px}.react-tel-input .lt{background-position:-288px -192px}.react-tel-input .lu{background-position:-312px -192px}.react-tel-input .lv{background-position:-336px -192px}.react-tel-input .ly{background-position:-360px -192px}.react-tel-input .ma{background-position:-384px -192px}.react-tel-input .mc{background-position:0 -216px}.react-tel-input .md{background-position:-24px -216px}.react-tel-input .me{background-position:-48px -216px}.react-tel-input .mf{background-position:-72px -216px}.react-tel-input .mg{background-position:-96px -216px}.react-tel-input .mh{background-position:-120px -216px}.react-tel-input .mk{background-position:-144px -216px}.react-tel-input .ml{background-position:-168px -216px}.react-tel-input .mm{background-position:-192px -216px}.react-tel-input .mn{background-position:-216px -216px}.react-tel-input .mo{background-position:-240px -216px}.react-tel-input .mp{background-position:-264px -216px}.react-tel-input .mq{background-position:-288px -216px}.react-tel-input .mr{background-position:-312px -216px}.react-tel-input .ms{background-position:-336px -216px}.react-tel-input .mt{background-position:-360px -216px}.react-tel-input .mu{background-position:-384px -216px}.react-tel-input .mv{background-position:0 -240px}.react-tel-input .mw{background-position:-24px -240px}.react-tel-input .mx{background-position:-48px -240px}.react-tel-input .my{background-position:-72px -240px}.react-tel-input .mz{background-position:-96px -240px}.react-tel-input .na{background-position:-120px -240px}.react-tel-input .nc{background-position:-144px -240px}.react-tel-input .ne{background-position:-168px -240px}.react-tel-input .nf{background-position:-192px -240px}.react-tel-input .ng{background-position:-216px -240px}.react-tel-input .ni{background-position:-240px -240px}.react-tel-input .nl{background-position:-264px -240px}.react-tel-input .no{background-position:-288px -240px}.react-tel-input .np{background-position:-312px -240px}.react-tel-input .nr{background-position:-336px -240px}.react-tel-input .nu{background-position:-360px -240px}.react-tel-input .nz{background-position:-384px -240px}.react-tel-input .om{background-position:0 -264px}.react-tel-input .pa{background-position:-24px -264px}.react-tel-input .pe{background-position:-48px -264px}.react-tel-input .pf{background-position:-72px -264px}.react-tel-input .pg{background-position:-96px -264px}.react-tel-input .ph{background-position:-120px -264px}.react-tel-input .pk{background-position:-192px -264px}.react-tel-input .pl{background-position:-216px -264px}.react-tel-input .pn{background-position:-240px -264px}.react-tel-input .pr{background-position:-264px -264px}.react-tel-input .ps{background-position:-288px -264px}.react-tel-input .pt{background-position:-312px -264px}.react-tel-input .pw{background-position:-336px -264px}.react-tel-input .py{background-position:-360px -264px}.react-tel-input .qa{background-position:-384px -264px}.react-tel-input .ro{background-position:0 -288px}.react-tel-input .rs{background-position:-24px -288px}.react-tel-input .ru{background-position:-48px -288px}.react-tel-input .rw{background-position:-72px -288px}.react-tel-input .sa{background-position:-96px -288px}.react-tel-input .sb{background-position:-120px -288px}.react-tel-input .sc{background-position:-144px -288px}.react-tel-input .sd{background-position:-168px -288px}.react-tel-input .se{background-position:-192px -288px}.react-tel-input .sg{background-position:-216px -288px}.react-tel-input .sh{background-position:-240px -288px}.react-tel-input .si{background-position:-264px -288px}.react-tel-input .sk{background-position:-288px -288px}.react-tel-input .sl{background-position:-312px -288px}.react-tel-input .sm{background-position:-336px -288px}.react-tel-input .sn{background-position:-360px -288px}.react-tel-input .so{background-position:-384px -288px}.react-tel-input .sr{background-position:0 -312px}.react-tel-input .ss{background-position:-24px -312px}.react-tel-input .st{background-position:-48px -312px}.react-tel-input .sv{background-position:-72px -312px}.react-tel-input .sy{background-position:-96px -312px}.react-tel-input .sz{background-position:-120px -312px}.react-tel-input .tc{background-position:-144px -312px}.react-tel-input .td{background-position:-168px -312px}.react-tel-input .tf{background-position:-192px -312px}.react-tel-input .tg{background-position:-216px -312px}.react-tel-input .th{background-position:-240px -312px}.react-tel-input .tj{background-position:-264px -312px}.react-tel-input .tk{background-position:-288px -312px}.react-tel-input .tl{background-position:-312px -312px}.react-tel-input .tm{background-position:-336px -312px}.react-tel-input .tn{background-position:-360px -312px}.react-tel-input .to{background-position:-384px -312px}.react-tel-input .tr{background-position:0 -336px}.react-tel-input .tt{background-position:-24px -336px}.react-tel-input .tv{background-position:-48px -336px}.react-tel-input .tw{background-position:-72px -336px}.react-tel-input .tz{background-position:-96px -336px}.react-tel-input .ua{background-position:-120px -336px}.react-tel-input .ug{background-position:-144px -336px}.react-tel-input .us{background-position:-168px -336px}.react-tel-input .uy{background-position:-192px -336px}.react-tel-input .uz{background-position:-216px -336px}.react-tel-input .va{background-position:-240px -336px}.react-tel-input .vc{background-position:-264px -336px}.react-tel-input .ve{background-position:-288px -336px}.react-tel-input .vg{background-position:-312px -336px}.react-tel-input .vi{background-position:-336px -336px}.react-tel-input .vn{background-position:-360px -336px}.react-tel-input .vu{background-position:-384px -336px}.react-tel-input .wf{background-position:0 -360px}.react-tel-input .ws{background-position:-24px -360px}.react-tel-input .ye{background-position:-48px -360px}.react-tel-input .za{background-position:-96px -360px}.react-tel-input .zm{background-position:-120px -360px}.react-tel-input .zw{background-position:-144px -360px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{font-size:16px;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;width:300px;outline:none;padding:18.5px 14px 18.5px 60px;transition:box-shadow ease .25s,border-color ease .25s;color:#495057}.react-tel-input .form-control:focus{background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.react-tel-input .form-control:focus.invalid-number{box-shadow:0 0 0 .2rem rgba(222,0,0,0.25)}.react-tel-input .form-control.invalid-number{border:1px solid #f44336}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:52px;height:100%;padding:0 0 0 11px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:before{content:'';display:block;position:absolute;top:2px;bottom:2px;left:0;width:100%;border-radius:4px 2px 2px 4px;border:1px solid transparent;transition:box-shadow ease .25s,border-color ease .25s}.react-tel-input .selected-flag:focus:before,.react-tel-input .selected-flag.open:before{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-12px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-1px;left:29px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 18px rgba(0,0,0,0.25);background-color:white;width:300px;max-height:220px;overflow-y:scroll;border-radius:7px}.react-tel-input .country-list .flag{display:inline-block;position:absolute;left:13px;top:8px}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{position:relative;padding:12px 9px 13px 46px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{z-index:2;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{display:none;font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;white-space:nowrap}.gia-overlap {
  background: rgba(9, 11, 29, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.gia-modal-content {
  position: fixed;
  z-index: 11;
  top: 10%;
  left: calc(50% - 350px);
  max-width: 700px;
}

.gia-modal-content-land {
  width: 98%;
  max-width: none !important;
  left: 1% !important;
}

.gia-modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gia-modal-content .modal-header i {
  cursor: pointer;
  position: static;
}

.gia-modal-content .modal-body {
  padding: 0;
}

div.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  position: absolute;
  z-index: 200;
  right: 0;
}

div.gia-modal-content {
  position: fixed;
  z-index: 10;
  top: 3%;
  bottom: 3%;
  left: calc(50% - 350px);
  max-width: 700px;
}

.embedded-container {
  width: 100%;
  height: 100%;
}

.embedded-pdf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.non-verified-alert-modal.popup {
  width: 100%;
  padding: 28px !important;
  margin-top: unset !important;
  border-radius: 12px !important;
}

.non-verified-alert-modal .popup_content {
  padding: unset;
}
.supplier_enquiries_page__container .content-area {
  display: flex;
  width: 100%;
}

.details_title {
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
  margin: 0;
  color: #181833;
}

.table_row__item .actionBtn {
  padding: 0;
}

p.cert_number {
  color: #181833;
}

.drop_zone img {
  display: block;
  margin: 0 auto 25px auto;
}

.drag_area img {
  margin: 40px auto 25px auto;
}

.drop_zone {
  width: 100%;
  height: 200px;
}

.drop_zone.has_image div img[alt='Transparent pixel'] {
  display: none;
}

.drop_zone.has_image div.preview img {
  height: 100% !important;
  width: initial !important;
}

.drop_zone.has_image div {
  position: static !important;
  max-width: 100%;
  height: 100%;
}

.drop_zone img.preview {
  height: 100%;
}

.drag_area {
  display: block;
  margin: 0 auto 25px auto;
  font-size: 16px;
  text-align: center;
  color: #82828c;
}

.drag_area span {
  color: var(--primary-color-light);
}

.half._mr {
  margin-right: 2%;
}

.half {
  width: 49%;
}

button.btn.not_available:hover {
  background: #c50d00;
}

button.btn.not_available {
  background: #840900;
}

button.btn.btn-wdc {
  padding: 8px 6px;
}

div.popup_content {
  margin-top: 0;
}

div.pop_up_header {
  font-weight: 900;
  background: black;
  color: white;
  text-align: center;
  padding: 1rem !important;
}

div.upload_invoice__popup_br {
  position: relative;
  width: 20rem;
  padding: 0;
  margin: 0;
}

div.upload_invoice__popup_br div.content-area div.popup_title {
  padding: 0 !important;
}

div.centered_align div.table__col {
  justify-content: center;
}

div.centered_align div.table__row {
  border-bottom: 1px solid #e0e0e0;
}

div.popup {
  padding: 0 ;
}

div.upload_invoice__popup_header {
  position: relative;
  width: 31rem;
  padding: 0 !important;
  margin: 0;
}

div.upload_invoice__popup_header div.content-area div.popup_title {
  padding: 0 !important;
}
div.upload_invoice__popup_header div.content-area div.popup_title div {
  display: block !important; 
}
div.upload_invoice__popup_header div.content-area div.popup_title div .close {
  display: none; 
}

div.upload_invoice__popup_br div.content-area div.popup_title div {
  background-color: black;
  padding-right: 25px;
}

div.upload_invoice__popup_br div.content-area div.popup_title i.close {
  filter: invert();
  opacity: 1
}

@media (max-width: 700px) {
  .drag_area img {
    margin: 0 auto 25px auto;
  }

  .nomargin,
  label {
    margin: 0;
  }

  h2.details_title {
    margin: 0;
  }

  .popup_content {
    padding: 5px 10px;
    margin: 0;
  }

  .popup_title {
    padding: 4px 10px;
  }

  .drag_area {
    margin: 0 auto;
  }

  .half {
    width: 100%;
  }

  .popup {
    margin: 0;
  }

  .drop_zone {
    height: 130px;
  }
}input[type='checkbox'].switch_1 {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 24px;
  background: #fff;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 10px;
  border: 1px solid #000 !important;
}

input[type='checkbox'].switch_1:checked {
  background: var(--primary-color-light);
}

input[type='checkbox'].switch_1:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  left: 6px;
  top: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type='checkbox'].switch_1:checked:after {
  left: calc(100% - 22px);
  background: #fff;
}
input[type='checkbox'].switch_2 {
  background-color: var(--primary-color-light);
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  height: 22px;
}

input[type='checkbox'].switch_2:focus {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
input[type='checkbox'].switch_2:checked {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
}
input[type='checkbox'].switch_2:checked:focus {
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
input[type='checkbox'].switch_2:after {
  left: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 2px;
  height: 15px;
  width: 15px;
}
input[type='checkbox'].switch_2:checked:after {
  left: calc(100% - 19px);
  background-color: white;
}
/* Tertiary colors */
input[type='checkbox'].switch_3 {
  /* background-color: black; */
  border: 1px solid black;
  height: 22px;
}

input[type='checkbox'].switch_3:focus {
  border: 1px solid rgba(0, 0, 0, 0.9) !important;
}
input[type='checkbox'].switch_3:checked {
  background: var(--primary-color-light);
  border: 1px solid var(--primary-color-light);
}
input[type='checkbox'].switch_3:checked:focus {
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
input[type='checkbox'].switch_3:after {
  left: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 2px;
  height: 15px;
  width: 15px;
}
input[type='checkbox'].switch_3:checked:after {
  left: calc(100% - 19px);
  background-color: white;
}
@media (max-width: 700px) {
  input[type='checkbox'].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 30px;
    background: #fff;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
  }

  input[type='checkbox'].switch_1:checked {
    background: var(--primary-color-light);
  }

  input[type='checkbox'].switch_1:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f0f0f5;
    left: 6px;
    top: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  input[type='checkbox'].switch_1:checked:after {
    left: calc(100% - 26px);
    background: #fff;
  }
  input[type='checkbox'].switch_3 {
    border: 1px solid black;
    height: 22px;
  }

  input[type='checkbox'].switch_3:focus {
    border: 1px solid rgba(0, 0, 0, 0.9) !important;
    box-shadow: none;
  }
  input[type='checkbox'].switch_3:checked {
    background: var(--primary-color-light);
    border: 1px solid var(--primary-color-light);
  }
  input[type='checkbox'].switch_3:checked:focus {
    border: 1px solid rgba(255, 255, 255, 0) !important;
  }
  input[type='checkbox'].switch_3:after {
    left: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 3px;
    height: 15px;
    width: 15px;
  }
  input[type='checkbox'].switch_3:checked:after {
    left: calc(100% - 19px);
    background-color: white;
  }
}
/* Carousel overwrite */
.carousel .slider-wrapper {
  width: 80%;
}
.article__image_container .carousel .slider-wrapper {
  width: 100%;
}
.article__image_container .carousel .slide img {
  width: unset;
}
.carousel .control-dots {
  padding: 0;
}
.carousel .thumbs-wrapper ul {
  text-align: center;
}
.carousel.carousel-slider .control-arrow:hover {
  background-color: transparent;
}
.control-next::before {
  border-left: 8px solid #000 !important;
}

.control-prev:before {
  border-right: 8px solid #000 !important;
}
.carousel .slide {
  background-color: transparent;
}
.slide-arrow {
  color: black;
  cursor: pointer;
  font-size: 2rem;
  height: inherit;
  /* position: absolute; */
  display: flex;
  vertical-align: 50%;
  justify-content: center;
  align-items: center;
}

.slide-arrow.arrow_right {
  /* right: 1px; */
}

.slide-arrow.arrow_left {
  /* left: 1px; */
}

.dot {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  color: white;
  background-color: grey;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}

.selected_dot {
  background: var(--primary-color);
  color: var(--primary-color);
}

@media (max-width: 700px) {
  .right_arrow {
    display: flex;
    justify-content: flex-end;
  }
}
div.order-overview__header {
  display: flex;
  color: #fff;
  background: var(--primary-color);
  padding: 6px 10px 6px 95px;
  align-items: center;
  max-height: 35px;
  position: relative;
}

.refresh_btn {
  margin-left: auto;
}

div.concierge-requests__header {
  justify-content: space-between;
}

.order-overview__back-button {
  background: var(--primary-color);
  height: 100%;
  width: 80px;
  border: 0;
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.order-overview__back-arrow {
  margin-right: 11px;
}

.header_tabs {
  margin-left: auto;
}

div .pages-header__search {
  border: none;
  width: 174px;
  height: 25px;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9444%206.22219C11.9444%209.38247%209.3825%2011.9444%206.22221%2011.9444C3.06192%2011.9444%200.5%209.38247%200.5%206.22219C0.5%203.06191%203.06192%200.5%206.22221%200.5C9.3825%200.5%2011.9444%203.06191%2011.9444%206.22219Z'%20transform='translate(16)%20scale(-1%201)'%20stroke='%23ABABAB'/%3e%3crect%20width='0.888886'%20height='7.64721'%20transform='translate(6.03516%2010.5928)%20scale(-1%200.999999)%20rotate(-45)'%20fill='%23ABABAB'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 8px;
  outline: none;
  padding-left: 32px;
  font-size: 14px !important;
  margin-left: auto;
}

.header_tabs button {
  background: var(--primary-color-light);
  border: none;
  text-transform: capitalize;
  padding: 0 30px;
  color: white;
  transition: 0.2s;
}

.header_tabs button.active,
.header_tabs button:hover {
  background: #fff3;
}

.small {
  width: 109px !important;
}

.link_item {
  cursor: pointer;
}

.pages-header__wrapper {
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: space-between;
  padding: 0 1.6%;
  background: var(--primary-color-light);
  color: #ffffff;
}

.pages-header__text {
  font-size: 18px;
  line-height: 18px;
  margin-top: 0.5%;
}

.pages-header__title {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.pages-header__items {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
}

.pages-header__button button:hover {
  opacity: 0.8;
}

.pages-header__button button {
  width: 170px;
  min-height: 30px;
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  color: var(--primary-color-light);
  background: #f9fafc;
  cursor: pointer;
  opacity: 1;
  margin-right: 10px;
}

.pages-header__button a {
  text-decoration: none;
}

.pages-header__button span {
  margin-top: 3%;
  color: var(--primary-color-light);
}

.pages-header__subtitle {
  padding-top: 0.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(10, 10, 20, 0.1);
  min-height: 48px;
  color: #202143;
  background: #ffffff;
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
}

.pages-header__search {
  border: none;
  width: 174px;
  height: 30px;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9444%206.22219C11.9444%209.38247%209.3825%2011.9444%206.22221%2011.9444C3.06192%2011.9444%200.5%209.38247%200.5%206.22219C0.5%203.06191%203.06192%200.5%206.22221%200.5C9.3825%200.5%2011.9444%203.06191%2011.9444%206.22219Z'%20transform='translate(16)%20scale(-1%201)'%20stroke='%23ABABAB'/%3e%3crect%20width='0.888886'%20height='7.64721'%20transform='translate(6.03516%2010.5928)%20scale(-1%200.999999)%20rotate(-45)'%20fill='%23ABABAB'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 8px;
  outline: none;
  padding-left: 32px;
  font-size: 14px !important;
}

::placeholder {
  color: rgba(0, 0, 0, 0.33);
}

.top_bar_space_placeholder {
  width: 100%;
  height: 10px;
  background-color: #e3e3e3;
  top: -10px;
  position: sticky;
  z-index: 2;
}

@media (max-width: 700px) {
  .pages-header__button button {
    width: 110px;
    min-height: 30px;
    font-size: 12px;
    opacity: 1;
    margin-right: 0;
    padding: 0;
  }

  button.header_tab {
    padding: 10px;
  }

  .pages-header__wrapper {
    padding: 0 3.5%;
  }

  .pages-header__subtitle {
    padding: 1.5% 7.5%;
  }

  .pages-header__search {
    width: 179px;
    height: 36px;
    padding-left: 40px;
    font-size: 18px !important;
    background-position: 12px;
  }

  .top_bar_space_placeholder {
    top: 40px;
    height: 15px;
    background-color: #eee;
  }
}
.profile-form {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
}

.left-side,
.right-side {
  display: grid;
  grid-template-rows: repeat(5, 90px);
}

.react-tel-input > .phone-input {
  width: 100% !important;
  height: 42px !important;
  border-radius: 4px !important;
  display: block;
  border: #e0e0e0 1px solid;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}

@media (max-width: 700px) {
  .right-side {
    display: grid;
    grid-template-rows: repeat(2, 90px);
  }
}
.left-side .last_left_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

small {
  font-size: 80%;
}
.profile-form .form-group.profile-pic {
  grid-row: 1/4;
}

.mobile-field {
  grid-row: 4/6;
}

.profile-form .form-group {
  margin-bottom: 0;
}

.right-side .form-group input[type='file'] {
  position: initial;
  margin: 20px 0;
  height: initial;
  opacity: 1;
}

.customer-settings-profile .card h5 {
  display: none;
}
.customer-settings-profile .card {
  box-shadow: none;
}
.customer-settings-profile .order-overview__header,
.customer-settings-profile .top_bar_space_placeholder {
  display: none;
}

@media (max-width: 700px) {
  .customer-settings-profile {
    display: flex;
  }
  .profile-form {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 2%;
  }
  .mobile-field {
    grid-row: initial;
  }
  .profile-form .form-group.profile-pic {
    grid-row: 1/3;
  }
  .left-side {
    display: grid;
    grid-auto-rows: 90px;
    grid-row: 2/3;
  }
  section.right-side {
    grid-row: 1/2;
  }
  .user_management {
    border: 1px solid red;
  }
}
.markup-modal {
    border-radius: 8px;
}

.markup-modal .popup_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #27272A;
}

/* .markup-modal .__popup-title {
    margin-top: 0;
} */

.markup-modal .popup_content {
    padding: 0;
}.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.react-date-picker {
  display: inline-flex;
  position: relative;
}
.react-date-picker,
.react-date-picker *,
.react-date-picker *:before,
.react-date-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-date-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}
.react-date-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
}
.react-date-picker__inputGroup {
  min-width: calc((4px * 3) +  0.54em * 8  +  0.217em * 2);
  flex-grow: 1;
  padding: 0 2px;
  box-sizing: content-box;
}
.react-date-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}
.react-date-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}
.react-date-picker__inputGroup__input::-webkit-outer-spin-button,
.react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-date-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}
.react-date-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px +  0.54em);
}
.react-date-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}
.react-date-picker__button:enabled {
  cursor: pointer;
}
.react-date-picker__button:enabled:hover .react-date-picker__button__icon,
.react-date-picker__button:enabled:focus .react-date-picker__button__icon {
  stroke: #0078d7;
}
.react-date-picker__button:disabled .react-date-picker__button__icon {
  stroke: #6d6d6d;
}
.react-date-picker__button svg {
  display: inherit;
}
.react-date-picker__calendar {
  width: 350px;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.react-date-picker__calendar--closed {
  display: none;
}
.react-date-picker__calendar .react-calendar {
  border-width: thin;
}
.pill_status_new {
  color: #27272a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--padding-1);
  height: fit-content;
  border-radius: var(--radius-1);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border: none !important;
  max-width: 100%;
}

.pill_status_new.At-Hk,
.pill_status_new.At-In,
.pill_status_new.At-Uk {
  background: #f3faf9;
  color: #16a085;
  border: 1px solid #16a085;
}

.pill_status_new.Confirmed {
  /* background: rgba(179, 232, 112, 0.5); */
  background-color: #f0fdf4;
  color: #27272a;
  border: 1px solid #86efac;
}

.pill_status_new.Purchase-Order,
.pill_status_new.Pending-Approval {
  background: var(--color-violet-50);
  color: var(--color-violet-700);
}

.pill_status_new.Processing-Payment {
  background: var(--color-blue-50);
  color: var(--color-blue-700);
}

.pill_status_new.Delivered,
.pill_status_new.Shipped,
.pill_status_new.Paid,
.pill_status_new.Available,
.pill_status_new.Active,
.pill_status_new.On-Hold,
.pill_status_new.Fully-Allocated,
.pill_status_new.Resolved {
  background: var(--color-green-100);
  color: var(--color-green-800);
}

.pill_status_new.Allocated {
  background: var(--color-green-100);
  color: var(--color-green-800);
}

.pill_status_new.Partial-Paid,
.pill_status_new.Partially-Paid {
  background: var(--color-amber-100);
  color: var(--color-amber-800);
}

.pill_status_new.Awaiting-Payment,
.pill_status_new.Open {
  background: #e7e5e4;
  color: #44403c;
}

.pill_status_new.Cancelled,
.pill_status_new.Not-Available,
.pill_status_new.Sold-Out,
.pill_status_new.Lost,
.pill_status_new.Overdue,
.pill_status_new.Rejected,
.pill_status_new.Denied,
.pill_status_new.Revoked,
.pill_status_new.Expired {
  background: var(--color-red-100);
  color: var(--color-red-800);
}

.pill_status_new.Added {
  background: #f3faf9;
  color: #16a085;
  border: 1px solid #16a085;
}

.pill_status_new.In-India-Customs,
.pill_status_new.In-Transit,
.pill_status_new.In-Customs,
.pill_status_new.Pending,
.pill_status_new.Refunded,
.pill_status_new.Requested {
  background: var(--color-amber-100);
  color: var(--color-amber-800);
}

.pill_status_new.Returned,
.pill_status_new.Initiated,
.pill_status_new.Partially-Returned,
.pill_status_new.Partial-Return-Initiated {
  color: #1436e1;
  background: #eef4ff;
}

.pill_status_new.Returned-initiated,
.pill_status_new.Returned-Initiated {
  background: var(--color-blue-50);
  color: var(--color-blue-600);
}

.pill_status_new.Partially-Allocated,
.pill_status_new.Credit-Note {
  background: #f4f2ff;
  color: #5620e1;
  border-radius: 5px;
}

.pill_status_new.Not-Applicable {
  background: #ffbdd340;
  color: #a01616;
  border: 1px solid #a01616;
}

.avatar-container {
  width: 100%;
  height: 100%;
}

.avatar-container-image {
  width: 29px;
  height: 29px;
  background-image: linear-gradient(#313131, #141414);
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-container-image img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}

.avatar-container.relative {
  position: relative;
}

.avatar-container.relative > * {
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.avatar-container.relative .avatar-container-image {
  transform: translate(-100%, -50%);
}

.avatar-container.relative div {
  transform: translate(-60%, -50%);
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 0;
}

.avatar-container.relative .avatar-container-image + div {
  transform: translate(-30%, -50%);
}
.diamond_request_cancel_popup {
    padding: 0;
    border-radius: 12px;
    height: 300px;
    width: 400px;
    overflow-x: hidden !important;

    .content-area {
        height: 100%;
    }

    .popup_content {
        padding: 0 !important;
        box-shadow: none;
        position: relative;
        height: 100%;
    }
}.header-content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 19px 36px 19px 36px;
  /*background-color: var(--primary-color);*/
  position: fixed;
  top: 0;
  /* top: 48px; */
  left: 0;
  z-index: 1000;
  transition: 0.25s cubic-bezier(0.2, 0, 0.4, 1);
}



.header-content.scroll {
  /* background-color: #ffffff; */
  box-shadow: 0 2px 30px rgba(13, 13, 59, 0.05),
    0 3px 10px rgba(13, 13, 59, 0.05);
  transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
}

.header-content.scroll .navbar-nav .nav-item .nav-link {
  color: var(--primary-color);
  transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
}

@media (min-width: 900px) {
  .header-content.scroll .head-login {
    color: #fff !important;
    border: 1px solid rgba(27, 38, 121, 0.3);
    background-color: var(--primary-color);
    transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
  }
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}

.blue-logo {
  display: none;
}

.header-content.scroll .blue-logo {
  display: flex;
}

.header-content.scroll .white-logo {
  display: none;
}

.header-content.scroll .navbar-toggler .navbar-toggler-bar {
  background-color: var(--primary-color);
}

.blue-header .header-content {
  background-color: var(--primary-color);
  padding: 14px 36px;
}

.blue-header .header-content.scroll .blue-logo {
  display: none;
}

.blue-header .header-content.scroll .white-logo {
  display: block;
}

.logo-link {
  margin-right: 120px;
}

.new-navbar {
  margin-bottom: 0;
  border-top: none;
  min-height: auto;
}

/* .new-navbar-nav {
  padding-top: 10px;
} */

.navbar .navbar-nav .nav-link:not(.btn) {
  font-size: 16px;
  line-height: 136%;
  font-weight: 500;
  white-space: nowrap;
  text-transform: capitalize;
  font-family: 'Hind Medium', sans-serif;
  color: #ffffff;
  transition: 0.15s cubic-bezier(0.2, 0, 0.4, 1);
  background-color: inherit !important;
  border-radius: 0;
}

.navbar .navbar-nav .nav-link:not(.btn):hover {
  color: var(--secondary-color) !important;
  transition: 0.15s cubic-bezier(0.2, 0, 0.4, 1);
  background-color: inherit !important;
  border-radius: 0;
}

.navbar .navbar-nav .active_link:not(.btn) {
  color: var(--secondary-color) !important;
  transition: 0.15s cubic-bezier(0.2, 0, 0.4, 1);
  background-color: inherit !important;
  border-radius: 0;
}

.active-nav-link {
  color: var(--secondary-color);
}

.new-navbar-nav .nav-item {
  margin-right: 32px !important;
}

.new-navbar-nav .nav-link {
  padding: 0 !important;
}

.header-right-buttons {
  display: flex;
  margin-left: auto;
}

.header-right-buttons .btn {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
  padding: 18px 24px 9px 24px;
}

@media (max-width: 900px) {
  .full-width-nav {
    width: 100%;
  }

  .mobile-head-login {
    border: 1px solid white;
    margin-bottom: 0;
    padding: 10px auto;
    width: 98%;
  }
}

.mobile_get_stated {
  padding: 7px 16px;
  border-radius: 3px;
}

.header-content.scroll .mobile_get_stated {
  background-color: #fff;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.nav-open .header-content .mobile_get_stated,
.nav-open .header-content.scroll .mobile_get_stated {
  display: none;
}

.head-login {
  font-size: 16px;
  /* margin-top: 5px; */
  font-family: 'Hind Medium', sans-serif;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  /* border: 1px solid rgba(255, 255, 255); */
  border-radius: 3px;
  padding: 7px 16px;
  transition: 0.15s cubic-bezier(0.2, 0, 0.4, 1);
  /* background-color: #5620E1; */
  border-radius: 100px;
}

.head-login:hover {
  background-color: var(--tertiary-color);
  /* color: var(--primary-color) !important; */
  transition: 0.15s cubic-bezier(0.2, 0, 0.4, 1);
  text-decoration: none;
  box-shadow: 0 3px 40px rgba(255, 255, 255, 0.1),
    0 4px 15px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

@media (max-width: 700px) {
  .head-login:hover {
    background-color: var(--primary-color);
    box-shadow: none;
    cursor: pointer;
  }
}

/* Blue Header styles*/

.white-header .header-content {
  background-color: #ffffff;
  /*box-shadow: 0px 2px 30px rgba(13, 13, 59, 0.05), 0px 3px 10px rgba(13, 13, 59, 0.05);*/
  transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
}

.white-header .header-content .white-logo {
  display: none;
}

.white-header .header-content .blue-logo {
  display: flex;
}

.white-header .header-content .navbar-nav .nav-item .nav-link {
  color: var(--primary-color);
  transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
}

.white-header .mobile_get_stated {
  background-color: var(--primary-color);
  border: 1px solid rgba(27, 38, 121, 0.3);
  color: #ffffff !important;
}

@media (min-width: 900px) {
  .white-header .header-content .head-login {
    /* background-color: var(--primary-color); */
    /* color: #ffffff !important; */
    /* border: 1px solid rgba(27, 38, 121, 0.3); */
    transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
  }

  .white-header .header-content .head-login:hover {
    color: #fff;
    background-color: var(--tertiary-color);
  }

  .navbar-collapse {
    align-items: unset;
  }

}

.white-header .navbar-toggler .navbar-toggler-bar {
  background-color: var(--primary-color);
}

@media (max-width: 900px) {
  .navbar-collapse {
    width: 100%;
    top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
  }

  .navbar-collapse .ml-auto {
    margin-left: 0 !important;
  }

  .navbar-collapse .mobile-head-login {
    /* margin: 0 0 16px 0 !important; */
    font-size: 16px;
    font-family: 'Hind Medium', sans-serif;
    font-weight: 500;
    line-height: 26px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    padding: 7px 16px;
    -webkit-transition: 0.15s cubic-bezier(0.2, 0, 0.4, 1);
    transition: 0.15s;
    margin-bottom: 16px;
    text-align: center;
  }

  .header-content {
    padding: 8px 10px 8px 10px;

    /* border: 1px solid rgba(27, 38, 121, 0.3); */
    background-color: var(--primary-color);
  }
  .mobile-logo {
    width: 120px;
  }
}

@media (min-width: 900px) and (max-width: 1025px) {
  .new-navbar-nav .nav-item {
    margin-right: 35px !important;
  }
}

.dropdown-divider {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .mobile-social-buttons>*:not(:last-child) {
    margin-right: 1px !important;
  }

  .no-border {
    border: none !important;
  }
}

@media screen and (max-width: 991px) {
  .nav-open .header-content {
    background-color: white;
  }

  .nav-open .header-content .blue-logo,
  .nav-open .header-content.scroll .blue-logo {
    display: flex !important;
  }

  .nav-open .header-content .navbar-toggler-bar,
  .nav-open .header-content.scroll .navbar-toggler-bar {
    background: var(--primary-color);
  }

  .nav-open .header-content .white-logo,
  .nav-open .header-content.scroll .white-logo {
    display: none;
  }

  .nav-open .navbar-translate {
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .navbar-collapse {
    transform: translate3d(0px, 0, 0);
  }

  .navbar-collapse {
    transform: translate3d(100%, 0, 0);
  }
}.sign_up__container-row {
  display: flex;
}

._loading {
  cursor: not-allowed;
}

.sign_up__container-row .form-group .form-control {
  border-radius: 3px;
}

.sign_up__container-row .form-group .form-control::placeholder,
.sign_up__container-row.step__2 .Select-placeholder {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 19px;
}

.sign_up__container-row.step__2 .Select-placeholder {
  padding: 5px 5px;
}

.sign_up__container-row .form-group .react-tel-input input {
  padding-left: 49px;
}

.phone-wrapper {
  display: flex;
}
.phone-wrapper > .react-tel-input {
  flex: 1;
}
.phone-wrapper > .phone-input {
  flex: 2;
  width: 100%;
}

.step__2 .sign_up__container-row .form-group .form-control {
  max-width: 328px;
}

.onboarding__container .sign_up__input-wrapper .form-group {
  width: 47%;
}

.onboarding__container .sign_up__input-wrapper .phoneField {
  width: 100%;
  margin-right: 0 !important;
}

.onboarding__container .sign_up__input-wrapper .step__2 {
  margin-bottom: 20px;
}

.onboarding__container .sign_up__input-wrapper .step__2:first-child {
  margin-top: 20px;
}

.onboarding__container .sign_up__input-wrapper .step__2 .form-group {
  width: 100%;
}

.sign_up__container-row.step__2.step__2_last_row {
  margin-bottom: 60px;
}

.onboarding__container .sign_up__input-wrapper .form-group:first-child {
  margin-right: 1.5rem;
}

.onboarding__container .sign_up__input-wrapper .form-group.company_error-text {
  margin-top: 10px;
}

.sign_up__input-wrapper .form-control-register {
  padding: 10px !important;
  border-radius: 3px;
}

.onboarding__container .sign_up__input-wrapper .form-control-register {
  padding: 10px !important;
  margin-bottom: 20px;
  width: 100%;
}

.sign_up__button-wrapper .btn-wdc {
  margin: 0;
  padding: 15px;
}

.login__anchor {
  color: var(--primary-color);
}

.login__anchor:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.onboading-continue-btn,
.onboading-continue-btn:focus {
  background-color: var(--secondary-color);
  border-radius: 100px;
  padding: 15px 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35em;
  border: none;
  margin: 10px 1px;
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
}

.onboading-continue-btn:disabled {
  background-color: var(--secondary-color);
  opacity: 0.6;
  border-radius: 100px;
  cursor: no-drop;
}

.onboading-continue-btn:hover:not(:disabled) {
  background-color: var(--tertiary-color);
}

.onboading-back-btn {
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: #fff;
  border-radius: 100px;
  padding: 15px 48px;
  font-weight: 400;
  font-size: 0.8571em;
  line-height: 1.35em;
  margin: 10px 1px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.2, 0, 0.4, 1);
}

.onboading-back-btn:disabled {
  background-color: #ffffff80;
  cursor: no-drop;
}

.onboading-back-btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

.login__p-tag {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 10px;
}

.sign_up__customer__type .radio__wrapper {
  margin-right: 32px;
  margin-top: 8px;
}

.sign_up__customer__type .radio__wrapper label {
  margin: 3px 0 3px 10px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 29px;
}

.sign_up__customer__type {
  align-items: center;
  display: grid;
}

.sign_up__customer--type-options {
  display: flex;
}

.sign_up__title.step__1 {
  margin-bottom: 15px;
}

.sign_up__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.sign_up__email {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: underline;
  margin-left: 5px;
  line-height: 1.61em;
  font-size: 1.2em;
}

.sign_up__subtitle {
  font-size: 18px;
  line-height: 29px;
  color: #82828c;
  margin-bottom: 24px;
}

.sign_up__container {
  font-size: 18px;
  line-height: 21px;
}

.PhoneInputCountryIcon--border {
  box-shadow: none !important;
  background-color: #fff !important;
}

.PhoneInputInput {
  padding: 10px 18px 10px 18px;
  background-color: transparent;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
}

.sign_up__input-wrapper label,
.type-label {
  color: #82828c;
  font-size: 15px;
  line-height: 18px;
}

label.type-label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  font-family: 'Hind SemiBold', sans-serif;
  color: #202143;
}

.sign_up__input-wrapper .form-group {
  margin-bottom: 0;
}

.form-control-error {
  border-color: #e21b1b;
}

.sign_up__button-wrapper.step__1,
.sign_up__button-wrapper.step__2 {
  height: 50px;
}

.sign_up__button-wrapper {
  display: grid;
  justify-items: flex-start;
  width: 100%;
  position: relative;
}

.sign_up__button-wrapper .sign_up__error-text {
  color: #e21b1b;
  line-height: 16px;
  font-size: 14px;
  z-index: 3;
}
.sign_up__error-text {
  color: #e21b1b;
}
.onboarding__container .sign_up__error-text {
  position: relative;
}

.email__comfirmation__container .sign_up__error-text {
  margin-top: 0 !important;
  position: relative;
  /* top: 0; */
}

.sign_up__button-wrapper button {
  font-size: 14px;
  line-height: 21px;
  min-width: 174px;
}

.company_error-text {
  color: #e21b1b;

  line-height: 16px;
  font-size: 14px;
}

.personal-details_button_wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 700px) {
  .align-right-button {
    display: flex;
    align-self: flex-end;
  }

  .personal-details_button_wrapper {
    display: flex;
    justify-content: flex-start;
  }
}

.new__request {
  color: #36dc38;
  line-height: 16px;
  font-size: 14px;
}

@media (max-width: 700px) {
  label.type-label {
    font-size: 16px;
  }

  .sign_up__input-wrapper label {
    font-size: 12px;
  }

  .sign_up__customer__type .radio__wrapper label {
    font-size: 16px;
  }

  .sign_up__button-wrapper .sign_up__error-text {
    position: relative;
    top: unset;
  }

  .sign_up__container-row {
    flex-direction: column;
  }

  .onboarding__container .sign_up__input-wrapper .form-group,
  .company__info__container .sign_up__input-wrapper .step__2 .form-group {
    width: 95%;
  }

  .onboarding__container .sign_up__input-wrapper .form-group:first-child,
  .onboarding__container .sign_up__input-wrapper .form-group,
  .sign_up__button-wrapper.step__1,
  .sign_up__button-wrapper.step__2,
  .email__comfirmation__container,
  .sign_up__button-wrapper {
    margin: 0 2%;
  }

  .sign_up__customer__type {
    margin-right: 0;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 5px;
  }

  .sign_up__customer__type .radio__wrapper {
    margin-top: 0;
  }

  .email__comfirmation__container .sign_up__input-wrapper {
    display: flex;
    flex-direction: column;
  }

  .email__comfirmation__container .sign_up__button-wrapper {
    margin-left: 0;
    display: flex;
    align-items: center;
  }

  .sign_up__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .company__info__container .sign_up__subtitle {
    text-align: start;
  }

  .company__info__container .sign_up__input-wrapper .step__2 {
    margin-bottom: 0;
  }

  .company__info__container .sign_up__input-wrapper .step__2 .form-group {
    margin-bottom: 20px;
  }

  .company__info__container .sign_up__button-wrapper {
    align-items: center;
    margin: 0;
  }

  .company__info__container
    .sign_up__input-wrapper.step__2
    .form-control-label {
    margin-left: 25px;
  }

  .confirm__company__info .form-group {
    width: 90%;
    margin: 0 auto 10px;
  }

  .confirm__company__info .sign_up__button-wrapper {
    margin-top: 20px;
    margin-left: 15px;
  }

  .not_received_error {
    margin: 10px 20px;
  }

  .onboarding_form .custom-checkbox-group {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .company__info__container .sign_up__input-wrapper.step__2:last-child {
    width: 94%;
    margin: 0 2%;
  }

  /* phone input */
  .company__info__container
    .sign_up__input-wrapper.step__2:last-child
    .form-control-label {
    margin-left: 0;
  }
}

.company_main_error-text {
  color: #e21b1b;
  font-size: large;
  padding: 0 10px 20px 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
    --primary-color: #0c0a09;
    --secondary-color: #5620e1;
    --tertiary-color: #96b4db;
    --primary-color-light: #0c0a09;
    --neutral-200: #E7E5E4;
    --neutral-100: #F1F1F1;
    --neutrals-700: #403d3c;
    --Neutrals100: #f6f3f1;
    --link-color: #fafafa;
    --color-amber-100: #fef3c7;
    --color-amber-800: #92400e;
    --color-green-100: #d6f2e3;
    --color-green-800: #315345;
    --color-violet-50: #f4f2ff;
    --color-violet-700: #5620e1;
    --color-blue-50: #eef4ff;
    --color-blue-700: #1436e1;
    --color-red-100: #fee2e2;
    --color-red-800: #991b1b;
    --color-blue-600: #1e4cf5;
    --radius-1: 4px;
    --padding-1: 4px 6px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button {
  cursor: pointer;
}

.max-width {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

a.as_btn:hover {
  color: white;
}

.link-hover:hover {
  color: var(--link-color) !important;
}

.link-button {
  border: #d6d3d1 1px solid;
  line-height: 14px;
}

.link-hover-bg:hover {
  background-color: var(--link-color) !important;
  color: #5620e1 !important;
  border: #9886ff 1px solid;
}

li {
  list-style: none;
}

p {
  font-weight: 400;
}

.no-scroll {
  overflow: hidden !important;
}

body.dashboard-body {
  position: fixed;

  width: 100vw;
  margin: 0;
  padding: 0;

  overflow: hidden;
  background-color: #0c0a09;

  /* overscroll-behavior: none; */
}

body.dashboard-body-sidebar-open-mobile {
  overflow: hidden;
}

.btn-default {
  padding: 10px;
}

body.dashboard-body-mobile {
  width: 100vw;
  margin: 0;
  padding: 0;

  overflow-x: hidden;
  background-color: #fafafa;
  overscroll-behavior: none;
}

.upload__progress-info {
  z-index: 100 !important;
}

.alert-error {
  background-color: tomato;
}

#root {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  /* display: flex; */

  /* TODO Move this into Dashboard.js */
  /* flex-direction: row; */
}

#root button:hover,
#root button:active,
#root button:focus {
  outline: none;
}

.notification-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  z-index: 200;
  top: 5%;
}

#notification {
  position: fixed;
  right: 10px;
}

#notificationCenter {
  position: absolute;
  left: 50%;
}

#notificationCenter > div {
  transform: translateX(-50%);
}

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

button:hover,
button:active {
  text-decoration: none;
}

.app-main-router {
  height: 100%;
}

.button--disabled {
  cursor: not-allowed;
  background: rgba(28, 39, 124, 0.5);
}

.order-overview > thead > tr > th {
  font-size: 1em;
}

.dashboard-content > div {
  margin: 10px;
}

.btn-wdc-dimmed {
  background-color: #616161;
}

.transform-first-letter {
  text-transform: lowercase;
}

.transform-first-letter::first-letter {
  text-transform: uppercase;
}

/* MOBILE */
@media (max-width: 700px) {
  input[type='color'],
  input[type='date'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='email'],
  input[type='month'],
  input[type='number'],
  input[type='password'],
  input[type='search'],
  input[type='tel'],
  input[type='text'],
  input[type='time'],
  input[type='url'],
  input[type='week'],
  select,
  select:focus,
  textarea {
    font-size: 16px;
  }

  #notification {
    bottom: 10px;
    top: auto;
    padding-left: 20px;
    width: 100%;
  }
}

/* DESKTOP */
@media (min-width: 700px) {
  .only-show-on-mobile {
    display: none;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .only-show-on-desktop {
    display: none;
  }
}

/* TODO Make this something fancy */
.wdc--sidebarlink {
  transition: background-color 0.5s;
}

.wdc--sidebarlink:hover {
  background-color: white;
  text-decoration: none;
}

.element--no-select {
  user-select: none;
}

.element--brighten-on-hover:hover {
  filter: brightness(200%);
}

/*noinspection CssMissingComma*/
body.confirm-email-page
  > #hubspot-messages-iframe-container.widget-align-right {
  left: 0 !important;
}

div#hubspot-messages-iframe-container:has(div.hs-shadow-container) {
  visibility: hidden !important;
}

div#hubspot-messages-iframe-container:has(div.hs-shadow-container.active) {
  visibility: visible !important;
}

.wdc--caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.link_text {
  color: #f96332;
}

.link_text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.card {
  box-shadow: 0 2px 6px rgba(10, 10, 20, 0.1);
}

.dropdown_card {
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(51, 51, 51, 0.249689),
    0 8px 12px rgba(51, 51, 51, 0.10428);
  border-radius: 3px;
}

.sec-link-button:hover {
  color: var(--secondary-color) !important;
}

.card_header {
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: var(--primary-color);
  padding: 0 15px 0 0;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  position: relative;
}

.card_header__title {
  font-size: 18px;
  margin-left: 20px;
}

.card_header button {
  opacity: 0.9;
}

.card_header button:hover {
  opacity: 1;
}

.card_header__back-button {
  background: var(--primary-color);
  height: 100%;
  width: 80px;
  border: 0;
  min-height: 60px;
  color: #ffffff;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

button.card_header__button_right {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_header__button {
  margin-left: auto;
  cursor: pointer;
}

.card_table__headers {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.card_table__header_title {
  font-size: 18px;
}

.card_content {
  padding: 20px;
}

.flex-6 .flex-col {
  flex-basis: 16.66%;
}

.card_table__body {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.card_table__row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dee2e6;
  align-items: center;
}

button.ans_waiting {
  border: none;
  background: #0000;
  text-align: right;
  padding: 0;
}

/* React select */
div.Select-control,
div.Select-control:hover {
  box-shadow: 0 4px 8px rgba(0, 14, 124, 0.1);
  border-radius: 3px;
  min-height: 30px;
  border: 0;
  z-index: 9;
}

div.Select-menu-outer {
  z-index: 11;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 14, 124, 0.15);
  border: 0;
  margin-top: 6px;
}

div.Select.is-focused:not(.is-open) > .Select-control {
  box-shadow: 0 4px 10px rgba(0, 14, 124, 0.15);
}

div.Select-option.is-focused {
  background-color: var(--primary-color-light);
  color: #fff;
}

div.Select-menu::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

div.Select-menu::-webkit-scrollbar-thumb {
  background: #3e4790;
}

.Select--multi .Select-multi-value-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.Select-placeholder {
  height: 30px;
  color: #8a8a8a;
}

span.Select-clear {
  display: none;
}

.Select--multi div.Select-value {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  padding: 2px;
  margin: 0 3px 3px 0;
}

.Select--multi .Select-value-icon {
  font-size: 25px;
  line-height: 10px;
  padding: 0 3px 0 0;
}

.Select--multi div.Select-multi-value-wrapper {
  width: 100%;
  display: flex;
}

.Select--multi span.Select-value-icon {
  border: 0;
}

.Select--multi span.Select-clear-zone {
  display: none;
}

.cart-page__table .aws_wrapper,
.shortlist_main_row .aws_wrapper {
  width: 48px !important;
  height: 48px !important;
}

.table-responsive.order-overview__table-wrapper {
  padding: 0;
  height: calc(100vh - 215px);
  position: relative;
  overflow: auto;
  z-index: 1;
}

.card.order-overview__card {
  background: #0000 !important;
}

.select_address_override,
.select_override {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 97%;
  line-height: 20px;
}

.select_override {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='8px'%20viewBox='0%200%2012%208'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='Triangle'%20stroke='%23000000'%20fill='%23000000'%20transform='translate(6.000000,%204.500000)%20scale(1,%20-1)%20translate(-6.000000,%20-4.500000)%20'%20points='6%201%2011%208%201%208'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 8px;
}

.select_address_override {
  background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.5%206.00488L8.5%2010.0049L12.5%206.00488'%20stroke='%23ADADAD'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: 21px;
}

.form-control:focus {
  border-color: var(--primary-color) !important;
}

.buyer_seller_override {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.95312%206.33325L3.95312%207.33325L8%2011.3801L12.0469%207.33325L11.0469%206.33325L8%209.38013L4.95312%206.33325Z'%20fill='%23FF679A'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;

  background-size: 16px;
  background-position-x: 90%;
  height: 30px !important;
}

.buyer_seller_override:focus {
  border: 1px solid #e0e0e0 !important;
}

.custom__checkbox > .checkbox_checked {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  border-radius: 2px;
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__day--selected:hover {
  color: #fff !important;
}

._toast {
  /* background: var(--primary-color); */
  background: #479570;
  color: white;
  border-radius: 4px;
  padding: 10px 15px;

  &::before {
    content: attr(data-before) ' ';
    font-weight: 500;
    line-height: 14px;
    font-size: 14px;
  }

  &::after {
    content: attr(data-after);
    color: #fafafa;
    font-weight: 400;
    font-size: 12px;
  }
}

.bank-upload-link {
  max-width: 25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.refer-modal-wrapper {
  margin-bottom: 0;
  width: 100%;
}

.refer-modal-wrapper .popup_content {
  padding: 0 25px;
}

.align_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.showroom-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(#313131 100%, #141414 100%);
  padding: 2px 4px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.showroom-badge img {
  width: 16px;
  height: 16px;
}

.showroom-badge p {
  color: #ffffff;
  font-size: 12px;
}/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Site Styles
================================================== */

.slick-arrow {
  box-shadow: none;
}

/* ### general ### */
#get-started {
  font-family: Hind, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #5a5a5a;
}

#get-started input,
#get-started select,
#get-started textarea {
  font-family: sans-serif;
  font-size: 12px;
  color: #000;
}

#get-started img {
  border: 0;
  display: block;
  max-width: 100%;
}

#get-started a {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

#get-started ul,
#get-started li {
  list-style: none;
}

:focus {
  outline: none;
}

#get-started h1,
#get-started h2,
#get-started h3,
#get-started h4,
#get-started h5 {
  font-family: Hind, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

#get-started h1 {
  font-size: 36px;
}

#get-started h2 {
  font-size: 24px;
}

#get-started h3 {
  font-size: 20px;
}

#get-started h4 {
  font-size: 18px;
}

#get-started h5 {
  font-size: 16px;
}

#get-started p {
  margin-bottom: 20px;
}

/* ### global classes ### */
.clear {
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.center {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

.centered {
  padding-right: calc((100% - 1200px) / 2);
  padding-left: calc((100% - 1200px) / 2);
}

.button {
  font-size: 18px;
  color: #181012;
  height: 65px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  text-decoration: none;
  background: var(--secondary-color);
}

.button-white {
  background: #ffffff;
  border: 1px solid white;
}

.button:hover {
  background: #e7d3a8;
  color: #181012;
}

.overflow {
  overflow: hidden;
}

.button-white:hover {
  color: var(--primary-color);
  background: white;
  border: 1px solid white;
}

a > .see_more {
  max-width: 800px;
  margin: 20px auto 0;
  color: #161616;
  font-weight: 500;
  font-size: 16px;
}

/* ### wrapper ### */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

/* ### main container ### */
#mainCntr {
  width: 100%;
}

/* ### header container ### */
#headerCntr {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 117px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#headerCntr .menuBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#headerCntr .menuBox li {
  padding: 0 0 0 50px;
}

#headerCntr .menuBox li a {
  color: #fff;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

#headerCntr .menuBox li a:hover {
  color: var(--secondary-color);
}

#headerCntr .mobileMenu {
  display: none;
  cursor: pointer;
  z-index: 15;
  float: left;
  width: 45px;
  height: 40px;
  position: relative;
  transition: 0.2s;
  overflow: hidden;
  margin-right: -5px;
}

#headerCntr .mobileMenu span {
  display: block;
  height: 2px;
  text-indent: -9999px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20%;
  left: 20%;
  transition: 0.2s;
}

#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after {
  display: block;
  width: calc(100% + 5px);
  height: 2px;
  content: '';
  border-radius: 5px;
  background-color: #fff;
  transition-duration: 0.2s, 0.2s;
  position: absolute;
  left: -5px;
}

#headerCntr .menuBox ul {
  margin-bottom: 0;
}

#headerCntr .mobileMenu span:before {
  top: -9px;
}

#headerCntr .mobileMenu span:after {
  bottom: -9px;
}

#headerCntr .mobileMenu.is-active span {
  background: var(--primary-color);
}

#headerCntr .mobileMenu.is-active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#headerCntr .mobileMenu.is-active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

#headerCntr .mobilebox {
  padding: 100px 15px 20px;
  background: var(--primary-color);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  overflow-y: auto;
  display: block;
}

#headerCntr .mobilebox ul {
  margin-bottom: 40px;
  padding-inline-start: 0;
}

#headerCntr .mobilebox li {
  text-align: center;
}

#headerCntr .mobilebox li a {
  color: #fff;
  padding: 20px 0;
  display: block;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

#headerCntr .mobilebox li a:hover {
  text-decoration: underline;
}

#headerCntr .mobilebox .button {
  margin-bottom: 10px;
}

/* ### content container ### */
#contentCntr {
  width: 100%;
}

/* ### video box ### */

.videoBox {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.buyer-landing-hero-img {
  background-image: url('/assets/banner-DvNl1n35.jpg');
}

.videoBox .videoBox-icon {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAABEH1h2AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACrUExURUdwTP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y170RsAAAA4dFJOUwCI6RbwHPdJ8xCZw3AB7KPXBWqLCM/9gAyDrPwgJWYy5dUux1Y+y03flmF7dF2OsDdE2rSUnms51PbE1wAAAe9JREFUGBm1wYdW4lAUBdCTxk0IVUDA0EXAitjm/P+XDYgKhPuSPNdybxiM78tXcaPGWiNel7v/YGPYX/HUxJmhmHalQ8200kOuqFujid+PkKl65zKLe1eFWRAzz3UAE/GZz19C98BiPqBpsSgH5xwW10XaHW084tSGdm5wLPBpx/VwpENbMQ4eaG+Eb0GJ9vwIX975G0/Y8xL+RinCpydqKtfMcY9PPjVSrYTMNMHOnCoBgpiZbrC1pkqwNQqZoYytkCrBjvdKsxWAZ+oEe3OXRh7wQJ3gS1SnyRyoUyf4sZlQ1wcW1AkOemWqroAadYJjNysqOkCJOsGJdivhGRdIqBOkzBo8A9BAkNZuMM1DSJ0gZdbhmR4m1AlONLsJz1wCU+oEx8ZTKmrAK3WCg2Y/oWYBPFEn+DGeUlcHLqgTfHNo0gVm1An2xg0abQC4VAl2mk5Co7AKoE6VYOv5hRnW2FpSJUC7dcksj9hqhtQInl+YKelhp0zNssUcdXwaUBMyzxB7Zf5GHV+8kPZKAb590F4FBwva6uDIoEQ7pSGOXdDOBU7d0sYt0t5Z3C3OvbEoB5p7FvMB3TxkPl9gMlgwTxzArDqqMYv7WEWm6I1mrR5yDdfUXQ1QiFe5Zlo8ilBcb+m8rrj3su5v2vgT/wE/KENsppDs2gAAAABJRU5ErkJggg==')
    center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  left: 0;
}

.videoBox .caption {
  position: relative;
  z-index: 1;
  width: 500px;
  font-family: Hind, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  /* text-transform: uppercase; */
}

.videoBox .caption h2 {
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.videoBox .caption h1 {
  color: #fff;
  margin-bottom: 25px;
  /* text-transform: uppercase; */
  font-size: 36px;
  font-weight: 600;
}

.videoBox .caption .button {
  margin-right: 15px;
  border-radius: 3px;
}

.videoBox .caption .video_link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHBAMAAAAyiZrdAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMAp+SQQxAIB6ziTwAAAB1JREFUCNdjEGVgYChyYGAoL05gKC8XANEgPkgcAEl/BSGKrKxLAAAAAElFTkSuQmCC') right center
    no-repeat;
  padding-right: 12px;
}

.videoBox .caption .video_link:hover {
  opacity: 0.6;
}

/* ### work box ### */
.workBox {
  /* background: var(--primary-color); */
  background-color: white;
  padding-top: 65px;
  padding-bottom: 110px;
  text-align: center;
  color: #161616;
  font-family: Hind, sans-serif;
}

.workBox .content {
  color: #2c2c2c;
  font-family: Hind, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.workBox h2 {
  margin-bottom: 65px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.workBox .work-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px;
}

.workBox .work-list li {
  width: 20%;
  padding: 0 35px;
  position: relative;
}

.workBox .work-list li:after {
  content: '';
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -18px;
  top: 42px;
}

.workBox .work-list li:last-child:after {
  display: none;
}

.workBox .work-list li .icon {
  height: 85px;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.workBox .work-list li .content {
  font-size: 13px;
  line-height: 1.8;
}

/* ### inspired box ### */
.inspiredBox {
  padding-top: 75px;
}

.inspiredBox h2 {
  color: #161616;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  font-family: Hind, sans-serif;
  margin-bottom: 40px;
}

.inspiredBox .inspiredarea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.inspiredBox .inspired-list {
  max-width: 475px;
}

.inspiredBox .inspired-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 40px;
  color: #161616;
  font-size: 14px;
  font-weight: normal;
  font-family: Hind, sans-serif;
}

.inspiredBox .inspired-list li:before {
  width: 16px;
  height: 16px;
  content: '';
  background: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%20284%20284'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M123.65%2098.1092L125.15%2077.0292L96.3299%207.44922C90.3568%209.46671%2084.5268%2011.8855%2078.8799%2014.6892L107.69%2084.2492L123.65%2098.1092Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M159.81%20185.399L158.31%20206.479L187.14%20276.059C193.111%20274.034%20198.941%20271.612%20204.59%20268.809L175.77%20199.239L159.81%20185.399Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M185.38%20123.69L206.46%20125.19L276.04%2096.3699C274.015%2090.3982%20271.593%2084.5685%20268.79%2078.9199L199.22%20107.69L185.38%20123.69Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M98.0897%20159.829L77.0097%20158.329L7.42969%20187.159C9.45043%20193.132%2011.8726%20198.962%2014.6797%20204.609L84.2397%20175.789L98.0897%20159.829Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M98.0897%20123.689L84.2397%20107.689L14.6797%2078.8994C11.8726%2084.5461%209.45043%2090.3761%207.42969%2096.3494L77.0097%20125.169L98.0897%20123.689Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M185.38%20159.829L199.22%20175.829L268.79%20204.649C271.593%20199.001%20274.015%20193.171%20276.04%20187.199L206.49%20158.329L185.38%20159.829Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M159.81%2098.1095L175.81%2084.2595L204.59%2014.6895C198.943%2011.8824%20193.113%209.4602%20187.14%207.43945L158.31%2077.0194L159.81%2098.1095Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M123.65%20185.399L107.65%20199.239L78.8799%20268.809C84.5285%20271.612%2090.3581%20274.034%2096.3299%20276.059L125.15%20206.479L123.65%20185.399Z'%20fill='%2396B4DB'/%3e%3cpath%20d='M227.77%20140.42L167.77%20130.95L203.49%2081.86L225.22%2084.96L241.92%2041.53L198.49%2058.24L201.6%2079.97L152.49%20115.69L143.03%2055.69L160.59%2042.52L141.69%200L122.8%2042.52L140.4%2055.69L130.93%20115.69L81.84%2079.97L84.94%2058.24L41.49%2041.53L58.2%2084.96L79.93%2081.86L115.64%20130.95L55.64%20140.42L42.49%20122.86L0%20141.75L42.49%20160.69L55.69%20143.09L115.69%20152.55L79.95%20201.69L58.22%20198.58L41.49%20241.97L84.92%20225.27L81.82%20203.54L130.91%20167.83L140.38%20227.83L122.82%20241.01L141.71%20283.53L160.61%20241.01L143.07%20227.79L152.53%20167.79L201.63%20203.5L198.49%20225.27L241.92%20241.97L225.22%20198.54L203.49%20201.69L167.78%20152.59L227.78%20143.13L240.95%20160.69L283.49%20141.75L240.97%20122.86L227.77%20140.42ZM155.91%20147.62L147.6%20155.93H135.86L127.56%20147.62V135.88L135.86%20127.58H147.6L155.91%20135.88V147.62Z'%20fill='%232D3C5C'/%3e%3c/svg%3e")
    center no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
}

.dark-bg {
  background-color: #fafafa;
}

/* ### TESTIMONIAL */
.testimonial-wrapper {
  background-color: #f8f8fb;
  font-family: Hind, sans-serif;
  margin: 0 auto;
  text-align: center;
}

.testi_header {
  font-family: Hind, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 29px;
  color: #161616;
  padding: 70px 0 40px;
  text-align: center;
}

.testimony_box {
  width: 70%;
  margin: 0 auto;
}

.testimonial_card {
  width: 70%;
  padding: 55px 20px 20px;
  position: relative;
  top: -45px;
  min-height: 370px;
}

.buyer-description {
  margin-left: 200px;
}

@media (max-width: 700px) {
  .testimonial_card {
    top: -30px;
    padding-top: 35px;
  }

  .testi_header {
    font-family: Hind, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #161616;
    padding: 70px 0 40px;
    text-align: center;
  }
}

.testimonial_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #161616;
}

.testimonial_company {
  color: #757575;
  line-height: 35px;
  font-size: 14px;
  font-weight: normal;
}

.testimonial_testimony {
  margin-top: 15px;
  font-family: Hind, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.image_wrap {
  width: 100%;
  position: relative;
  border: 1px solid red;
  top: -30px;
  z-index: 200;
}

.testimonial_image_wrap {
  width: 85px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.testimonial_image_wrap .testimonial__image {
  border: white solid 4px;
  border-radius: 50%;
  background-color: #ffffff;
}

.testimonial-wrapper .slick-arrow {
  width: 60px;
  height: 60px;
  /* box-shadow: 0 2px 30px rgba(13, 13, 59, 0.1); */
  border: 0;
  z-index: 3;
  border-radius: 3px;
}

.testimonial-wrapper .slick-arrow:hover,
.testimonial-wrapper .slick-arrow:focus {
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 30px rgba(13, 13, 59, 0.1);
  border: 0;
  z-index: 3;
  color: #fff;
  background: #ffffff
    url("data:image/svg+xml,%3csvg%20width='13'%20height='18'%20viewBox='0%200%2013%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-4.37114e-07%209L12.75%200.339744L12.75%2017.6603L-4.37114e-07%209Z'%20fill='%232D3C5C'/%3e%3c/svg%3e") no-repeat
    22px center;
  border-radius: 3px;
}

/* ### faq box ### */
.faq-single-item {
  /* background-color: rgba(26, 35, 126, 0.05); */
  background-color: white;
  /* background-color: rgba(26, 35, 126, 0.05); */
  max-width: 800px;
  padding: 15px 35px;
  margin: 0 auto 5px;
}

.faq-single-item p {
  font-family: Hind, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
}

.faq_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq_header_wrapper .faq_title {
  font-family: Hind, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.faq_content_wrapper {
  margin-top: 20px;
}

.faqBox {
  /* padding-top: 55px; */
  padding-bottom: 75px;
}

/* .faqBox h2 {
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
} */
.faq_header {
  font-family: Hind, sans-serif;
  font-size: 22px;
  margin-bottom: 40px;
  color: #161616;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding-top: 70px;
}

.faqBox .faq-list {
  max-width: 700px;
  margin: 0 auto;
  padding-inline-start: 0;
}

.faqBox .faq-list li {
  text-align: center;
}

.faqBox .faq-list li h2 {
  font-weight: 400;
  margin-bottom: 25px;
}

.faqBox .faq-list .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}

.country_drop_down .form-group {
  display: flex;
  align-items: center;
}

.slick-dots li.slick-active button:before {
  background: none;
}

.country_drop_down .form-group label {
  margin-right: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

.country_drop_down .form-group select {
  width: 35%;
  background-color: white;
  border-radius: 4px;
}

.faqBox .faq-list .slick-arrow.slick-prev {
  left: -150px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANBAMAAACX52mGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExUReLJkuLEiUdwTOLJkuHIkeHJkd/Hj9vCht/Hj+LJknLpun4AAAAKdFJOU5MaAD2jlyAVNHrk7RrPAAAAMElEQVQI12NQUlJrYFBSSjVgUFIMARICLgYMiixAosAFSExxgbHAYmBZiDqwDqBeAGpKCy/0eu0cAAAAAElFTkSuQmCC')
    center no-repeat;
}

.faqBox .faq-list .slick-arrow.slick-prev:hover {
  background: url("data:image/svg+xml,%3csvg%20width='13'%20height='18'%20viewBox='0%200%2013%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-4.37114e-07%209L12.75%200.339744L12.75%2017.6603L-4.37114e-07%209Z'%20fill='%232D3C5C'/%3e%3c/svg%3e")
    center no-repeat;
}

.faqBox .faq-list .slick-arrow.slick-next {
  right: -150px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANBAMAAACX52mGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExUReLJkuLEiUdwTOLJkuHIkeHJkd/Hj9vCht/Hj+LJknLpun4AAAAKdFJOU5MaAD2jlyAVNHrk7RrPAAAAMElEQVQI12NQUlJrYFBSSjVgUFIMARICLgYMiixAosAFSExxgbHAYmBZiDqwDqBeAGpKCy/0eu0cAAAAAElFTkSuQmCC')
    center no-repeat;
}

.faqBox .faq-list .slick-arrow.slick-next:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANBAMAAACX52mGAAAAFVBMVEUAAAAaIn0ZIn0aIn4aIn0aIoAZI37Q/SBpAAAABnRSTlMAYnCAeB4at1Y9AAAAKElEQVQI12MwYACCFBCRpgAiEkFEmgCISAQRaQEgFkwsCawOqgOsFwA3TglY1Go8TAAAAABJRU5ErkJggg==') center
    no-repeat;
}

/* ### footer container ### */
#footerCntr {
  width: 100%;
  background: var(--primary-color);
  padding-bottom: 55px;
}

.footer_content {
  padding-top: 115px;
  padding-bottom: 130px;
  text-align: center;
}

.footer_content h2 {
  color: var(--secondary-color);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
}

.footer_content p {
  font-family: Hind, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}

.footer_content .button {
  color: var(--primary-color);
}

.footer_content .button:hover {
  color: #fff;
}

.footer_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline-start: 0;
}

.footer_nav li {
  padding: 0 27px;
}

.footer_nav li a {
  color: #fff;
  font-size: 14px;
}

.footer_nav li a:hover {
  color: var(--secondary-color);
}

/*morph button */
.morph_btn {
  color: #ecf0f1;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 1em;
  position: relative;
}

.morph_btn span {
  position: absolute;
  transition: 0.3s;
  background: var(--primary-color);
  border-radius: 2px;
}

.morph_btn span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.morph_btn span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.faq_expanded span:first-of-type,
.faq_expanded span:last-of-type {
  transform: rotate(90deg);
}

.faq_expanded span:last-of-type {
  left: 50%;
  right: 50%;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1279px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
    font-weight: 500;
  }

  .centered {
    padding-left: 15px;
    padding-right: 15px;
  }

  .buyer-landing-hero-img {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 20px;
    padding: 0 22px;
    height: 70px;
  }

  .videoBox .caption {
    width: 440px;
  }

  .workBox {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .workBox .work-list {
    margin: 0 -10px;
  }

  .workBox .work-list li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 19px;
  }

  .videoBox .caption {
    width: 330px;
  }

  .faqBox .faq-list {
    max-width: 600px;
  }

  .faqBox .faq-list .slick-arrow.slick-prev {
    left: -60px;
  }

  .faqBox .faq-list .slick-arrow.slick-next {
    right: -60px;
  }

  .inspiredBox {
    padding-top: 60px;
  }

  .inspiredBox .inspiredarea {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .inspiredBox .inspired-list {
    max-width: 100%;
  }

  .inspiredBox .inspired-list li {
    margin-bottom: 30px;
  }

  .faqBox h2 {
    margin-bottom: 40px;
  }

  .faqBox {
    padding-bottom: 55px;
  }

  .footer_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_content p {
    font-size: 19px;
  }

  .button {
    font-size: 18px;
    height: 65px;
    max-width: 480px;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .videoBox .caption .button {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .videoBox .caption .video_link {
    margin-top: 0;
  }

  #footerCntr {
    padding-bottom: 40px;
  }

  #headerCntr {
    height: 85px;
  }

  #headerCntr .get-started-logo {
    max-width: 135px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .workBox .work-list li .content {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #161616;
  }

  #headerCntr .menuBox {
    display: none;
  }

  #headerCntr .mobileMenu {
    display: block;
  }

  #headerCntr .get-started-logo {
    position: relative;
    z-index: 10;
  }

  .footer_nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_nav li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #footerCntr {
    padding-bottom: 30px;
  }

  .testimonial_card {
    width: 90%;
  }

  .testimony_box {
    width: 95%;
  }

  .workBox {
    padding: 120px 45px 10px;
  }

  .workBox h2 {
    margin-bottom: 40px;
  }

  .workBox .work-list li:after {
    display: none;
  }

  .workBox .work-list {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-inline-start: 0;
  }

  .testi_header {
    padding: 90px 0 40px;
  }

  .workBox .work-list li {
    width: 100%;
    margin-bottom: 60px;
  }

  .inspiredBox {
    padding-left: 15px;
    padding-right: 35px;
  }

  .faqBox {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-single-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faqBox li p {
    text-align: left;
  }

  .videoBox .caption .video_link {
    display: none;
  }

  .videoBox .caption h2 {
    font-size: 14px;
  }

  .videoBox .caption h1 {
    font-size: 21px;
  }

  .videoBox .caption {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .videoBox {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 573px;
  }

  .button {
    max-width: 100%;
  }

  .slick-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-dots li {
    padding: 0 6px;
  }

  .slick-dots li button {
    cursor: pointer;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: var(--secondary-color);
    border-radius: 100%;
    border: 0;
  }

  .testimonial_content_wrap {
    padding: 0 10px;
  }

  .slick-dots li button:hover,
  .slick-dots li.slick-active button {
    background: var(--primary-color);
  }

  .country_drop_down .form-group select {
    width: 65%;
    background-color: white;
    border-radius: 4px;
  }

  .buyer-landing-hero-img .foreground {
    background: rgba(22, 22, 22, 0.6);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 200px 10px 0;
  }

  .inspiredBox h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #161616;
  }
}

/* @media only screen and (max-width: 479px) {
} */
