.alf-button {
  padding: 0 20px;
  border: 0;
  border-radius: 23px;
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  font-weight: bold;
  outline: 0;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
  user-select: none;
}

a.alf-button.lg {
  padding: 10px 20px 0;
  height: 46px;
}

a.alf-button.md {
  padding: 8px 20px 0;
  height: 40px;
}

a.alf-button.sm {
  padding: 6px 20px 0;
  height: 36px;
}

a.alf-button.xs {
  padding: 4px 20px 0;
  height: 32px;
}

.alf-button.lg {
  height: 46px;
}

.alf-button.md {
  height: 40px;
}

.alf-button.sm {
  height: 36px;
}

.alf-button.xs {
  height: 32px;
}

.alf-button > span {
  display: inline-block;
  pointer-events: none;
}
.alf-button > i {
  margin-right: 8px;
}
.alf-button.fullwidth {
  width: 100% !important;
}

.alf-button.default {
  background-color: #fff;
  color: #6648dc;
  border: 3px solid #6648dc;
}
.alf-button.default:hover,
.alf-button.default:focus {
  background: #483499;
  border: 3px solid #483499;
  color: #fff;
  text-decoration: underline;
  outline: 0;
}
.alf-button.default:active {
  background-color: #e8e8e8;
  color: #483499;
}

.alf-button.primary {
  background-color: #6648dc;
  color: #fff;
  border: 3px solid #6648dc;
}
.alf-button.primary:hover,
.alf-button.primary:focus {
  background: #483499;
  color: #fff;
  border: 3px solid #483499;
  text-decoration: none;
  outline: 0;
}

.alf-button.primary:active {
  background-color: #483499;
  color: #fff;
}
.alf-button.primary:hover > .alf-icon {
  fill: #fff !important;
}
.alf-button.primary:hover > .alf-spinner {
  fill: #fff !important;
}
.alf-button.secondary {
  background-color: #2b1a6c;
  color: #e8e4fa;
}
.alf-button.secondary.white-border {
  border: 2px solid white;
}
.alf-button.secondary:hover,
.alf-button.secondary:focus {
  color: #483499;
  background: #e8e4fa;
  outline: 0;
  border: 1px solid #483499;
}
.alf-button.secondary:active {
  background-color: #c6dad9;
  color: #483499;
}
.alf-button.secondary:hover > .alf-icon {
  fill: #fff !important;
}
.alf-button.secondary:hover > .alf-spinner {
  fill: #fff !important;
}
.alf-button-icon {
  background-color: #483499;
  color: #fff;
  padding: 0px;
  display: flex;
  background-color: transparent;
  border-radius: 50%;
  border: 0;
}
.alf-button-icon:hover {
  cursor: pointer;
}
.alf-button-icon:focus {
  cursor: pointer;
  background: #fff;
  color: #483499;
  box-shadow: 0px 0px 6px 1px #483499;
  outline: none;
}
.alf-button-icon:disabled {
  box-shadow: none;
  cursor: not-allowed;
}
.alf-button-icon:active {
  color: #483499;
  background-color: #fafafa;
}

.alf-button[disabled]:not(.loading) {
  background: #dbdbdb;
  cursor: not-allowed;
  color: #333;
  text-shadow: none;
  box-shadow: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .alf-button {
    font-size: 16px;
    font-size: min(16rem, calc(16px * 1.5));
  }
}

.alf-spinner {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.alf-spinner.default,
.alf-spinner.primary,
.alf-spinner.secondary {
  fill: #fff;
}

.alf-card {
  min-width: 175px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  overflow: hidden;
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.alf-card:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 550px) {
  .alf-card {
    padding: 24px 48px;
  }
}

.alf-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.alf-icon:focus {
  outline: none;
}
.alf-icon.button {
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
}

.alf-icon.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent;
}

.alf-typography {
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: 'Mulish';
  word-break: break-word;
}
.alf-typography.word-nowrap {
  word-break: unset;
}
.alf-typography:focus {
  outline: none;
}
.alf-typography.with-tab:focus {
  outline: none;
  text-decoration: underline;
}
.alf-typography.welcome {
  text-align: center;
  color: #483499;
  font-size: 48px;
  font-size: min(48rem, calc(48px * 1.5));
  font-weight: 800;
  line-height: 20px;
}

.alf-typography.heading1 {
  color: #6648dc;
  font-size: 54px;
  font-size: min(54rem, calc(54px * 1.5));
  font-weight: 600;
  line-height: 1.23;
}

.alf-typography.heading2 {
  color: #6647dc;
  font-family: 'MulishBold';
  font-size: 36px;
  font-size: min(36rem, calc(36px * 1.5));
  font-weight: 900;
  line-height: 1.35;
}

.alf-typography.heading3 {
  color: #483499;
  font-family: 'MulishBold';
  font-size: 24px;
  font-size: min(24.5rem, calc(24px * 1.5));
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 8px;
}
.alf-typography.menuOption {
  color: white;
  font-size: 24px;
  font-size: min(24rem, calc(24px * 1.5));
  font-weight: 600;
  line-height: 1.35;
  margin: 'auto 0px';
}
.alf-typography.menuTitle {
  color: white;
  font-size: 38px;
  font-size: min(38rem, calc(38px * 1.5));
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 74px;
}
.alf-typography.subtitle {
  color: #5b564d;
  font-size: 36px;
  font-size: min(36rem, calc(36px * 1.5));
}
.alf-typography.subtitle2 {
  color: #6647dc;
  font-weight: 800;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
}
.alf-typography.subtitle3 {
  color: #333333;
  font-weight: 600;
  font-size: 38px;
  font-size: min(38rem, calc(38px * 1.5));
}
.alf-typography.paragraph {
  color: #333333;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  line-height: 20px;
  font-weight: 500;
}
.alf-typography.error {
  color: #dc2a2a;
  font-size: 14px;
  font-size: min(14rem, calc(14px * 1.5));
}
.alf-typography.caption1 {
  color: #5b564d;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
}
.alf-typography.caption2 {
  color: #000000;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
}
.alf-typography.caption3 {
  color: #6648dc;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  font-weight: 600;
}
.alf-typography.caption4 {
  color: #6647dc;
  font-size: 19px;
  font-size: min(19rem, calc(19px * 1.5));
  font-weight: 600;
}
.alf-typography.caption5 {
  color: #6648dc;
  font-size: 14px;
  font-size: min(14rem, calc(14px * 1.5));
  font-style: italic;
}
.alf-typography.linkButton {
  color: #6647dc;
  font-size: 18px;
  font-size: min(18rem, calc(18px * 1.5));
  font-weight: 800;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

@media (max-width: 1370px) {
  .alf-typography.welcome {
    font-size: 52px;
    font-size: min(52rem, calc(52px * 1.5));
  }
}
@media (max-width: 768px) {
  .alf-typography.welcome {
    font-size: 45px;
    font-size: min(45rem, calc(45px * 1.5));
  }
}
@media (max-width: 425px) {
  .alf-typography.welcome {
    font-size: 36px;
    font-size: min(36rem, calc(36px * 1.5));
  }
  .alf-typography.subtitle {
    color: #5b564d;
    font-size: 18px;
    font-size: min(18rem, calc(18px * 1.5));
  }

  .alf-typography.menuOption {
    color: white;
    font-size: 18px;
    font-size: min(18rem, calc(18px * 1.5));
    font-weight: 600;
    line-height: 1.35;
    margin: 'auto 0px';
  }
  .alf-typography.menuTitle {
    color: white;
    font-size: 32px;
    font-size: min(32rem, calc(32px * 1.5));
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 64px;
  }
}

.alf-dropdown {
  position: relative;
  width: 260px;

  .dropdown-button {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #5b564d;
    cursor: pointer;
    font-family: 'Mulish';
    font-size: 15px;
    padding: 10px;
    text-align: left;
    width: 100%;

    .dropdown-span {
      float: right;
    }
  }

  .dropdown-button.open {
    border-color: #6647dc;
    border-bottom: 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .dropdown-button.selected {
    color: #000;
  }

  .dropdown-button.error {
    border-color: red;
  }

  .dropdown-menu {
    background: #fff;
    border: 1px solid #6647dc;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    left: 0;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    z-index: 10;

    .dropdown-option {
      cursor: pointer;
      padding: 5px 15px 5px 15px;
    }
    .dropdown-option:hover {
      background: #efebff !important;
      padding: 5px 15px 5px 15px;
    }
  }
}

.alf-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alf-row::before,
.alf-row::after {
  display: table;
  content: '';
}

.alf-row::after {
  clear: both;
}

.alf-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.alf-row-flex::before,
.alf-row-flex::after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.alf-row-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.alf-row-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alf-row-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alf-row-flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alf-row-flex-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.alf-row-flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alf-row-flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alf-row-flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alf-col {
  position: relative;
}

.alf-col-1,
.alf-col-xs-1,
.alf-col-sm-1,
.alf-col-md-1,
.alf-col-lg-1,
.alf-col-2,
.alf-col-xs-2,
.alf-col-sm-2,
.alf-col-md-2,
.alf-col-lg-2,
.alf-col-3,
.alf-col-xs-3,
.alf-col-sm-3,
.alf-col-md-3,
.alf-col-lg-3,
.alf-col-4,
.alf-col-xs-4,
.alf-col-sm-4,
.alf-col-md-4,
.alf-col-lg-4,
.alf-col-5,
.alf-col-xs-5,
.alf-col-sm-5,
.alf-col-md-5,
.alf-col-lg-5,
.alf-col-6,
.alf-col-xs-6,
.alf-col-sm-6,
.alf-col-md-6,
.alf-col-lg-6,
.alf-col-7,
.alf-col-xs-7,
.alf-col-sm-7,
.alf-col-md-7,
.alf-col-lg-7,
.alf-col-8,
.alf-col-xs-8,
.alf-col-sm-8,
.alf-col-md-8,
.alf-col-lg-8,
.alf-col-9,
.alf-col-xs-9,
.alf-col-sm-9,
.alf-col-md-9,
.alf-col-lg-9,
.alf-col-10,
.alf-col-xs-10,
.alf-col-sm-10,
.alf-col-md-10,
.alf-col-lg-10,
.alf-col-11,
.alf-col-xs-11,
.alf-col-sm-11,
.alf-col-md-11,
.alf-col-lg-11,
.alf-col-12,
.alf-col-xs-12,
.alf-col-sm-12,
.alf-col-md-12,
.alf-col-lg-12,
.alf-col-13,
.alf-col-xs-13,
.alf-col-sm-13,
.alf-col-md-13,
.alf-col-lg-13,
.alf-col-14,
.alf-col-xs-14,
.alf-col-sm-14,
.alf-col-md-14,
.alf-col-lg-14,
.alf-col-15,
.alf-col-xs-15,
.alf-col-sm-15,
.alf-col-md-15,
.alf-col-lg-15,
.alf-col-16,
.alf-col-xs-16,
.alf-col-sm-16,
.alf-col-md-16,
.alf-col-lg-16,
.alf-col-17,
.alf-col-xs-17,
.alf-col-sm-17,
.alf-col-md-17,
.alf-col-lg-17,
.alf-col-18,
.alf-col-xs-18,
.alf-col-sm-18,
.alf-col-md-18,
.alf-col-lg-18,
.alf-col-19,
.alf-col-xs-19,
.alf-col-sm-19,
.alf-col-md-19,
.alf-col-lg-19,
.alf-col-20,
.alf-col-xs-20,
.alf-col-sm-20,
.alf-col-md-20,
.alf-col-lg-20,
.alf-col-21,
.alf-col-xs-21,
.alf-col-sm-21,
.alf-col-md-21,
.alf-col-lg-21,
.alf-col-22,
.alf-col-xs-22,
.alf-col-sm-22,
.alf-col-md-22,
.alf-col-lg-22,
.alf-col-23,
.alf-col-xs-23,
.alf-col-sm-23,
.alf-col-md-23,
.alf-col-lg-23,
.alf-col-24,
.alf-col-xs-24,
.alf-col-sm-24,
.alf-col-md-24,
.alf-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.alf-col-1,
.alf-col-2,
.alf-col-3,
.alf-col-4,
.alf-col-5,
.alf-col-6,
.alf-col-7,
.alf-col-8,
.alf-col-9,
.alf-col-10,
.alf-col-11,
.alf-col-12,
.alf-col-13,
.alf-col-14,
.alf-col-15,
.alf-col-16,
.alf-col-17,
.alf-col-18,
.alf-col-19,
.alf-col-20,
.alf-col-21,
.alf-col-22,
.alf-col-23,
.alf-col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
}

.alf-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.alf-col-push-24 {
  left: 100%;
}

.alf-col-pull-24 {
  right: 100%;
}

.alf-col-offset-24 {
  margin-left: 100%;
}

.alf-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24;
}

.alf-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95.83333333%;
}

.alf-col-push-23 {
  left: 95.83333333%;
}

.alf-col-pull-23 {
  right: 95.83333333%;
}

.alf-col-offset-23 {
  margin-left: 95.83333333%;
}

.alf-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23;
}

.alf-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%;
}

.alf-col-push-22 {
  left: 91.66666667%;
}

.alf-col-pull-22 {
  right: 91.66666667%;
}

.alf-col-offset-22 {
  margin-left: 91.66666667%;
}

.alf-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22;
}

.alf-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%;
}

.alf-col-push-21 {
  left: 87.5%;
}

.alf-col-pull-21 {
  right: 87.5%;
}

.alf-col-offset-21 {
  margin-left: 87.5%;
}

.alf-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21;
}

.alf-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}

.alf-col-push-20 {
  left: 83.33333333%;
}

.alf-col-pull-20 {
  right: 83.33333333%;
}

.alf-col-offset-20 {
  margin-left: 83.33333333%;
}

.alf-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}

.alf-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666667%;
}

.alf-col-push-19 {
  left: 79.16666667%;
}

.alf-col-pull-19 {
  right: 79.16666667%;
}

.alf-col-offset-19 {
  margin-left: 79.16666667%;
}

.alf-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19;
}

.alf-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}

.alf-col-push-18 {
  left: 75%;
}

.alf-col-pull-18 {
  right: 75%;
}

.alf-col-offset-18 {
  margin-left: 75%;
}

.alf-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18;
}

.alf-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.83333333%;
}

.alf-col-push-17 {
  left: 70.83333333%;
}

.alf-col-pull-17 {
  right: 70.83333333%;
}

.alf-col-offset-17 {
  margin-left: 70.83333333%;
}

.alf-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17;
}

.alf-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}

.alf-col-push-16 {
  left: 66.66666667%;
}

.alf-col-pull-16 {
  right: 66.66666667%;
}

.alf-col-offset-16 {
  margin-left: 66.66666667%;
}

.alf-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16;
}

.alf-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%;
}

.alf-col-push-15 {
  left: 62.5%;
}

.alf-col-pull-15 {
  right: 62.5%;
}

.alf-col-offset-15 {
  margin-left: 62.5%;
}

.alf-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}

.alf-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%;
}

.alf-col-push-14 {
  left: 58.33333333%;
}

.alf-col-pull-14 {
  right: 58.33333333%;
}

.alf-col-offset-14 {
  margin-left: 58.33333333%;
}

.alf-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14;
}

.alf-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54.16666667%;
}

.alf-col-push-13 {
  left: 54.16666667%;
}

.alf-col-pull-13 {
  right: 54.16666667%;
}

.alf-col-offset-13 {
  margin-left: 54.16666667%;
}

.alf-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.alf-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.alf-col-push-12 {
  left: 50%;
}

.alf-col-pull-12 {
  right: 50%;
}

.alf-col-offset-12 {
  margin-left: 50%;
}

.alf-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.alf-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.83333333%;
}

.alf-col-push-11 {
  left: 45.83333333%;
}

.alf-col-pull-11 {
  right: 45.83333333%;
}

.alf-col-offset-11 {
  margin-left: 45.83333333%;
}

.alf-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.alf-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
}

.alf-col-push-10 {
  left: 41.66666667%;
}

.alf-col-pull-10 {
  right: 41.66666667%;
}

.alf-col-offset-10 {
  margin-left: 41.66666667%;
}

.alf-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.alf-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%;
}

.alf-col-push-9 {
  left: 37.5%;
}

.alf-col-pull-9 {
  right: 37.5%;
}

.alf-col-offset-9 {
  margin-left: 37.5%;
}

.alf-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.alf-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}

.alf-col-push-8 {
  left: 33.33333333%;
}

.alf-col-pull-8 {
  right: 33.33333333%;
}

.alf-col-offset-8 {
  margin-left: 33.33333333%;
}

.alf-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.alf-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.16666667%;
}

.alf-col-push-7 {
  left: 29.16666667%;
}

.alf-col-pull-7 {
  right: 29.16666667%;
}

.alf-col-offset-7 {
  margin-left: 29.16666667%;
}

.alf-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.alf-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}

.alf-col-push-6 {
  left: 25%;
}

.alf-col-pull-6 {
  right: 25%;
}

.alf-col-offset-6 {
  margin-left: 25%;
}

.alf-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.alf-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20.83333333%;
}

.alf-col-push-5 {
  left: 20.83333333%;
}

.alf-col-pull-5 {
  right: 20.83333333%;
}

.alf-col-offset-5 {
  margin-left: 20.83333333%;
}

.alf-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.alf-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}

.alf-col-push-4 {
  left: 16.66666667%;
}

.alf-col-pull-4 {
  right: 16.66666667%;
}

.alf-col-offset-4 {
  margin-left: 16.66666667%;
}

.alf-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.alf-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
}

.alf-col-push-3 {
  left: 12.5%;
}

.alf-col-pull-3 {
  right: 12.5%;
}

.alf-col-offset-3 {
  margin-left: 12.5%;
}

.alf-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.alf-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%;
}

.alf-col-push-2 {
  left: 8.33333333%;
}

.alf-col-pull-2 {
  right: 8.33333333%;
}

.alf-col-offset-2 {
  margin-left: 8.33333333%;
}

.alf-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.alf-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.16666667%;
}

.alf-col-push-1 {
  left: 4.16666667%;
}

.alf-col-pull-1 {
  right: 4.16666667%;
}

.alf-col-offset-1 {
  margin-left: 4.16666667%;
}

.alf-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.alf-col-0 {
  display: none;
}

.alf-col-push-0 {
  left: auto;
}

.alf-col-pull-0 {
  right: auto;
}

.alf-col-push-0 {
  left: auto;
}

.alf-col-pull-0 {
  right: auto;
}

.alf-col-offset-0 {
  margin-left: 0;
}

.alf-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.alf-col-xs-1,
.alf-col-xs-2,
.alf-col-xs-3,
.alf-col-xs-4,
.alf-col-xs-5,
.alf-col-xs-6,
.alf-col-xs-7,
.alf-col-xs-8,
.alf-col-xs-9,
.alf-col-xs-10,
.alf-col-xs-11,
.alf-col-xs-12,
.alf-col-xs-13,
.alf-col-xs-14,
.alf-col-xs-15,
.alf-col-xs-16,
.alf-col-xs-17,
.alf-col-xs-18,
.alf-col-xs-19,
.alf-col-xs-20,
.alf-col-xs-21,
.alf-col-xs-22,
.alf-col-xs-23,
.alf-col-xs-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
}

.alf-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.alf-col-xs-push-24 {
  left: 100%;
}

.alf-col-xs-pull-24 {
  right: 100%;
}

.alf-col-xs-offset-24 {
  margin-left: 100%;
}

.alf-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24;
}

.alf-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95.83333333%;
}

.alf-col-xs-push-23 {
  left: 95.83333333%;
}

.alf-col-xs-pull-23 {
  right: 95.83333333%;
}

.alf-col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.alf-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23;
}

.alf-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%;
}

.alf-col-xs-push-22 {
  left: 91.66666667%;
}

.alf-col-xs-pull-22 {
  right: 91.66666667%;
}

.alf-col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.alf-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22;
}

.alf-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%;
}

.alf-col-xs-push-21 {
  left: 87.5%;
}

.alf-col-xs-pull-21 {
  right: 87.5%;
}

.alf-col-xs-offset-21 {
  margin-left: 87.5%;
}

.alf-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21;
}

.alf-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}

.alf-col-xs-push-20 {
  left: 83.33333333%;
}

.alf-col-xs-pull-20 {
  right: 83.33333333%;
}

.alf-col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.alf-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}

.alf-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666667%;
}

.alf-col-xs-push-19 {
  left: 79.16666667%;
}

.alf-col-xs-pull-19 {
  right: 79.16666667%;
}

.alf-col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.alf-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19;
}

.alf-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}

.alf-col-xs-push-18 {
  left: 75%;
}

.alf-col-xs-pull-18 {
  right: 75%;
}

.alf-col-xs-offset-18 {
  margin-left: 75%;
}

.alf-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18;
}

.alf-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.83333333%;
}

.alf-col-xs-push-17 {
  left: 70.83333333%;
}

.alf-col-xs-pull-17 {
  right: 70.83333333%;
}

.alf-col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.alf-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17;
}

.alf-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}

.alf-col-xs-push-16 {
  left: 66.66666667%;
}

.alf-col-xs-pull-16 {
  right: 66.66666667%;
}

.alf-col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.alf-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16;
}

.alf-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%;
}

.alf-col-xs-push-15 {
  left: 62.5%;
}

.alf-col-xs-pull-15 {
  right: 62.5%;
}

.alf-col-xs-offset-15 {
  margin-left: 62.5%;
}

.alf-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}

.alf-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%;
}

.alf-col-xs-push-14 {
  left: 58.33333333%;
}

.alf-col-xs-pull-14 {
  right: 58.33333333%;
}

.alf-col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.alf-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14;
}

.alf-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54.16666667%;
}

.alf-col-xs-push-13 {
  left: 54.16666667%;
}

.alf-col-xs-pull-13 {
  right: 54.16666667%;
}

.alf-col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.alf-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.alf-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.alf-col-xs-push-12 {
  left: 50%;
}

.alf-col-xs-pull-12 {
  right: 50%;
}

.alf-col-xs-offset-12 {
  margin-left: 50%;
}

.alf-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.alf-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.83333333%;
}

.alf-col-xs-push-11 {
  left: 45.83333333%;
}

.alf-col-xs-pull-11 {
  right: 45.83333333%;
}

.alf-col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.alf-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.alf-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
}

.alf-col-xs-push-10 {
  left: 41.66666667%;
}

.alf-col-xs-pull-10 {
  right: 41.66666667%;
}

.alf-col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.alf-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.alf-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%;
}

.alf-col-xs-push-9 {
  left: 37.5%;
}

.alf-col-xs-pull-9 {
  right: 37.5%;
}

.alf-col-xs-offset-9 {
  margin-left: 37.5%;
}

.alf-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.alf-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}

.alf-col-xs-push-8 {
  left: 33.33333333%;
}

.alf-col-xs-pull-8 {
  right: 33.33333333%;
}

.alf-col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.alf-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.alf-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.16666667%;
}

.alf-col-xs-push-7 {
  left: 29.16666667%;
}

.alf-col-xs-pull-7 {
  right: 29.16666667%;
}

.alf-col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.alf-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.alf-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}

.alf-col-xs-push-6 {
  left: 25%;
}

.alf-col-xs-pull-6 {
  right: 25%;
}

.alf-col-xs-offset-6 {
  margin-left: 25%;
}

.alf-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.alf-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20.83333333%;
}

.alf-col-xs-push-5 {
  left: 20.83333333%;
}

.alf-col-xs-pull-5 {
  right: 20.83333333%;
}

.alf-col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.alf-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.alf-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}

.alf-col-xs-push-4 {
  left: 16.66666667%;
}

.alf-col-xs-pull-4 {
  right: 16.66666667%;
}

.alf-col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.alf-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.alf-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
}

.alf-col-xs-push-3 {
  left: 12.5%;
}

.alf-col-xs-pull-3 {
  right: 12.5%;
}

.alf-col-xs-offset-3 {
  margin-left: 12.5%;
}

.alf-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.alf-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%;
}

.alf-col-xs-push-2 {
  left: 8.33333333%;
}

.alf-col-xs-pull-2 {
  right: 8.33333333%;
}

.alf-col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.alf-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.alf-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.16666667%;
}

.alf-col-xs-push-1 {
  left: 4.16666667%;
}

.alf-col-xs-pull-1 {
  right: 4.16666667%;
}

.alf-col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.alf-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.alf-col-xs-0 {
  display: none;
}

.alf-col-push-0 {
  left: auto;
}

.alf-col-pull-0 {
  right: auto;
}

.alf-col-xs-push-0 {
  left: auto;
}

.alf-col-xs-pull-0 {
  right: auto;
}

.alf-col-xs-offset-0 {
  margin-left: 0;
}

.alf-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

@media (min-width: 576px) {
  .alf-col-sm-1,
  .alf-col-sm-2,
  .alf-col-sm-3,
  .alf-col-sm-4,
  .alf-col-sm-5,
  .alf-col-sm-6,
  .alf-col-sm-7,
  .alf-col-sm-8,
  .alf-col-sm-9,
  .alf-col-sm-10,
  .alf-col-sm-11,
  .alf-col-sm-12,
  .alf-col-sm-13,
  .alf-col-sm-14,
  .alf-col-sm-15,
  .alf-col-sm-16,
  .alf-col-sm-17,
  .alf-col-sm-18,
  .alf-col-sm-19,
  .alf-col-sm-20,
  .alf-col-sm-21,
  .alf-col-sm-22,
  .alf-col-sm-23,
  .alf-col-sm-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .alf-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .alf-col-sm-true {
    display: block;
    box-sizing: border-box;
    width: auto;
  }
  .alf-col-sm-push-24 {
    left: 100%;
  }
  .alf-col-sm-pull-24 {
    right: 100%;
  }
  .alf-col-sm-offset-24 {
    margin-left: 100%;
  }
  .alf-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
  }
  .alf-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .alf-col-sm-push-23 {
    left: 95.83333333%;
  }
  .alf-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .alf-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .alf-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
  }
  .alf-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .alf-col-sm-push-22 {
    left: 91.66666667%;
  }
  .alf-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .alf-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .alf-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
  }
  .alf-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .alf-col-sm-push-21 {
    left: 87.5%;
  }
  .alf-col-sm-pull-21 {
    right: 87.5%;
  }
  .alf-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .alf-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
  }
  .alf-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .alf-col-sm-push-20 {
    left: 83.33333333%;
  }
  .alf-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .alf-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .alf-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .alf-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .alf-col-sm-push-19 {
    left: 79.16666667%;
  }
  .alf-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .alf-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .alf-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .alf-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .alf-col-sm-push-18 {
    left: 75%;
  }
  .alf-col-sm-pull-18 {
    right: 75%;
  }
  .alf-col-sm-offset-18 {
    margin-left: 75%;
  }
  .alf-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .alf-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .alf-col-sm-push-17 {
    left: 70.83333333%;
  }
  .alf-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .alf-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .alf-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .alf-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .alf-col-sm-push-16 {
    left: 66.66666667%;
  }
  .alf-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .alf-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .alf-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .alf-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .alf-col-sm-push-15 {
    left: 62.5%;
  }
  .alf-col-sm-pull-15 {
    right: 62.5%;
  }
  .alf-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .alf-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .alf-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .alf-col-sm-push-14 {
    left: 58.33333333%;
  }
  .alf-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .alf-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .alf-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .alf-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .alf-col-sm-push-13 {
    left: 54.16666667%;
  }
  .alf-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .alf-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .alf-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .alf-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .alf-col-sm-push-12 {
    left: 50%;
  }
  .alf-col-sm-pull-12 {
    right: 50%;
  }
  .alf-col-sm-offset-12 {
    margin-left: 50%;
  }
  .alf-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .alf-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .alf-col-sm-push-11 {
    left: 45.83333333%;
  }
  .alf-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .alf-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .alf-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .alf-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .alf-col-sm-push-10 {
    left: 41.66666667%;
  }
  .alf-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .alf-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .alf-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .alf-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .alf-col-sm-push-9 {
    left: 37.5%;
  }
  .alf-col-sm-pull-9 {
    right: 37.5%;
  }
  .alf-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .alf-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .alf-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .alf-col-sm-push-8 {
    left: 33.33333333%;
  }
  .alf-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .alf-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .alf-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .alf-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .alf-col-sm-push-7 {
    left: 29.16666667%;
  }
  .alf-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .alf-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .alf-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .alf-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .alf-col-sm-push-6 {
    left: 25%;
  }
  .alf-col-sm-pull-6 {
    right: 25%;
  }
  .alf-col-sm-offset-6 {
    margin-left: 25%;
  }
  .alf-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .alf-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .alf-col-sm-push-5 {
    left: 20.83333333%;
  }
  .alf-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .alf-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .alf-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .alf-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .alf-col-sm-push-4 {
    left: 16.66666667%;
  }
  .alf-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .alf-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .alf-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .alf-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .alf-col-sm-push-3 {
    left: 12.5%;
  }
  .alf-col-sm-pull-3 {
    right: 12.5%;
  }
  .alf-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .alf-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .alf-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .alf-col-sm-push-2 {
    left: 8.33333333%;
  }
  .alf-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .alf-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .alf-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .alf-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .alf-col-sm-push-1 {
    left: 4.16666667%;
  }
  .alf-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .alf-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .alf-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .alf-col-sm-0 {
    display: none;
  }
  .alf-col-push-0 {
    left: auto;
  }
  .alf-col-pull-0 {
    right: auto;
  }
  .alf-col-sm-push-0 {
    left: auto;
  }
  .alf-col-sm-pull-0 {
    right: auto;
  }
  .alf-col-sm-offset-0 {
    margin-left: 0;
  }
  .alf-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .alf-col-md-1,
  .alf-col-md-2,
  .alf-col-md-3,
  .alf-col-md-4,
  .alf-col-md-5,
  .alf-col-md-6,
  .alf-col-md-7,
  .alf-col-md-8,
  .alf-col-md-9,
  .alf-col-md-10,
  .alf-col-md-11,
  .alf-col-md-12,
  .alf-col-md-13,
  .alf-col-md-14,
  .alf-col-md-15,
  .alf-col-md-16,
  .alf-col-md-17,
  .alf-col-md-18,
  .alf-col-md-19,
  .alf-col-md-20,
  .alf-col-md-21,
  .alf-col-md-22,
  .alf-col-md-23,
  .alf-col-md-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .alf-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .alf-col-md-true {
    display: block;
    box-sizing: border-box;
    width: auto;
  }
  .alf-col-md-push-24 {
    left: 100%;
  }
  .alf-col-md-pull-24 {
    right: 100%;
  }
  .alf-col-md-offset-24 {
    margin-left: 100%;
  }
  .alf-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
  }
  .alf-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .alf-col-md-push-23 {
    left: 95.83333333%;
  }
  .alf-col-md-pull-23 {
    right: 95.83333333%;
  }
  .alf-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .alf-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
  }
  .alf-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .alf-col-md-push-22 {
    left: 91.66666667%;
  }
  .alf-col-md-pull-22 {
    right: 91.66666667%;
  }
  .alf-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .alf-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
  }
  .alf-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .alf-col-md-push-21 {
    left: 87.5%;
  }
  .alf-col-md-pull-21 {
    right: 87.5%;
  }
  .alf-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .alf-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
  }
  .alf-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .alf-col-md-push-20 {
    left: 83.33333333%;
  }
  .alf-col-md-pull-20 {
    right: 83.33333333%;
  }
  .alf-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .alf-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .alf-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .alf-col-md-push-19 {
    left: 79.16666667%;
  }
  .alf-col-md-pull-19 {
    right: 79.16666667%;
  }
  .alf-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .alf-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .alf-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .alf-col-md-push-18 {
    left: 75%;
  }
  .alf-col-md-pull-18 {
    right: 75%;
  }
  .alf-col-md-offset-18 {
    margin-left: 75%;
  }
  .alf-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .alf-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .alf-col-md-push-17 {
    left: 70.83333333%;
  }
  .alf-col-md-pull-17 {
    right: 70.83333333%;
  }
  .alf-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .alf-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .alf-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .alf-col-md-push-16 {
    left: 66.66666667%;
  }
  .alf-col-md-pull-16 {
    right: 66.66666667%;
  }
  .alf-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .alf-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .alf-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .alf-col-md-push-15 {
    left: 62.5%;
  }
  .alf-col-md-pull-15 {
    right: 62.5%;
  }
  .alf-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .alf-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .alf-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .alf-col-md-push-14 {
    left: 58.33333333%;
  }
  .alf-col-md-pull-14 {
    right: 58.33333333%;
  }
  .alf-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .alf-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .alf-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .alf-col-md-push-13 {
    left: 54.16666667%;
  }
  .alf-col-md-pull-13 {
    right: 54.16666667%;
  }
  .alf-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .alf-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .alf-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .alf-col-md-push-12 {
    left: 50%;
  }
  .alf-col-md-pull-12 {
    right: 50%;
  }
  .alf-col-md-offset-12 {
    margin-left: 50%;
  }
  .alf-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .alf-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .alf-col-md-push-11 {
    left: 45.83333333%;
  }
  .alf-col-md-pull-11 {
    right: 45.83333333%;
  }
  .alf-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .alf-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .alf-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .alf-col-md-push-10 {
    left: 41.66666667%;
  }
  .alf-col-md-pull-10 {
    right: 41.66666667%;
  }
  .alf-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .alf-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .alf-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .alf-col-md-push-9 {
    left: 37.5%;
  }
  .alf-col-md-pull-9 {
    right: 37.5%;
  }
  .alf-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .alf-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .alf-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .alf-col-md-push-8 {
    left: 33.33333333%;
  }
  .alf-col-md-pull-8 {
    right: 33.33333333%;
  }
  .alf-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .alf-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .alf-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .alf-col-md-push-7 {
    left: 29.16666667%;
  }
  .alf-col-md-pull-7 {
    right: 29.16666667%;
  }
  .alf-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .alf-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .alf-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .alf-col-md-push-6 {
    left: 25%;
  }
  .alf-col-md-pull-6 {
    right: 25%;
  }
  .alf-col-md-offset-6 {
    margin-left: 25%;
  }
  .alf-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .alf-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .alf-col-md-push-5 {
    left: 20.83333333%;
  }
  .alf-col-md-pull-5 {
    right: 20.83333333%;
  }
  .alf-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .alf-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .alf-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .alf-col-md-push-4 {
    left: 16.66666667%;
  }
  .alf-col-md-pull-4 {
    right: 16.66666667%;
  }
  .alf-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .alf-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .alf-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .alf-col-md-push-3 {
    left: 12.5%;
  }
  .alf-col-md-pull-3 {
    right: 12.5%;
  }
  .alf-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .alf-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .alf-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .alf-col-md-push-2 {
    left: 8.33333333%;
  }
  .alf-col-md-pull-2 {
    right: 8.33333333%;
  }
  .alf-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .alf-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .alf-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .alf-col-md-push-1 {
    left: 4.16666667%;
  }
  .alf-col-md-pull-1 {
    right: 4.16666667%;
  }
  .alf-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .alf-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .alf-col-md-0 {
    display: none;
  }
  .alf-col-push-0 {
    left: auto;
  }
  .alf-col-pull-0 {
    right: auto;
  }
  .alf-col-md-push-0 {
    left: auto;
  }
  .alf-col-md-pull-0 {
    right: auto;
  }
  .alf-col-md-offset-0 {
    margin-left: 0;
  }
  .alf-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1280px) {
  .alf-col-lg-1,
  .alf-col-lg-2,
  .alf-col-lg-3,
  .alf-col-lg-4,
  .alf-col-lg-5,
  .alf-col-lg-6,
  .alf-col-lg-7,
  .alf-col-lg-8,
  .alf-col-lg-9,
  .alf-col-lg-10,
  .alf-col-lg-11,
  .alf-col-lg-12,
  .alf-col-lg-13,
  .alf-col-lg-14,
  .alf-col-lg-15,
  .alf-col-lg-16,
  .alf-col-lg-17,
  .alf-col-lg-18,
  .alf-col-lg-19,
  .alf-col-lg-20,
  .alf-col-lg-21,
  .alf-col-lg-22,
  .alf-col-lg-23,
  .alf-col-lg-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .alf-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .alf-col-lg-true {
    display: block;
    box-sizing: border-box;
    width: auto;
  }
  .alf-col-lg-push-24 {
    left: 100%;
  }
  .alf-col-lg-pull-24 {
    right: 100%;
  }
  .alf-col-lg-offset-24 {
    margin-left: 100%;
  }
  .alf-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
  }
  .alf-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .alf-col-lg-push-23 {
    left: 95.83333333%;
  }
  .alf-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .alf-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .alf-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
  }
  .alf-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .alf-col-lg-push-22 {
    left: 91.66666667%;
  }
  .alf-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .alf-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .alf-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
  }
  .alf-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .alf-col-lg-push-21 {
    left: 87.5%;
  }
  .alf-col-lg-pull-21 {
    right: 87.5%;
  }
  .alf-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .alf-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
  }
  .alf-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .alf-col-lg-push-20 {
    left: 83.33333333%;
  }
  .alf-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .alf-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .alf-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .alf-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .alf-col-lg-push-19 {
    left: 79.16666667%;
  }
  .alf-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .alf-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .alf-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .alf-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .alf-col-lg-push-18 {
    left: 75%;
  }
  .alf-col-lg-pull-18 {
    right: 75%;
  }
  .alf-col-lg-offset-18 {
    margin-left: 75%;
  }
  .alf-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .alf-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .alf-col-lg-push-17 {
    left: 70.83333333%;
  }
  .alf-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .alf-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .alf-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .alf-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .alf-col-lg-push-16 {
    left: 66.66666667%;
  }
  .alf-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .alf-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .alf-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .alf-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .alf-col-lg-push-15 {
    left: 62.5%;
  }
  .alf-col-lg-pull-15 {
    right: 62.5%;
  }
  .alf-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .alf-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .alf-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .alf-col-lg-push-14 {
    left: 58.33333333%;
  }
  .alf-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .alf-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .alf-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .alf-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .alf-col-lg-push-13 {
    left: 54.16666667%;
  }
  .alf-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .alf-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .alf-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .alf-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .alf-col-lg-push-12 {
    left: 50%;
  }
  .alf-col-lg-pull-12 {
    right: 50%;
  }
  .alf-col-lg-offset-12 {
    margin-left: 50%;
  }
  .alf-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .alf-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .alf-col-lg-push-11 {
    left: 45.83333333%;
  }
  .alf-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .alf-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .alf-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .alf-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .alf-col-lg-push-10 {
    left: 41.66666667%;
  }
  .alf-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .alf-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .alf-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .alf-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .alf-col-lg-push-9 {
    left: 37.5%;
  }
  .alf-col-lg-pull-9 {
    right: 37.5%;
  }
  .alf-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .alf-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .alf-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .alf-col-lg-push-8 {
    left: 33.33333333%;
  }
  .alf-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .alf-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .alf-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .alf-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .alf-col-lg-push-7 {
    left: 29.16666667%;
  }
  .alf-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .alf-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .alf-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .alf-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .alf-col-lg-push-6 {
    left: 25%;
  }
  .alf-col-lg-pull-6 {
    right: 25%;
  }
  .alf-col-lg-offset-6 {
    margin-left: 25%;
  }
  .alf-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .alf-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .alf-col-lg-push-5 {
    left: 20.83333333%;
  }
  .alf-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .alf-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .alf-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .alf-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .alf-col-lg-push-4 {
    left: 16.66666667%;
  }
  .alf-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .alf-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .alf-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .alf-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .alf-col-lg-push-3 {
    left: 12.5%;
  }
  .alf-col-lg-pull-3 {
    right: 12.5%;
  }
  .alf-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .alf-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .alf-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .alf-col-lg-push-2 {
    left: 8.33333333%;
  }
  .alf-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .alf-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .alf-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .alf-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .alf-col-lg-push-1 {
    left: 4.16666667%;
  }
  .alf-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .alf-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .alf-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .alf-col-lg-0 {
    display: none;
  }
  .alf-col-push-0 {
    left: auto;
  }
  .alf-col-pull-0 {
    right: auto;
  }
  .alf-col-lg-push-0 {
    left: auto;
  }
  .alf-col-lg-pull-0 {
    right: auto;
  }
  .alf-col-lg-offset-0 {
    margin-left: 0;
  }
  .alf-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1280px) {
  .alf-col-xl-1,
  .alf-col-xl-2,
  .alf-col-xl-3,
  .alf-col-xl-4,
  .alf-col-xl-5,
  .alf-col-xl-6,
  .alf-col-xl-7,
  .alf-col-xl-8,
  .alf-col-xl-9,
  .alf-col-xl-10,
  .alf-col-xl-11,
  .alf-col-xl-12,
  .alf-col-xl-13,
  .alf-col-xl-14,
  .alf-col-xl-15,
  .alf-col-xl-16,
  .alf-col-xl-17,
  .alf-col-xl-18,
  .alf-col-xl-19,
  .alf-col-xl-20,
  .alf-col-xl-21,
  .alf-col-xl-22,
  .alf-col-xl-23,
  .alf-col-xl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }

  .alf-col-xl-true {
    display: block;
    box-sizing: border-box;
    width: auto;
  }
  .alf-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .alf-col-xl-push-24 {
    left: 100%;
  }
  .alf-col-xl-pull-24 {
    right: 100%;
  }
  .alf-col-xl-offset-24 {
    margin-left: 100%;
  }
  .alf-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
  }
  .alf-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .alf-col-xl-push-23 {
    left: 95.83333333%;
  }
  .alf-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .alf-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .alf-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
  }
  .alf-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .alf-col-xl-push-22 {
    left: 91.66666667%;
  }
  .alf-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .alf-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .alf-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
  }
  .alf-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .alf-col-xl-push-21 {
    left: 87.5%;
  }
  .alf-col-xl-pull-21 {
    right: 87.5%;
  }
  .alf-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .alf-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
  }
  .alf-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .alf-col-xl-push-20 {
    left: 83.33333333%;
  }
  .alf-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .alf-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .alf-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .alf-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .alf-col-xl-push-19 {
    left: 79.16666667%;
  }
  .alf-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .alf-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .alf-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .alf-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .alf-col-xl-push-18 {
    left: 75%;
  }
  .alf-col-xl-pull-18 {
    right: 75%;
  }
  .alf-col-xl-offset-18 {
    margin-left: 75%;
  }
  .alf-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .alf-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .alf-col-xl-push-17 {
    left: 70.83333333%;
  }
  .alf-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .alf-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .alf-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .alf-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .alf-col-xl-push-16 {
    left: 66.66666667%;
  }
  .alf-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .alf-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .alf-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .alf-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .alf-col-xl-push-15 {
    left: 62.5%;
  }
  .alf-col-xl-pull-15 {
    right: 62.5%;
  }
  .alf-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .alf-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .alf-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .alf-col-xl-push-14 {
    left: 58.33333333%;
  }
  .alf-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .alf-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .alf-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .alf-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .alf-col-xl-push-13 {
    left: 54.16666667%;
  }
  .alf-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .alf-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .alf-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .alf-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .alf-col-xl-push-12 {
    left: 50%;
  }
  .alf-col-xl-pull-12 {
    right: 50%;
  }
  .alf-col-xl-offset-12 {
    margin-left: 50%;
  }
  .alf-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .alf-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .alf-col-xl-push-11 {
    left: 45.83333333%;
  }
  .alf-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .alf-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .alf-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .alf-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .alf-col-xl-push-10 {
    left: 41.66666667%;
  }
  .alf-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .alf-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .alf-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .alf-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .alf-col-xl-push-9 {
    left: 37.5%;
  }
  .alf-col-xl-pull-9 {
    right: 37.5%;
  }
  .alf-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .alf-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .alf-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .alf-col-xl-push-8 {
    left: 33.33333333%;
  }
  .alf-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .alf-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .alf-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .alf-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .alf-col-xl-push-7 {
    left: 29.16666667%;
  }
  .alf-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .alf-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .alf-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .alf-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .alf-col-xl-push-6 {
    left: 25%;
  }
  .alf-col-xl-pull-6 {
    right: 25%;
  }
  .alf-col-xl-offset-6 {
    margin-left: 25%;
  }
  .alf-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .alf-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .alf-col-xl-push-5 {
    left: 20.83333333%;
  }
  .alf-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .alf-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .alf-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .alf-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .alf-col-xl-push-4 {
    left: 16.66666667%;
  }
  .alf-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .alf-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .alf-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .alf-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .alf-col-xl-push-3 {
    left: 12.5%;
  }
  .alf-col-xl-pull-3 {
    right: 12.5%;
  }
  .alf-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .alf-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .alf-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .alf-col-xl-push-2 {
    left: 8.33333333%;
  }
  .alf-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .alf-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .alf-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .alf-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .alf-col-xl-push-1 {
    left: 4.16666667%;
  }
  .alf-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .alf-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .alf-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .alf-col-xl-0 {
    display: none;
  }
  .alf-col-push-0 {
    left: auto;
  }
  .alf-col-pull-0 {
    right: auto;
  }
  .alf-col-xl-push-0 {
    left: auto;
  }
  .alf-col-xl-pull-0 {
    right: auto;
  }
  .alf-col-xl-offset-0 {
    margin-left: 0;
  }
  .alf-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1920px) {
  .alf-col-xxl-1,
  .alf-col-xxl-2,
  .alf-col-xxl-3,
  .alf-col-xxl-4,
  .alf-col-xxl-5,
  .alf-col-xxl-6,
  .alf-col-xxl-7,
  .alf-col-xxl-8,
  .alf-col-xxl-9,
  .alf-col-xxl-10,
  .alf-col-xxl-11,
  .alf-col-xxl-12,
  .alf-col-xxl-13,
  .alf-col-xxl-14,
  .alf-col-xxl-15,
  .alf-col-xxl-16,
  .alf-col-xxl-17,
  .alf-col-xxl-18,
  .alf-col-xxl-19,
  .alf-col-xxl-20,
  .alf-col-xxl-21,
  .alf-col-xxl-22,
  .alf-col-xxl-23,
  .alf-col-xxl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  .alf-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .alf-col-xxl-true {
    display: block;
    box-sizing: border-box;
    width: auto;
  }
  .alf-col-xxl-push-24 {
    left: 100%;
  }
  .alf-col-xxl-pull-24 {
    right: 100%;
  }
  .alf-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .alf-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
  }
  .alf-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .alf-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .alf-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .alf-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .alf-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
  }
  .alf-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .alf-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .alf-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .alf-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .alf-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
  }
  .alf-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
  }
  .alf-col-xxl-push-21 {
    left: 87.5%;
  }
  .alf-col-xxl-pull-21 {
    right: 87.5%;
  }
  .alf-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .alf-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
  }
  .alf-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .alf-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .alf-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .alf-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .alf-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .alf-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .alf-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .alf-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .alf-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .alf-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
  }
  .alf-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .alf-col-xxl-push-18 {
    left: 75%;
  }
  .alf-col-xxl-pull-18 {
    right: 75%;
  }
  .alf-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .alf-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
  }
  .alf-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .alf-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .alf-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .alf-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .alf-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
  }
  .alf-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .alf-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .alf-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .alf-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .alf-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
  }
  .alf-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
  }
  .alf-col-xxl-push-15 {
    left: 62.5%;
  }
  .alf-col-xxl-pull-15 {
    right: 62.5%;
  }
  .alf-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .alf-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  .alf-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .alf-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .alf-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .alf-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .alf-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  .alf-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .alf-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .alf-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .alf-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .alf-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .alf-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .alf-col-xxl-push-12 {
    left: 50%;
  }
  .alf-col-xxl-pull-12 {
    right: 50%;
  }
  .alf-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .alf-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .alf-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .alf-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .alf-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .alf-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .alf-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .alf-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .alf-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .alf-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .alf-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .alf-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .alf-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
  }
  .alf-col-xxl-push-9 {
    left: 37.5%;
  }
  .alf-col-xxl-pull-9 {
    right: 37.5%;
  }
  .alf-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .alf-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .alf-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .alf-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .alf-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .alf-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .alf-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .alf-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .alf-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .alf-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .alf-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .alf-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .alf-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .alf-col-xxl-push-6 {
    left: 25%;
  }
  .alf-col-xxl-pull-6 {
    right: 25%;
  }
  .alf-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .alf-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .alf-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .alf-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .alf-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .alf-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .alf-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .alf-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .alf-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .alf-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .alf-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .alf-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .alf-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
  }
  .alf-col-xxl-push-3 {
    left: 12.5%;
  }
  .alf-col-xxl-pull-3 {
    right: 12.5%;
  }
  .alf-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .alf-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .alf-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .alf-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .alf-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .alf-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .alf-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .alf-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .alf-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .alf-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .alf-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .alf-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .alf-col-xxl-0 {
    display: none;
  }
  .alf-col-push-0 {
    left: auto;
  }
  .alf-col-pull-0 {
    right: auto;
  }
  .alf-col-xxl-push-0 {
    left: auto;
  }
  .alf-col-xxl-pull-0 {
    right: auto;
  }
  .alf-col-xxl-offset-0 {
    margin-left: 0;
  }
  .alf-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

.alf-input {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: inline-block;
  height: 36px;
  padding: 8px 8px;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  border: 1px solid #5b564d;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alf-input::placeholder {
  color: #acaaa5;
}
.alf-input:-ms-input-placeholder {
  color: #acaaa5;
}
.alf-input::-webkit-input-placeholder {
  color: #acaaa5;
}

.alf-input:focus {
  border-color: #5d79bd;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.alf-input.no-focus:focus {
  border: 1px solid #5b564d;
  outline: none;
  box-shadow: none;
}
.alf-input.fullWidth {
  width: 100%;
}

.alf-input.error:focus {
  border-color: #dc2a2a;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.alf-input.error.no-focus:focus {
  border: 1px solid #dc2a2a;
  outline: none;
  box-shadow: none;
}
.alf-input.success {
  border: 1px solid #1e824c;
}
.alf-input.success:focus {
  border-color: #1e824c;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px #8fd8ae;
}
.alf-input.success.no-focus:focus {
  border: 1px solid #1e824c;
  outline: none;
  box-shadow: none;
}
.alf-input[disabled],
.alf-input[disabled]:hover {
  cursor: not-allowed;
  color: #333333;
  background-color: #dbdbdb;
  text-shadow: none;
  box-shadow: none;
  border-color: #dbdbdb;
}
.alf-input.error {
  border: 1px solid #dc2a2a;
}

.alf-textarea {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  padding: 8px 8px;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  border: 1px solid #5b564d;
  transition: all 0.3s;
}
.alf-textarea:focus {
  border-color: #5d79bd;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.alf-textarea.no-focus:focus {
  border: 1px solid #5b564d;
  outline: none;
  box-shadow: none;
}
.alf-textarea.fullWidth {
  width: 100%;
}

.alf-textarea.error {
  border: 1px solid #dc2a2a;
}
.alf-textarea.error:focus {
  border-color: #dc2a2a;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.alf-textarea.error.no-focus:focus {
  border: 1px solid #dc2a2a;
  outline: none;
  box-shadow: none;
}
.alf-textarea.success {
  border: 1px solid #1e824c;
}
.alf-textarea.success:focus {
  border-color: #1e824c;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px #8fd8ae;
}
.alf-textarea.success.no-focus:focus {
  border: 1px solid #1e824c;
  outline: none;
  box-shadow: none;
}
.alf-textarea[disabled],
.alf-textarea[disabled]:hover {
  cursor: not-allowed;
  color: #333333;
  background-color: #dbdbdb;
  text-shadow: none;
  box-shadow: none;
  border-color: #dbdbdb;
}

.alf-select {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: inline-block;
  height: 36px;
  padding: 8px 18px 8px 8px;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  border: 1px solid #5b564d;
  transition: all 0.3s;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.alf-select.no-focus:focus {
  border: 1px solid #5b564d;
  outline: none;
  box-shadow: none;
}
.alf-select:focus {
  border-color: #5d79bd;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.alf-select.no-focus:focus {
  border: 1px solid #5b564d;
  outline: none;
  box-shadow: none;
}

.alf-select > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.alf-select > .header[disabled],
.alf-select > .header[disabled]:hover {
  cursor: not-allowed;
  color: #333333;
  background-color: #dbdbdb;
  text-shadow: none;
  box-shadow: none;
  border-color: #dbdbdb;
}
.alf-select > .header > .title {
  display: inline-block;
  font: 400 16px Arial;
  border: none;
  cursor: pointer;
  pointer-events: none;
  background-color: transparent;
  width: -moz-available;
}
.alf-select > .header > .placeholder {
  color: #acaaa5;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  display: inline-block;
  border: none;
  cursor: pointer;
  pointer-events: none;
  background-color: transparent;
}
.alf-select > .header > .title:focus {
  outline: none;
}
.alf-select > .header > .placeholder:focus {
  outline: none;
}
.alf-select.fullwidth {
  width: 100%;
}
.popover {
  margin-top: 2px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #5b564d;
  z-index: 9999;
  overflow-y: auto;
  width: 100%;
}
.popover .row {
  width: 100%;
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.popover .row.selected {
  background-color: #d3e7e6;
}
.popover .row:focus {
  background-color: #59b7b3;
  outline: none;
}
.popover .row:hover {
  background-color: #59b7b3;
}
.tooltip-body {
  background-color: #fff;
  border: 1px solid #dadde9;
  border-radius: 4px;
  transform: scale(1, 1) translateZ(0px);
  max-width: 400px;
}
.alf-select.input-group {
  border-right: none;
}
.alf-select.error {
  border: 1px solid #dc2a2a;
}
.alf-select.error:focus {
  border-color: #dc2a2a;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.alf-select.error.no-focus:focus {
  border: 1px solid #dc2a2a;
  outline: none;
  box-shadow: none;
}
.alf-select.success {
  border: 1px solid #1e824c;
}
.alf-select.success:focus {
  border-color: #1e824c;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px #8fd8ae;
}
.alf-select.success.no-focus:focus {
  border: 1px solid #1e824c;
  outline: none;
  box-shadow: none;
}
.alf-select[disabled],
.alf-select[disabled]:hover {
  cursor: not-allowed;
  color: #333333;
  background-color: #dbdbdb;
  text-shadow: none;
  box-shadow: none;
  border-color: #dbdbdb;
}

.alf-formfield {
  line-height: 24px;
  position: relative;
  height: auto;
}

.alf-formfield.fullwidth {
  width: 100%;
}

.alf-formfield > .feedback {
  text-align: left;
  clear: both;
  min-height: 22px;
  margin-top: 6px;
  line-height: 1.5;
}

.alf-formfield > label {
  display: block;
}

.alf-app-bar {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alf-app-bar::after {
  background: linear-gradient(
    to right,
    #6648dc 0px,
    #6648dc 80px,
    #483499 80px,
    #483499 160px,
    #cdc5ec 160px,
    #cdc5ec 240px,
    transparent 240px,
    transparent 100%
  );
  position: absolute;
  content: '';
  height: 5px;
  right: 0;
  left: 0;
  bottom: -3px;
}
.alf-app-bar > nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alf-app-bar nav > .left {
  display: flex;
  align-items: center;
}

.alf-app-bar nav > .logo {
  width: 182px;
  cursor: pointer;
  user-select: none;
}
.alf-app-bar nav > .left > a > .logo {
  width: 182px;
  cursor: pointer;
  user-select: none;
}

.alf-app-bar nav > .right > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.alf-app-bar nav .logout {
  user-select: none;
  cursor: pointer;
  font-size: 18px;
  font-size: min(18rem, calc(18px * 1.5));
}

@media (min-width: 1280px) {
  .alf-app-bar {
    padding: 30px 54px;
  }
}

.alf-app-bar-p {
  width: 100%;
  background-color: #fff;

  nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 10px 10px;

    .left {
      display: flex;
      align-items: center;
    }

    .right > div {
      display: inline-block;
      vertical-align: middle;
      margin-left: 12px;
    }

    .logo {
      width: 82px;
      cursor: pointer;
      user-select: none;
    }

    .login {
      user-select: none;
      cursor: pointer;
      font-size: 16px;
      font-size: min(16rem, calc(18px * 1.5));

      button {
        width: 100px;
      }
    }

    .creteAccount {
      user-select: none;
      cursor: pointer;
      padding: 0px 16px;
      margin-left: 0 !important;

      .alf-typography.linkButton {
        font-size: 16px !important;
        font-size: min(16rem, calc(18px * 1.5)) !important;
      }
    }
  }

  .titleBox {
    background: #6648dc;
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 50px;

    .title {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
    }
  }
}

@media (min-width: 768px) {
  .alf-app-bar-p {
    nav {
      padding: 10px 30px 10px 100px;
    }

    .titleBox {
      height: 140px;
      padding-left: 100px;

      .title {
        font-size: 30px;
      }
    }
  }
}

@media (min-width: 1280px) {
  .alf-app-bar-p {
    .titleBox {
      height: 200px;
    }
  }
}

.alf-link {
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  word-wrap: break-word;
}

.primary {
  color: #6647dc;
  text-decoration: none;
}
.alf-skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 999999;
  background-color: #6647dc;
  color: #fff;
  border: 1px solid #6647dc;
  box-shadow: 0px 5px 12px 5px rgba(0, 0, 0, 0.15);
  min-width: 100px;
  padding: 8px 20px !important;
  border: 0;
  outline: 0;
  border-radius: 23px;
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 20px;
  font-size: min(20rem, calc(20px * 1.5));
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s linear;
  line-height: 1.2;
}

.alf-skip-link:not(:focus) {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.alf-skip-link:focus {
  background: #fff;
  color: #6647dc;
  border: 1px solid #6647dc;
  text-decoration: none;
  outline: 0;
}

.tooltip-container {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  z-index: 1500;
  opacity: 0.9;
  pointer-events: none;
  will-change: transform;
}

.alf-passwordcheck > .tooltip-body {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #dadde9;
  pointer-events: none;
  font-size: 0.625px;
  font-size: min(0.625rem, calc(0.625px * 1.5));
  border-radius: 4px;
  transform: scale(1, 1) translateZ(0px);
  max-width: 400px;
}
.alf-passwordcheck > .tooltip-body b {
  font-weight: 600px;
}
.alf-passwordcheck .password-message {
  font-size: 14px;
  font-size: min(14rem, calc(14px * 1.5));
  margin-top: 5px;
}
.alf-passwordcheck > .tooltip-body .password-heading {
  font-size: 14px;
  font-size: min(14rem, calc(14px * 1.5));
}

.alf-progressbar {
  height: 4px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.alf-progressbar .progress {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  transform-origin: left;
  transition: transform 0.4s linear;
  z-index: 1;
}
.alf-progressbar {
  background-color: #ddd;
}
.alf-progressbar.bar-strong .progress {
  background-color: #1e824c;
}
.alf-progressbar.bar-weak .progress {
  background-color: #b8860d;
}
.alf-progressbar.bar-very-weak .progress {
  background-color: #dc2a2a;
}
.alf-passwordcheck .arrow {
  left: 0;
  margin-left: -0.95em;
  height: 3em;
  width: 1em;
  position: fixed;
  top: 43px;
}
.alf-passwordcheck .arrow::before {
  content: '';
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.5em 0.5em 0;
  border-color: transparent #333333 transparent transparent;
}

.label {
  border-radius: 0.2em;
  padding: 0.12em 0.4em 0.14em;
  margin: 0 0.42em;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  display: inline;
  vertical-align: baseline;
  vertical-align: middle;
  background-color: #595959;
}
.label.color-blue {
  background-color: #6f9ad1;
}
.label.color-red {
  background-color: #dc2a2a;
}
.label.color-green {
  background-color: #10b981;
}
.label.color-orange {
  background-color: #dea154;
}
.label.color-yellow {
  background-color: #b8860d;
}
.label.color-purple {
  background-color: #9f83d1;
}

.alf-policy-row {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 10px;
}

.alf-policy-row:first-child {
  margin-left: 0;
}

.alf-policy-row .v-line {
  display: none;
}
.alf-policy-row.keep-vertical {
  margin-left: 0;
  margin-right: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.alf-policy-row.keep-vertical > span {
  display: block;
  margin: 0;
}

@media only screen and (min-width: 500px) {
  .alf-policy-row {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  br.hidden-lg {
    display: none;
  }

  .alf-policy-row .v-line {
    display: block;
    border-left: 1px solid #5b564d;
    height: 12px;
    display: inline-block;
    margin-left: 16px;
  }

  .alf-policy-row {
    display: inline-block;
    margin-left: 16px;
  }

  .alf-policy-row.vertical {
    margin-left: 0;
    margin-right: 16px;
    margin-bottom: 10px;
    width: 100%;
  }

  .alf-policy-row.vertical > span {
    display: block;
    margin: 0;
  }
}

.alf-tooltip {
  width: 220px !important;
  opacity: 1 !important;
  font-weight: normal;
  padding: 10px 21px !important;
}

.paperless-tooltip {
  width: 350px !important;
}
.alf-select-policy {
  position: relative;
}
.alf-select-policy > .select-text {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #6647dc;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  font-weight: 600;
  line-height: 1.5;
  outline: none;
  margin-left: -16px;
  padding: 0 16px;
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  word-break: break-word;
}
.alf-select-policy > .select-text:focus {
  box-shadow: 0px 0px 6px 1px #6647dc;
  border-radius: 23px;
}
.alf-select-policy > .popover {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  max-width: 540px;
  background-color: #ffffff;
  border: 1px solid #2e2a3a;
  border-radius: 4px;
  top: 40px;
  left: 0;
  z-index: 3;
}

.alf-select-policy > .popover > .arrow:after,
.alf-select-policy > .popover > .arrow:before {
  bottom: 100%;
  left: 160px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.alf-select-policy > .popover > .arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.alf-select-policy > .popover > .arrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #5b564d;
  border-width: 15px;
  margin-left: -15px;
}

.alf-select-policy .popover .row {
  width: 100%;
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.alf-select-policy .popover .row.selected {
  background-color: #ffffff;
  border: 2px solid #6648dc;
}
.alf-select-policy .popover .row.selected:focus,
.alf-select-policy .popover .row.selected:hover,
.alf-select-policy .popover .row:focus,
.alf-select-policy .popover .row:hover {
  background-color: #e0e7ff;
}

.alf-select-policy .popover .row .select-policy-row-desc {
  font-size: 12px;
  font-size: min(12rem, calc(12px * 1.5));
}

.alf-stepper {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.alf-stepper.horizontal {
  flex-direction: row;
  padding: 24px 0px;
}
.alf-stepper.vertical {
  flex-direction: column;
}
.alf-step.horizontal {
  flex-basis: 100%;
  padding-right: 8px;
}
.step-label {
  display: flex;
  align-items: center;
}
.step-label {
  display: flex;
  align-items: center;
}
.step-icon-container {
  display: flex;
  flex-shrink: 0;
  padding-right: 8px;
}
.step-label.active::after {
  content: '';
  background-color: #34d399;
  height: 1px;
  width: 100%;
  margin-left: 8px;
}
.step-label.inactive::after {
  content: '';
  background-color: #6648dc;
  height: 1px;
  width: 100%;
  margin-left: 8px;
}
.step-label-title {
  white-space: nowrap;
}

.step-content {
  margin-top: 8px;
  margin-left: 12px;
  padding-left: 20px;
  padding-right: 8px;
  margin-bottom: 8px;
}
.alf-step-separator {
  flex: 1 1 auto;
}
.alf-step-separator.vertical {
  padding: 0 0 8px;
  margin-left: 12px;
}
.alf-step-separator.horizontal {
  margin-top: 14px;
}

.alf-step-line {
  display: block;
  border-color: #bdbdbd;
}
.alf-step-line.horizontal {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
}
.alf-step-line.vertical {
  min-height: 24px;
  border-left-style: solid;
  border-left-width: 1px;
}

.alf-panel {
  width: 100%;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.alf-panel:not(:first-child)::before {
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  opacity: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
}

.alf-panel.onFocus {
  box-shadow: 0px 0px 6px 1px #483499 !important;
  outline: none;
  margin: 3px 0 3px 0;
  padding: 0 3px 0 3px;
}

.alf-panel > .summary {
  border: 0;
  outline: none;
  display: flex !important;
  align-items: center;
  padding: 0 24px 0 24px;
  min-height: 48px;
  cursor: pointer;
  transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.alf-panel.expanded > .summary {
  min-height: 64px;
}

.alf-panel > .summary > .content {
  margin: 12px 0;
  flex-grow: 1;
  font-size: 0.9375px;
  font-size: min(0.9375rem, calc(0.9375px * 1.5));
  font-weight: 400;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: min-content;
  padding-right: 5px;
}
.alf-panel.expanded > .summary > .content {
  margin: 20px 0;
}
.alf-panel > .summary > .expand-icon {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -12px;
  flex: 0 0 auto;
  padding: 12px;
  overflow: visible;
  font-size: 1.5px;
  font-size: min(1.5rem, calc(1.5px * 1.5));
  text-align: center;
  border-radius: 50%;
}

.alf-panel-button {
  background-color: #fff !important;
  color: #6648dc !important;
  border: 3px solid #6648dc !important;
}

.alf-panel-button:focus {
  background-color: #483499 !important;
  border: 3px solid #483499 !important;
  color: #fff !important;
  text-decoration: underline;
  outline: 0;
}

.alf-panel .details {
  padding: 0px 24px 24px;
}

@media only screen and (max-width: 768px) {
  .alf-panel > .summary {
    padding-right: 0px;
  }
}

.alf-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 1px solid #6648dc;
  border-radius: 50px;
}

.alf-checkbox.disabled input {
  border: 1px solid #a9a9a9;
  background-color: #a9a9a9;
  cursor: auto;
}

.alf-checkbox.error input {
  border-color: red;
}

.alf-checkbox input:focus {
  cursor: pointer;
  box-shadow: 0px 0px 4px 1px #6648dc;
  outline: none;
  opacity: unset;
}

.alf-checkbox input:checked {
  border: 7px solid #6648dc;
}

.alf-dialog {
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  transition: all 0.15s linear;
}
.alf-dialog:focus {
  background-color: red;
}

.alf-dialog > .backdrop {
  z-index: -1;
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  touch-action: none;
}

.alf-dialog > .wrapper {
  border-radius: 4px;
  padding: 24px;
  min-width: 350px;
  background: #fff;
  position: relative;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

.alf-dialog.fullscreen > .wrapper {
  width: 100%;
  margin: 0;
  max-width: 100%;
  max-height: none;
  border-radius: 0;
}

.alf-dialog .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alf-dialog .content {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.alf-dialog .actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}

.alf-list {
  margin-top: 24px;
}

.alf-list > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.alf-list .row > .list-label {
  flex-basis: calc(calc(500px - 100%) * 999);
}

.alf-list > .row > span:last-child {
  min-width: 85px;
}
.alf-list > .row > .divider {
  flex-grow: 1;
  padding-left: 32px;
  min-height: 16px;
  background-image: radial-gradient(circle, #5b564d 0, rgba(0, 0, 0, 0) 2px);
  background-position: center;
  background-size: 9px;
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  .alf-list {
    margin-top: 0px;
  }
}

.alf-pagination {
  width: 100%;
  padding: 10px 10px 10px 0;
}
.alf-pagination > ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width: 100%;
}
.alf-pagination > ul > li.current > button {
  background-color: #6648dc;
  color: #fff;
}
.alf-pagination .alf-button {
  border-radius: 0;
}

.alf-sidebar {
  position: fixed;
  z-index: 555;
  top: 0;
  left: 0;
  width: 80%;
  background-color: #2e2a3a;
  padding: 76px 36px;
  color: #fff;
  max-width: 378px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .alf-sidebar {
    padding: 54px 28px;
    max-width: 250px;
  }
}
.alf-sidebar > .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.alf-background {
  width: 100%;
  z-index: 100;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000080;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}
.alf-sidebar > .wrapper > .option {
  display: flex;
  align-items: center;
  margin: 16px 0px;
}

.react-switch-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
  display: block;
}

.react-switch-label {
  width: 44px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;

  border-radius: 100px;
  position: relative;
  transition: background-color .2s;
  background: #B4BCCE;
}

.react-switch-div {
  width: min-content;
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  height: 1.5rem;
}

.react-switch-span {
  color: rgb(0 0 0);
  font-weight: 700;
  margin-top: auto;
  margin-bottom: auto;
}

.react-switch-button {
  width: 20px;
  height: 20px;
  left: 2px;
}

.react-switch-label .react-switch-button {
  content: '';
  position: absolute;
  border-radius: 40px;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
  border-width: 1px;
  border-color: #B4BCCE;
}

.react-switch-checkbox:checked+.react-switch-label .react-switch-button {
  left: calc(100% + 2px);
  transform: translateX(-100%);
}

.react-switch-checkbox:checked+.react-switch-label .react-switch-button {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.react-switch-checkbox:checked+.react-switch-label {
  background: #6648DC;
}

.react-switch-label:active .react-switch-button {
  width: 24px;
}
.alf-search-span {
  display: flex;
  height: 38px;
  border: 1px solid;
  border-radius: 50px;
  margin: 5px;
}

.alf-search-span.error {
  border-color: #dc2a2a;
}

.alf-search-span.error:focus-within {
  border-color: #dc2a2a;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.alf-search-span.success:focus-within {
  border: none !important;
  outline: 0;
  box-shadow: 0 0 0 2px #8fd8ae;
}

.alf-search-div {
  display: flex;
  align-items: center;
  margin: 10px;
  width: 13px;
}

.alf-search-icon {
  margin-top: 0px !important;
}

.alf-formfield {
  #search-input {
    border-end-end-radius: 50px;
    border-start-end-radius: 50px;
    border: none !important;
    background-color: transparent !important;
  }

  #search-input:focus {
    border: none !important;
    box-shadow: none !important;
  }
}

.alf-status {
  padding: 2px 20px;
  border: 0;
  border-radius: 23px;
  font-family: 'proxima-nova', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 13px;
  font-size: min(13rem, calc(13px * 1.5));
  display: inline-block;
  height: max-content;
}

.alf-status.Open {
  background-color: #e8e4fa;
  color: #6648dc;
  border: 3px solid #e8e4fa;
}

.alf-status.Closed {
  background-color: #fff;
  color: #6648dc;
  border: 3px solid #e8e4fa;
}

.container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  background-attachment: fixed;
  background-position: 50% -30vw;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

@media (min-width: 1280px) {
  .container {
    background-position: 50% 100%;
  }
}

@media (min-width: 1980px) {
  .container {
    background-attachment: fixed;
    background-size: contain;
  }
}

.alf-footer {
  width: 100%;
  padding: 33px 44px 33px 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f9fafb;
  justify-content: space-between;
}
.alf-footer .text {
  display: inline-flex;
}

.alf-footer .divider {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.alf-footer .title {
  color: #6647dc;
  text-decoration: none;
  font-size: 22px;
  font-size: min(22rem, calc(22px * 1.5));
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 26px;
  font-family: 'Mulish';
  word-break: break-word;
}

.alf-footer .phone {
  color: #6647dc;
  text-decoration: none;
  font-family: 'MulishBold';
  font-size: 22px;
  font-size: min(22rem, calc(22px * 1.5));
  font-weight: 900;
}

.alf-footer .link {
  color: #fff;
  margin-top: 16px;
  margin-right: 36px;
  text-decoration: none;
  font-size: 18px;
  font-size: min(18rem, calc(18px * 1.5));
}

.alf-footer .logo {
  display: block;
  float: right;
  text-align: right;
}

.alf-footer .copy {
  text-align: left;
  color: #6647dc;
  font-size: 9px;
  font-size: min(9rem, calc(9px * 1.5));
  font-weight: 700;
}
.alf-footer .button {
  font-size: min(16rem, calc(16px * 1.5));
  height: 32px;
  margin-right: 20px;
  margin-top: 14px;
}
.privacy {
  text-decoration: unset;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-size: min(28rem, calc(28px * 1.5));
  font-weight: 600;
}
.alf-footer .privacy:hover {
  text-decoration: underline;
}
.alf-footer .message {
  margin-top: 26px;
  max-width: 969px;
  color: #6647dc;
  text-decoration: none;
  font-size: 14px;
  font-size: min(14rem, calc(14px * 1.5));
  font-weight: 700;
  margin-right: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  font-family: 'Mulish';
  word-break: break-word;
}
.alf-footer .buttons-div {
  display: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 960px) {
  .alf-footer .text {
    display: block;
  }
}

@media (max-width: 767px) {
  .alf-footer .title {
    margin-bottom: 10px;
  }
  .alf-footer .divider {
    text-align: center;
  }
  .alf-footer .logo {
    display: block;
    float: none;
    text-align: center;
  }
  .alf-footer {
    display: block;
  }
  .alf-footer .copy {
    text-align: center;
  }
  .alf-footer .buttons-div {
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
  }
  .alf-footer .button {
    margin-right: 0px !important;
  }
  .alf-footer .message {
    margin-right: 0px;
  }
}

/* Small Screen */
@media (min-width: 0px) {
  .maintenanceLogo .logo {
    width: 80px;
    margin: 3%;
  }
  .maintenanceImg {
    width: 271px;
    margin: 5%;
  }
  .maintenancePage .panelLeft {
    text-align: center;
  }
  .maintenancePage .rightItems {
    width: 360px;
  }
  .circleIcon .icon {
    width: 50%;
  }
  .maintenancePage .circleIcon {
    text-align: center;
  }
  .maintenancePage .item-subtitle {
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }
  .maintenancePage .item-paragraph {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
  .maintenancePage .customerService {
    margin-top: 5%;
  }
}

/* Medium Screen */
@media (min-width: 700px) {
  .maintenancePage .rightItems {
    width: 700px;
  }
  .maintenanceImg {
    width: 300px;
  }
  .maintenancePage .panelRight {
    height: 140px;
  }
  .circleIcon .icon {
    width: auto;
  }
  .maintenancePage .item-subtitle {
    font-size: 24px !important;
  }
  .maintenancePage .item-paragraph {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* Large Screen */
@media (min-width: 1280px) {
  .maintenanceLogo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .maintenancePage .panelLeft {
    text-align: end !important;
  }
  .maintenancePage .panelRight {
    height: 440px;
  }
  .maintenanceLogo .logo {
    width: 280px;
    margin-bottom: 0px;
  }
  .maintenanceImg {
    width: 471px;
    margin: 0px;
  }
  .maintenancePage {
    margin: 2%;
  }
  .circleIcon .icon {
    margin-top: 10px;
  }
  .maintenancePage .rightItems {
    width: 524px;
  }
  .maintenancePage .circleIcon {
    text-align: left;
  }
  .maintenancePage .customerService {
    margin-top: 56px;
  }
}

@media (min-width: 1280px) {
  .landing-hr {
    position: absolute;
    height: 390px;
    width: 0px;
    border: 1px solid #6648dc;
    display: block !important;
  }
  .panelRight {
    padding-left: 5%;
    padding-right: 5%;
  }
  .col-hr {
    margin-top: 0px !important;
  }
}
@media (min-width: 900px) {
  .col-hr {
    padding: 0% 1% !important;
  }
}
@media (min-width: 768px) {
  .col-hr {
    width: 544px;
    margin-top: 25px;
    padding: 0% 8%;
  }
  .landing-hr {
    border: 1px solid #6648dc;
    display: block !important;
  }
  .panelRight {
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    align-items: center;
  }
  .panelLeft {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.landing-hr {
  display: none;
}

/* Small Screen */
@media (min-width: 0px) {
  .panel {
    text-align: center;
  }
  .item-icon {
    margin-top: 40px;
    margin-right: 0px;
  }
  .second-row {
    margin-bottom: 50px;
  }
}

/* Medium Screen */
@media (min-width: 700px) {
  .panel {
    text-align: center;
  }
  .item-icon {
    margin-top: 10px;
    margin-right: 0px;
  }
  .first-row {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .second-row-text {
    text-align: left;
    margin-left: 29px;
  }
}

/* Large Screen */
@media (min-width: 1280px) {
  .panel {
    text-align: left;
    height: 440px;
    display: grid;
    align-content: space-between;
  }
  .item-icon {
    margin-top: 0px;
    margin-right: 64px;
  }
  .item-subtitle {
    margin-bottom: 20px !important;
  }
  .first-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .second-row {
    margin-bottom: 0px;
  }
  .second-row-text {
    margin-left: 0px !important;
  }
}

.item-subtitle {
  color: #6647dc !important;
}
.item-paragraph {
  color: #6647dc !important;
}
.button {
  width: 177px;
  margin-top: 20px;
  font-size: 16px;
}

/* Small Screen */
@media (min-width: 0px) {
  .initial {
    margin: 15px;
    display: grid;
    grid-gap: 20px;

    .subtitle {
      font-size: 15px;
      font-weight: 600;
      color: #5b564d;
    }

    .policyError {
      background: #fef7f6 0% 0% no-repeat padding-box;
      display: flex;
      padding: 15px;

      .policyError-text {
        font-size: min(16rem, calc(16px * 1.5));
        color: #dc2a2a;
        margin-left: 15px;
        width: 80%;
      }
    }

    .inputs {
      display: block;

      .alf-typography.caption1 {
        font-weight: 600;
        color: #5b564d;
      }
    }

    ul {
      padding-left: 20px !important;
    }

    li {
      color: #5b564d;
      p {
        font-size: 14px !important;
      }
    }

    .customerService {
      text-align: justify;
    }

    .span {
      color: #5b564d;
      font-size: 14px;
      font-size: min(14rem, calc(14px * 1.5));
    }

    .responsability {
      color: #5b564d;
      font-size: 14px;
      font-size: min(14rem, calc(14px * 1.5));
      font-weight: 600;
    }

    .buttonRow {
      text-align: center;
      margin-top: 10px;

      .continue-button {
        min-width: 120px;
        margin-bottom: 24px;
        border-radius: 6px;
        font-size: 16px;
      }
    }
  }
}

/* Medium Screen */
@media (min-width: 700px) {
  .initial {
    margin: 30px 100px 30px 100px;

    .inputs {
      display: flex !important;
      justify-content: space-between;

      .inputLeft {
        width: 48%;
      }
      .inputRight {
        width: 48%;
      }
    }

    .continue-button {
      min-width: 320px !important;
    }
  }
}

/* Large Screen */
@media (min-width: 1280px) {
  .initial {
    margin: 30px 160px 60px 160px;

    .subtitle {
      font-size: 18px;
    }

    .customerService {
      color: #5b564d;
      font-size: 16px;
      font-size: min(16rem, calc(16px * 1.5));
      line-height: 20px;
      font-weight: 500;

      .phone {
        color: #6647dc;
        font-weight: 600;
      }
    }
  }
}

.make_payment__button {
  margin: 10px;
}
.make_payment__button:hover,
.make_payment__button:focus {
  cursor: pointer;
  background: #483499 !important;
  color: #fff !important;
  box-shadow: 0px 0px 6px 1px #6648dc;
  outline: none;
  border: 3px solid #483499 !important;
}

.make_payment__logo {
  margin-bottom: 30px;
  margin-top: 20px;
}

.make_payment__text {
  font-size: 16px !important;
}

.make_payment__child {
  text-align: center;
}

/* Small screen */
@media (min-width: 0px) { 
  .make_payment__child {
    margin: 0px ;
  }
}

/* Medium screen */
@media (min-width: 700px) { 
  .make_payment__child {
    margin:25px 20px 20px ;
  }
}
/* Small Screen */
@media (min-width: 0px) {
  .summary-payment {
    margin: 15px;
    display: grid;
    grid-gap: 20px;

    .policyInfo {
      display: grid;
      grid-gap: 20px;
    }

    .policyError {
      background: #ebfaf5 0% 0% no-repeat padding-box;
      display: flex;
      padding: 15px;

      .policyError-text {
        font-size: min(16rem, calc(16px * 1.5));
        color: #1e824c;
        margin-left: 15px;
        width: 90%;
      }
    }

    .subtitle {
      font-size: 15px;
      font-weight: 600;
      color: #5b564d;
    }

    .value {
      font-size: 15px;
      color: #5b564d;
    }

    .hr {
      height: 0px;
      width: 190px;
      margin-left: 0px;
    }

    .checkbox {
      font-size: 14px;
      font-size: min(14rem, calc(14px * 1.5));

      .checkboxMoney {
        font-size: 12px;
        font-size: min(12rem, calc(12px * 1.5));
      }

      #amountDue {
        padding-top: 6px;
      }

      #otherAmount {
        margin-top: 8px !important;
      }

      .caption {
        display: grid;
        padding-left: 35px;
        margin-bottom: 12px;
      }

      .otherAmountCaption {
        padding-left: 35px;
        margin-bottom: 12px;
      }

      #otherAmountInput {
        border: none;
        border-radius: 0px;
        background-color: #f6f5fb;
        height: 36px;
        width: 150px;
        position: relative;
        font-family: Mulish;
        padding-left: 10px;
      }
    }

    .paymentType {
      display: grid;
    }

    .span {
      color: #5b564d;
      font-size: 14px;
      font-size: min(14rem, calc(14px * 1.5));
    }

    .customerService {
      color: #5b564d;
      font-size: 16px;
      font-size: min(16rem, calc(16px * 1.5));
      line-height: 20px;
      font-weight: 500;

      .phone {
        color: #6647dc;
        font-weight: 600;
      }
    }

    .buttonRow {
      text-align: center;
      margin-top: 10px;

      .continue-button {
        min-width: 120px;
        margin-bottom: 24px;
        border-radius: 6px;
        font-size: 16px;
      }
    }
  }
}
/* Medium Screen */
@media (min-width: 700px) {
  .summary-payment {
    margin: 30px 100px 30px 100px;

    .policyInfo {
      display: flex !important;
    }
    .hr {
      width: 420px !important;
    }

    .checkbox {
      .caption {
        display: flex !important;
        align-items: center;
      }

      .otherAmountCaption {
        display: flex !important;
        padding-left: 35px;
        margin-bottom: 12px;

        .otherAmount {
          margin-top: 6px;
        }

        .alf-formfield {
          margin-left: 10px;
        }
      }

      .checkboxMoney {
        margin-left: 10px;
      }
    }

    .paymentType {
      display: flex !important;
      align-items: center;

      .breakdown {
        margin-left: 10px;
      }
    }

    .continue-button {
      min-width: 320px !important;
    }
  }
}

/* Large Screen */
@media (min-width: 1280px) {
  .summary-payment {
    margin: 30px 160px 60px 160px;

    .policyInfo {
      display: grid;
      grid-gap: 20px;
    }

    .subtitle {
      font-size: 18px;
    }

    .checkbox {
      font-size: 18px;
      font-size: min(18rem, calc(18px * 1.5));

      .checkboxMoney {
        font-size: 14px;
        font-size: min(14rem, calc(14px * 1.5));
      }
    }
  }
}

.paymentLayout {
  position: relative;
  height: 100%;
}

#landingInformational {
  text-align: center;
}
#landingInformational .list-item {
  display: flex;
  margin: 0pc 4px 10px 4px;
  align-items: center;
}

@media (min-width: 450px) {
  #landingInformational .list-item {
    font-size: 100%;
  }
}
#landingInformational .icon-title {
  color: #6647dc;
  font-size: 1em;
  white-space: nowrap;
  line-height: 20px;
}
#landingInformational .row {
  max-width: 600px;
  margin: auto;
}
#landingInformational .ul {
  margin: 0px;
  padding: 0px;
}
#landingInformational .primary-button {
  min-width: 320px;
  margin-bottom: 24px;
  border-radius: 6px;
  font-size: 16px;
}
#landingInformational .second-button {
  min-width: 320px;
  border-radius: 6px;
  font-size: 16px;
}
#landingInformational .subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #6647dc;
}
#landingInformational .first-subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #6647dc;
}
#landingInformational .first-paragraph {
  color: #6647dc;
}
#landingInformational .second-subtitle {
  margin-top: 90px;
  margin-bottom: 20px;
  color: #6647dc;
}
#landingInformational .mobile {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#landingInformational .mobile-p {
  color: #6647dc;
  margin-bottom: 10px;
}
#landingInformational .mobile-second-p {
  color: #6647dc;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #landingInformational .first-subtitle {
    color: #6647dc;
    padding: 0% 6%;
  }
  #landingInformational .first-paragraph {
    color: #6647dc;
    padding: 0% 6%;
  }
  #landingInformational .second-subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #6647dc;
  }
}

@media (min-width: 1280px) {
  #landingInformational .second-subtitle {
    margin-top: 90px;
    margin-bottom: 20px;
    color: #6647dc;
  }
  #landingInformational {
    margin-top: 25px;
  }
}

.link_policy__button {
  margin: 0px 10px 10px;
  width: 170px;
}
.link_policy__button:hover,
.link_policy__button:focus {
  cursor: pointer;
  background: #483499 !important;
  color: #fff !important;
  box-shadow: 0px 0px 6px 1px #6648dc;
  outline: none;
  border: 3px solid #483499 !important;
}

.link_policy__container {
  height: '100%';
  display: 'flex';
  justify-content: 'center';
  align-items: 'center'
}

.link_policy__card {
  width: 420;
  padding: '10px 10px'
}

.link_policy__success {
  padding: 12;
  background-color: 'hsla(177; 40%; 66%; 20%)';
  font-size: 'min(14rem; calc(14px * 1.5))';
  color: '#333333';
  margin-bottom: 16
}

.link_policy__circularProgress {
  display: 'flex';
  justify-content: 'center'
}

.link_policy__errorPolicy {
  background: '#FEF7F6 0% 0% no-repeat padding-box';
  padding: 12;
  font-size: 'min(14rem; calc(14px * 1.5))';
  color: '#DC2A2A';
  margin-bottom: 16
}
.policy-view > .header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 47px;
}

.policy-view .header .add-policy {
  margin-top: 20px;
}

.policy-view .alf-card {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .policy-view .alf-card {
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .policy-view .searchView {
    width: 30%;
    position: absolute;
    right: 48px;
  }
}

@media (max-width: 768px) {
  .policy-view .searchView {
    width: 50%;
  }
}

@media (max-width: 1279px) {
  .policy-view .billing-buttons {
    margin-top: 32px;
  }
}

@media (min-width: 1920px) {
  .policy-view .billing-separator {
    border-right: 1px solid #707070;
  }
  .policy-view .billing-cancellation {
    display: none;
  }
}

.policy-view .billing-content {
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .policy-view .box-content {
    display: flex;
  }
  .policy-view .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .policy-view .header .add-policy {
    margin: 0;
  }
  .policy-view .alf-card {
    margin-bottom: 16px;
  }
  .policy-view .searchView {
    min-width: 20%;
    position: absolute;
    right: 260px;
  }
}

.claimDetailsHeader {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.icon {
  margin-top: -2px !important;
}

.claimDetailsHeader .title {
  color: #000000 !important;
  margin-right: 20px;
  font-size: 20px !important;
}
.firsRow .title {
  color: #000000 !important;
  margin-right: 20px;
  font-size: 20px !important;
}

.causeloss {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.location {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.subtitles {
  margin-left: 7px;
  font-size: 14px !important;
}

@media only screen and (max-width: 1280px) {
  .firsRow {
    display: flex;
  }
  .secondRow {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .firsRow {
    display: flex;
    justify-content: space-between;
  }
  .subtitles {
    margin-left: 0px;
    font-size: 12px !important;
  }
  .causeloss {
    margin-right: 0px;
    padding-left: 0px !important;
  }

  .location {
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.alf-claims-root {
  flex-grow: 1;
  background-color: transparent;
}
.alf-claims-root .alf-claims-title {
  display: flex;
  justify-content: space-between;
}
.alf-claims-root .alf-claims-title .report-loss-button {
  width: 155px;
  margin-right: 16px;
}

@media (min-width: 1280px) {
  .withoutClaims {
    display: flex;
    align-items: center;
  }
  .withoutClaims .submit-button {
    margin-left: 16px;
  }
}
@media (max-width: 1199px) {
  .withoutClaims .submit-button {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .alf-claims-root .alf-claims-title {
    display: block;
  }
  .alf-claims-root .alf-claims-title .alf-claims-title-button {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .alf-claims-root .alf-claims-title .report-loss-button {
    margin-right: -12px;
  }
}

.claim-details.alf-panel {
  box-shadow: none;
}
.claim-details.alf-panel:not(:last-child) {
  border-bottom: 1pt solid #b5b5b5;
}
.claim-details.alf-panel::before {
  display: none;
}

.claim-details.alf-panel > .summary {
  padding-left: 0px;
  margin-bottom: -1px;
  min-height: 56px;
}

.claim-details.alf-panel.expanded > .summary > .content {
  margin: 12px 0;
}

.claim-details.alf-panel .details {
  padding: 0;
}

.circularProgress {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.claim-information {
  margin-bottom: 10px;
  display: flex;
}

.claim-information .title {
  font-size: 15px;
}

.claim-information .value {
  font-size: 15px;
  font-weight: 800;
}

.claim-information .row {
  margin-bottom: 10px;
}
.claim-information .link {
  color: #6647dc;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

@media only screen and (max-width: 1280px) {
  .claim-information {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .alf-panel > .summary {
    display: block;
    padding-right: 0px;
  }
}

.claim-details-small {
  width: 100%;
}

.claim-details-child {
  width: 90%;
  margin-left: 20px;
}

.claim-details-title {
  margin-right: 20px;
  font-size: 13px;
  font-weight: 800;
}

.claim-details-big {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.success__paragraph {
  margin-bottom: 10px;
}
.success__content {
  margin-right: 20px;
  margin-left: 20px;
}
.success__button {
  width: 185px;
}
.success__icon {
  text-align: center;
  margin-bottom: 10px;
}
.success__title {
  margin-bottom: 20px;
  text-align: center;
}
.success__caption5 {
  margin-top: 20px;
  font-size: 16px !important;
  font-weight: 600;
  padding: 0px 10px;
}
.preferredEmail__content {
  margin-right: 20px;
  margin-left: 20px;
}
.preferredEmail__div {
  display: flex;
  justify-content: space-between;
}
.preferredEmail__title {
  margin-bottom: 20px;
  text-align: center;
}
.preferredEmail__span_confirm {
  background-color: #F5F7F9;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.preferredEmail__span_paperless {
  background-color: #F5F7F9;
  padding: 15px;
  margin-top: 15px;
}

.preferredEmail__span_content {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

/* Small Screen */
@media (min-width: 0px) { 
  .preferredEmail__div {
    width: 290px;
  }
  .preferredEmail__button {
    width: 130px;
  }
}

/* Medium Screen */
@media (min-width: 700px) {
  .preferredEmail__title {
    white-space: pre-line;
  }
  .preferredEmail__div {
    width: 420px;
  }
  .preferredEmail__button {
    width: 200px;
  }
}
.discount__button {
  width: 115px;
}

.discount__title {
  color: #483498 !important;
  margin-bottom: 20px;
  text-align: center !important;
}

.discount__children {
  background-color: #F5F7F9;
  padding: 15px;
}

.discount__subtitle {
  margin-bottom: 10px
}

.discount__paragraph {
  text-align: justify
}

.warning__paragraph {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
}

.warning__content {
  margin: 0px 32px;
}

.warning__button {
  width: 115px;
}

.warning__warning_div {
  text-align: center;
  margin-bottom: 10px;
  background-color: #F5F7F9;
  padding: 15px 5px 15px 5px;
}

.warning__warning_title {
  font-size: 13px;
  margin-bottom: 10px;
}

.warning__div_warning_content {
  font-size: 13px;
}
.paperless__div_discount {
  display: inline-block;
}

.paperless__discountButton {
  font-size: 13px !important;
  color: #6648DC !important;
  cursor: pointer;
  text-decoration: underline;
}

.paperless__dt_switch {
  margin: 0px;
  display: flex;
  justify-content: space-between;
}

.paperless__dt_button {
  margin-top: 30px;
  text-align: center;
}

.paperless__email {
  text-align: left;
  color: #6648DC !important;
  cursor: pointer;
}

.paperless__updateEmail {
  margin-bottom: 32px;
  text-align: right;
  color: #6648DC !important;
  cursor: pointer;
  text-decoration: underline;
}

.paperless__pendingEmailUpdate {
  margin-bottom: 32px;
  text-align: right;
  color: #5b564d !important;
}                        

.paperless__dt_pendingEmailUpdate{
  margin-top: 30px;
  margin-bottom: 32px;
}

/* Small Screen */
@media (min-width: 0px) { 
  .paperless__div_email {
    display: block;
  }
  .paperless__dt_pendingEmailUpdate{
    display: block;
  }
  .paperless__email {
    margin-bottom: 12px;
  }
}

/* Medium Screen */
@media (min-width: 700px) {
  .paperless__div_email {
    display: flex;
    justify-content: space-between;
  }
  .paperless__dt_pendingEmailUpdate{
    display: flex;
    justify-content: space-between;
  }
  .paperless__email {
    margin-bottom: 32px;
  }
}
.billing > .circularProgress {
  display: flex;
  justify-content: center;
}

.billing > .errorMessage {
  display: inline-block;
  color: #dc2a2a;
  margin-top: 10;
  margin-bottom: 20;
}

.billing > .billing-hr {
  margin: 25px 15px 25px 15px;
}

.alf-card.billing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.billing .typography {
  display: inline-block;
  color: #dc2a2a;
  margin-top: 10;
  margin-bottom: 20;
}

.billing .contact-number {
  color: #6648dc;
  text-decoration: none;
}

.no-policies__heading {
  font-size: 1px;
  font-size: min(1rem, calc(1px * 1.5)) !important;
  text-align: center;
  margin-bottom: 10px;
}

.no-policies__help {
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5)) !important;
}

.no-policies__link {
  width: 100%;
  margin: 20px 0;
}

@media (min-width: 576px) {
  .no-policies__card {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .no-policies__heading {
    font-size: 24px;
    font-size: min(24rem, calc(24px * 1.5)) !important;
    margin-top: 20px;
  }

  .no-policies__link {
    font-size: 20px;
    font-size: min(20rem, calc(20px * 1.5));
    margin: 30px 0;
  }

  .no-policies__help {
    font-size: 18px;
    font-size: min(18rem, calc(18px * 1.5)) !important;
  }

  .no-policies__card {
    max-width: 550px;
  }
}

.adminPage-wrapper {
  display: flex;
  place-content: center;

  .adminPage-card {
    width: 530px;
    display: inline;
    text-align: center;
    padding: 54px 48px !important;

    .adminPage-search.landing {
      width: 75%;
      display: inline-block;
    }

    .adminPage-search {
      width: 100%;
      display: inline-block;
    }
  }
}

.help_main_title {
  font-weight: 900 !important;
}

.help_main_subtitle {
  font-size: 16px !important;
  font-weight: 600;
}

.help_container {
  max-width: 800px;
  margin: 0px auto;
}

.help_list {
  box-shadow: 0px 6px 9px 5px #d5d5d5;
  margin-top: 30px;
  padding: 18px 18px 0px 18px;
  border-radius: 10px;
}

.help_list > .help_title {
  margin-bottom: 15px;
  padding-left: 5px;
}

.help_list_group {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  list-style: none;
}

.help_list_item {
  border-top: solid 1px lightgray;
  margin: 0px 5px;
}

.help_list_item > .alf-panel > .summary {
  padding: 0 18px 0 18px !important;
}

.help_list_item > .alf-panel > .summary > .button {
  margin-top: 0px !important;
}

.help_list_item > .alf-panel > .summary > .content {
  margin: 18px 0 !important;
}

.help_list_item > .alf-panel:hover {
  background-color: #e8e4fa !important;
}

.help_list_item > .alf-panel.expanded {
  background-color: #e8e4fa !important;
}

.help_list_item > .alf-panel.expanded > .summary {
  border-left: solid 5px #483499;
}

.help_list_item > .alf-panel.onFocus {
  box-shadow: 0px 0px 0px 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.help_spinner {
  display: flex;
  justify-content: center;
}


.user-profile-policy:not(:last-child) { 

 border-bottom: 1pt solid #B5B5B5;
}
.user-profile-policy { 

 padding: 16px;
 cursor: pointer;
 
}
   .user-profile {
  
   min-width:0;
  }
@media (min-width: 768px) {
 
   .user-profile {
  
   min-width:500px;
  }
}
@media (min-width: 1280px) {
 
   .user-profile {
  
   min-width:600px;
  }
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6.25%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Mulish';
  font-weight: 400;
  src:
    url(/static/media/Mulish-Regular.0891bd52a3a35717dbbe.woff2) format('woff2'),
    url(/static/media/Mulish-Regular.ca02cc1a1e4dbb7761aa.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MulishSemiBold';
  font-weight: 900;
  src:
    url(/static/media/Mulish-Bold.ba107d8429108b0cf947.woff2) format('woff2'),
    url(/static/media/Mulish-Bold.bc857158533a1fc3ae71.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MulishBold';
  font-weight: 900;
  src:
    url(/static/media/Mulish-Black.41524c25ed8eb1d7beff.woff2) format('woff2'),
    url(/static/media/Mulish-Black.ab411e28d2433f93d569.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-size: 16px;
  font-size: min(16rem, calc(16px * 1.5));
  font-family: 'Mulish';
}
@media print {
  body {
    background-color: #fff;
  }
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}


/*# sourceMappingURL=index.e14da961.css.map*/