.f-size-1 {
  font-size: 3rem;
  line-height: 4rem !important;
}

.f-size-2 {
  font-size: 2.5rem;
  line-height: 3.5rem !important;
}

.f-size-3 {
  font-size: 2rem;
  line-height: 2.5rem !important;
}

.f-size-4 {
  font-size: 1.5rem;
  line-height: 2rem !important;
}

.f-size-5 {
  font-size: 1.25rem;
  line-height: 1.75rem !important;
}

.f-size-6 {
  font-size: 1rem;
  line-height: 1.5rem !important;
}

.f-size-7 {
  font-size: 0.75rem;
  line-height: 1.25rem !important;
}

.mg-clr {
  margin: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 20px !important;
}

.ml-4 {
  margin-left: 30px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 20px !important;
}

.mr-4 {
  margin-right: 30px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pa-1 {
  padding: 5px !important;
}

.pa-2 {
  padding: 10px !important;
}

.pa-3 {
  padding: 20px !important;
}

.pa-4 {
  padding: 30px !important;
}

.pa-5 {
  padding: 50px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 20px !important;
}

.pt-4 {
  padding-top: 30px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 20px !important;
}

.pl-4 {
  padding-left: 30px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 20px !important;
}

.pr-4 {
  padding-right: 30px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 20px !important;
}

.pb-4 {
  padding-bottom: 30px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.bra-5 {
  border-radius: 5px !important;
}

.bra-10 {
  border-radius: 10px !important;
}

.iis-block {
  display: block !important;
}

.text-color-brand-first {
  color: #fdaa2d !important;
}

.text-color-brand-second {
  color: #237fcc !important;
}

.text-color-danger {
  color: hsl(348, 100%, 61%) !important;
}

.text-color-success {
  color: hsl(141, 71%, 48%) !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.bg-color-brand-first {
  background-color: #fdaa2d !important;
}

.bg-color-brand-second {
  background-color: #237fcc !important;
}

.bg-color-danger {
  background-color: hsl(348, 100%, 61%) !important;
}

.bg-color-success {
  background-color: hsl(141, 71%, 48%) !important;
}

.iis-hidden {
  display: none !important;
}

.row-control {
  margin-bottom: 20px;
}
.row-control label {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  display: block;
  margin-bottom: 5px;
}
.row-control .ccontrol .iinput,
.row-control .ccontrol .sselect,
.row-control .ccontrol .ttextarea {
  display: block;
  border: 2px solid #E8E8E8;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.15rem;
  color: black;
  outline: 0;
  resize: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.row-control .ccontrol .iinput:focus,
.row-control .ccontrol .sselect:focus,
.row-control .ccontrol .ttextarea:focus {
  border: 2px solid black !important;
}

.bbutton {
  padding: 15px 30px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.bbutton:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
}

.button-brand {
  background-color: #fdaa2d;
  color: white;
  font-weight: bold;
}
.button-brand:hover {
  background-color: #eb9a1f;
}

.ccard {
  border-radius: 5px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1px solid #E8E8E8;
}
.ccard .ccard-content {
  box-sizing: border-box;
  padding: 20px;
}

.iis-underlined {
  text-decoration: underline;
}

.iis-flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
}
.iis-flex .half-item {
  flex-basis: calc(50% - 10px);
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .button-brand {
    width: 100%;
  }
  .iis-flex .half-item {
    flex-basis: 100%;
    box-sizing: border-box;
  }
}
