@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.flowBlock {
  margin: 100px 0;
  position: relative;
}
.flowBlock.aos-animate .contentWrapper.small,
.flowBlock.aos-animate .contentWrapper.medium {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.flowBlock .contentWrapper.small,
.flowBlock .contentWrapper.medium {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.flowBlock .innerFlowBlock {
  background: #ECEEEF;
  padding: 100px 0;
}
.flowBlock .innerFlowBlock .subTitle {
  display: block;
  color: #fbbc43;
}
.flowBlock .innerFlowBlock .subTitle .light {
  font-weight: 400;
}
.flowBlock .innerFlowBlock .intro {
  margin-top: 40px;
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flowBlock .innerFlowBlock .intro.hidden {
  max-height: 0px;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, margin-top 0.3s 0.3s, max-height 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0s, margin-top 0.3s 0.3s, max-height 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0s, margin-top 0.3s 0.3s, max-height 0.3s 0.3s;
  -o-transition: opacity 0.3s 0s, margin-top 0.3s 0.3s, max-height 0.3s 0.3s;
  transition: opacity 0.3s 0s, margin-top 0.3s 0.3s, max-height 0.3s 0.3s;
}
.flowBlock .innerFlowBlock .intro .text {
  margin: 20px 0 40px 0;
}
.flowBlock .innerFlowBlock .divider {
  background: #1F1F1F;
  opacity: 0.05;
  height: 1px;
  margin: 20px 0;
}
.flowBlock .innerFlowBlock .steps {
  position: relative;
}
.flowBlock .innerFlowBlock .steps .navigator {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flowBlock .innerFlowBlock .steps .navigator.hide {
  opacity: 0;
  visibility: hidden;
}
.flowBlock .innerFlowBlock .steps .item {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.flowBlock .innerFlowBlock .steps .item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.flowBlock .innerFlowBlock .steps .item.contact .normalTitle,
.flowBlock .innerFlowBlock .steps .item.result .normalTitle {
  padding-top: 40px;
  margin-bottom: 20px;
}
.flowBlock .innerFlowBlock .steps .item.contact .morris-default-style,
.flowBlock .innerFlowBlock .steps .item.result .morris-default-style,
.flowBlock .innerFlowBlock .steps .item.contact .morris-hover-point,
.flowBlock .innerFlowBlock .steps .item.result .morris-hover-point {
  color: #1F1F1F !important;
}
.flowBlock .innerFlowBlock .steps .item .cols .titleCol {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px;
  padding-right: 20px;
}
.flowBlock .innerFlowBlock .steps .item .cols .titleCol.big {
  width: 385px;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: top;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol.small {
  width: calc(100% - 385px);
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol.small .options .option {
  width: calc(50% - 20px);
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 20px);
  height: 180px;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #134053;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option:hover .check {
  opacity: 0.4;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option.nonActive {
  opacity: 0.4;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option.active .check {
  opacity: 1;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .optionContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  text-align: center;
  margin-top: 10px;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .optionContent .imageWrapper {
  height: 70px;
  width: 100%;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .optionContent .imageWrapper img {
  max-width: 100%;
  max-height: 100%;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .optionContent .subTitle {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .check {
  height: 22px;
  left: auto;
  position: absolute;
  top: 10px;
  width: 22px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .check i {
  margin-top: 1px;
  font-size: 12px;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 20px);
  height: 180px;
  margin: 0 10px;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields .formField {
  padding-right: 40px;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields .formField label {
  background: #ECEEEF;
  color: #fbbc43;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields .formField .extraField {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: auto;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowBlock .innerFlowBlock .steps .item #graphResult {
  min-height: 350px;
}
.flowBlock .innerFlowBlock .steps .item .buttons {
  text-align: right;
}
.flowBlock .innerFlowBlock .steps .item .buttons .button.backButton {
  background: transparent;
  border-color: #fbbc43;
  color: #134053;
  margin-right: 10px;
}
.flowBlock .innerFlowBlock .steps .item .buttons .button.backButton:hover {
  background: #134053;
  border-color: #134053;
  color: #fff;
}
.flowBlock .innerFlowBlock .steps .item .buttons .button.full {
  width: 100%;
}
.flowBlock .innerFlowBlock .steps .item .buttons .button.disabled {
  cursor: default;
  opacity: 0.4;
}
.flowBlock .innerFlowBlock .steps .item .buttons .button.disabled:hover {
  background: #fbbc43;
  border-color: #fbbc43;
}
.flowBlock .innerFlowBlock .steps .item .buttons .resetWrapper,
.flowBlock .innerFlowBlock .steps .item .buttons .goBackWrapper {
  margin-top: 20px;
  text-align: center;
}
.flowBlock .innerFlowBlock .steps .item .buttons .resetWrapper .reset,
.flowBlock .innerFlowBlock .steps .item .buttons .goBackWrapper .reset,
.flowBlock .innerFlowBlock .steps .item .buttons .resetWrapper .goBack,
.flowBlock .innerFlowBlock .steps .item .buttons .goBackWrapper .goBack {
  cursor: pointer;
  color: #134053;
  font-weight: 600;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flowBlock .innerFlowBlock .steps .item .buttons .resetWrapper .reset:hover,
.flowBlock .innerFlowBlock .steps .item .buttons .goBackWrapper .reset:hover,
.flowBlock .innerFlowBlock .steps .item .buttons .resetWrapper .goBack:hover,
.flowBlock .innerFlowBlock .steps .item .buttons .goBackWrapper .goBack:hover {
  opacity: 0.6;
}
.brandHeaderBlock,
.brandHeaderBlock .background .backgroundImage .innerBackground:after,
.brandIntroBlock .cols .col .quote:after {
  background: #E43D30 !important;
}
.brandHeaderBlock .background .triangle svg path {
  fill: #E43D30 !important;
}
.brandIntroBlock .cols .col .quote a,
.uspsBlock .cols .col .normalTitle,
.stepsBlock .steps .step .stepContent .normalTitle,
.flowBlock .mediumTitle,
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .optionContent .subTitle,
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option .check i,
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields .formField .extraField {
  color: #E43D30 !important;
}
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option,
.flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields .formField {
  border-color: #E43D30 !important;
}
.brandImageBlock .contentWrapper .background .icon svg path,
.flowBlock path {
  stroke: #E43D30 !important;
}
.flowBlock circle {
  fill: #E43D30 !important;
}
@media all and (max-width: 880px) {
  .flowBlock .contentWrapper.first {
    padding: 0;
  }
  .flowBlock .innerFlowBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .flowBlock {
    margin-bottom: 0;
  }
  .flowBlock .innerFlowBlock {
    padding: 50px 20px;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .titleCol {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .optionsCol {
    width: 100% !important;
  }
}
@media all and (max-width: 540px) {
  .flowBlock .innerFlowBlock .steps .item .cols .titleCol {
    padding-right: 0;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options {
    width: 100%;
    margin-left: 0;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .fields {
    width: 100% !important;
    height: auto;
    margin: 0;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option {
    width: 100% !important;
    height: 140px;
    margin: 0;
    margin-bottom: 10px;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option:hover .check {
    opacity: 0;
  }
  .flowBlock .innerFlowBlock .steps .item .cols .optionsCol .options .option.active:hover .check {
    opacity: 1;
  }
  .flowBlock .innerFlowBlock .steps .item .buttons {
    display: table;
    width: 100%;
  }
  .flowBlock .innerFlowBlock .steps .item .buttons .button {
    width: calc(50% - 10px) !important;
  }
  .flowBlock .innerFlowBlock .steps .item .buttons .button.full {
    width: 100% !important;
  }
  .flowBlock .innerFlowBlock .steps .item .buttons .button.nextButton {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=flow_block.css.map */