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

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

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

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

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

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

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

.body {
  font-family: Gotham, sans-serif;
  font-size: 61.5%;
}

.loginwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e6e6;
}

.alertblk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: transparent;
}

.loginlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #ff3400;
}

.loginin {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.loginform-label {
  margin-top: 0px;
  margin-bottom: 7px;
  border-color: #ff3400;
  border-radius: 6px;
  background-color: transparent;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.loginform-label.w {
  color: #fff;
}

.e {
  height: 50px;
}

.loginform-input {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #979797;
  background-color: #fff;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.loginform-input.bb10 {
  margin-bottom: 10px;
}

.loginform-submit {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.loginform-label-cb {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 11px;
  color: #ff3400;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.loginform-con-cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginform-link1 {
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.loginform-cb {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  border-color: #ff3400;
  border-radius: 6px;
  background-color: #fff;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.loginform-link2 {
  display: inline-block;
  margin-bottom: 40px;
  color: #ff3400;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.alert-p-blue {
  padding: 10px;
  border-radius: 6px;
  background-color: #d1ebff;
  color: #00324a;
  font-size: 1rem;
  line-height: 1.1rem;
}

.alert-p-green {
  padding: 10px;
  border-radius: 6px;
  background-color: #c4ffc9;
  color: #006717;
  font-size: 1rem;
  line-height: 1.1rem;
}

.passwordhelper-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.passwordhelper-link1 {
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3400;
  border-radius: 20px;
  color: #ff3400;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.passwordhelper-link1.p-b {
  margin-bottom: 10px;
}

.passwordhelper-link2 {
  padding: 6px;
  border-style: none;
  border-width: 0px;
  border-color: #ff3400;
  border-radius: 20px;
  color: #ff3400;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.alertwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e6e6;
}

.alertblksub1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alertblksub2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert-txt1 {
  margin-bottom: 23px;
  color: #220700;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.alertblksub3 {
  display: block;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #220700;
}

.alert-txt2 {
  margin-bottom: 20px;
  color: #e7e6e6;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.cta-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.alert-link1 {
  color: #fff;
  font-weight: 500;
}

.db-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.db-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff3400;
}

.sidebar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #220700;
}

.sidebar-indik {
  width: 4px;
  height: 20px;
  margin-right: 10px;
  background-color: #ff3400;
}

.sidebar-indik.on {
  background-color: #220700;
}

.sidebar-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-link.on {
  color: #220700;
  font-weight: 500;
}

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

.db-r-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(34, 7, 0, 0.12);
}

.db-r-b {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-logout {
  width: 30px;
}

.user-link {
  margin-right: 15px;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  margin-bottom: 40px;
}

.db-r-t-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.db-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff3400;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.db-r-t-r2 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-header {
  margin-bottom: 10px;
  color: rgba(34, 7, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
}

.col-header.a-c {
  text-align: center;
}

.col-header.a-r {
  text-align: right;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(34, 7, 0, 0.05);
}

.columns {
  border-radius: 6px;
  background-color: rgba(34, 7, 0, 0.05);
}

.table-text1 {
  color: #a49996;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.table-text1.a-r {
  text-align: right;
}

.col-attachement-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.row-ico1 {
  width: 20px;
  margin-right: 4px;
}

.row-ico1.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-block {
  margin-left: 5px;
  color: #a49996;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.table-text2 {
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.table-text2.p-l {
  margin-left: 10px;
}

.table-text3 {
  color: #ff3400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.table-text3.a-r {
  text-align: right;
}

.col-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-ico.c-r {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col-ico.a-r {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-ico2 {
  width: 23px;
  margin-right: 0px;
}

.row-ico2.p-l {
  width: 25px;
  margin-left: 20px;
}

.depotform {
  padding: 20px 400px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3400;
  border-radius: 6px;
}

.formblock {
  margin-top: 40px;
}

.loginform-input2 {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(57, 57, 57, 0.2);
  border-radius: 6px;
  background-color: #fff;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.loginform-input2.bb10 {
  margin-bottom: 10px;
}

.loginform-input2.euro {
  background-image: url('../images/icon-euro-grey.svg');
  background-position: 98% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.loginform-input2.date {
  background-image: url('../images/icon-calendar-orange.svg');
  background-position: 98% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.loginform-input2.textarea {
  height: 150px;
}

.form-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #220700;
  border-radius: 6px;
  background-color: #efefef;
  text-decoration: none;
}

.form-upload.o {
  border-color: #fff;
  background-color: #ff3400;
  color: #fefafa;
}

.form-upload-ico {
  width: 45px;
  margin-bottom: 20px;
}

.form-upload-txt1 {
  margin-bottom: 0px;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.form-upload-txt1.w {
  color: #fefafa;
}

.form-upload-txt2 {
  margin-bottom: 0px;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.form-upload-txt2.w {
  color: #fefafa;
}

.alert-p-red {
  padding: 10px;
  border-radius: 6px;
  background-color: #ffeded;
  color: #c80000;
  font-size: 1rem;
  line-height: 1.1rem;
}

.loginform-submit2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.form-submitcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginform-submit2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ff3400;
  border-radius: 100px;
  background-color: #fff;
  color: #ff3400;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.loginform-submit2b.p-l {
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.form-attachement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ffeded;
}

.form-attachement-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-attachement-txt1 {
  margin-left: 5px;
  color: #ff3400;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.form-upload-txt3 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #220700;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: underline;
}

.form-upload-txt3.w {
  color: #fefafa;
}

.alert-link-blue {
  color: #00324a;
  font-weight: 500;
}

.row-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.05);
}

.row-0.zebra1 {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
  background-color: #fefafa;
}

.row-0.zebra1.last {
  border-bottom-style: none;
}

.row-0.zebra0 {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
  background-color: #fff;
}

.row-0.zebra0.last {
  border-bottom-style: none;
}

.table-text4 {
  margin-bottom: 0px;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.table-text4.a-c {
  text-align: center;
}

.table-text4.a-r {
  text-align: right;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-cycle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-0b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.05);
}

.row-0b.zebra1 {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
  background-color: #fefafa;
}

.row-0b.zebra0 {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
  background-color: #fff;
}

.row-separator {
  height: 20px;
}

.table-text3s {
  color: #ff3400;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

.table-text3s.a-r {
  text-align: right;
}

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

.link-archives1 {
  padding-left: 27px;
  background-image: url('../images/icon-archive-black.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #220700;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

.form-select1 {
  width: 190px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.formblock-filter {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

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

.edit-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.edit-l {
  width: 70%;
  padding: 30px;
  border-radius: 6px;
  background-color: #f4f2f2;
}

.form-cb-label {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-color: #ff3400;
  border-radius: 6px;
  background-color: transparent;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.form-cb-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-cb {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  border-color: rgba(57, 57, 57, 0.2);
  border-radius: 4px;
  background-color: #fff;
}

.form-cb.w--redirected-checked {
  border-color: rgba(57, 57, 57, 0.2);
  background-color: #fff;
  background-image: url('../images/check-orange.svg');
  background-size: 15px;
}

.form-submit-a {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.form-submit-a.p-b {
  margin-bottom: 20px;
}

.form-submit-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ff3400;
  border-radius: 100px;
  background-color: #fff;
  color: #ff3400;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.form-submit-b.p-b {
  margin-bottom: 10px;
}

.label-double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 7, 0, 0.93);
}

.modalin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 600px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #fff;
}

.modalclosein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-closebut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff3400;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-contentblk {
  overflow: scroll;
  padding: 0px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-txt1 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.confirm-txt1 {
  margin-bottom: 40px;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.but-con-align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choice-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.choice-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(34, 7, 0, 0.1);
}

.choice-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.orange-medium {
  color: #ff3400;
  font-weight: 500;
}

.oval {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-left: 5px;
  border-radius: 100px;
}

.oval.green {
  background-color: #00c80e;
}

.oval.red {
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: #c80000;
}

.withoval {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3400;
  border-radius: 100px;
  background-color: #fff;
  color: #ff3400;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.row-alpha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
}

.table-text5 {
  margin-bottom: 0px;
  color: #220700;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.table-text5.a-c {
  text-align: center;
}

.table-text5.a-r {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: right;
}

.table-text5.a-r.red {
  color: #c80000;
}

.table-text5.a-r.green {
  color: #00c80e;
}

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

.sb-separator {
  height: 20px;
}

.alert-p-brown {
  padding: 0px;
  border-radius: 6px;
  background-color: transparent;
  color: #220700;
  font-size: 1rem;
  line-height: 1.1rem;
}

.alert-p-brown.p-t {
  margin-top: 40px;
}

.alert-link-brown {
  color: #220700;
  font-weight: 500;
}

.row-ico3 {
  width: 25px;
  margin-right: 0px;
}

.row-ico3.p-l {
  width: 31px;
  margin-left: 20px;
}

.col-objtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-obj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-bottom: 25px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(34, 7, 0, 0.05);
}

.oval-obj {
  width: 16px;
  height: 16px;
  margin: 3px 20px 2px 5px;
  border-radius: 100px;
}

.oval-obj.green {
  background-color: #00c80e;
}

.oval-obj.red {
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: #c80000;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-obj-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-select2 {
  width: 190px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #fff;
}

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

.modalin2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #fff;
}

.modal-contentblk2 {
  overflow: hidden;
  padding: 0px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-logo {
  width: 120px;
}

.sb-logo {
  width: 119px;
  padding-top: 20px;
  padding-left: 0px;
}

.sidebar-mobile-button {
  display: none;
}

.tabulation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabulation-link {
  margin-left: 15px;
  color: #220700;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.tabulation-link.v1 {
  text-decoration: none;
}

.tabulation-link.v2 {
  color: #ff3400;
  text-decoration: none;
}

.row-header-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(34, 7, 0, 0.05);
}

.col-header-client {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-header-client.id {
  width: 80px;
}

.col-header-client.rs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-header-client.stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-header-client.tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 151px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-header-client {
  margin-bottom: 0px;
  color: rgba(34, 7, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
}

.text-header-client.a-c {
  text-align: center;
}

.text-header-client.a-r {
  text-align: right;
}

.row-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.row-client.zebra0 {
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
  background-color: #fff;
}

.row-client.zebra1 {
  border-bottom: 1px solid rgba(34, 7, 0, 0.14);
  background-color: snow;
}

.client-text1 {
  color: #a49996;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.client-text1.a-r {
  text-align: right;
}

.sa-blk-o {
  padding: 20px;
  background-color: #ff3400;
}

.home2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home2col-l {
  width: 70%;
}

.home2col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-txt1 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #ff3400;
  font-size: 1.2rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.home-txt2 {
  margin-bottom: 0px;
  color: #220700;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.home-link1 {
  padding-left: 24px;
  background-image: url('../images/email-icon.svg');
  background-position: 0% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  color: #220700;
  font-size: 1rem;
  line-height: 1.2rem;
}

.form-separator2 {
  height: 1px;
  margin-bottom: 20px;
  background-color: #cacaca;
}

.div-block-5 {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border-style: none;
  border-width: 1px;
  border-color: #220700;
  border-radius: 6px;
  background-color: rgba(164, 153, 150, 0.17);
}

.resultlink {
  color: #220700;
  text-decoration: none;
}

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

.year-label {
  margin-right: 10px;
  color: #220700;
  font-size: 1rem;
}

.cta-2year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #ff3400;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
}

.div-block-6 {
  width: 200px;
  height: 50px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alertblk2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: transparent;
}

.alertblk2-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.alertwrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e6e6;
}

.welc-t1 {
  margin-bottom: 10px;
  color: #ff3400;
  font-size: 2.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  text-align: center;
}

.welc-t2 {
  margin-bottom: 26px;
  color: #ff3400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-align: center;
}

._1 {
  color: #ff3400;
  font-size: 1.3rem;
  font-weight: 500;
}

.welc-t3 {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 1rem;
  text-align: left;
}

.welc-t4 {
  font-size: 3rem;
  line-height: 3.2rem;
}

.welc-ment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welc-ment-link {
  color: #220700;
}

.chart-t1 {
  margin-bottom: 23px;
  color: #220700;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
}

.chart-t2 {
  color: #ff3400;
}

@media screen and (max-width: 991px) {
  .db-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .db-l {
    width: 100%;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .db-r-t {
    height: 50px;
    padding-right: 10px;
  }

  .db-r-b {
    padding-top: 20px;
  }

  .icon-logout {
    width: 24px;
  }

  .user-link {
    margin-right: 5px;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .logo {
    height: auto;
    margin-bottom: 0px;
  }

  .db-h1 {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .col-header {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .table-text2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .depotform {
    padding-right: 20px;
  }

  .form-submit-b {
    border-width: 1px;
  }

  .form-submit-b.p-b {
    margin-bottom: 10px;
  }

  .choice-con {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .choice-l {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .choice-r {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sb-logo {
    width: 39px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .sidebar-menu {
    display: none;
  }

  .sidebar-mobile-button {
    display: block;
  }

  .tabulation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabulation-link {
    margin-left: 15px;
    color: #220700;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .tabulation-link.v1 {
    text-decoration: none;
  }

  .tabulation-link.v2 {
    color: #ff3400;
    font-weight: 500;
    text-decoration: none;
  }

  .row-header-client {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-header-client {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .form-separator {
    height: 1px;
    margin-bottom: 20px;
    background-color: rgba(34, 7, 0, 0.12);
  }

  .client-text1 {
    margin-bottom: 20px;
    color: #220700;
  }

  .form-separator2 {
    height: 1px;
    margin-bottom: 20px;
    background-color: rgba(34, 7, 0, 0.12);
  }
}

@media screen and (max-width: 479px) {
  .loginwrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .alertwrapper {
    padding: 0px 20px;
  }

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

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

  .login-logo {
    width: 50px;
  }

  .alertwrapper2 {
    padding: 0px 20px;
  }

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

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}