
@media (max-width: 575px)  {
  .u-form-vertical .u-form-group {
    width: 100%;
  }
}
@media (max-width: 575px)  {
  .u-form-vertical .u-form-group.u-label-left {
    display: block;
  }
}
@media (max-width: 767px)  {
  .u-form-horizontal {
    flex-direction: column;
    align-items: stretch;
    margin: -0.5rem !important;
  }
  .u-form-horizontal .u-form-group {
    border: 0.5rem solid transparent !important;
    margin-right: 0 !important;
  }
  .u-form-horizontal label {
    display: none;
  }
  .u-form-horizontal .u-btn-submit {
    flex-grow: 1;
  }
}
@media (min-width: 1400px)  {
  .u-progress-text-hidden-xxl .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-progress-text-hidden-xxl .u-form-progress-text {
    display: none !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-text {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-progress-text-hidden-xl .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-xxl-mode .u-progress-text-hidden-xl .u-form-progress-text {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-progress-text-hidden-lg .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-progress-text-hidden-lg .u-form-progress-text {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-progress-text-hidden-md .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-progress-text-hidden-md .u-form-progress-text {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-progress-text-hidden-sm .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-progress-text-hidden-sm .u-form-progress-text {
    display: none !important;
  }
}
@media (max-width: 575px)  {
  .u-progress-text-hidden-xs .u-form-progress-inner {
    margin-bottom: 0;
  }
  .u-progress-text-hidden-xs .u-form-progress-text {
    display: none !important;
  }
}
@media (min-width: 1400px)  {
  .u-hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-hidden-md {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 575px)  {
  .u-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1400px)  {
  .u-text-default-xxl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-text-default-xxl:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-xl-mode .u-text-default-xl:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-xxl-mode .u-text-default-xl:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-text-default-lg {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-text-default-lg:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-text-default-md {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-text-default-md:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-text-default-sm {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-text-default-sm:empty {
    display: block;
    width: 15px;
  }
}
@media (max-width: 575px)  {
  .u-text-default-xs {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .u-text-default-xs:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 1400px)  {
  .u-sheet {
    width: var(--theme-sheet-width-xxl) !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-sheet {
    width: var(--theme-sheet-width-lg) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-sheet {
    width: var(--theme-sheet-width-md) !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-sheet {
    width: var(--theme-sheet-width-sm) !important;
  }
}
@media (max-width: 575px)  {
  .u-sheet {
    width: var(--theme-sheet-width-xs) !important;
  }
}
@media (min-width: 1400px)  {
  .u-expanded-width-xxl {
    width: 100% !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-expanded-width-xl {
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-expanded-width-xl {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-expanded-width-lg {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-expanded-width-md {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-expanded-width-sm {
    width: 100% !important;
  }
}
@media (max-width: 575px)  {
  .u-expanded-width-xs {
    width: 100% !important;
  }
}
@media (min-width: 1400px)  {
  .u-expanded-width:not(.custom-expanded)-xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-expanded-width:not(.custom-expanded)-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-expanded-width:not(.custom-expanded)-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-expanded-width:not(.custom-expanded)-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px)  {
  .u-expanded-width:not(.custom-expanded)-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px)  {
  .u-expanded-height-xxl {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-expanded-height-lg {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-expanded-height-md {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-expanded-height-sm {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (max-width: 575px)  {
  .u-expanded-height-xs {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 1400px)  {
  .u-expanded-height:not(.custom-expanded)-xxl {
    top: 0 !important;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-expanded-height:not(.custom-expanded)-lg {
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-expanded-height:not(.custom-expanded)-md {
    top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-expanded-height:not(.custom-expanded)-sm {
    top: 0 !important;
  }
}
@media (max-width: 575px)  {
  .u-expanded-height:not(.custom-expanded)-xs {
    top: 0 !important;
  }
}
@media (min-width: 1400px)  {
  .u-valign-middle-xxl,
  .u-valign-top-xxl,
  .u-valign-bottom-xxl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-valign-middle-xl,
  .u-xl-mode .u-valign-top-xl,
  .u-xl-mode .u-valign-bottom-xl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-valign-middle-xl,
  .u-xxl-mode .u-valign-top-xl,
  .u-xxl-mode .u-valign-bottom-xl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-valign-middle-lg,
  .u-valign-top-lg,
  .u-valign-bottom-lg {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-valign-middle-md,
  .u-valign-top-md,
  .u-valign-bottom-md {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-valign-middle-sm,
  .u-valign-top-sm,
  .u-valign-bottom-sm {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px)  {
  .u-valign-middle-xs,
  .u-valign-top-xs,
  .u-valign-bottom-xs {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1400px)  {
  .u-valign-middle-xxl {
    justify-content: center;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-valign-middle-xl {
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-valign-middle-xl {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-valign-middle-lg {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-valign-middle-md {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-valign-middle-sm {
    justify-content: center;
  }
}
@media (max-width: 575px)  {
  .u-valign-middle-xs {
    justify-content: center;
  }
}
@media (min-width: 1400px)  {
  .u-valign-top-xxl {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-valign-top-xl {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-valign-top-xl {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-valign-top-lg {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-valign-top-md {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-valign-top-sm {
    justify-content: flex-start;
  }
}
@media (max-width: 575px)  {
  .u-valign-top-xs {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px)  {
  .u-valign-bottom-xxl {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-valign-bottom-xl {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-valign-bottom-xl {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-valign-bottom-lg {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-valign-bottom-md {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-valign-bottom-sm {
    justify-content: flex-end;
  }
}
@media (max-width: 575px)  {
  .u-valign-bottom-xs {
    justify-content: flex-end;
  }
}
@media (max-width: 767px)  {
  :not(.u-sheet) > [class*="u-gutter-"]:not(.u-gutter-0).u-expanded-width {
    overflow: hidden;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout-row > * {
    min-width: 100%;
  }
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout .u-layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .u-absolute-hcenter,
  .u-absolute-hcenter-sm {
    max-width: 100%;
  }
}
@media (max-width: 575px)  {
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout-row > * {
    min-width: 100%;
  }
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout .u-layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .u-absolute-hcenter,
  .u-absolute-hcenter-xs {
    max-width: 100%;
  }
}
@media (min-width: 1400px)  {
  .u-layout-row > .u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-layout-col > .u-size-60-xl {
    flex: 60 0 auto;
  }
  .u-layout-row > .u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-layout-col > .u-size-59-xl {
    flex: 59 0 auto;
  }
  .u-layout-row > .u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-layout-col > .u-size-58-xl {
    flex: 58 0 auto;
  }
  .u-layout-row > .u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-layout-col > .u-size-57-xl {
    flex: 57 0 auto;
  }
  .u-layout-row > .u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-layout-col > .u-size-56-xl {
    flex: 56 0 auto;
  }
  .u-layout-row > .u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-layout-col > .u-size-55-xl {
    flex: 55 0 auto;
  }
  .u-layout-row > .u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-layout-col > .u-size-54-xl {
    flex: 54 0 auto;
  }
  .u-layout-row > .u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-layout-col > .u-size-53-xl {
    flex: 53 0 auto;
  }
  .u-layout-row > .u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-layout-col > .u-size-52-xl {
    flex: 52 0 auto;
  }
  .u-layout-row > .u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-layout-col > .u-size-51-xl {
    flex: 51 0 auto;
  }
  .u-layout-row > .u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-layout-col > .u-size-50-xl {
    flex: 50 0 auto;
  }
  .u-layout-row > .u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-layout-col > .u-size-49-xl {
    flex: 49 0 auto;
  }
  .u-layout-row > .u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-layout-col > .u-size-48-xl {
    flex: 48 0 auto;
  }
  .u-layout-row > .u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-layout-col > .u-size-47-xl {
    flex: 47 0 auto;
  }
  .u-layout-row > .u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-layout-col > .u-size-46-xl {
    flex: 46 0 auto;
  }
  .u-layout-row > .u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-layout-col > .u-size-45-xl {
    flex: 45 0 auto;
  }
  .u-layout-row > .u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-layout-col > .u-size-44-xl {
    flex: 44 0 auto;
  }
  .u-layout-row > .u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-layout-col > .u-size-43-xl {
    flex: 43 0 auto;
  }
  .u-layout-row > .u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-layout-col > .u-size-42-xl {
    flex: 42 0 auto;
  }
  .u-layout-row > .u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-layout-col > .u-size-41-xl {
    flex: 41 0 auto;
  }
  .u-layout-row > .u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-layout-col > .u-size-40-xl {
    flex: 40 0 auto;
  }
  .u-layout-row > .u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-layout-col > .u-size-39-xl {
    flex: 39 0 auto;
  }
  .u-layout-row > .u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-layout-col > .u-size-38-xl {
    flex: 38 0 auto;
  }
  .u-layout-row > .u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-layout-col > .u-size-37-xl {
    flex: 37 0 auto;
  }
  .u-layout-row > .u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-layout-col > .u-size-36-xl {
    flex: 36 0 auto;
  }
  .u-layout-row > .u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-layout-col > .u-size-35-xl {
    flex: 35 0 auto;
  }
  .u-layout-row > .u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-layout-col > .u-size-34-xl {
    flex: 34 0 auto;
  }
  .u-layout-row > .u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-layout-col > .u-size-33-xl {
    flex: 33 0 auto;
  }
  .u-layout-row > .u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-layout-col > .u-size-32-xl {
    flex: 32 0 auto;
  }
  .u-layout-row > .u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-layout-col > .u-size-31-xl {
    flex: 31 0 auto;
  }
  .u-layout-row > .u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-layout-col > .u-size-30-xl {
    flex: 30 0 auto;
  }
  .u-layout-row > .u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-layout-col > .u-size-29-xl {
    flex: 29 0 auto;
  }
  .u-layout-row > .u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-layout-col > .u-size-28-xl {
    flex: 28 0 auto;
  }
  .u-layout-row > .u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-layout-col > .u-size-27-xl {
    flex: 27 0 auto;
  }
  .u-layout-row > .u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-layout-col > .u-size-26-xl {
    flex: 26 0 auto;
  }
  .u-layout-row > .u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-layout-col > .u-size-25-xl {
    flex: 25 0 auto;
  }
  .u-layout-row > .u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-layout-col > .u-size-24-xl {
    flex: 24 0 auto;
  }
  .u-layout-row > .u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-layout-col > .u-size-23-xl {
    flex: 23 0 auto;
  }
  .u-layout-row > .u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-layout-col > .u-size-22-xl {
    flex: 22 0 auto;
  }
  .u-layout-row > .u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-layout-col > .u-size-21-xl {
    flex: 21 0 auto;
  }
  .u-layout-row > .u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-layout-col > .u-size-20-xl {
    flex: 20 0 auto;
  }
  .u-layout-row > .u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-layout-col > .u-size-19-xl {
    flex: 19 0 auto;
  }
  .u-layout-row > .u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-layout-col > .u-size-18-xl {
    flex: 18 0 auto;
  }
  .u-layout-row > .u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-layout-col > .u-size-17-xl {
    flex: 17 0 auto;
  }
  .u-layout-row > .u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-layout-col > .u-size-16-xl {
    flex: 16 0 auto;
  }
  .u-layout-row > .u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-layout-col > .u-size-15-xl {
    flex: 15 0 auto;
  }
  .u-layout-row > .u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-layout-col > .u-size-14-xl {
    flex: 14 0 auto;
  }
  .u-layout-row > .u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-layout-col > .u-size-13-xl {
    flex: 13 0 auto;
  }
  .u-layout-row > .u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-layout-col > .u-size-12-xl {
    flex: 12 0 auto;
  }
  .u-layout-row > .u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-layout-col > .u-size-11-xl {
    flex: 11 0 auto;
  }
  .u-layout-row > .u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-layout-col > .u-size-10-xl {
    flex: 10 0 auto;
  }
  .u-layout-row > .u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-layout-col > .u-size-9-xl {
    flex: 9 0 auto;
  }
  .u-layout-row > .u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-layout-col > .u-size-8-xl {
    flex: 8 0 auto;
  }
  .u-layout-row > .u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-layout-col > .u-size-7-xl {
    flex: 7 0 auto;
  }
  .u-layout-row > .u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-layout-col > .u-size-6-xl {
    flex: 6 0 auto;
  }
  .u-layout-row > .u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-layout-col > .u-size-5-xl {
    flex: 5 0 auto;
  }
  .u-layout-row > .u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-layout-col > .u-size-4-xl {
    flex: 4 0 auto;
  }
  .u-layout-row > .u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-layout-col > .u-size-3-xl {
    flex: 3 0 auto;
  }
  .u-layout-row > .u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-layout-col > .u-size-2-xl {
    flex: 2 0 auto;
  }
  .u-layout-row > .u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-layout-col > .u-size-1-xl {
    flex: 1 0 auto;
  }
  .u-layout-row > .u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-layout-col > .u-size-0-xl {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode  .u-layout-row > .u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-xl-mode  .u-layout-col > .u-size-60-xl {
    flex: 60 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-59-xl {
    flex: 59 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-58-xl {
    flex: 58 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-xl-mode  .u-layout-col > .u-size-57-xl {
    flex: 57 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-56-xl {
    flex: 56 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-55-xl {
    flex: 55 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-xl-mode  .u-layout-col > .u-size-54-xl {
    flex: 54 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-53-xl {
    flex: 53 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-52-xl {
    flex: 52 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-xl-mode  .u-layout-col > .u-size-51-xl {
    flex: 51 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-50-xl {
    flex: 50 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-49-xl {
    flex: 49 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-xl-mode  .u-layout-col > .u-size-48-xl {
    flex: 48 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-47-xl {
    flex: 47 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-46-xl {
    flex: 46 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-xl-mode  .u-layout-col > .u-size-45-xl {
    flex: 45 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-44-xl {
    flex: 44 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-43-xl {
    flex: 43 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-xl-mode  .u-layout-col > .u-size-42-xl {
    flex: 42 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-41-xl {
    flex: 41 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-40-xl {
    flex: 40 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-xl-mode  .u-layout-col > .u-size-39-xl {
    flex: 39 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-38-xl {
    flex: 38 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-37-xl {
    flex: 37 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-xl-mode  .u-layout-col > .u-size-36-xl {
    flex: 36 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-35-xl {
    flex: 35 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-34-xl {
    flex: 34 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-xl-mode  .u-layout-col > .u-size-33-xl {
    flex: 33 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-32-xl {
    flex: 32 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-31-xl {
    flex: 31 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-xl-mode  .u-layout-col > .u-size-30-xl {
    flex: 30 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-29-xl {
    flex: 29 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-28-xl {
    flex: 28 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-xl-mode  .u-layout-col > .u-size-27-xl {
    flex: 27 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-26-xl {
    flex: 26 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-25-xl {
    flex: 25 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-xl-mode  .u-layout-col > .u-size-24-xl {
    flex: 24 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-23-xl {
    flex: 23 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-22-xl {
    flex: 22 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-xl-mode  .u-layout-col > .u-size-21-xl {
    flex: 21 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-20-xl {
    flex: 20 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-19-xl {
    flex: 19 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-xl-mode  .u-layout-col > .u-size-18-xl {
    flex: 18 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-17-xl {
    flex: 17 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-16-xl {
    flex: 16 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-xl-mode  .u-layout-col > .u-size-15-xl {
    flex: 15 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-14-xl {
    flex: 14 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-13-xl {
    flex: 13 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-xl-mode  .u-layout-col > .u-size-12-xl {
    flex: 12 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-11-xl {
    flex: 11 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-10-xl {
    flex: 10 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-xl-mode  .u-layout-col > .u-size-9-xl {
    flex: 9 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-8-xl {
    flex: 8 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-7-xl {
    flex: 7 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-xl-mode  .u-layout-col > .u-size-6-xl {
    flex: 6 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-5-xl {
    flex: 5 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-4-xl {
    flex: 4 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-xl-mode  .u-layout-col > .u-size-3-xl {
    flex: 3 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-xl-mode  .u-layout-col > .u-size-2-xl {
    flex: 2 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-xl-mode  .u-layout-col > .u-size-1-xl {
    flex: 1 0 auto;
  }
  .u-xl-mode  .u-layout-row > .u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-xl-mode  .u-layout-col > .u-size-0-xl {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode  .u-layout-row > .u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-60-xl {
    flex: 60 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-59-xl {
    flex: 59 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-58-xl {
    flex: 58 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-57-xl {
    flex: 57 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-56-xl {
    flex: 56 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-55-xl {
    flex: 55 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-54-xl {
    flex: 54 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-53-xl {
    flex: 53 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-52-xl {
    flex: 52 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-51-xl {
    flex: 51 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-50-xl {
    flex: 50 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-49-xl {
    flex: 49 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-48-xl {
    flex: 48 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-47-xl {
    flex: 47 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-46-xl {
    flex: 46 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-45-xl {
    flex: 45 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-44-xl {
    flex: 44 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-43-xl {
    flex: 43 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-42-xl {
    flex: 42 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-41-xl {
    flex: 41 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-40-xl {
    flex: 40 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-39-xl {
    flex: 39 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-38-xl {
    flex: 38 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-37-xl {
    flex: 37 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-36-xl {
    flex: 36 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-35-xl {
    flex: 35 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-34-xl {
    flex: 34 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-33-xl {
    flex: 33 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-32-xl {
    flex: 32 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-31-xl {
    flex: 31 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-30-xl {
    flex: 30 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-29-xl {
    flex: 29 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-28-xl {
    flex: 28 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-27-xl {
    flex: 27 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-26-xl {
    flex: 26 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-25-xl {
    flex: 25 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-24-xl {
    flex: 24 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-23-xl {
    flex: 23 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-22-xl {
    flex: 22 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-21-xl {
    flex: 21 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-20-xl {
    flex: 20 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-19-xl {
    flex: 19 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-18-xl {
    flex: 18 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-17-xl {
    flex: 17 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-16-xl {
    flex: 16 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-15-xl {
    flex: 15 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-14-xl {
    flex: 14 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-13-xl {
    flex: 13 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-12-xl {
    flex: 12 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-11-xl {
    flex: 11 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-10-xl {
    flex: 10 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-9-xl {
    flex: 9 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-8-xl {
    flex: 8 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-7-xl {
    flex: 7 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-6-xl {
    flex: 6 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-5-xl {
    flex: 5 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-4-xl {
    flex: 4 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-3-xl {
    flex: 3 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-2-xl {
    flex: 2 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-1-xl {
    flex: 1 0 auto;
  }
  .u-xxl-mode  .u-layout-row > .u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-xxl-mode  .u-layout-col > .u-size-0-xl {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-layout-row > .u-size-60-lg {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-layout-col > .u-size-60-lg {
    flex: 60 0 auto;
  }
  .u-layout-row > .u-size-59-lg {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-layout-col > .u-size-59-lg {
    flex: 59 0 auto;
  }
  .u-layout-row > .u-size-58-lg {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-layout-col > .u-size-58-lg {
    flex: 58 0 auto;
  }
  .u-layout-row > .u-size-57-lg {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-layout-col > .u-size-57-lg {
    flex: 57 0 auto;
  }
  .u-layout-row > .u-size-56-lg {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-layout-col > .u-size-56-lg {
    flex: 56 0 auto;
  }
  .u-layout-row > .u-size-55-lg {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-layout-col > .u-size-55-lg {
    flex: 55 0 auto;
  }
  .u-layout-row > .u-size-54-lg {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-layout-col > .u-size-54-lg {
    flex: 54 0 auto;
  }
  .u-layout-row > .u-size-53-lg {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-layout-col > .u-size-53-lg {
    flex: 53 0 auto;
  }
  .u-layout-row > .u-size-52-lg {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-layout-col > .u-size-52-lg {
    flex: 52 0 auto;
  }
  .u-layout-row > .u-size-51-lg {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-layout-col > .u-size-51-lg {
    flex: 51 0 auto;
  }
  .u-layout-row > .u-size-50-lg {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-layout-col > .u-size-50-lg {
    flex: 50 0 auto;
  }
  .u-layout-row > .u-size-49-lg {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-layout-col > .u-size-49-lg {
    flex: 49 0 auto;
  }
  .u-layout-row > .u-size-48-lg {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-layout-col > .u-size-48-lg {
    flex: 48 0 auto;
  }
  .u-layout-row > .u-size-47-lg {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-layout-col > .u-size-47-lg {
    flex: 47 0 auto;
  }
  .u-layout-row > .u-size-46-lg {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-layout-col > .u-size-46-lg {
    flex: 46 0 auto;
  }
  .u-layout-row > .u-size-45-lg {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-layout-col > .u-size-45-lg {
    flex: 45 0 auto;
  }
  .u-layout-row > .u-size-44-lg {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-layout-col > .u-size-44-lg {
    flex: 44 0 auto;
  }
  .u-layout-row > .u-size-43-lg {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-layout-col > .u-size-43-lg {
    flex: 43 0 auto;
  }
  .u-layout-row > .u-size-42-lg {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-layout-col > .u-size-42-lg {
    flex: 42 0 auto;
  }
  .u-layout-row > .u-size-41-lg {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-layout-col > .u-size-41-lg {
    flex: 41 0 auto;
  }
  .u-layout-row > .u-size-40-lg {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-layout-col > .u-size-40-lg {
    flex: 40 0 auto;
  }
  .u-layout-row > .u-size-39-lg {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-layout-col > .u-size-39-lg {
    flex: 39 0 auto;
  }
  .u-layout-row > .u-size-38-lg {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-layout-col > .u-size-38-lg {
    flex: 38 0 auto;
  }
  .u-layout-row > .u-size-37-lg {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-layout-col > .u-size-37-lg {
    flex: 37 0 auto;
  }
  .u-layout-row > .u-size-36-lg {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-layout-col > .u-size-36-lg {
    flex: 36 0 auto;
  }
  .u-layout-row > .u-size-35-lg {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-layout-col > .u-size-35-lg {
    flex: 35 0 auto;
  }
  .u-layout-row > .u-size-34-lg {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-layout-col > .u-size-34-lg {
    flex: 34 0 auto;
  }
  .u-layout-row > .u-size-33-lg {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-layout-col > .u-size-33-lg {
    flex: 33 0 auto;
  }
  .u-layout-row > .u-size-32-lg {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-layout-col > .u-size-32-lg {
    flex: 32 0 auto;
  }
  .u-layout-row > .u-size-31-lg {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-layout-col > .u-size-31-lg {
    flex: 31 0 auto;
  }
  .u-layout-row > .u-size-30-lg {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-layout-col > .u-size-30-lg {
    flex: 30 0 auto;
  }
  .u-layout-row > .u-size-29-lg {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-layout-col > .u-size-29-lg {
    flex: 29 0 auto;
  }
  .u-layout-row > .u-size-28-lg {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-layout-col > .u-size-28-lg {
    flex: 28 0 auto;
  }
  .u-layout-row > .u-size-27-lg {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-layout-col > .u-size-27-lg {
    flex: 27 0 auto;
  }
  .u-layout-row > .u-size-26-lg {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-layout-col > .u-size-26-lg {
    flex: 26 0 auto;
  }
  .u-layout-row > .u-size-25-lg {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-layout-col > .u-size-25-lg {
    flex: 25 0 auto;
  }
  .u-layout-row > .u-size-24-lg {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-layout-col > .u-size-24-lg {
    flex: 24 0 auto;
  }
  .u-layout-row > .u-size-23-lg {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-layout-col > .u-size-23-lg {
    flex: 23 0 auto;
  }
  .u-layout-row > .u-size-22-lg {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-layout-col > .u-size-22-lg {
    flex: 22 0 auto;
  }
  .u-layout-row > .u-size-21-lg {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-layout-col > .u-size-21-lg {
    flex: 21 0 auto;
  }
  .u-layout-row > .u-size-20-lg {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-layout-col > .u-size-20-lg {
    flex: 20 0 auto;
  }
  .u-layout-row > .u-size-19-lg {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-layout-col > .u-size-19-lg {
    flex: 19 0 auto;
  }
  .u-layout-row > .u-size-18-lg {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-layout-col > .u-size-18-lg {
    flex: 18 0 auto;
  }
  .u-layout-row > .u-size-17-lg {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-layout-col > .u-size-17-lg {
    flex: 17 0 auto;
  }
  .u-layout-row > .u-size-16-lg {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-layout-col > .u-size-16-lg {
    flex: 16 0 auto;
  }
  .u-layout-row > .u-size-15-lg {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-layout-col > .u-size-15-lg {
    flex: 15 0 auto;
  }
  .u-layout-row > .u-size-14-lg {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-layout-col > .u-size-14-lg {
    flex: 14 0 auto;
  }
  .u-layout-row > .u-size-13-lg {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-layout-col > .u-size-13-lg {
    flex: 13 0 auto;
  }
  .u-layout-row > .u-size-12-lg {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-layout-col > .u-size-12-lg {
    flex: 12 0 auto;
  }
  .u-layout-row > .u-size-11-lg {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-layout-col > .u-size-11-lg {
    flex: 11 0 auto;
  }
  .u-layout-row > .u-size-10-lg {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-layout-col > .u-size-10-lg {
    flex: 10 0 auto;
  }
  .u-layout-row > .u-size-9-lg {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-layout-col > .u-size-9-lg {
    flex: 9 0 auto;
  }
  .u-layout-row > .u-size-8-lg {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-layout-col > .u-size-8-lg {
    flex: 8 0 auto;
  }
  .u-layout-row > .u-size-7-lg {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-layout-col > .u-size-7-lg {
    flex: 7 0 auto;
  }
  .u-layout-row > .u-size-6-lg {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-layout-col > .u-size-6-lg {
    flex: 6 0 auto;
  }
  .u-layout-row > .u-size-5-lg {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-layout-col > .u-size-5-lg {
    flex: 5 0 auto;
  }
  .u-layout-row > .u-size-4-lg {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-layout-col > .u-size-4-lg {
    flex: 4 0 auto;
  }
  .u-layout-row > .u-size-3-lg {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-layout-col > .u-size-3-lg {
    flex: 3 0 auto;
  }
  .u-layout-row > .u-size-2-lg {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-layout-col > .u-size-2-lg {
    flex: 2 0 auto;
  }
  .u-layout-row > .u-size-1-lg {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-layout-col > .u-size-1-lg {
    flex: 1 0 auto;
  }
  .u-layout-row > .u-size-0-lg {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-layout-col > .u-size-0-lg {
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-layout-row > .u-size-60-md {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-layout-col > .u-size-60-md {
    flex: 60 0 auto;
  }
  .u-layout-row > .u-size-59-md {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-layout-col > .u-size-59-md {
    flex: 59 0 auto;
  }
  .u-layout-row > .u-size-58-md {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-layout-col > .u-size-58-md {
    flex: 58 0 auto;
  }
  .u-layout-row > .u-size-57-md {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-layout-col > .u-size-57-md {
    flex: 57 0 auto;
  }
  .u-layout-row > .u-size-56-md {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-layout-col > .u-size-56-md {
    flex: 56 0 auto;
  }
  .u-layout-row > .u-size-55-md {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-layout-col > .u-size-55-md {
    flex: 55 0 auto;
  }
  .u-layout-row > .u-size-54-md {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-layout-col > .u-size-54-md {
    flex: 54 0 auto;
  }
  .u-layout-row > .u-size-53-md {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-layout-col > .u-size-53-md {
    flex: 53 0 auto;
  }
  .u-layout-row > .u-size-52-md {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-layout-col > .u-size-52-md {
    flex: 52 0 auto;
  }
  .u-layout-row > .u-size-51-md {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-layout-col > .u-size-51-md {
    flex: 51 0 auto;
  }
  .u-layout-row > .u-size-50-md {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-layout-col > .u-size-50-md {
    flex: 50 0 auto;
  }
  .u-layout-row > .u-size-49-md {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-layout-col > .u-size-49-md {
    flex: 49 0 auto;
  }
  .u-layout-row > .u-size-48-md {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-layout-col > .u-size-48-md {
    flex: 48 0 auto;
  }
  .u-layout-row > .u-size-47-md {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-layout-col > .u-size-47-md {
    flex: 47 0 auto;
  }
  .u-layout-row > .u-size-46-md {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-layout-col > .u-size-46-md {
    flex: 46 0 auto;
  }
  .u-layout-row > .u-size-45-md {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-layout-col > .u-size-45-md {
    flex: 45 0 auto;
  }
  .u-layout-row > .u-size-44-md {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-layout-col > .u-size-44-md {
    flex: 44 0 auto;
  }
  .u-layout-row > .u-size-43-md {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-layout-col > .u-size-43-md {
    flex: 43 0 auto;
  }
  .u-layout-row > .u-size-42-md {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-layout-col > .u-size-42-md {
    flex: 42 0 auto;
  }
  .u-layout-row > .u-size-41-md {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-layout-col > .u-size-41-md {
    flex: 41 0 auto;
  }
  .u-layout-row > .u-size-40-md {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-layout-col > .u-size-40-md {
    flex: 40 0 auto;
  }
  .u-layout-row > .u-size-39-md {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-layout-col > .u-size-39-md {
    flex: 39 0 auto;
  }
  .u-layout-row > .u-size-38-md {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-layout-col > .u-size-38-md {
    flex: 38 0 auto;
  }
  .u-layout-row > .u-size-37-md {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-layout-col > .u-size-37-md {
    flex: 37 0 auto;
  }
  .u-layout-row > .u-size-36-md {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-layout-col > .u-size-36-md {
    flex: 36 0 auto;
  }
  .u-layout-row > .u-size-35-md {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-layout-col > .u-size-35-md {
    flex: 35 0 auto;
  }
  .u-layout-row > .u-size-34-md {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-layout-col > .u-size-34-md {
    flex: 34 0 auto;
  }
  .u-layout-row > .u-size-33-md {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-layout-col > .u-size-33-md {
    flex: 33 0 auto;
  }
  .u-layout-row > .u-size-32-md {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-layout-col > .u-size-32-md {
    flex: 32 0 auto;
  }
  .u-layout-row > .u-size-31-md {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-layout-col > .u-size-31-md {
    flex: 31 0 auto;
  }
  .u-layout-row > .u-size-30-md {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-layout-col > .u-size-30-md {
    flex: 30 0 auto;
  }
  .u-layout-row > .u-size-29-md {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-layout-col > .u-size-29-md {
    flex: 29 0 auto;
  }
  .u-layout-row > .u-size-28-md {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-layout-col > .u-size-28-md {
    flex: 28 0 auto;
  }
  .u-layout-row > .u-size-27-md {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-layout-col > .u-size-27-md {
    flex: 27 0 auto;
  }
  .u-layout-row > .u-size-26-md {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-layout-col > .u-size-26-md {
    flex: 26 0 auto;
  }
  .u-layout-row > .u-size-25-md {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-layout-col > .u-size-25-md {
    flex: 25 0 auto;
  }
  .u-layout-row > .u-size-24-md {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-layout-col > .u-size-24-md {
    flex: 24 0 auto;
  }
  .u-layout-row > .u-size-23-md {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-layout-col > .u-size-23-md {
    flex: 23 0 auto;
  }
  .u-layout-row > .u-size-22-md {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-layout-col > .u-size-22-md {
    flex: 22 0 auto;
  }
  .u-layout-row > .u-size-21-md {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-layout-col > .u-size-21-md {
    flex: 21 0 auto;
  }
  .u-layout-row > .u-size-20-md {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-layout-col > .u-size-20-md {
    flex: 20 0 auto;
  }
  .u-layout-row > .u-size-19-md {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-layout-col > .u-size-19-md {
    flex: 19 0 auto;
  }
  .u-layout-row > .u-size-18-md {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-layout-col > .u-size-18-md {
    flex: 18 0 auto;
  }
  .u-layout-row > .u-size-17-md {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-layout-col > .u-size-17-md {
    flex: 17 0 auto;
  }
  .u-layout-row > .u-size-16-md {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-layout-col > .u-size-16-md {
    flex: 16 0 auto;
  }
  .u-layout-row > .u-size-15-md {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-layout-col > .u-size-15-md {
    flex: 15 0 auto;
  }
  .u-layout-row > .u-size-14-md {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-layout-col > .u-size-14-md {
    flex: 14 0 auto;
  }
  .u-layout-row > .u-size-13-md {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-layout-col > .u-size-13-md {
    flex: 13 0 auto;
  }
  .u-layout-row > .u-size-12-md {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-layout-col > .u-size-12-md {
    flex: 12 0 auto;
  }
  .u-layout-row > .u-size-11-md {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-layout-col > .u-size-11-md {
    flex: 11 0 auto;
  }
  .u-layout-row > .u-size-10-md {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-layout-col > .u-size-10-md {
    flex: 10 0 auto;
  }
  .u-layout-row > .u-size-9-md {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-layout-col > .u-size-9-md {
    flex: 9 0 auto;
  }
  .u-layout-row > .u-size-8-md {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-layout-col > .u-size-8-md {
    flex: 8 0 auto;
  }
  .u-layout-row > .u-size-7-md {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-layout-col > .u-size-7-md {
    flex: 7 0 auto;
  }
  .u-layout-row > .u-size-6-md {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-layout-col > .u-size-6-md {
    flex: 6 0 auto;
  }
  .u-layout-row > .u-size-5-md {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-layout-col > .u-size-5-md {
    flex: 5 0 auto;
  }
  .u-layout-row > .u-size-4-md {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-layout-col > .u-size-4-md {
    flex: 4 0 auto;
  }
  .u-layout-row > .u-size-3-md {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-layout-col > .u-size-3-md {
    flex: 3 0 auto;
  }
  .u-layout-row > .u-size-2-md {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-layout-col > .u-size-2-md {
    flex: 2 0 auto;
  }
  .u-layout-row > .u-size-1-md {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-layout-col > .u-size-1-md {
    flex: 1 0 auto;
  }
  .u-layout-row > .u-size-0-md {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-layout-col > .u-size-0-md {
    flex: 0 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-layout-row > .u-size-60-sm {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-layout-col > .u-size-60-sm {
    flex: 60 0 auto;
  }
  .u-layout-row > .u-size-59-sm {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-layout-col > .u-size-59-sm {
    flex: 59 0 auto;
  }
  .u-layout-row > .u-size-58-sm {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-layout-col > .u-size-58-sm {
    flex: 58 0 auto;
  }
  .u-layout-row > .u-size-57-sm {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-layout-col > .u-size-57-sm {
    flex: 57 0 auto;
  }
  .u-layout-row > .u-size-56-sm {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-layout-col > .u-size-56-sm {
    flex: 56 0 auto;
  }
  .u-layout-row > .u-size-55-sm {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-layout-col > .u-size-55-sm {
    flex: 55 0 auto;
  }
  .u-layout-row > .u-size-54-sm {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-layout-col > .u-size-54-sm {
    flex: 54 0 auto;
  }
  .u-layout-row > .u-size-53-sm {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-layout-col > .u-size-53-sm {
    flex: 53 0 auto;
  }
  .u-layout-row > .u-size-52-sm {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-layout-col > .u-size-52-sm {
    flex: 52 0 auto;
  }
  .u-layout-row > .u-size-51-sm {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-layout-col > .u-size-51-sm {
    flex: 51 0 auto;
  }
  .u-layout-row > .u-size-50-sm {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-layout-col > .u-size-50-sm {
    flex: 50 0 auto;
  }
  .u-layout-row > .u-size-49-sm {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-layout-col > .u-size-49-sm {
    flex: 49 0 auto;
  }
  .u-layout-row > .u-size-48-sm {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-layout-col > .u-size-48-sm {
    flex: 48 0 auto;
  }
  .u-layout-row > .u-size-47-sm {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-layout-col > .u-size-47-sm {
    flex: 47 0 auto;
  }
  .u-layout-row > .u-size-46-sm {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-layout-col > .u-size-46-sm {
    flex: 46 0 auto;
  }
  .u-layout-row > .u-size-45-sm {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-layout-col > .u-size-45-sm {
    flex: 45 0 auto;
  }
  .u-layout-row > .u-size-44-sm {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-layout-col > .u-size-44-sm {
    flex: 44 0 auto;
  }
  .u-layout-row > .u-size-43-sm {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-layout-col > .u-size-43-sm {
    flex: 43 0 auto;
  }
  .u-layout-row > .u-size-42-sm {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-layout-col > .u-size-42-sm {
    flex: 42 0 auto;
  }
  .u-layout-row > .u-size-41-sm {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-layout-col > .u-size-41-sm {
    flex: 41 0 auto;
  }
  .u-layout-row > .u-size-40-sm {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-layout-col > .u-size-40-sm {
    flex: 40 0 auto;
  }
  .u-layout-row > .u-size-39-sm {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-layout-col > .u-size-39-sm {
    flex: 39 0 auto;
  }
  .u-layout-row > .u-size-38-sm {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-layout-col > .u-size-38-sm {
    flex: 38 0 auto;
  }
  .u-layout-row > .u-size-37-sm {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-layout-col > .u-size-37-sm {
    flex: 37 0 auto;
  }
  .u-layout-row > .u-size-36-sm {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-layout-col > .u-size-36-sm {
    flex: 36 0 auto;
  }
  .u-layout-row > .u-size-35-sm {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-layout-col > .u-size-35-sm {
    flex: 35 0 auto;
  }
  .u-layout-row > .u-size-34-sm {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-layout-col > .u-size-34-sm {
    flex: 34 0 auto;
  }
  .u-layout-row > .u-size-33-sm {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-layout-col > .u-size-33-sm {
    flex: 33 0 auto;
  }
  .u-layout-row > .u-size-32-sm {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-layout-col > .u-size-32-sm {
    flex: 32 0 auto;
  }
  .u-layout-row > .u-size-31-sm {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-layout-col > .u-size-31-sm {
    flex: 31 0 auto;
  }
  .u-layout-row > .u-size-30-sm {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-layout-col > .u-size-30-sm {
    flex: 30 0 auto;
  }
  .u-layout-row > .u-size-29-sm {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-layout-col > .u-size-29-sm {
    flex: 29 0 auto;
  }
  .u-layout-row > .u-size-28-sm {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-layout-col > .u-size-28-sm {
    flex: 28 0 auto;
  }
  .u-layout-row > .u-size-27-sm {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-layout-col > .u-size-27-sm {
    flex: 27 0 auto;
  }
  .u-layout-row > .u-size-26-sm {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-layout-col > .u-size-26-sm {
    flex: 26 0 auto;
  }
  .u-layout-row > .u-size-25-sm {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-layout-col > .u-size-25-sm {
    flex: 25 0 auto;
  }
  .u-layout-row > .u-size-24-sm {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-layout-col > .u-size-24-sm {
    flex: 24 0 auto;
  }
  .u-layout-row > .u-size-23-sm {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-layout-col > .u-size-23-sm {
    flex: 23 0 auto;
  }
  .u-layout-row > .u-size-22-sm {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-layout-col > .u-size-22-sm {
    flex: 22 0 auto;
  }
  .u-layout-row > .u-size-21-sm {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-layout-col > .u-size-21-sm {
    flex: 21 0 auto;
  }
  .u-layout-row > .u-size-20-sm {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-layout-col > .u-size-20-sm {
    flex: 20 0 auto;
  }
  .u-layout-row > .u-size-19-sm {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-layout-col > .u-size-19-sm {
    flex: 19 0 auto;
  }
  .u-layout-row > .u-size-18-sm {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-layout-col > .u-size-18-sm {
    flex: 18 0 auto;
  }
  .u-layout-row > .u-size-17-sm {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-layout-col > .u-size-17-sm {
    flex: 17 0 auto;
  }
  .u-layout-row > .u-size-16-sm {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-layout-col > .u-size-16-sm {
    flex: 16 0 auto;
  }
  .u-layout-row > .u-size-15-sm {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-layout-col > .u-size-15-sm {
    flex: 15 0 auto;
  }
  .u-layout-row > .u-size-14-sm {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-layout-col > .u-size-14-sm {
    flex: 14 0 auto;
  }
  .u-layout-row > .u-size-13-sm {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-layout-col > .u-size-13-sm {
    flex: 13 0 auto;
  }
  .u-layout-row > .u-size-12-sm {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-layout-col > .u-size-12-sm {
    flex: 12 0 auto;
  }
  .u-layout-row > .u-size-11-sm {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-layout-col > .u-size-11-sm {
    flex: 11 0 auto;
  }
  .u-layout-row > .u-size-10-sm {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-layout-col > .u-size-10-sm {
    flex: 10 0 auto;
  }
  .u-layout-row > .u-size-9-sm {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-layout-col > .u-size-9-sm {
    flex: 9 0 auto;
  }
  .u-layout-row > .u-size-8-sm {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-layout-col > .u-size-8-sm {
    flex: 8 0 auto;
  }
  .u-layout-row > .u-size-7-sm {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-layout-col > .u-size-7-sm {
    flex: 7 0 auto;
  }
  .u-layout-row > .u-size-6-sm {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-layout-col > .u-size-6-sm {
    flex: 6 0 auto;
  }
  .u-layout-row > .u-size-5-sm {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-layout-col > .u-size-5-sm {
    flex: 5 0 auto;
  }
  .u-layout-row > .u-size-4-sm {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-layout-col > .u-size-4-sm {
    flex: 4 0 auto;
  }
  .u-layout-row > .u-size-3-sm {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-layout-col > .u-size-3-sm {
    flex: 3 0 auto;
  }
  .u-layout-row > .u-size-2-sm {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-layout-col > .u-size-2-sm {
    flex: 2 0 auto;
  }
  .u-layout-row > .u-size-1-sm {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-layout-col > .u-size-1-sm {
    flex: 1 0 auto;
  }
  .u-layout-row > .u-size-0-sm {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-layout-col > .u-size-0-sm {
    flex: 0 0 auto;
  }
}
@media (max-width: 575px)  {
  .u-layout-row > .u-size-60-xs {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .u-layout-col > .u-size-60-xs {
    flex: 60 0 auto;
  }
  .u-layout-row > .u-size-59-xs {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .u-layout-col > .u-size-59-xs {
    flex: 59 0 auto;
  }
  .u-layout-row > .u-size-58-xs {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .u-layout-col > .u-size-58-xs {
    flex: 58 0 auto;
  }
  .u-layout-row > .u-size-57-xs {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .u-layout-col > .u-size-57-xs {
    flex: 57 0 auto;
  }
  .u-layout-row > .u-size-56-xs {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .u-layout-col > .u-size-56-xs {
    flex: 56 0 auto;
  }
  .u-layout-row > .u-size-55-xs {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .u-layout-col > .u-size-55-xs {
    flex: 55 0 auto;
  }
  .u-layout-row > .u-size-54-xs {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .u-layout-col > .u-size-54-xs {
    flex: 54 0 auto;
  }
  .u-layout-row > .u-size-53-xs {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .u-layout-col > .u-size-53-xs {
    flex: 53 0 auto;
  }
  .u-layout-row > .u-size-52-xs {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .u-layout-col > .u-size-52-xs {
    flex: 52 0 auto;
  }
  .u-layout-row > .u-size-51-xs {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .u-layout-col > .u-size-51-xs {
    flex: 51 0 auto;
  }
  .u-layout-row > .u-size-50-xs {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .u-layout-col > .u-size-50-xs {
    flex: 50 0 auto;
  }
  .u-layout-row > .u-size-49-xs {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .u-layout-col > .u-size-49-xs {
    flex: 49 0 auto;
  }
  .u-layout-row > .u-size-48-xs {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .u-layout-col > .u-size-48-xs {
    flex: 48 0 auto;
  }
  .u-layout-row > .u-size-47-xs {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .u-layout-col > .u-size-47-xs {
    flex: 47 0 auto;
  }
  .u-layout-row > .u-size-46-xs {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .u-layout-col > .u-size-46-xs {
    flex: 46 0 auto;
  }
  .u-layout-row > .u-size-45-xs {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .u-layout-col > .u-size-45-xs {
    flex: 45 0 auto;
  }
  .u-layout-row > .u-size-44-xs {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .u-layout-col > .u-size-44-xs {
    flex: 44 0 auto;
  }
  .u-layout-row > .u-size-43-xs {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .u-layout-col > .u-size-43-xs {
    flex: 43 0 auto;
  }
  .u-layout-row > .u-size-42-xs {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .u-layout-col > .u-size-42-xs {
    flex: 42 0 auto;
  }
  .u-layout-row > .u-size-41-xs {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .u-layout-col > .u-size-41-xs {
    flex: 41 0 auto;
  }
  .u-layout-row > .u-size-40-xs {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .u-layout-col > .u-size-40-xs {
    flex: 40 0 auto;
  }
  .u-layout-row > .u-size-39-xs {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .u-layout-col > .u-size-39-xs {
    flex: 39 0 auto;
  }
  .u-layout-row > .u-size-38-xs {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .u-layout-col > .u-size-38-xs {
    flex: 38 0 auto;
  }
  .u-layout-row > .u-size-37-xs {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .u-layout-col > .u-size-37-xs {
    flex: 37 0 auto;
  }
  .u-layout-row > .u-size-36-xs {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .u-layout-col > .u-size-36-xs {
    flex: 36 0 auto;
  }
  .u-layout-row > .u-size-35-xs {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .u-layout-col > .u-size-35-xs {
    flex: 35 0 auto;
  }
  .u-layout-row > .u-size-34-xs {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .u-layout-col > .u-size-34-xs {
    flex: 34 0 auto;
  }
  .u-layout-row > .u-size-33-xs {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .u-layout-col > .u-size-33-xs {
    flex: 33 0 auto;
  }
  .u-layout-row > .u-size-32-xs {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .u-layout-col > .u-size-32-xs {
    flex: 32 0 auto;
  }
  .u-layout-row > .u-size-31-xs {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .u-layout-col > .u-size-31-xs {
    flex: 31 0 auto;
  }
  .u-layout-row > .u-size-30-xs {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .u-layout-col > .u-size-30-xs {
    flex: 30 0 auto;
  }
  .u-layout-row > .u-size-29-xs {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .u-layout-col > .u-size-29-xs {
    flex: 29 0 auto;
  }
  .u-layout-row > .u-size-28-xs {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .u-layout-col > .u-size-28-xs {
    flex: 28 0 auto;
  }
  .u-layout-row > .u-size-27-xs {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .u-layout-col > .u-size-27-xs {
    flex: 27 0 auto;
  }
  .u-layout-row > .u-size-26-xs {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .u-layout-col > .u-size-26-xs {
    flex: 26 0 auto;
  }
  .u-layout-row > .u-size-25-xs {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .u-layout-col > .u-size-25-xs {
    flex: 25 0 auto;
  }
  .u-layout-row > .u-size-24-xs {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .u-layout-col > .u-size-24-xs {
    flex: 24 0 auto;
  }
  .u-layout-row > .u-size-23-xs {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .u-layout-col > .u-size-23-xs {
    flex: 23 0 auto;
  }
  .u-layout-row > .u-size-22-xs {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .u-layout-col > .u-size-22-xs {
    flex: 22 0 auto;
  }
  .u-layout-row > .u-size-21-xs {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .u-layout-col > .u-size-21-xs {
    flex: 21 0 auto;
  }
  .u-layout-row > .u-size-20-xs {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .u-layout-col > .u-size-20-xs {
    flex: 20 0 auto;
  }
  .u-layout-row > .u-size-19-xs {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .u-layout-col > .u-size-19-xs {
    flex: 19 0 auto;
  }
  .u-layout-row > .u-size-18-xs {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .u-layout-col > .u-size-18-xs {
    flex: 18 0 auto;
  }
  .u-layout-row > .u-size-17-xs {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .u-layout-col > .u-size-17-xs {
    flex: 17 0 auto;
  }
  .u-layout-row > .u-size-16-xs {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .u-layout-col > .u-size-16-xs {
    flex: 16 0 auto;
  }
  .u-layout-row > .u-size-15-xs {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .u-layout-col > .u-size-15-xs {
    flex: 15 0 auto;
  }
  .u-layout-row > .u-size-14-xs {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .u-layout-col > .u-size-14-xs {
    flex: 14 0 auto;
  }
  .u-layout-row > .u-size-13-xs {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .u-layout-col > .u-size-13-xs {
    flex: 13 0 auto;
  }
  .u-layout-row > .u-size-12-xs {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .u-layout-col > .u-size-12-xs {
    flex: 12 0 auto;
  }
  .u-layout-row > .u-size-11-xs {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .u-layout-col > .u-size-11-xs {
    flex: 11 0 auto;
  }
  .u-layout-row > .u-size-10-xs {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .u-layout-col > .u-size-10-xs {
    flex: 10 0 auto;
  }
  .u-layout-row > .u-size-9-xs {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .u-layout-col > .u-size-9-xs {
    flex: 9 0 auto;
  }
  .u-layout-row > .u-size-8-xs {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .u-layout-col > .u-size-8-xs {
    flex: 8 0 auto;
  }
  .u-layout-row > .u-size-7-xs {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .u-layout-col > .u-size-7-xs {
    flex: 7 0 auto;
  }
  .u-layout-row > .u-size-6-xs {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .u-layout-col > .u-size-6-xs {
    flex: 6 0 auto;
  }
  .u-layout-row > .u-size-5-xs {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .u-layout-col > .u-size-5-xs {
    flex: 5 0 auto;
  }
  .u-layout-row > .u-size-4-xs {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .u-layout-col > .u-size-4-xs {
    flex: 4 0 auto;
  }
  .u-layout-row > .u-size-3-xs {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .u-layout-col > .u-size-3-xs {
    flex: 3 0 auto;
  }
  .u-layout-row > .u-size-2-xs {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .u-layout-col > .u-size-2-xs {
    flex: 2 0 auto;
  }
  .u-layout-row > .u-size-1-xs {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .u-layout-col > .u-size-1-xs {
    flex: 1 0 auto;
  }
  .u-layout-row > .u-size-0-xs {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .u-layout-col > .u-size-0-xs {
    flex: 0 0 auto;
  }
}
@media (min-width: 1400px)  {
  .u-absolute-hcenter-xxl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-absolute-hcenter-lg {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-absolute-hcenter-md {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-absolute-hcenter-sm {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px)  {
  .u-absolute-hcenter-xs {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px)  {
  .u-absolute-vcenter-xxl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-absolute-vcenter-xl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-absolute-vcenter-xl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-absolute-vcenter-lg {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-absolute-vcenter-md {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-absolute-vcenter-sm {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px)  {
  .u-absolute-vcenter-xs {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px)  {
  .u-sheet.u-content-layout {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px)  {
  .u-sidebar {
    flex: 1;
  }
}
@media (min-width: 1400px)  {
  .u-video.u-video-contain video-xxl {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-video.u-video-contain video-xl {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-video.u-video-contain video-xl {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-video.u-video-contain video-lg {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-video.u-video-contain video-md {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-video.u-video-contain video-sm {
    object-fit: contain;
    background-size: contain;
  }
}
@media (max-width: 575px)  {
  .u-video.u-video-contain video-xs {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 1400px)  {
  .u-columns-1-xxl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-columns-1-xl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-columns-1-xl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-columns-1-lg .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-columns-1-md .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-columns-1-sm .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (max-width: 575px)  {
  .u-columns-1-xs .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 1400px)  {
  .u-columns-2-xxl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-columns-2-xl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-columns-2-xl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-columns-2-lg .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-columns-2-md .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-columns-2-sm .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (max-width: 575px)  {
  .u-columns-2-xs .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 1400px)  {
  .u-columns-3-xxl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-columns-3-xl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-columns-3-xl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-columns-3-lg .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-columns-3-md .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-columns-3-sm .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (max-width: 575px)  {
  .u-columns-3-xs .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 1400px)  {
  .u-columns-4-xxl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-columns-4-xl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-columns-4-xl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-columns-4-lg .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-columns-4-md .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-columns-4-sm .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (max-width: 575px)  {
  .u-columns-4-xs .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1400px)  {
  .u-columns-5-xxl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-columns-5-xl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-columns-5-xl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-columns-5-lg .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-columns-5-md .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-columns-5-sm .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (max-width: 575px)  {
  .u-columns-5-xs .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1400px)  {
  .u-columns-6-xxl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-columns-6-xl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-columns-6-xl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-columns-6-lg .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-columns-6-md .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-columns-6-sm .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (max-width: 575px)  {
  .u-columns-6-xs .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 1400px)  {
  .u-align-left-xxl {
    text-align: left;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-align-left-xl {
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-align-left-xl {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-align-left-lg {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-align-left-md {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-align-left-sm {
    text-align: left;
  }
}
@media (max-width: 575px)  {
  .u-align-left-xs {
    text-align: left;
  }
}
@media (min-width: 1400px)  {
  .u-align-center-xxl {
    text-align: center;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-align-center-xl {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-align-center-xl {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-align-center-lg {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-align-center-md {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-align-center-sm {
    text-align: center;
  }
}
@media (max-width: 575px)  {
  .u-align-center-xs {
    text-align: center;
  }
}
@media (min-width: 1400px)  {
  .u-align-right-xxl {
    text-align: right;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-align-right-xl {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-align-right-xl {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-align-right-lg {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-align-right-md {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-align-right-sm {
    text-align: right;
  }
}
@media (max-width: 575px)  {
  .u-align-right-xs {
    text-align: right;
  }
}
@media (min-width: 1400px)  {
  .u-align-justify-xxl {
    text-align: justify;
  }
}
@media (min-width: 1200px)  {
  .u-xl-mode .u-align-justify-xl {
    text-align: justify;
  }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
  .u-xxl-mode .u-align-justify-xl {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .u-align-justify-lg {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .u-align-justify-md {
    text-align: justify;
  }
}
@media (min-width: 576px) and (max-width: 767px)  {
  .u-align-justify-sm {
    text-align: justify;
  }
}
@media (max-width: 575px)  {
  .u-align-justify-xs {
    text-align: justify;
  }
}
@media (max-width: 767px)  {
  .u-pagination .u-pagination-item {
    display: none;
  }
  .u-pagination .u-pagination-item.active,
  .u-pagination .u-pagination-item.next,
  .u-pagination .u-pagination-item.start,
  .u-pagination .u-pagination-item.end,
  .u-pagination .u-pagination-item.prev:not(.disabled),
  .u-pagination .u-pagination-item:nth-last-child(1),
  .u-pagination .u-pagination-item:nth-last-child(2),
  .u-pagination .u-pagination-item:nth-last-child(3),
  .u-pagination .u-pagination-item.active:first-child + .u-pagination-item {
    display: inline-block;
  }
  .u-pagination.responsive-style1 .u-pagination-item:not(.active) + .u-pagination-item:nth-last-child(4),
  .u-pagination.responsive-style1 .u-pagination-item.prev + .active + .u-pagination-item {
    display: inline-block;
  }
  .u-pagination.responsive-style1 .u-pagination-item.active ~ .u-pagination-item:nth-last-child(4) {
    display: none;
  }
  .u-pagination.responsive-style2 .u-pagination-item.active:first-child + .u-pagination-item + .u-pagination-item {
    display: inline-block;
  }
  .u-pagination.responsive-style2 .u-pagination-item.active ~ .u-pagination-item:nth-last-child(3) {
    display: none;
  }
}
@media (max-width: 767px)  {
  .u-table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .u-table-responsive thead th,
  .u-table-responsive tfoot th,
  .u-table-responsive thead td,
  .u-table-responsive tfoot td {
    white-space: nowrap;
  }
}
@media (max-width: 767px)  {
  .u-cart-blocks-container {
    grid-template-columns: 1fr;
  }
  .u-cart-form .u-btn-submit {
    flex-grow: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px)  {
  .u-checkout-blocks-container {
    grid-template-columns: 1fr;
  }
}
.u-header {
  background-image: none;
}

.u-header .u-sheet-1 {
  min-height: 67px;
}

.u-header .u-group-elements-1 {
  min-height: 65px;
  margin-top: 3px;
  margin-bottom: 4px;
  height: auto;
  width: 594px;
}

.u-header .u-image-1 {
  width: 65px;
  height: 65px;
  margin: 0 530px 0 auto;
}

.u-header .u-logo-image-1 {
  width: 100%;
  height: 100%;
}

.u-header .u-btn-1 {
  --radius: 8px;
  border-style: solid;
  font-size: 0.9375rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-image: none;
  font-weight: 700;
  margin: -50px 0 0 auto;
  padding: 4px 31px 4px 30px;
}

.u-header .u-btn-2 {
  --radius: 8px;
  border-style: solid;
  font-size: 0.9375rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-weight: 700;
  margin: -36px 122px 0 auto;
  padding: 3px 31px 5px 30px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-header .u-group-elements-1 {
    width: auto;
  }

  .u-header .u-image-1 {
    margin-right: auto;
  }

  .u-header .u-btn-1 {
    margin-top: -50px;
  }

  .u-header .u-btn-2 {
    margin-top: -36px;
  }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-lg .u-header .u-group-elements-1 {
  width: auto;
}

.u-lg .u-header .u-image-1 {
  margin-right: auto;
}

.u-lg .u-header .u-btn-1 {
  margin-top: -50px;
}

.u-lg .u-header .u-btn-2 {
  margin-top: -36px;
}

/*/RESPONSIVE_CLASS*/
/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-header .u-sheet-1 {
    min-height: 37px;
  }

  .u-header .u-image-1 {
    margin-left: 0;
  }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-md .u-header .u-sheet-1 {
  min-height: 37px;
}

.u-md .u-header .u-image-1 {
  margin-left: 0;
}

/*/RESPONSIVE_CLASS*/
/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-header .u-sheet-1 {
    min-height: 28px;
  }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-sm .u-header .u-sheet-1 {
  min-height: 28px;
}

/*/RESPONSIVE_CLASS*/
/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-header .u-sheet-1 {
    min-height: 132px;
  }

  .u-header .u-group-elements-1 {
    min-height: 116px;
    width: 302px;
    margin: 5px auto 14px;
  }

  .u-header .u-image-1 {
    margin-left: auto;
  }

  .u-header .u-btn-1 {
    margin-top: 16px;
  }

  .u-header .u-btn-2 {
    margin-top: -36px;
    margin-right: auto;
    margin-left: 0;
  }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-xs .u-header .u-sheet-1 {
  min-height: 132px;
}

.u-xs .u-header .u-group-elements-1 {
  min-height: 116px;
  width: 302px;
  margin: 5px auto 14px;
}

.u-xs .u-header .u-image-1 {
  margin-left: auto;
}

.u-xs .u-header .u-btn-1 {
  margin-top: 16px;
}

.u-xs .u-header .u-btn-2 {
  margin-top: -36px;
  margin-right: auto;
  margin-left: 0;
}
h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2, h2, h3, h4 {
  font-size: 21px !important;
  font-weight: 700 !important;
}

h3, h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

 .u-body {
   font-family: Inter, sans-serif;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Cardo, sans-serif;
}


.u-overlap.u-overlap-transparent .u-header,
.u-image,
.u-gradient {
  color: #111111;
}

.u-shading,
.u-overlap.u-overlap-contrast .u-header {
  color: #ffffff;
}

.u-body {
  color: #111111;
  background-color: #f9f9f9;
  --effect-scale: 1.1;
}


.u-custom-font.u-text-font {
  font-family: Inter, sans-serif !important;
}

.u-custom-font.u-heading-font {
  font-family: Cardo, sans-serif !important;
}


.u-none.u-input,
.u-none.u-field-input,
.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-none.u-button-style.active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none.hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active,
.u-button-style.u-active-none.active,
li.active > .u-button-style.u-active-none {
  color: inherit !important;
  background-color: transparent !important;
}

.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active > .u-button-style.u-border-active-none {
  border-color: transparent !important;
  border-width: 0;
}

.u-button-style.u-text-none,
.u-button-style.u-text-none:hover,
.u-button-style.u-text-none:focus,
.u-button-style.u-text-none:active,
.u-button-style.u-text-none.active,
.u-button-style.u-text-hover-none:hover,
.u-button-style.u-text-hover-none:focus,
.u-button-style.u-text-active-none:active,
.u-button-style.u-text-active-none.active,
li.active > .u-button-style.u-text-active-none {
  color: inherit !important;
}

/*end-color none*//*begin-color color-1*/
.u-color-1,
.u-body.u-color-1,
section.u-color-1:before,
.u-color-1 > .u-audio-main-layout-wrapper:before,
.u-color-1 > .u-container-layout:before,
.u-color-1 > .u-inner-container-layout:before,
.u-color-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1:before,
.u-table-alt-color-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #a9a3a3;
}

.u-input.u-color-1,
.u-field-input.u-color-1,
.u-button-style.u-color-1,
.u-button-style.u-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a9a3a3 !important;
}

.u-button-style.u-color-1:hover,
.u-button-style.u-color-1[class*="u-border-"]:hover,
.u-button-style.u-color-1:focus,
.u-button-style.u-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1:active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1.active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1,
li.active > .u-button-style.u-button-style.u-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #999292 !important;
}

.u-hover-color-1:hover,
.u-hover-color-1[class*="u-border-"]:hover,
.u-hover-color-1:focus,
.u-hover-color-1[class*="u-border-"]:focus,
.u-active-color-1.u-active.u-active,
.u-active-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1:hover,
a.u-button-style.u-hover-color-1.hover,
a.u-button-style.u-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-color-1,
a.u-button-style:hover > .u-hover-color-1[class*="u-border-"],
a.u-button-style.u-hover-color-1:focus,
a.u-button-style.u-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1:active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1.active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1,
a.u-button-style.u-button-style.active > .u-active-color-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1,
li.active > a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1:checked {
  color: #ffffff !important;
  background-color: #a9a3a3 !important;
}

a.u-link.u-hover-color-1:hover {
  color: #a9a3a3 !important;
}

/*end-color color-1*//*begin-color color-2*/
.u-color-2,
.u-body.u-color-2,
section.u-color-2:before,
.u-color-2 > .u-audio-main-layout-wrapper:before,
.u-color-2 > .u-container-layout:before,
.u-color-2 > .u-inner-container-layout:before,
.u-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2:before,
.u-table-alt-color-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #db545a;
}

.u-input.u-color-2,
.u-field-input.u-color-2,
.u-button-style.u-color-2,
.u-button-style.u-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-button-style.u-color-2:hover,
.u-button-style.u-color-2[class*="u-border-"]:hover,
.u-button-style.u-color-2:focus,
.u-button-style.u-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2:active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2.active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2,
li.active > .u-button-style.u-button-style.u-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #d63b42 !important;
}

.u-hover-color-2:hover,
.u-hover-color-2[class*="u-border-"]:hover,
.u-hover-color-2:focus,
.u-hover-color-2[class*="u-border-"]:focus,
.u-active-color-2.u-active.u-active,
.u-active-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2:hover,
a.u-button-style.u-hover-color-2.hover,
a.u-button-style.u-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-color-2,
a.u-button-style:hover > .u-hover-color-2[class*="u-border-"],
a.u-button-style.u-hover-color-2:focus,
a.u-button-style.u-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2:active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2.active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2,
a.u-button-style.u-button-style.active > .u-active-color-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2,
li.active > a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2:checked {
  color: #ffffff !important;
  background-color: #db545a !important;
}

a.u-link.u-hover-color-2:hover {
  color: #db545a !important;
}

/*end-color color-2*//*begin-color color-3*/
.u-color-3,
.u-body.u-color-3,
section.u-color-3:before,
.u-color-3 > .u-audio-main-layout-wrapper:before,
.u-color-3 > .u-container-layout:before,
.u-color-3 > .u-inner-container-layout:before,
.u-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3:before,
.u-table-alt-color-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-color-3,
.u-field-input.u-color-3,
.u-button-style.u-color-3,
.u-button-style.u-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-button-style.u-color-3:hover,
.u-button-style.u-color-3[class*="u-border-"]:hover,
.u-button-style.u-color-3:focus,
.u-button-style.u-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3:active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3.active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3,
li.active > .u-button-style.u-button-style.u-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9b10d !important;
}

.u-hover-color-3:hover,
.u-hover-color-3[class*="u-border-"]:hover,
.u-hover-color-3:focus,
.u-hover-color-3[class*="u-border-"]:focus,
.u-active-color-3.u-active.u-active,
.u-active-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3:hover,
a.u-button-style.u-hover-color-3.hover,
a.u-button-style.u-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-color-3,
a.u-button-style:hover > .u-hover-color-3[class*="u-border-"],
a.u-button-style.u-hover-color-3:focus,
a.u-button-style.u-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3:active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3.active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3,
a.u-button-style.u-button-style.active > .u-active-color-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3,
li.active > a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3:checked {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

a.u-link.u-hover-color-3:hover {
  color: #f1c50e !important;
}

/*end-color color-3*//*begin-color white*/
.u-white,
.u-body.u-white,
section.u-white:before,
.u-white > .u-audio-main-layout-wrapper:before,
.u-white > .u-container-layout:before,
.u-white > .u-inner-container-layout:before,
.u-white.u-sidenav:before,
.u-container-layout.u-container-layout.u-white:before,
.u-table-alt-white tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;
}

.u-input.u-white,
.u-field-input.u-white,
.u-button-style.u-white,
.u-button-style.u-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-button-style.u-white:hover,
.u-button-style.u-white[class*="u-border-"]:hover,
.u-button-style.u-white:focus,
.u-button-style.u-white[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-white:active,
.u-button-style.u-button-style.u-white[class*="u-border-"]:active,
.u-button-style.u-button-style.u-white.active,
.u-button-style.u-button-style.u-white[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-white,
li.active > .u-button-style.u-button-style.u-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e6e6e6 !important;
}

.u-hover-white:hover,
.u-hover-white[class*="u-border-"]:hover,
.u-hover-white:focus,
.u-hover-white[class*="u-border-"]:focus,
.u-active-white.u-active.u-active,
.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-white:hover,
a.u-button-style.u-hover-white.hover,
a.u-button-style.u-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-hover-white[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-white,
a.u-button-style:hover > .u-hover-white[class*="u-border-"],
a.u-button-style.u-hover-white:focus,
a.u-button-style.u-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-white:active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white.active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-white,
a.u-button-style.u-button-style.active > .u-active-white[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-white,
li.active > a.u-button-style.u-button-style.u-active-white[class*="u-border-"],
input.u-field-input.u-field-input.u-active-white:checked {
  color: #111111 !important;
  background-color: #ffffff !important;
}

a.u-link.u-hover-white:hover {
  color: #ffffff !important;
}

/*end-color white*//*begin-color color-1*/
.u-border-color-1,
.u-border-color-1.u-input,
.u-border-color-1.u-field-input.u-field-input,
.u-separator-color-1:after {
  border-color: #a9a3a3;
  stroke: #a9a3a3;
}

.u-button-style.u-border-color-1 {
  border-color: #a9a3a3 !important;
  color: #a9a3a3 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1:hover,
.u-button-style.u-border-color-1:focus {
  border-color: transparent !important;
  color: #999292 !important;
  background-color: transparent !important;
}

.u-border-hover-color-1:hover,
.u-border-hover-color-1:focus,
.u-border-active-color-1.u-active.u-active,
a.u-button-style.u-border-hover-color-1:hover,
a.u-button-style:hover > .u-border-hover-color-1,
a.u-button-style.u-border-hover-color-1:focus,
a.u-button-style.u-button-style.u-border-active-color-1:active,
a.u-button-style.u-button-style.u-border-active-color-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-1,
input.u-field-input.u-field-input.u-border-active-color-1:checked {
  color: #a9a3a3 !important;
  border-color: #a9a3a3 !important;
}

.u-link.u-border-color-1[class*="u-border-"] {
  border-color: #a9a3a3 !important;
}

.u-link.u-border-color-1[class*="u-border-"]:hover {
  border-color: #999292 !important;
}

/*end-color color-1*//*begin-color color-2*/
.u-border-color-2,
.u-border-color-2.u-input,
.u-border-color-2.u-field-input.u-field-input,
.u-separator-color-2:after {
  border-color: #db545a;
  stroke: #db545a;
}

.u-button-style.u-border-color-2 {
  border-color: #db545a !important;
  color: #db545a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2:hover,
.u-button-style.u-border-color-2:focus {
  border-color: transparent !important;
  color: #d63b42 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2:hover,
.u-border-hover-color-2:focus,
.u-border-active-color-2.u-active.u-active,
a.u-button-style.u-border-hover-color-2:hover,
a.u-button-style:hover > .u-border-hover-color-2,
a.u-button-style.u-border-hover-color-2:focus,
a.u-button-style.u-button-style.u-border-active-color-2:active,
a.u-button-style.u-button-style.u-border-active-color-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-2,
input.u-field-input.u-field-input.u-border-active-color-2:checked {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"] {
  border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"]:hover {
  border-color: #d63b42 !important;
}

/*end-color color-2*//*begin-color color-3*/
.u-border-color-3,
.u-border-color-3.u-input,
.u-border-color-3.u-field-input.u-field-input,
.u-separator-color-3:after {
  border-color: #f1c50e;
  stroke: #f1c50e;
}

.u-button-style.u-border-color-3 {
  border-color: #f1c50e !important;
  color: #f1c50e !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3:hover,
.u-button-style.u-border-color-3:focus {
  border-color: transparent !important;
  color: #d9b10d !important;
  background-color: transparent !important;
}

.u-border-hover-color-3:hover,
.u-border-hover-color-3:focus,
.u-border-active-color-3.u-active.u-active,
a.u-button-style.u-border-hover-color-3:hover,
a.u-button-style:hover > .u-border-hover-color-3,
a.u-button-style.u-border-hover-color-3:focus,
a.u-button-style.u-button-style.u-border-active-color-3:active,
a.u-button-style.u-button-style.u-border-active-color-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-3,
input.u-field-input.u-field-input.u-border-active-color-3:checked {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"] {
  border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"]:hover {
  border-color: #d9b10d !important;
}

/*end-color color-3*//*begin-color white*/
.u-border-white,
.u-border-white.u-input,
.u-border-white.u-field-input.u-field-input,
.u-separator-white:after {
  border-color: #ffffff;
  stroke: #ffffff;
}

.u-button-style.u-border-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.u-button-style.u-border-white:hover,
.u-button-style.u-border-white:focus {
  border-color: transparent !important;
  color: #e6e6e6 !important;
  background-color: transparent !important;
}

.u-border-hover-white:hover,
.u-border-hover-white:focus,
.u-border-active-white.u-active.u-active,
a.u-button-style.u-border-hover-white:hover,
a.u-button-style:hover > .u-border-hover-white,
a.u-button-style.u-border-hover-white:focus,
a.u-button-style.u-button-style.u-border-active-white:active,
a.u-button-style.u-button-style.u-border-active-white.active,
a.u-button-style.u-button-style.active > .u-border-active-white,
li.active > a.u-button-style.u-button-style.u-border-active-white,
input.u-field-input.u-field-input.u-border-active-white:checked {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"] {
  border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"]:hover {
  border-color: #e6e6e6 !important;
}

/*end-color white*//*begin-color color-1*/
.u-text-color-1,
.u-input.u-text-color-1,
.u-input.u-text-color-1[class*="u-border-"],
li.active > a.u-button-style.u-text-color-1,
li.active > a.u-button-style.u-text-color-1[class*="u-border-"],
a.u-button-style.u-text-color-1,
a.u-button-style.u-text-color-1[class*="u-border-"] {
  color: #a9a3a3 !important;
}

a.u-button-style.u-text-color-1:hover,
a.u-button-style.u-text-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1:focus,
a.u-button-style.u-text-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1:active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1.active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"].active {
  color: #999292 !important;
}

a.u-button-style:hover > .u-text-hover-color-1,
a.u-button-style:hover > .u-text-hover-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1,
a.u-button-style.u-button-style.active > .u-text-active-color-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1.active,
.u-text-hover-color-1.u-language-url:hover,
.u-text-hover-color-1 .u-language-url:hover,
.u-text-hover-color-1.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-color-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1 .u-nav-link.active {
  color: #a9a3a3 !important;
}

.u-text-color-1 .u-svg-link,
.u-text-hover-color-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1 .u-svg-link,
.u-text-hover-color-1:focus .u-svg-link {
  fill: #a9a3a3;
}

.u-link.u-text-color-1:hover {
  color: #999292 !important;
}

a.u-link.u-text-hover-color-1:hover {
  color: #a9a3a3 !important;
}

/*end-color color-1*//*begin-color color-2*/
.u-text-color-2,
.u-input.u-text-color-2,
.u-input.u-text-color-2[class*="u-border-"],
li.active > a.u-button-style.u-text-color-2,
li.active > a.u-button-style.u-text-color-2[class*="u-border-"],
a.u-button-style.u-text-color-2,
a.u-button-style.u-text-color-2[class*="u-border-"] {
  color: #db545a !important;
}

a.u-button-style.u-text-color-2:hover,
a.u-button-style.u-text-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2:focus,
a.u-button-style.u-text-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2:active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2.active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover > .u-text-hover-color-2,
a.u-button-style:hover > .u-text-hover-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2,
a.u-button-style.u-button-style.active > .u-text-active-color-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2.active,
.u-text-hover-color-2.u-language-url:hover,
.u-text-hover-color-2 .u-language-url:hover,
.u-text-hover-color-2.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active {
  color: #db545a !important;
}

.u-text-color-2 .u-svg-link,
.u-text-hover-color-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2 .u-svg-link,
.u-text-hover-color-2:focus .u-svg-link {
  fill: #db545a;
}

.u-link.u-text-color-2:hover {
  color: #d63b42 !important;
}

a.u-link.u-text-hover-color-2:hover {
  color: #db545a !important;
}

/*end-color color-2*//*begin-color color-3*/
.u-text-color-3,
.u-input.u-text-color-3,
.u-input.u-text-color-3[class*="u-border-"],
li.active > a.u-button-style.u-text-color-3,
li.active > a.u-button-style.u-text-color-3[class*="u-border-"],
a.u-button-style.u-text-color-3,
a.u-button-style.u-text-color-3[class*="u-border-"] {
  color: #f1c50e !important;
}

a.u-button-style.u-text-color-3:hover,
a.u-button-style.u-text-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3:focus,
a.u-button-style.u-text-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3:active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3.active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover > .u-text-hover-color-3,
a.u-button-style:hover > .u-text-hover-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3,
a.u-button-style.u-button-style.active > .u-text-active-color-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3.active,
.u-text-hover-color-3.u-language-url:hover,
.u-text-hover-color-3 .u-language-url:hover,
.u-text-hover-color-3.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active {
  color: #f1c50e !important;
}

.u-text-color-3 .u-svg-link,
.u-text-hover-color-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3 .u-svg-link,
.u-text-hover-color-3:focus .u-svg-link {
  fill: #f1c50e;
}

.u-link.u-text-color-3:hover {
  color: #d9b10d !important;
}

a.u-link.u-text-hover-color-3:hover {
  color: #f1c50e !important;
}

/*end-color color-3*//*begin-color white*/
.u-text-white,
.u-input.u-text-white,
.u-input.u-text-white[class*="u-border-"],
li.active > a.u-button-style.u-text-white,
li.active > a.u-button-style.u-text-white[class*="u-border-"],
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
  color: #ffffff !important;
}

a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-white.active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"].active {
  color: #e6e6e6 !important;
}

a.u-button-style:hover > .u-text-hover-white,
a.u-button-style:hover > .u-text-hover-white[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-white:hover,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-white:focus,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-white,
a.u-button-style.u-button-style.active > .u-text-active-white[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-white:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-text-hover-white.u-language-url:hover,
.u-text-hover-white .u-language-url:hover,
.u-text-hover-white.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active {
  color: #ffffff !important;
}

.u-text-white .u-svg-link,
.u-text-hover-white:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-white .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-white .u-svg-link,
.u-text-hover-white:focus .u-svg-link {
  fill: #ffffff;
}

.u-link.u-text-white:hover {
  color: #e6e6e6 !important;
}

a.u-link.u-text-hover-white:hover {
  color: #ffffff !important;
}

/*end-color white*//*begin-variables sitestylecss*//*begin-color custom-color-1*/
.u-custom-color-1,
.u-body.u-custom-color-1,
section.u-custom-color-1:before,
.u-custom-color-1 > .u-audio-main-layout-wrapper:before,
.u-custom-color-1 > .u-container-layout:before,
.u-custom-color-1 > .u-inner-container-layout:before,
.u-custom-color-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-1:before,
.u-table-alt-custom-color-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #0e131c;
}

.u-input.u-custom-color-1,
.u-field-input.u-custom-color-1,
.u-button-style.u-custom-color-1,
.u-button-style.u-custom-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #0e131c !important;
}

.u-button-style.u-custom-color-1:hover,
.u-button-style.u-custom-color-1[class*="u-border-"]:hover,
.u-button-style.u-custom-color-1:focus,
.u-button-style.u-custom-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-1:active,
.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-1.active,
.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-1,
li.active > .u-button-style.u-button-style.u-custom-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #0d1119 !important;
}

.u-hover-custom-color-1:hover,
.u-hover-custom-color-1[class*="u-border-"]:hover,
.u-hover-custom-color-1:focus,
.u-hover-custom-color-1[class*="u-border-"]:focus,
.u-active-custom-color-1.u-active.u-active,
.u-active-custom-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-1:hover,
a.u-button-style.u-hover-custom-color-1.hover,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-1,
a.u-button-style:hover > .u-hover-custom-color-1[class*="u-border-"],
a.u-button-style.u-hover-custom-color-1:focus,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-1:active,
a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-1.active,
a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-1,
a.u-button-style.u-button-style.active > .u-active-custom-color-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-1,
li.active > a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-1:checked {
  color: #ffffff !important;
  background-color: #0e131c !important;
}

a.u-link.u-hover-custom-color-1:hover {
  color: #0e131c !important;
}

/*end-color custom-color-1*//*begin-color custom-color-2*/
.u-custom-color-2,
.u-body.u-custom-color-2,
section.u-custom-color-2:before,
.u-custom-color-2 > .u-audio-main-layout-wrapper:before,
.u-custom-color-2 > .u-container-layout:before,
.u-custom-color-2 > .u-inner-container-layout:before,
.u-custom-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-2:before,
.u-table-alt-custom-color-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #037aff;
}

.u-input.u-custom-color-2,
.u-field-input.u-custom-color-2,
.u-button-style.u-custom-color-2,
.u-button-style.u-custom-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #037aff !important;
}

.u-button-style.u-custom-color-2:hover,
.u-button-style.u-custom-color-2[class*="u-border-"]:hover,
.u-button-style.u-custom-color-2:focus,
.u-button-style.u-custom-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-2:active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-2.active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-2,
li.active > .u-button-style.u-button-style.u-custom-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #006ee8 !important;
}

.u-hover-custom-color-2:hover,
.u-hover-custom-color-2[class*="u-border-"]:hover,
.u-hover-custom-color-2:focus,
.u-hover-custom-color-2[class*="u-border-"]:focus,
.u-active-custom-color-2.u-active.u-active,
.u-active-custom-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-2:hover,
a.u-button-style.u-hover-custom-color-2.hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-2,
a.u-button-style:hover > .u-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-hover-custom-color-2:focus,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-2:active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-2.active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-2,
a.u-button-style.u-button-style.active > .u-active-custom-color-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-2,
li.active > a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-2:checked {
  color: #ffffff !important;
  background-color: #037aff !important;
}

a.u-link.u-hover-custom-color-2:hover {
  color: #037aff !important;
}

/*end-color custom-color-2*//*begin-color custom-color-3*/
.u-custom-color-3,
.u-body.u-custom-color-3,
section.u-custom-color-3:before,
.u-custom-color-3 > .u-audio-main-layout-wrapper:before,
.u-custom-color-3 > .u-container-layout:before,
.u-custom-color-3 > .u-inner-container-layout:before,
.u-custom-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-3:before,
.u-table-alt-custom-color-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #0058bb;
}

.u-input.u-custom-color-3,
.u-field-input.u-custom-color-3,
.u-button-style.u-custom-color-3,
.u-button-style.u-custom-color-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #0058bb !important;
}

.u-button-style.u-custom-color-3:hover,
.u-button-style.u-custom-color-3[class*="u-border-"]:hover,
.u-button-style.u-custom-color-3:focus,
.u-button-style.u-custom-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-3:active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-3.active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-3,
li.active > .u-button-style.u-button-style.u-custom-color-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #004fa8 !important;
}

.u-hover-custom-color-3:hover,
.u-hover-custom-color-3[class*="u-border-"]:hover,
.u-hover-custom-color-3:focus,
.u-hover-custom-color-3[class*="u-border-"]:focus,
.u-active-custom-color-3.u-active.u-active,
.u-active-custom-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-3:hover,
a.u-button-style.u-hover-custom-color-3.hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-3,
a.u-button-style:hover > .u-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-hover-custom-color-3:focus,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-3:active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-3.active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-3,
a.u-button-style.u-button-style.active > .u-active-custom-color-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-3,
li.active > a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-3:checked {
  color: #ffffff !important;
  background-color: #0058bb !important;
}

a.u-link.u-hover-custom-color-3:hover {
  color: #0058bb !important;
}

/*end-color custom-color-3*//*begin-color custom-color-8*/
.u-custom-color-8,
.u-body.u-custom-color-8,
section.u-custom-color-8:before,
.u-custom-color-8 > .u-audio-main-layout-wrapper:before,
.u-custom-color-8 > .u-container-layout:before,
.u-custom-color-8 > .u-inner-container-layout:before,
.u-custom-color-8.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-8:before,
.u-table-alt-custom-color-8 tr:nth-child(even) {
  color: #ffffff;
  background-color: #151c27;
}

.u-input.u-custom-color-8,
.u-field-input.u-custom-color-8,
.u-button-style.u-custom-color-8,
.u-button-style.u-custom-color-8[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #151c27 !important;
}

.u-button-style.u-custom-color-8:hover,
.u-button-style.u-custom-color-8[class*="u-border-"]:hover,
.u-button-style.u-custom-color-8:focus,
.u-button-style.u-custom-color-8[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-8:active,
.u-button-style.u-button-style.u-custom-color-8[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-8.active,
.u-button-style.u-button-style.u-custom-color-8[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-8,
li.active > .u-button-style.u-button-style.u-custom-color-8[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #131923 !important;
}

.u-hover-custom-color-8:hover,
.u-hover-custom-color-8[class*="u-border-"]:hover,
.u-hover-custom-color-8:focus,
.u-hover-custom-color-8[class*="u-border-"]:focus,
.u-active-custom-color-8.u-active.u-active,
.u-active-custom-color-8[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-8:hover,
a.u-button-style.u-hover-custom-color-8.hover,
a.u-button-style.u-hover-custom-color-8[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-8[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-8,
a.u-button-style:hover > .u-hover-custom-color-8[class*="u-border-"],
a.u-button-style.u-hover-custom-color-8:focus,
a.u-button-style.u-hover-custom-color-8[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-8:active,
a.u-button-style.u-button-style.u-active-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-8.active,
a.u-button-style.u-button-style.u-active-custom-color-8[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-8,
a.u-button-style.u-button-style.active > .u-active-custom-color-8[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-8,
li.active > a.u-button-style.u-button-style.u-active-custom-color-8[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-8:checked {
  color: #ffffff !important;
  background-color: #151c27 !important;
}

a.u-link.u-hover-custom-color-8:hover {
  color: #151c27 !important;
}

/*end-color custom-color-8*//*begin-color custom-color-1*/
.u-border-custom-color-1,
.u-border-custom-color-1.u-input,
.u-border-custom-color-1.u-field-input.u-field-input,
.u-separator-custom-color-1:after {
  border-color: #0e131c;
  stroke: #0e131c;
}

.u-button-style.u-border-custom-color-1 {
  border-color: #0e131c !important;
  color: #0e131c !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-1:hover,
.u-button-style.u-border-custom-color-1:focus {
  border-color: transparent !important;
  color: #0d1119 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-1:hover,
.u-border-hover-custom-color-1:focus,
.u-border-active-custom-color-1.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-1:hover,
a.u-button-style:hover > .u-border-hover-custom-color-1,
a.u-button-style.u-border-hover-custom-color-1:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-1:active,
a.u-button-style.u-button-style.u-border-active-custom-color-1.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-1,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-1,
input.u-field-input.u-field-input.u-border-active-custom-color-1:checked {
  color: #0e131c !important;
  border-color: #0e131c !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"] {
  border-color: #0e131c !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"]:hover {
  border-color: #0d1119 !important;
}

/*end-color custom-color-1*//*begin-color custom-color-2*/
.u-border-custom-color-2,
.u-border-custom-color-2.u-input,
.u-border-custom-color-2.u-field-input.u-field-input,
.u-separator-custom-color-2:after {
  border-color: #037aff;
  stroke: #037aff;
}

.u-button-style.u-border-custom-color-2 {
  border-color: #037aff !important;
  color: #037aff !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-2:hover,
.u-button-style.u-border-custom-color-2:focus {
  border-color: transparent !important;
  color: #006ee8 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-2:hover,
.u-border-hover-custom-color-2:focus,
.u-border-active-custom-color-2.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-2:hover,
a.u-button-style:hover > .u-border-hover-custom-color-2,
a.u-button-style.u-border-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-2:active,
a.u-button-style.u-button-style.u-border-active-custom-color-2.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-2,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-2,
input.u-field-input.u-field-input.u-border-active-custom-color-2:checked {
  color: #037aff !important;
  border-color: #037aff !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"] {
  border-color: #037aff !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"]:hover {
  border-color: #006ee8 !important;
}

/*end-color custom-color-2*//*begin-color custom-color-3*/
.u-border-custom-color-3,
.u-border-custom-color-3.u-input,
.u-border-custom-color-3.u-field-input.u-field-input,
.u-separator-custom-color-3:after {
  border-color: #0058bb;
  stroke: #0058bb;
}

.u-button-style.u-border-custom-color-3 {
  border-color: #0058bb !important;
  color: #0058bb !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-3:hover,
.u-button-style.u-border-custom-color-3:focus {
  border-color: transparent !important;
  color: #004fa8 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-3:hover,
.u-border-hover-custom-color-3:focus,
.u-border-active-custom-color-3.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-3:hover,
a.u-button-style:hover > .u-border-hover-custom-color-3,
a.u-button-style.u-border-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-3:active,
a.u-button-style.u-button-style.u-border-active-custom-color-3.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-3,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-3,
input.u-field-input.u-field-input.u-border-active-custom-color-3:checked {
  color: #0058bb !important;
  border-color: #0058bb !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"] {
  border-color: #0058bb !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"]:hover {
  border-color: #004fa8 !important;
}

/*end-color custom-color-3*//*begin-color custom-color-8*/
.u-border-custom-color-8,
.u-border-custom-color-8.u-input,
.u-border-custom-color-8.u-field-input.u-field-input,
.u-separator-custom-color-8:after {
  border-color: #151c27;
  stroke: #151c27;
}

.u-button-style.u-border-custom-color-8 {
  border-color: #151c27 !important;
  color: #151c27 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-8:hover,
.u-button-style.u-border-custom-color-8:focus {
  border-color: transparent !important;
  color: #131923 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-8:hover,
.u-border-hover-custom-color-8:focus,
.u-border-active-custom-color-8.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-8:hover,
a.u-button-style:hover > .u-border-hover-custom-color-8,
a.u-button-style.u-border-hover-custom-color-8:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-8:active,
a.u-button-style.u-button-style.u-border-active-custom-color-8.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-8,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-8,
input.u-field-input.u-field-input.u-border-active-custom-color-8:checked {
  color: #151c27 !important;
  border-color: #151c27 !important;
}

.u-link.u-border-custom-color-8[class*="u-border-"] {
  border-color: #151c27 !important;
}

.u-link.u-border-custom-color-8[class*="u-border-"]:hover {
  border-color: #131923 !important;
}

/*end-color custom-color-8*//*begin-color custom-color-1*/
.u-text-custom-color-1,
.u-input.u-text-custom-color-1,
.u-input.u-text-custom-color-1[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-1,
li.active > a.u-button-style.u-text-custom-color-1[class*="u-border-"],
a.u-button-style.u-text-custom-color-1,
a.u-button-style.u-text-custom-color-1[class*="u-border-"] {
  color: #0e131c !important;
}

a.u-button-style.u-text-custom-color-1:hover,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-1:focus,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-1:active,
a.u-button-style.u-button-style.u-text-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-1.active,
a.u-button-style.u-button-style.u-text-custom-color-1[class*="u-border-"].active {
  color: #0d1119 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-1,
a.u-button-style:hover > .u-text-hover-custom-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-1,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-1.active,
.u-text-hover-custom-color-1.u-language-url:hover,
.u-text-hover-custom-color-1 .u-language-url:hover,
.u-text-hover-custom-color-1.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-1 .u-nav-link.active {
  color: #0e131c !important;
}

.u-text-custom-color-1 .u-svg-link,
.u-text-hover-custom-color-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-1 .u-svg-link,
.u-text-hover-custom-color-1:focus .u-svg-link {
  fill: #0e131c;
}

.u-link.u-text-custom-color-1:hover {
  color: #0d1119 !important;
}

a.u-link.u-text-hover-custom-color-1:hover {
  color: #0e131c !important;
}

/*end-color custom-color-1*//*begin-color custom-color-2*/
.u-text-custom-color-2,
.u-input.u-text-custom-color-2,
.u-input.u-text-custom-color-2[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-2,
li.active > a.u-button-style.u-text-custom-color-2[class*="u-border-"],
a.u-button-style.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2[class*="u-border-"] {
  color: #037aff !important;
}

a.u-button-style.u-text-custom-color-2:hover,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-2:focus,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-2:active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-2.active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"].active {
  color: #006ee8 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-2,
a.u-button-style:hover > .u-text-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-2,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-2.active,
.u-text-hover-custom-color-2.u-language-url:hover,
.u-text-hover-custom-color-2 .u-language-url:hover,
.u-text-hover-custom-color-2.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-2 .u-nav-link.active {
  color: #037aff !important;
}

.u-text-custom-color-2 .u-svg-link,
.u-text-hover-custom-color-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-2 .u-svg-link,
.u-text-hover-custom-color-2:focus .u-svg-link {
  fill: #037aff;
}

.u-link.u-text-custom-color-2:hover {
  color: #006ee8 !important;
}

a.u-link.u-text-hover-custom-color-2:hover {
  color: #037aff !important;
}

/*end-color custom-color-2*//*begin-color custom-color-3*/
.u-text-custom-color-3,
.u-input.u-text-custom-color-3,
.u-input.u-text-custom-color-3[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-3,
li.active > a.u-button-style.u-text-custom-color-3[class*="u-border-"],
a.u-button-style.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3[class*="u-border-"] {
  color: #0058bb !important;
}

a.u-button-style.u-text-custom-color-3:hover,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-3:focus,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-3:active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-3.active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"].active {
  color: #004fa8 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-3,
a.u-button-style:hover > .u-text-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-3,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-3.active,
.u-text-hover-custom-color-3.u-language-url:hover,
.u-text-hover-custom-color-3 .u-language-url:hover,
.u-text-hover-custom-color-3.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-3 .u-nav-link.active {
  color: #0058bb !important;
}

.u-text-custom-color-3 .u-svg-link,
.u-text-hover-custom-color-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-3 .u-svg-link,
.u-text-hover-custom-color-3:focus .u-svg-link {
  fill: #0058bb;
}

.u-link.u-text-custom-color-3:hover {
  color: #004fa8 !important;
}

a.u-link.u-text-hover-custom-color-3:hover {
  color: #0058bb !important;
}

/*end-color custom-color-3*//*begin-color custom-color-8*/
.u-text-custom-color-8,
.u-input.u-text-custom-color-8,
.u-input.u-text-custom-color-8[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-8,
li.active > a.u-button-style.u-text-custom-color-8[class*="u-border-"],
a.u-button-style.u-text-custom-color-8,
a.u-button-style.u-text-custom-color-8[class*="u-border-"] {
  color: #151c27 !important;
}

a.u-button-style.u-text-custom-color-8:hover,
a.u-button-style.u-text-custom-color-8[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-8:focus,
a.u-button-style.u-text-custom-color-8[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-8:active,
a.u-button-style.u-button-style.u-text-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-8.active,
a.u-button-style.u-button-style.u-text-custom-color-8[class*="u-border-"].active {
  color: #131923 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-8,
a.u-button-style:hover > .u-text-hover-custom-color-8[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-8:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-8:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-8,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-8[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-8:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-8.active,
.u-text-hover-custom-color-8.u-language-url:hover,
.u-text-hover-custom-color-8 .u-language-url:hover,
.u-text-hover-custom-color-8.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-8 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-8 .u-nav-link.active {
  color: #151c27 !important;
}

.u-text-custom-color-8 .u-svg-link,
.u-text-hover-custom-color-8:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-8 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-8 .u-svg-link,
.u-text-hover-custom-color-8:focus .u-svg-link {
  fill: #151c27;
}

.u-link.u-text-custom-color-8:hover {
  color: #131923 !important;
}

a.u-link.u-text-hover-custom-color-8:hover {
  color: #151c27 !important;
}

/*end-color custom-color-8*/
.u-body {


  --theme-sheet-width-xl: 1140px;
  --theme-sheet-width-lg: 940px;
  --theme-sheet-width-md: 720px;
  --theme-sheet-width-sm: 540px;
  --theme-sheet-width-xs: 340px;
}

/** common-rules **/
h1.u-title {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.1;
}

h2.u-subtitle {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.1;
}

h1:not(.u-title) {
  font-size: 3.27rem;
  font-weight: 400;
  line-height: 1.15;
}

h2:not(.u-subtitle) {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
}

p:not(.u-text-variant) {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5499999999999998;
}

.u-input {
  border-width: 1px;
  borders: top right bottom left;
}

a {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5499999999999998;
  text-decoration: underline;
}

/** common-rules **/

/** publish-rules **/
/*begin-media rules*/
/*end-media rules*/
/** publish-rules **/


/** cms-rules **/
/*begin-responsive rules*/
/*end-responsive rules*/
/** cms-rules **/

/** color-rules **/
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-input,
.u-gradient > .u-container-layout > .u-input,
.u-image:not(.u-shading) > .u-container-layout > .u-input,
.u-input {
  border-color: #b3b3b3;
  background-color: #ffffff;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a,
.u-gradient > .u-container-layout > a,
.u-image:not(.u-shading) > .u-container-layout > a,
a {
  color: #111111;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a:hover,
.u-gradient > .u-container-layout > a:hover,
.u-image:not(.u-shading) > .u-container-layout > a:hover,
a:hover {
  color: #0f0f0f;
}

/** color-rules **/

/** alt-color-rules **/
.u-custom-color-1 .u-btn, .u-custom-color-2 .u-btn, .u-custom-color-3 .u-btn, .u-custom-color-4 .u-btn, .u-custom-color-5 .u-btn, .u-custom-color-6 .u-btn, .u-custom-color-7 .u-btn, .u-custom-color-8 .u-btn, .u-custom-color-9 .u-btn, .u-custom-color-10 .u-btn, .u-body-color .u-btn, .u-palette-1-base .u-btn, .u-palette-1-dark-3 .u-btn, .u-palette-1-dark-2 .u-btn, .u-palette-1-dark-1 .u-btn, .u-palette-1 .u-btn, .u-palette-2-base .u-btn, .u-palette-2-dark-3 .u-btn, .u-palette-2-dark-2 .u-btn, .u-palette-2-dark-1 .u-btn, .u-palette-2 .u-btn, .u-palette-2-light-1 .u-btn, .u-palette-3-dark-3 .u-btn, .u-palette-3-dark-2 .u-btn, .u-palette-3-dark-1 .u-btn, .u-palette-4-base .u-btn, .u-palette-4-dark-3 .u-btn, .u-palette-4-dark-2 .u-btn, .u-palette-4-dark-1 .u-btn, .u-palette-5-dark-3 .u-btn, .u-palette-5-dark-2 .u-btn, .u-palette-5-dark-1 .u-btn, .u-grey-40 .u-btn, .u-grey-30 .u-btn, .u-grey-90 .u-btn, .u-grey-80 .u-btn, .u-grey-75 .u-btn, .u-black .u-btn, .u-grey-70 .u-btn, .u-grey-60 .u-btn, .u-grey-50 .u-btn, .u-grey-dark-3 .u-btn, .u-grey-dark-2 .u-btn, .u-grey-dark-1 .u-btn, .u-grey .u-btn, .u-shading .u-btn, .u-overlap-contrast .u-header .u-btn {
  color: #ffffff;
}

.u-custom-color-1 .u-btn:hover, .u-custom-color-2 .u-btn:hover, .u-custom-color-3 .u-btn:hover, .u-custom-color-4 .u-btn:hover, .u-custom-color-5 .u-btn:hover, .u-custom-color-6 .u-btn:hover, .u-custom-color-7 .u-btn:hover, .u-custom-color-8 .u-btn:hover, .u-custom-color-9 .u-btn:hover, .u-custom-color-10 .u-btn:hover, .u-body-color .u-btn:hover, .u-palette-1-base .u-btn:hover, .u-palette-1-dark-3 .u-btn:hover, .u-palette-1-dark-2 .u-btn:hover, .u-palette-1-dark-1 .u-btn:hover, .u-palette-1 .u-btn:hover, .u-palette-2-base .u-btn:hover, .u-palette-2-dark-3 .u-btn:hover, .u-palette-2-dark-2 .u-btn:hover, .u-palette-2-dark-1 .u-btn:hover, .u-palette-2 .u-btn:hover, .u-palette-2-light-1 .u-btn:hover, .u-palette-3-dark-3 .u-btn:hover, .u-palette-3-dark-2 .u-btn:hover, .u-palette-3-dark-1 .u-btn:hover, .u-palette-4-base .u-btn:hover, .u-palette-4-dark-3 .u-btn:hover, .u-palette-4-dark-2 .u-btn:hover, .u-palette-4-dark-1 .u-btn:hover, .u-palette-5-dark-3 .u-btn:hover, .u-palette-5-dark-2 .u-btn:hover, .u-palette-5-dark-1 .u-btn:hover, .u-grey-40 .u-btn:hover, .u-grey-30 .u-btn:hover, .u-grey-90 .u-btn:hover, .u-grey-80 .u-btn:hover, .u-grey-75 .u-btn:hover, .u-black .u-btn:hover, .u-grey-70 .u-btn:hover, .u-grey-60 .u-btn:hover, .u-grey-50 .u-btn:hover, .u-grey-dark-3 .u-btn:hover, .u-grey-dark-2 .u-btn:hover, .u-grey-dark-1 .u-btn:hover, .u-grey .u-btn:hover, .u-shading .u-btn:hover, .u-overlap-contrast .u-header .u-btn:hover {
  color: #e6e6e6;
}

.u-custom-color-1 a, .u-custom-color-2 a, .u-custom-color-3 a, .u-custom-color-4 a, .u-custom-color-5 a, .u-custom-color-6 a, .u-custom-color-7 a, .u-custom-color-8 a, .u-custom-color-9 a, .u-custom-color-10 a, .u-body-color a, .u-palette-1-base a, .u-palette-1-dark-3 a, .u-palette-1-dark-2 a, .u-palette-1-dark-1 a, .u-palette-1 a, .u-palette-2-base a, .u-palette-2-dark-3 a, .u-palette-2-dark-2 a, .u-palette-2-dark-1 a, .u-palette-2 a, .u-palette-2-light-1 a, .u-palette-3-dark-3 a, .u-palette-3-dark-2 a, .u-palette-3-dark-1 a, .u-palette-4-base a, .u-palette-4-dark-3 a, .u-palette-4-dark-2 a, .u-palette-4-dark-1 a, .u-palette-5-dark-3 a, .u-palette-5-dark-2 a, .u-palette-5-dark-1 a, .u-grey-40 a, .u-grey-30 a, .u-grey-90 a, .u-grey-80 a, .u-grey-75 a, .u-black a, .u-grey-70 a, .u-grey-60 a, .u-grey-50 a, .u-grey-dark-3 a, .u-grey-dark-2 a, .u-grey-dark-1 a, .u-grey a, .u-shading a, .u-overlap-contrast .u-header a:not(.u-nav-link):not(.u-btn) {
  color: #ddd9d9;
}

.u-custom-color-1 a:hover, .u-custom-color-2 a:hover, .u-custom-color-3 a:hover, .u-custom-color-4 a:hover, .u-custom-color-5 a:hover, .u-custom-color-6 a:hover, .u-custom-color-7 a:hover, .u-custom-color-8 a:hover, .u-custom-color-9 a:hover, .u-custom-color-10 a:hover, .u-body-color a:hover, .u-palette-1-base a:hover, .u-palette-1-dark-3 a:hover, .u-palette-1-dark-2 a:hover, .u-palette-1-dark-1 a:hover, .u-palette-1 a:hover, .u-palette-2-base a:hover, .u-palette-2-dark-3 a:hover, .u-palette-2-dark-2 a:hover, .u-palette-2-dark-1 a:hover, .u-palette-2 a:hover, .u-palette-2-light-1 a:hover, .u-palette-3-dark-3 a:hover, .u-palette-3-dark-2 a:hover, .u-palette-3-dark-1 a:hover, .u-palette-4-base a:hover, .u-palette-4-dark-3 a:hover, .u-palette-4-dark-2 a:hover, .u-palette-4-dark-1 a:hover, .u-palette-5-dark-3 a:hover, .u-palette-5-dark-2 a:hover, .u-palette-5-dark-1 a:hover, .u-grey-40 a:hover, .u-grey-30 a:hover, .u-grey-90 a:hover, .u-grey-80 a:hover, .u-grey-75 a:hover, .u-black a:hover, .u-grey-70 a:hover, .u-grey-60 a:hover, .u-grey-50 a:hover, .u-grey-dark-3 a:hover, .u-grey-dark-2 a:hover, .u-grey-dark-1 a:hover, .u-grey a:hover {
  color: #a1a1a1;
}

/** alt-color-rules **/


/*end-variables sitestylecss*/

/*begin-variables custom-site-css*/
h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2, h2, h3, h4 {
  font-size: 21px !important;
  font-weight: 700 !important;
}

h3, h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

/*end-variables custom-site-css*/
/*begin-variables base-font-size*/
html {
  font-size: 16px;
}

 .u-section-2 {
   background-image: none;
 }

.u-section-2 .u-sheet-1 {
  min-height: 353px;
}

.u-section-2 .u-image-1 {
  height: 291px;
  --radius: 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-2 .u-btn-1 {
  --radius: 8px;
  font-size: 0.9375rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  text-transform: uppercase;
  border-style: solid;
  margin: -62px auto 60px;
  padding: 6px 31px 6px 30px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 273px;
  }

  .u-section-2 .u-image-1 {
    height: 223px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -48px;
    margin-bottom: 38px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 248px;
  }

  .u-section-2 .u-image-1 {
    height: 203px;
    margin-top: 18px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -53px;
    margin-bottom: 41px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 220px;
  }

  .u-section-2 .u-image-1 {
    height: 171px;
    margin-top: 19px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -52px;
    margin-bottom: 43px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 222px;
  }

  .u-section-2 .u-image-1 {
    height: 172px;
    margin-top: 21px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -56px;
    margin-bottom: 45px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 199px;
}

.u-section-3 .u-custom-html-1 {
  margin-bottom: 10px;
  margin-top: 1px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 347px;
  }

  .u-section-3 .u-custom-html-1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-4 {
  background-image: none;
}

.u-section-4 .u-sheet-1 {
  min-height: 792px;
}

.u-section-4 .u-custom-html-1 {
  margin-bottom: 60px;
  margin-top: 5px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 826px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 898px;
  }

  .u-section-4 .u-custom-html-1 {
    margin-top: 10px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 1456px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 54px;
}

.u-section-5 .u-text-1 {
  line-height: 1.8;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 13px 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 122px;
  }

  .u-section-5 .u-text-1 {
    width: auto;
    margin-top: 31px;
    margin-bottom: 33px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 157px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-6 {
  background-image: none;
}

.u-section-6 .u-sheet-1 {
  min-height: 1295px;
}

.u-section-6 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 70px;
}

.u-section-6 .u-image-1 {
  width: 300px;
  height: 443px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 10px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1398px;
  }

  .u-section-6 .u-image-1 {
    margin-bottom: 29px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1560px;
  }

  .u-section-6 .u-custom-html-1 {
    margin-top: 80px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-6 .u-custom-html-1 {
    margin-top: 90px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-7 {
  background-image: none;
}

.u-section-7 .u-sheet-1 {
  min-height: 828px;
}

.u-section-7 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-7 .u-image-1 {
  width: 800px;
  height: 327px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 9px;
  margin: 26px auto;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-7 .u-sheet-1 {
    min-height: 100vh;
  }

  .u-section-7 .u-image-1 {
    margin-bottom: 33px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-7 .u-image-1 {
    width: 720px;
    height: 294px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-7 .u-image-1 {
    width: 540px;
    height: 221px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-7 .u-image-1 {
    width: 340px;
    height: 139px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-8 {
  background-image: none;
}

.u-section-8 .u-sheet-1 {
  min-height: 880px;
}

.u-section-8 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-8 .u-image-1 {
  width: 300px;
  height: 457px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 10px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-8 .u-sheet-1 {
    min-height: 932px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-9 {
  background-image: none;
}

.u-section-9 .u-sheet-1 {
  min-height: 881px;
}

.u-section-9 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-9 .u-image-1 {
  width: 300px;
  height: 105px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 10px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-9 .u-sheet-1 {
    min-height: 989px;
  }

  .u-section-9 .u-image-1 {
    margin-bottom: 34px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-10 {
  background-image: none;
}

.u-section-10 .u-sheet-1 {
  min-height: 64px;
}

.u-section-10 .u-custom-html-1 {
  margin-bottom: 19px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-10 .u-sheet-1 {
    min-height: 66px;
  }

  .u-section-10 .u-custom-html-1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-11 {
  background-image: none;
}

.u-section-11 .u-sheet-1 {
  min-height: 263px;
}

.u-section-11 .u-gallery-1 {
  height: 133px;
  grid-gap: 17px;
  margin: 30px 0 0;
}

.u-section-11 .u-gallery-inner-1 {
  grid-template-columns: repeat(7, auto);
}

.u-section-11 .u-gallery-item-1 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-2 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-3 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-4 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-5 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-6 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-7 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-7 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-8 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-8 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-9 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-9 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-10 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-10 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-11 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-11 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-12 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-12 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-13 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-13 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-14 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-14 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-15 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-15 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-16 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-16 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-17 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-17 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-18 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-18 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-19 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-19 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-20 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-20 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-21 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-21 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-22 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-22 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-23 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-23 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-24 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-24 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-25 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-25 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-item-26 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-11 .u-over-slide-26 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  padding: 39px;
}

.u-section-11 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  --radius: 10px;
  top: 47px;
  padding: 8px;
}

.u-section-11 .u-gallery-nav-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: none;
  --radius: 10px;
  left: auto;
  top: 47px;
  right: 10px;
  padding: 8px;
}

.u-section-11 .u-btn-1 {
  --radius: 8px;
  font-size: 0.9375rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px auto;
  padding: 6px 31px 6px 30px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-11 .u-sheet-1 {
    min-height: 276px;
  }

  .u-section-11 .u-gallery-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-11 .u-gallery-inner-1 {
    grid-gap: 17px;
  }

  .u-section-11 .u-btn-1 {
    margin-bottom: 43px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-11 .u-gallery-inner-1 {
    grid-template-columns: repeat(4, auto);
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-12 {
  background-image: none;
}

.u-section-12 .u-sheet-1 {
  min-height: 73px;
  margin-bottom: 0;
}

.u-section-12 .u-gallery-1 {
  height: 44px;
  margin: 2px 0 27px;
}

.u-section-12 .u-gallery-item-1 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-1 {
  width: 71px;
}

.u-section-12 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-2 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-2 {
  width: 71px;
}

.u-section-12 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-3 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-3 {
  width: 71px;
}

.u-section-12 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-4 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-4 {
  width: 71px;
}

.u-section-12 .u-over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-5 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-5 {
  width: 71px;
}

.u-section-12 .u-over-slide-5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-6 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-6 {
  width: 71px;
}

.u-section-12 .u-over-slide-6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-7 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-7 {
  width: 71px;
}

.u-section-12 .u-over-slide-7 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-8 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-8 {
  width: 71px;
}

.u-section-12 .u-over-slide-8 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-9 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-9 {
  width: 71px;
}

.u-section-12 .u-over-slide-9 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-10 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-10 {
  width: 71px;
}

.u-section-12 .u-over-slide-10 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-11 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-11 {
  width: 71px;
}

.u-section-12 .u-over-slide-11 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-12 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-12 {
  width: 71px;
}

.u-section-12 .u-over-slide-12 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-13 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-13 {
  width: 71px;
}

.u-section-12 .u-over-slide-13 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-14 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-14 {
  width: 71px;
}

.u-section-12 .u-over-slide-14 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-15 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-15 {
  width: 71px;
}

.u-section-12 .u-over-slide-15 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-16 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-16 {
  width: 71px;
}

.u-section-12 .u-over-slide-16 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-17 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-17 {
  width: 71px;
}

.u-section-12 .u-over-slide-17 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-18 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-18 {
  width: 71px;
}

.u-section-12 .u-over-slide-18 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-19 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-19 {
  width: 71px;
}

.u-section-12 .u-over-slide-19 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-20 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-20 {
  width: 71px;
}

.u-section-12 .u-over-slide-20 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-21 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-21 {
  width: 71px;
}

.u-section-12 .u-over-slide-21 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-22 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-22 {
  width: 71px;
}

.u-section-12 .u-over-slide-22 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-23 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-23 {
  width: 71px;
}

.u-section-12 .u-over-slide-23 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-24 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-24 {
  width: 71px;
}

.u-section-12 .u-over-slide-24 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-25 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-25 {
  width: 71px;
}

.u-section-12 .u-over-slide-25 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-26 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-26 {
  width: 71px;
}

.u-section-12 .u-over-slide-26 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-27 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-27 {
  width: 71px;
}

.u-section-12 .u-over-slide-27 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-28 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-28 {
  width: 71px;
}

.u-section-12 .u-over-slide-28 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-29 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-29 {
  width: 71px;
}

.u-section-12 .u-over-slide-29 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-30 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-30 {
  width: 71px;
}

.u-section-12 .u-over-slide-30 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-31 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-31 {
  width: 71px;
}

.u-section-12 .u-over-slide-31 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-item-32 {
  margin-right: 6px;
}

.u-section-12 .u-back-image-32 {
  width: 71px;
}

.u-section-12 .u-over-slide-32 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-12 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

.u-section-12 .u-gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-12 .u-gallery-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-13 {
  background-image: none;
}

.u-section-13 .u-sheet-1 {
  min-height: 472px;
}

.u-section-13 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-13 .u-image-1 {
  width: 500px;
  height: 201px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 12px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-13 .u-sheet-1 {
    min-height: 498px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-13 .u-sheet-1 {
    min-height: 434px;
  }

  .u-section-13 .u-image-1 {
    width: 340px;
    height: 137px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-14 {
  background-image: none;
}

.u-section-14 .u-sheet-1 {
  min-height: 64px;
}

.u-section-14 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-14 .u-image-1 {
  width: 500px;
  height: 196px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 11px;
  margin: 30px auto 60px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-14 .u-sheet-1 {
    min-height: 518px;
  }

  .u-section-14 .u-image-1 {
    margin-bottom: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-14 .u-sheet-1 {
    min-height: 455px;
  }

  .u-section-14 .u-image-1 {
    width: 340px;
    height: 133px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-15 {
  background-image: none;
}

.u-section-15 .u-sheet-1 {
  min-height: 413px;
}

.u-section-15 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-15 .u-image-1 {
  width: 250px;
  height: 212px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 9px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-15 .u-sheet-1 {
    min-height: 492px;
  }

  .u-section-15 .u-custom-html-1 {
    margin-top: 20px;
  }

  .u-section-15 .u-image-1 {
    margin-top: 20px;
    margin-bottom: 39px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-16 {
  background-image: none;
}

.u-section-16 .u-sheet-1 {
  min-height: 360px;
}

.u-section-16 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-16 .u-image-1 {
  width: 800px;
  height: 187px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 10px;
  margin: 29px auto 28px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-16 .u-sheet-1 {
    min-height: 365px;
  }

  .u-section-16 .u-image-1 {
    margin-bottom: 33px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-16 .u-sheet-1 {
    min-height: 346px;
  }

  .u-section-16 .u-image-1 {
    width: 720px;
    height: 168px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-16 .u-sheet-1 {
    min-height: 304px;
  }

  .u-section-16 .u-image-1 {
    width: 540px;
    height: 126px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-16 .u-sheet-1 {
    min-height: 257px;
  }

  .u-section-16 .u-image-1 {
    width: 340px;
    height: 79px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-17 {
  background-image: none;
}

.u-section-17 .u-sheet-1 {
  min-height: 947px;
}

.u-section-17 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-17 .u-image-1 {
  width: 600px;
  height: 281px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 11px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-17 .u-sheet-1 {
    min-height: 1024px;
  }

  .u-section-17 .u-image-1 {
    margin-bottom: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-17 .u-sheet-1 {
    min-height: 996px;
  }

  .u-section-17 .u-image-1 {
    width: 540px;
    height: 253px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-17 .u-sheet-1 {
    min-height: 902px;
  }

  .u-section-17 .u-image-1 {
    width: 340px;
    height: 159px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-18 {
  background-image: none;
}

.u-section-18 .u-sheet-1 {
  min-height: 1132px;
}

.u-section-18 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-18 .u-image-1 {
  width: 800px;
  height: 393px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 10px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-18 .u-sheet-1 {
    min-height: 1236px;
  }

  .u-section-18 .u-image-1 {
    margin-bottom: 29px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-18 .u-sheet-1 {
    min-height: 1197px;
  }

  .u-section-18 .u-image-1 {
    width: 720px;
    height: 354px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-18 .u-sheet-1 {
    min-height: 1109px;
  }

  .u-section-18 .u-image-1 {
    width: 540px;
    height: 266px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-18 .u-sheet-1 {
    min-height: 1010px;
  }

  .u-section-18 .u-image-1 {
    width: 340px;
    height: 167px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-19 {
  background-image: none;
}

.u-section-19 .u-sheet-1 {
  min-height: 1022px;
}

.u-section-19 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-19 .u-image-1 {
  width: 600px;
  height: 283px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 11px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-19 .u-sheet-1 {
    min-height: 1125px;
  }

  .u-section-19 .u-image-1 {
    margin-bottom: 29px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-19 .u-sheet-1 {
    min-height: 1097px;
  }

  .u-section-19 .u-image-1 {
    width: 540px;
    height: 255px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-19 .u-sheet-1 {
    min-height: 1003px;
  }

  .u-section-19 .u-image-1 {
    width: 340px;
    height: 161px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-20 {
  background-image: none;
}

.u-section-20 .u-sheet-1 {
  min-height: 1214px;
}

.u-section-20 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-20 .u-image-1 {
  width: 600px;
  height: 269px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 11px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-20 .u-sheet-1 {
    min-height: 1266px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-20 .u-sheet-1 {
    min-height: 1651px;
  }

  .u-section-20 .u-image-1 {
    width: 540px;
    height: 242px;
    margin-bottom: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-20 .u-sheet-1 {
    min-height: 1561px;
  }

  .u-section-20 .u-image-1 {
    width: 340px;
    height: 152px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-21 {
  background-image: none;
}

.u-section-21 .u-sheet-1 {
  min-height: 64px;
}

.u-section-21 .u-custom-html-1 {
  margin-bottom: 19px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-21 .u-sheet-1 {
    min-height: 836px;
  }

  .u-section-21 .u-custom-html-1 {
    margin-bottom: 30px;
    margin-top: 20px;
    height: auto;
    min-height: 786px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-22 {
  background-image: none;
}

.u-section-22 .u-sheet-1 {
  min-height: 63px;
  margin-bottom: 0;
}

.u-section-22 .u-gallery-1 {
  height: 44px;
  margin: 0 0 19px;
}

.u-section-22 .u-gallery-item-1 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-1 {
  width: 71px;
}

.u-section-22 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-2 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-2 {
  width: 71px;
}

.u-section-22 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-3 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-3 {
  width: 71px;
}

.u-section-22 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-4 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-4 {
  width: 71px;
}

.u-section-22 .u-over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-5 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-5 {
  width: 71px;
}

.u-section-22 .u-over-slide-5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-6 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-6 {
  width: 71px;
}

.u-section-22 .u-over-slide-6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-7 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-7 {
  width: 71px;
}

.u-section-22 .u-over-slide-7 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-8 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-8 {
  width: 71px;
}

.u-section-22 .u-over-slide-8 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-9 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-9 {
  width: 71px;
}

.u-section-22 .u-over-slide-9 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-10 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-10 {
  width: 71px;
}

.u-section-22 .u-over-slide-10 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-11 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-11 {
  width: 71px;
}

.u-section-22 .u-over-slide-11 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-12 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-12 {
  width: 71px;
}

.u-section-22 .u-over-slide-12 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-13 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-13 {
  width: 71px;
}

.u-section-22 .u-over-slide-13 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-14 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-14 {
  width: 71px;
}

.u-section-22 .u-over-slide-14 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-15 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-15 {
  width: 71px;
}

.u-section-22 .u-over-slide-15 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-16 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-16 {
  width: 71px;
}

.u-section-22 .u-over-slide-16 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-17 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-17 {
  width: 71px;
}

.u-section-22 .u-over-slide-17 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-18 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-18 {
  width: 71px;
}

.u-section-22 .u-over-slide-18 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-19 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-19 {
  width: 71px;
}

.u-section-22 .u-over-slide-19 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-20 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-20 {
  width: 71px;
}

.u-section-22 .u-over-slide-20 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-21 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-21 {
  width: 71px;
}

.u-section-22 .u-over-slide-21 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-22 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-22 {
  width: 71px;
}

.u-section-22 .u-over-slide-22 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-23 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-23 {
  width: 71px;
}

.u-section-22 .u-over-slide-23 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-24 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-24 {
  width: 71px;
}

.u-section-22 .u-over-slide-24 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-25 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-25 {
  width: 71px;
}

.u-section-22 .u-over-slide-25 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-26 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-26 {
  width: 71px;
}

.u-section-22 .u-over-slide-26 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-27 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-27 {
  width: 71px;
}

.u-section-22 .u-over-slide-27 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-28 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-28 {
  width: 71px;
}

.u-section-22 .u-over-slide-28 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-29 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-29 {
  width: 71px;
}

.u-section-22 .u-over-slide-29 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-30 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-30 {
  width: 71px;
}

.u-section-22 .u-over-slide-30 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-31 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-31 {
  width: 71px;
}

.u-section-22 .u-over-slide-31 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-32 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-32 {
  width: 71px;
}

.u-section-22 .u-over-slide-32 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-33 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-33 {
  width: 71px;
}

.u-section-22 .u-over-slide-33 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-34 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-34 {
  width: 71px;
}

.u-section-22 .u-over-slide-34 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-35 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-35 {
  width: 71px;
}

.u-section-22 .u-over-slide-35 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-36 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-36 {
  width: 71px;
}

.u-section-22 .u-over-slide-36 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-37 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-37 {
  width: 71px;
}

.u-section-22 .u-over-slide-37 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-38 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-38 {
  width: 71px;
}

.u-section-22 .u-over-slide-38 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-39 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-39 {
  width: 71px;
}

.u-section-22 .u-over-slide-39 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-40 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-40 {
  width: 71px;
}

.u-section-22 .u-over-slide-40 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-41 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-41 {
  width: 71px;
}

.u-section-22 .u-over-slide-41 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-42 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-42 {
  width: 71px;
}

.u-section-22 .u-over-slide-42 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-43 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-43 {
  width: 71px;
}

.u-section-22 .u-over-slide-43 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-44 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-44 {
  width: 71px;
}

.u-section-22 .u-over-slide-44 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-45 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-45 {
  width: 71px;
}

.u-section-22 .u-over-slide-45 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-46 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-46 {
  width: 71px;
}

.u-section-22 .u-over-slide-46 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-47 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-47 {
  width: 71px;
}

.u-section-22 .u-over-slide-47 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-48 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-48 {
  width: 71px;
}

.u-section-22 .u-over-slide-48 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-49 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-49 {
  width: 71px;
}

.u-section-22 .u-over-slide-49 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-50 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-50 {
  width: 71px;
}

.u-section-22 .u-over-slide-50 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-51 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-51 {
  width: 71px;
}

.u-section-22 .u-over-slide-51 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-item-52 {
  margin-right: 6px;
}

.u-section-22 .u-back-image-52 {
  width: 71px;
}

.u-section-22 .u-over-slide-52 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px;
}

.u-section-22 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

.u-section-22 .u-gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-22 .u-gallery-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-23 {
  background-image: none;
}

.u-section-23 .u-sheet-1 {
  min-height: 2806px;
}

.u-section-23 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-23 .u-image-1 {
  width: 300px;
  height: 279px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 11px;
  margin: 30px auto 29px;
}

.u-section-24 {
  background-image: none;
}

.u-section-24 .u-sheet-1 {
  min-height: 731px;
}

.u-section-24 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 19px;
}

.u-section-24 .u-image-1 {
  width: 300px;
  height: 395px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 10px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-24 .u-sheet-1 {
    min-height: 912px;
  }

  .u-section-24 .u-image-1 {
    margin-bottom: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-25 {
  background-image: none;
}

.u-section-25 .u-sheet-1 {
  min-height: 1355px;
}

.u-section-25 .u-custom-html-1 {
  margin-bottom: 60px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-25 .u-sheet-1 {
    min-height: 2026px;
  }

  .u-section-25 .u-custom-html-1 {
    margin-bottom: 29px;
    margin-top: 20px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-26 {
  background-image: none;
}

.u-section-26 .u-sheet-1 {
  min-height: 64px;
}

.u-section-26 .u-custom-html-1 {
  margin-bottom: 19px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-26 .u-sheet-1 {
    min-height: 1943px;
  }

  .u-section-26 .u-custom-html-1 {
    margin-bottom: 60px;
    margin-top: 100px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-27 {
  background-image: none;
}

.u-section-27 .u-sheet-1 {
  min-height: 64px;
}

.u-section-27 .u-custom-html-1 {
  margin-bottom: 19px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-27 .u-sheet-1 {
    min-height: 124px;
  }

  .u-section-27 .u-custom-html-1 {
    margin-bottom: -29px;
    margin-top: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-27 .u-sheet-1 {
    min-height: 173px;
  }

  .u-section-27 .u-custom-html-1 {
    margin-bottom: 19px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-28 {
  background-image: none;
}

.u-section-28 .u-sheet-1 {
  min-height: 1135px;
}

.u-section-28 .u-text-1 {
  font-weight: 400;
  margin: 60px 0 0;
}

.u-section-28 .u-list-1 {
  margin-top: 9px;
  margin-bottom: 60px;
}

.u-section-28 .u-repeater-1 {
  grid-auto-columns: 100%;
  grid-template-columns: repeat(1, 100%);
  min-height: 779px;
  grid-gap: 30px;
}

.u-section-28 .u-list-item-1 {
  background-image: none;
}

.u-section-28 .u-container-layout-1 {
  padding: 30px;
}

.u-section-28 .u-text-2 {
  line-height: 1.8;
  font-style: italic;
  font-size: 1rem;
  margin: 11px 1px 0;
}

.u-section-28 .u-text-3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 11px 0 0;
}

.u-section-28 .u-list-item-2 {
  background-image: none;
}

.u-section-28 .u-container-layout-2 {
  padding: 30px;
}

.u-section-28 .u-text-4 {
  line-height: 1.8;
  font-style: italic;
  font-size: 1rem;
  margin: 11px 1px 0;
}

.u-section-28 .u-text-5 {
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  margin: 11px 0 0;
}

.u-section-28 .u-list-item-3 {
  background-image: none;
}

.u-section-28 .u-container-layout-3 {
  padding: 30px;
}

.u-section-28 .u-text-6 {
  line-height: 1.8;
  font-style: italic;
  font-size: 1rem;
  margin: 11px 1px 0;
}

.u-section-28 .u-text-7 {
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  margin: 11px 0 0;
}

.u-section-28 .u-list-item-4 {
  background-image: none;
}

.u-section-28 .u-container-layout-4 {
  padding: 30px;
}

.u-section-28 .u-text-8 {
  line-height: 1.8;
  font-style: italic;
  font-size: 1rem;
  margin: 11px 1px 0;
}

.u-section-28 .u-text-9 {
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  margin: 11px 0 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-28 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-28 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-28 .u-text-4 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-28 .u-text-6 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-28 .u-text-8 {
    margin-right: 0;
    margin-left: 0;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-28 .u-container-layout-1 {
    padding-bottom: 24px;
  }

  .u-section-28 .u-text-2 {
    width: auto;
    margin-top: 5px;
  }

  .u-section-28 .u-text-3 {
    width: auto;
    margin-top: 12px;
    margin-left: 5px;
  }

  .u-section-28 .u-container-layout-2 {
    padding-bottom: 24px;
  }

  .u-section-28 .u-text-4 {
    width: auto;
    margin-top: 5px;
  }

  .u-section-28 .u-text-5 {
    width: auto;
    margin-top: 12px;
    margin-left: 5px;
  }

  .u-section-28 .u-container-layout-3 {
    padding-bottom: 24px;
  }

  .u-section-28 .u-text-6 {
    width: auto;
    margin-top: 5px;
  }

  .u-section-28 .u-text-7 {
    width: auto;
    margin-top: 12px;
    margin-left: 5px;
  }

  .u-section-28 .u-container-layout-4 {
    padding-bottom: 24px;
  }

  .u-section-28 .u-text-8 {
    width: auto;
    margin-top: 5px;
  }

  .u-section-28 .u-text-9 {
    width: auto;
    margin-top: 12px;
    margin-left: 5px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-28 .u-sheet-1 {
    min-height: 1329px;
  }

  .u-section-28 .u-text-1 {
    margin-top: 130px;
  }

  .u-section-28 .u-list-1 {
    margin-bottom: 27px;
  }

  .u-section-28 .u-repeater-1 {
    min-height: 1006px;
  }

  .u-section-28 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-28 .u-text-3 {
    margin-top: 11px;
    margin-left: 0;
  }

  .u-section-28 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-28 .u-text-5 {
    margin-top: 11px;
    margin-left: 0;
  }

  .u-section-28 .u-container-layout-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-28 .u-text-7 {
    margin-top: 11px;
    margin-left: 0;
  }

  .u-section-28 .u-container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-28 .u-text-9 {
    margin-top: 11px;
    margin-left: 0;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-28 .u-text-2 {
    margin-top: 20px;
  }

  .u-section-28 .u-text-4 {
    margin-top: 20px;
  }

  .u-section-28 .u-text-6 {
    margin-top: 20px;
  }

  .u-section-28 .u-text-8 {
    margin-top: 20px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-29 {
  background-image: none;
}

.u-section-29 .u-sheet-1 {
  min-height: 272px;
}

.u-section-29 .u-group-1 {
  width: 977px;
  min-height: 207px;
  height: auto;
  margin: 9px auto 56px;
}

.u-section-29 .u-container-layout-1 {
  padding: 20px 30px;
}

.u-section-29 .u-text-1 {
  font-size: 1.5rem;
  font-weight: 700;
  width: 379px;
  margin: 1px auto 0;
}

.u-section-29 .u-group-2 {
  width: 387px;
  min-height: 46px;
  height: auto;
  margin: 10px auto 0;
}

.u-section-29 .u-btn-1 {
  border-style: solid;
  font-size: 0.9375rem;
  text-transform: uppercase;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 8px;
  font-weight: 700;
  margin: 0 auto 0 9px;
  padding: 3px 23px 4px;
}

.u-section-29 .u-icon-1 {
  width: 16px;
  height: 20px;
}

.u-section-29 .u-btn-2 {
  border-style: solid;
  font-size: 0.9375rem;
  text-transform: uppercase;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --radius: 8px;
  font-weight: 700;
  margin: -36px 4px 0 auto;
  padding: 3px 27px 4px 26px;
}

.u-section-29 .u-text-2 {
  font-size: 1rem;
  line-height: 1.4;
  width: 560px;
  margin: 4px auto 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-29 .u-sheet-1 {
    min-height: 205px;
  }

  .u-section-29 .u-group-1 {
    width: 940px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }

  .u-section-29 .u-group-2 {
    height: auto;
  }

  .u-section-29 .u-btn-2 {
    margin-top: -36px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-29 .u-group-1 {
    width: 720px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-29 .u-sheet-1 {
    min-height: 373px;
  }

  .u-section-29 .u-group-1 {
    width: 540px;
    margin-top: 110px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-29 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-29 .u-text-2 {
    width: 520px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-29 .u-sheet-1 {
    min-height: 187px;
  }

  .u-section-29 .u-group-1 {
    min-height: 185px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-29 .u-text-1 {
    font-size: 1.125rem;
    width: auto;
    margin-top: 17px;
  }

  .u-section-29 .u-group-2 {
    min-height: 48px;
    margin-top: 11px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-29 .u-btn-1 {
    margin-left: 0;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 14px;
  }

  .u-section-29 .u-btn-2 {
    margin-top: -36px;
    margin-right: 0;
    padding-right: 13px;
    padding-left: 12px;
  }

  .u-section-29 .u-text-2 {
    font-size: 0.875rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-30 {
  background-image: none;
}

.u-section-30 .u-sheet-1 {
  min-height: 196px;
}

.u-section-30 .u-text-1 {
  line-height: 1.8;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 40px 0 60px;
}

.u-section-30 .u-btn-1 {
  line-height: 1.55;
  padding: 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
  .u-section-30 .u-sheet-1 {
    min-height: 205px;
  }

  .u-section-30 .u-text-1 {
    width: auto;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
  .u-section-30 .u-sheet-1 {
    min-height: 242px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
  .u-section-30 .u-sheet-1 {
    min-height: 246px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-section-30 .u-sheet-1 {
    min-height: 339px;
  }
}

/*/RESPONSIVE_MEDIA*/

* {
  font-family: Montserrat, sans-serif !important;
}

.u-custom-html-1 > p {
  font-size: 17px !important;
}

.u-custom-html-2 > p {
  font-size: 17px !important;
}

.u-custom-html-3 > p {
  font-size: 17px !important;
}

.u-custom-html-4 > p {
  font-size: 17px !important;
}

.u-custom-html-3 > ul > li > a {
  font-size: 17px !important;
}

.u-gallery-item {
  pointer-events: none;
}

h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2, h2, h3, h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
}

h3, h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
}

.main-text {
  min-height: auto !important;
}

. u-section-6 {
  font-family: Montserrat, sans-serif !important
}

.u-section-5 .u-table-1 {
  font-family: Montserrat, sans-serif !important
}

.u-section-3 .u-sheet-1 {
  min-height: auto;
}

.u-section-4 .u-sheet-1 {
  min-height: auto;
}

.u-section-5 .u-sheet-1 {
  min-height: auto;
}

.u-section-6 .u-sheet-1 {
  min-height: auto;
}

.u-section-4 .u-sheet-1 {
  min-height: auto;
}

.u-section-3 .u-custom-html-1 {
  min-height: auto;
}

.u-section-4 .u-custom-html-1 {
  min-height: auto;
}

.u-section-5 .u-custom-html-1 {
  min-height: auto;
}

.u-custom-html-1 > p {
  font-size: 17px !important;
}

.u-custom-html-1 > ol > li {
  font-size: 17px !important;
}

.u-custom-html-1 > ul > li {
  font-size: 17px !important;
}

#customers {
  font-family: Montserrat, sans-serif !important;
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}

#customers td, #customers th {
  border: none;
  padding: 8px;
  font-weight: 500;
  font-size: 17px !important;
}

#customers tr:nth-child(even) {
  background: #151c27;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px !important
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f1f5f9;
  color: #4a2894;
  font-size: 17px !important
}

.faq {
  font-weight: 600 !important;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
}

@media (max-width: 767px)

* {

  h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  h2, h2, h3, h4 {
    font-size: 21px !important;
    font-weight: 700 !important;
  }

  h3, h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  .u-custom-html-1 > p, .u-custom-html-2 > p, .u-custom-html-3 > p, .u-custom-html-4 > p {
    font-size: 17px !important;
  }

  .u-custom-html-1 > ul > li, .u-custom-html-2 > ul > li, .u-custom-html-3 > ul > li, .u-custom-html-4 > ul > li {
    font-size: 17px;
  }
}

 .u-footer .u-sheet-1 {
   min-height: 56px;
 }

.u-footer .u-group-elements-1 {
  min-height: 48px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: auto;
}

.u-footer .u-btn-1 {
  --radius: 8px;
  border-style: solid;
  font-size: 0.9375rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px 0 0 auto;
  padding: 3px 31px 4px 30px;
}

.u-footer .u-image-1 {
  width: 101px;
  height: 48px;
  margin: -41px auto 0 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
  .u-footer .u-sheet-1 {
    min-height: 46px;
  }
}

.u-xs .u-footer .u-sheet-1 {
  min-height: 46px;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
}

nav li {
  margin: 10px;
}

nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 12px;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: midnightblue;
}

@media (max-width: 850px) {
  .u-preserve-proportions {
    display: none !important;
  }
}
main img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 30px auto;
}

table {
  margin: 30px 0;
  width: 100%;
}
td, th {
  word-break: break-all;
  text-align: center;
  padding: 5px;
  border: 1px solid #037aff;
}
