.blue {
  color: #1b1464;
}

.red {
  color: #E11F27;
}

.node__title {
  width: 100%;
}

.sub-title {
  margin-bottom: 25px;
}
.sub-title a:link {
  color: #808080;
  text-decoration: underline;
}
.sub-title a:visited {
  color: #808080;
  text-decoration: underline;
}

.motor-calculator-wrapper {
  font-size: 16px;
  /*border: 1px solid #e6e6e6;
  padding: 20px 30px;*/
}
.motor-calculator-wrapper .form-field {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.motor-calculator-wrapper .form-field .holder {
  width: 30%;
  margin-right: 4%;
  color: #1b1464;
  line-height: 18px;
}
.motor-calculator-wrapper .form-field .holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value {
  width: 66%;
  position: relative;
}
.motor-calculator-wrapper .form-field .field-value .form-radios {
  margin: 0;
}
.motor-calculator-wrapper .form-field .field-value .form-type-radio {
  margin: 0;
}
.motor-calculator-wrapper .form-field .field-value .form-composite {
  margin: 0;
}
.motor-calculator-wrapper .form-field .field-value .form-composite legend {
  display: none;
}
.motor-calculator-wrapper .form-field .field-value .fieldset-wrapper .form-type-radio {
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
}
.motor-calculator-wrapper .form-field .field-value .package-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .package-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .package-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .year-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .year-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .year-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .plate-number-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .tpl-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.motor-calculator-wrapper .form-field .field-value .tpl-holder span.required {
  /*color: $red-color;*/
}
.motor-calculator-wrapper .form-field .field-value .tpl-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.motor-calculator-wrapper .form-field .field-value .package-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .package-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .year-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .year-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .tpl-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.motor-calculator-wrapper .form-field .field-value .tpl-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.motor-calculator-wrapper .form-field .field-value .package-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .package-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .package-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .year-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .year-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .year-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .plate-number-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .optional-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .driver-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .passenger-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .tpl-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.motor-calculator-wrapper .form-field .field-value .tpl-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.motor-calculator-wrapper .form-field .field-value .tpl-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.motor-calculator-wrapper .form-field .field-value .js-form-type-textfield {
  position: relative;
}
.motor-calculator-wrapper .form-field .field-value .js-form-type-textfield input {
  min-height: 60px;
  border: 2px solid #e6e6e6;
  color: #808080;
  line-height: 32px;
  padding: 0 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.motor-calculator-wrapper .form-field .field-value .js-form-type-textfield label {
  position: absolute;
  width: auto;
  left: 30px;
  top: 18px;
  z-index: 3;
  color: #808080;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.motor-calculator-wrapper .form-field .field-value label {
  width: 100%;
}
.motor-calculator-wrapper .form-field .field-value .holder {
  display: none;
}
.motor-calculator-wrapper .form-field .field-value .field-value {
  width: 100%;
}
.motor-calculator-wrapper .form-field.coverage-field-wrapper {
  display: none;
}
.motor-calculator-wrapper .form-field.coverage-field-wrapper .holder {
  display: inline-block;
  vertical-align: top;
}
.motor-calculator-wrapper .form-field.coverage-field-wrapper .field-value {
  display: inline-block;
  vertical-align: top;
}
.motor-calculator-wrapper input.button.form-submit {
  margin: 0 auto;
  display: block;
  opacity: 0.9;
}
.motor-calculator-wrapper input.button.form-submit:hover {
  color: #808080;
  opacity: 1;
}
.motor-calculator-wrapper .reset-button {
  font-size: 16px;
  margin: 15px auto 0;
  display: table;
  text-decoration: underline;
  opacity: 0.9;
  cursor: pointer;
}
.motor-calculator-wrapper .reset-button:hover {
  opacity: 1;
}

.home-shield-calculator-wrapper {
  font-size: 16px;
  /*border: 1px solid #e6e6e6;
  padding: 20px 30px;*/
}
.home-shield-calculator-wrapper .form-field {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home-shield-calculator-wrapper .form-field .holder {
  width: 30%;
  margin-right: 4%;
  color: #1b1464;
  line-height: 18px;
}
.home-shield-calculator-wrapper .form-field .holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value {
  width: 66%;
  position: relative;
}
.home-shield-calculator-wrapper .form-field .field-value .form-radios {
  margin: 0;
}
.home-shield-calculator-wrapper .form-field .field-value .form-type-radio {
  margin: 0;
}
.home-shield-calculator-wrapper .form-field .field-value .form-composite {
  margin: 0;
}
.home-shield-calculator-wrapper .form-field .field-value .form-composite legend {
  display: none;
}
.home-shield-calculator-wrapper .form-field .field-value .fieldset-wrapper .form-type-radio {
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
}
.home-shield-calculator-wrapper .form-field .field-value .package-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .package-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .package-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .year-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .year-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .year-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-holder span.required {
  /*color: $red-color;*/
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.home-shield-calculator-wrapper .form-field .field-value .package-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .package-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .year-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .year-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.home-shield-calculator-wrapper .form-field .field-value .package-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .package-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .package-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .year-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .year-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .year-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .plate-number-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .optional-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .driver-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .passenger-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.home-shield-calculator-wrapper .form-field .field-value .tpl-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.home-shield-calculator-wrapper .form-field .field-value .js-form-type-textfield {
  position: relative;
}
.home-shield-calculator-wrapper .form-field .field-value .js-form-type-textfield input {
  min-height: 60px;
  border: 2px solid #e6e6e6;
  color: #808080;
  line-height: 32px;
  padding: 0 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.home-shield-calculator-wrapper .form-field .field-value .js-form-type-textfield label {
  position: absolute;
  width: auto;
  left: 30px;
  top: 18px;
  z-index: 3;
  color: #808080;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-shield-calculator-wrapper .form-field .field-value label {
  width: 100%;
}
.home-shield-calculator-wrapper .form-field .field-value .holder {
  display: none;
}
.home-shield-calculator-wrapper .form-field .field-value .field-value {
  width: 100%;
}
.home-shield-calculator-wrapper .form-field.coverage-field-wrapper {
  display: none;
}
.home-shield-calculator-wrapper .form-field.coverage-field-wrapper .holder {
  display: inline-block;
  vertical-align: top;
}
.home-shield-calculator-wrapper .form-field.coverage-field-wrapper .field-value {
  display: inline-block;
  vertical-align: top;
}
.home-shield-calculator-wrapper input.button.form-submit {
  margin: 0 auto;
  display: block;
  opacity: 0.9;
}
.home-shield-calculator-wrapper input.button.form-submit:hover {
  color: #808080;
  opacity: 1;
}
.home-shield-calculator-wrapper .reset-button {
  font-size: 16px;
  margin: 15px auto 0;
  display: table;
  text-decoration: underline;
  opacity: 0.9;
  cursor: pointer;
}
.home-shield-calculator-wrapper .reset-button:hover {
  opacity: 1;
}

.travel-calculator-wrapper .form-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.travel-calculator-wrapper .form-field .holder {
  width: 30%;
  margin-right: 4%;
  color: #1b1464;
  line-height: 18px;
}
.travel-calculator-wrapper .form-field .holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value {
  width: 66%;
  position: relative;
}
.travel-calculator-wrapper .form-field .field-value .form-radios {
  margin: 0;
}
.travel-calculator-wrapper .form-field .field-value .form-type-radio {
  margin: 0;
}
.travel-calculator-wrapper .form-field .field-value .form-composite {
  margin: 0;
}
.travel-calculator-wrapper .form-field .field-value .form-composite legend {
  display: none;
}
.travel-calculator-wrapper .form-field .field-value .fieldset-wrapper .form-type-radio {
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
}
.travel-calculator-wrapper .form-field .field-value .package-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .package-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .package-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 19px;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .year-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .year-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .year-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .plate-number-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .tpl-holder {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #1b1464;
  line-height: 60px;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}
.travel-calculator-wrapper .form-field .field-value .tpl-holder span.required {
  /*color: $red-color;*/
}
.travel-calculator-wrapper .form-field .field-value .tpl-holder::after {
  background: url("../images/down_arrow.png") no-repeat;
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 10px;
  z-index: 2;
  transition: all 0.2s;
}
.travel-calculator-wrapper .form-field .field-value .package-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .package-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .year-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .year-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .tpl-holder.open {
  text-indent: -9999999px;
  overflow: hidden;
  border-bottom: 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}
.travel-calculator-wrapper .form-field .field-value .tpl-holder.open::after {
  transform: rotate(180deg);
  transform-origin: 7px 2px 0px;
}
.travel-calculator-wrapper .form-field .field-value .package-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .package-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .package-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .year-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .year-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .year-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .plate-number-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .optional-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .driver-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .passenger-coverage-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .tpl-list {
  display: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e6e6e6;
  border-top: 0;
  top: 60px;
  position: relative;
  padding-top: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.travel-calculator-wrapper .form-field .field-value .tpl-list li {
  cursor: pointer;
  padding: 5px 30px;
}
.travel-calculator-wrapper .form-field .field-value .tpl-list li:hover {
  padding: 4px 30px;
  border: 1px solid #8c8c8c;
  background: #9e9e9e;
  color: #fff;
}
.travel-calculator-wrapper .form-field .field-value .js-form-type-textfield {
  position: relative;
}
.travel-calculator-wrapper .form-field .field-value .js-form-type-textfield input {
  min-height: 60px;
  border: 2px solid #e6e6e6;
  color: #808080;
  line-height: 32px;
  padding: 0 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.travel-calculator-wrapper .form-field .field-value .js-form-type-textfield label {
  position: absolute;
  width: auto;
  left: 30px;
  top: 18px;
  z-index: 3;
  color: #808080;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.travel-calculator-wrapper .form-field .field-value label {
  width: 100%;
}
.travel-calculator-wrapper .form-field .field-value .holder {
  display: none;
}
.travel-calculator-wrapper .form-field .field-value .field-value {
  width: 100%;
}
.travel-calculator-wrapper .form-field.coverage-field-wrapper {
  display: none;
}
.travel-calculator-wrapper .form-field.coverage-field-wrapper .holder {
  display: inline-block;
  vertical-align: top;
}
.travel-calculator-wrapper .form-field.coverage-field-wrapper .field-value {
  display: inline-block;
  vertical-align: top;
}
.travel-calculator-wrapper input.button.form-submit {
  margin: 0 auto;
  display: block;
  opacity: 0.9;
}
.travel-calculator-wrapper input.button.form-submit:hover {
  color: #808080;
  opacity: 1;
}
.travel-calculator-wrapper .reset-button {
  font-size: 16px;
  margin: 15px auto 0;
  display: table;
  text-decoration: underline;
  opacity: 0.9;
  cursor: pointer;
}
.travel-calculator-wrapper .reset-button:hover {
  opacity: 1;
}

.result-wrapper {
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 0 30px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.result-wrapper .field-row {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.result-wrapper .field-row .field {
  width: 30%;
  margin-right: 50px;
  color: #1b1464;
  line-height: 18px;
}
.result-wrapper .field-row .value {
  position: relative;
}
.result-wrapper .field-row .value ul {
  list-style: none;
}
.result-wrapper .field-row .value ul li {
  padding-left: 22px;
  margin-bottom: 10px;
  background: url("images/checkbox.jpg") no-repeat;
  background-size: 12px;
  background-position: 0 6px;
}
.result-wrapper .field-row .value ul li:last-child {
  margin-bottom: 0;
}
.result-wrapper .field-row-footer {
  background: #1c0761;
  padding: 20px 30px;
  margin: 0 -30px;
  color: #fff;
}

.back-button {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: table;
  cursor: pointer;
}
.back-button::after {
  content: "";
  background: url(images/left_arrow.png) no-repeat;
  position: absolute;
  width: 9px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.field-formatter-entity-reference-revisions-entity-view h1 {
  margin-top: 50px;
  text-align: left;
}
.field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item .button-wrapper {
  text-align: center;
}
.field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
  margin-right: 10px;
}
.field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
  margin-left: 10px;
}

.block-plugin-id--msig-id-home-shield-calculator-block h2 {
  margin-top: 100px;
}
.block-plugin-id--msig-id-home-shield-calculator-block h3 {
  margin-top: 100px;
}
.block-plugin-id--msig-id-home-shield-calculator-block h5 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.block-plugin-id--msig-id-home-shield-calculator-block p {
  margin-bottom: 40px;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table {
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table .size-18 {
  font-size: 18px;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr h2 {
  margin-top: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr h3 {
  margin-top: 0;
  font-weight: bold;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr h5 {
  font-weight: bold;
  margin: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child {
  text-align: left;
  color: #1b1464;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table td {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table td h2 {
  margin-top: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table td h3 {
  margin-top: 0;
  font-weight: bold;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table td h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table td h5 {
  font-weight: bold;
  margin: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table th {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
  font-weight: normal;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table th h2 {
  margin-top: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table th h3 {
  margin-top: 0;
  font-weight: bold;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table th h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table th h5 {
  font-weight: bold;
  margin: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child {
  text-align: center;
  color: #808080;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables.table-first tr th {
  vertical-align: top;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables.table-last {
  margin-left: 20px;
}
.block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables.table-last tr th {
  padding: 18px 10px;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table {
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table .size-18 {
  font-size: 18px;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr h2 {
  margin-top: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr h3 {
  margin-top: 0;
  font-weight: bold;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr h5 {
  font-weight: bold;
  margin: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child {
  text-align: left;
  color: #1b1464;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table td {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table td h2 {
  margin-top: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table td h3 {
  margin-top: 0;
  font-weight: bold;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table td h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table td h5 {
  font-weight: bold;
  margin: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table th {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
  font-weight: normal;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table th h2 {
  margin-top: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table th h3 {
  margin-top: 0;
  font-weight: bold;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table th h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table th h5 {
  font-weight: bold;
  margin: 0;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child {
  text-align: center;
  color: #808080;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables.table-first tr th {
  vertical-align: top;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables.table-last {
  margin-left: 20px;
}
.block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables.table-last tr th {
  padding: 18px 10px;
}

.insurance-packages-wrapper h2 {
  margin-top: 100px;
}
.insurance-packages-wrapper h3 {
  margin-top: 100px;
}
.insurance-packages-wrapper h5 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.insurance-packages-wrapper p {
  margin-bottom: 40px;
}
.insurance-packages-wrapper .table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.insurance-packages-wrapper .table-wrapper table {
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.insurance-packages-wrapper .table-wrapper table .size-18 {
  font-size: 18px;
}
.insurance-packages-wrapper .table-wrapper table tr {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.insurance-packages-wrapper .table-wrapper table tr h2 {
  margin-top: 0;
}
.insurance-packages-wrapper .table-wrapper table tr h3 {
  margin-top: 0;
  font-weight: bold;
}
.insurance-packages-wrapper .table-wrapper table tr h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.insurance-packages-wrapper .table-wrapper table tr h5 {
  font-weight: bold;
  margin: 0;
}
.insurance-packages-wrapper .table-wrapper table tr td:first-child {
  text-align: left;
  color: #1b1464;
}
.insurance-packages-wrapper .table-wrapper table td {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.insurance-packages-wrapper .table-wrapper table td h2 {
  margin-top: 0;
}
.insurance-packages-wrapper .table-wrapper table td h3 {
  margin-top: 0;
  font-weight: bold;
}
.insurance-packages-wrapper .table-wrapper table td h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.insurance-packages-wrapper .table-wrapper table td h5 {
  font-weight: bold;
  margin: 0;
}
.insurance-packages-wrapper .table-wrapper table th {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
  font-weight: normal;
}
.insurance-packages-wrapper .table-wrapper table th h2 {
  margin-top: 0;
}
.insurance-packages-wrapper .table-wrapper table th h3 {
  margin-top: 0;
  font-weight: bold;
}
.insurance-packages-wrapper .table-wrapper table th h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.insurance-packages-wrapper .table-wrapper table th h5 {
  font-weight: bold;
  margin: 0;
}
.insurance-packages-wrapper .table-wrapper table.two-tables {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}
.insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child {
  text-align: center;
  color: #808080;
}
.insurance-packages-wrapper .table-wrapper table.two-tables.table-first tr th {
  vertical-align: top;
}
.insurance-packages-wrapper .table-wrapper table.two-tables.table-last {
  margin-left: 20px;
}
.insurance-packages-wrapper .table-wrapper table.two-tables.table-last tr th {
  padding: 18px 10px;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table {
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table .size-18 {
  font-size: 18px;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr h2 {
  margin-top: 0;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr h3 {
  margin-top: 0;
  font-weight: bold;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr h3.red {
  color: #E11F27;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr h5 {
  font-weight: bold;
  margin: 0;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child {
  text-align: left;
  color: #1b1464;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table td {
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table td h2 {
  margin-top: 0;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table td h3 {
  margin-top: 0;
  font-weight: bold;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table td h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table td h5 {
  font-weight: bold;
  margin: 0;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table th {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
  font-weight: normal;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table th h2 {
  margin-top: 0;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table th .blue {
  color: #1b1464;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table th h3 {
  margin-top: 0;
  font-weight: bold;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table th h3 span {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table th h5 {
  font-weight: bold;
  margin: 0;
  border: 0;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child {
  text-align: center;
  color: #808080;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables.table-first tr th {
  vertical-align: top;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables.table-last {
  margin-left: 20px;
}
.insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables.table-last tr th {
  padding: 18px 10px;
}

.block-plugin-id--msig-id-motor-calculator-block h2 {
  margin-top: 100px;
}
.block-plugin-id--msig-id-motor-calculator-block h3 {
  margin-top: 100px;
}
.block-plugin-id--msig-id-motor-calculator-block h5 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.block-plugin-id--msig-id-motor-calculator-block p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 757px) {
  .path-calculator-motor-insurance .motor-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-motor-insurance .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-motor-insurance .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-motor-insurance .home-shield-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-motor-insurance .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-motor-insurance .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-motor-insurance .travel-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-motor-insurance .travel-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-motor-insurance .travel-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-motor-insurance .result-wrapper .field-row {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-motor-insurance .result-wrapper .field-row .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .path-calculator-motor-insurance .result-wrapper .field-row .value {
    width: 100%;
  }
  .path-calculator-motor-insurance .result-wrapper .field-row-footer {
    padding: 10px 30px;
  }
  .path-calculator-home-insurance .motor-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-home-insurance .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-home-insurance .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-home-insurance .home-shield-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-home-insurance .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-home-insurance .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-home-insurance .travel-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-home-insurance .travel-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-home-insurance .travel-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-home-insurance .result-wrapper .field-row {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-home-insurance .result-wrapper .field-row .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .path-calculator-home-insurance .result-wrapper .field-row .value {
    width: 100%;
  }
  .path-calculator-home-insurance .result-wrapper .field-row-footer {
    padding: 10px 30px;
  }
  .path-calculator-travel-insurance .motor-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-travel-insurance .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-travel-insurance .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-travel-insurance .home-shield-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-travel-insurance .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-travel-insurance .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-travel-insurance .travel-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-travel-insurance .travel-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-travel-insurance .travel-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-calculator-travel-insurance .result-wrapper .field-row {
    display: block;
    padding: 10px 0;
  }
  .path-calculator-travel-insurance .result-wrapper .field-row .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .path-calculator-travel-insurance .result-wrapper .field-row .value {
    width: 100%;
  }
  .path-calculator-travel-insurance .result-wrapper .field-row-footer {
    padding: 10px 30px;
  }
  .path-id-calculator-motor-insurance .motor-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-motor-insurance .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-motor-insurance .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-motor-insurance .home-shield-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-motor-insurance .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-motor-insurance .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-motor-insurance .travel-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-motor-insurance .travel-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-motor-insurance .travel-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-motor-insurance .result-wrapper .field-row {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-motor-insurance .result-wrapper .field-row .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .path-id-calculator-motor-insurance .result-wrapper .field-row .value {
    width: 100%;
  }
  .path-id-calculator-motor-insurance .result-wrapper .field-row-footer {
    padding: 10px 30px;
  }
  .path-id-calculator-home-insurance .motor-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-home-insurance .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-home-insurance .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-home-insurance .home-shield-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-home-insurance .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-home-insurance .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-home-insurance .travel-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-home-insurance .travel-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-home-insurance .travel-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-home-insurance .result-wrapper .field-row {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-home-insurance .result-wrapper .field-row .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .path-id-calculator-home-insurance .result-wrapper .field-row .value {
    width: 100%;
  }
  .path-id-calculator-home-insurance .result-wrapper .field-row-footer {
    padding: 10px 30px;
  }
  .path-id-calculator-travel-insurance .motor-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-travel-insurance .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-travel-insurance .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-travel-insurance .home-shield-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-travel-insurance .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-travel-insurance .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-travel-insurance .travel-calculator-wrapper .form-field {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-travel-insurance .travel-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-travel-insurance .travel-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .path-id-calculator-travel-insurance .result-wrapper .field-row {
    display: block;
    padding: 10px 0;
  }
  .path-id-calculator-travel-insurance .result-wrapper .field-row .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .path-id-calculator-travel-insurance .result-wrapper .field-row .value {
    width: 100%;
  }
  .path-id-calculator-travel-insurance .result-wrapper .field-row-footer {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .path-calculator-motor-insurance .motor-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-calculator-motor-insurance .home-shield-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-calculator-motor-insurance .travel-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-calculator-motor-insurance .result-wrapper {
    padding: 0 15px;
  }
  .path-calculator-motor-insurance .result-wrapper .field-row-footer {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .path-calculator-home-insurance .result-wrapper {
    padding: 0 15px;
  }
  .path-calculator-home-insurance .result-wrapper .field-row-footer {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .path-calculator-travel-insurance .motor-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-calculator-travel-insurance .home-shield-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-calculator-travel-insurance .travel-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-calculator-travel-insurance .result-wrapper {
    padding: 0 15px;
  }
  .path-calculator-travel-insurance .result-wrapper .field-row-footer {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .path-id-calculator-motor-insurance .motor-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-motor-insurance .home-shield-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-motor-insurance .travel-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-motor-insurance .result-wrapper {
    padding: 0 15px;
  }
  .path-id-calculator-motor-insurance .result-wrapper .field-row-footer {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .path-id-calculator-home-insurance .motor-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-home-insurance .home-shield-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-home-insurance .travel-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-home-insurance .result-wrapper {
    padding: 0 15px;
  }
  .path-id-calculator-home-insurance .result-wrapper .field-row-footer {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .path-id-calculator-travel-insurance .motor-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-travel-insurance .home-shield-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-travel-insurance .travel-calculator-wrapper {
    padding: 20px 15px;
  }
  .path-id-calculator-travel-insurance .result-wrapper {
    padding: 0 15px;
  }
  .path-id-calculator-travel-insurance .result-wrapper .field-row-footer {
    padding: 10px 15px;
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 550px) {
  .path-calculator-motor-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a {
    display: block;
  }
  .path-calculator-motor-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-motor-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
    margin-left: 0;
  }
  .path-calculator-home-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a {
    display: block;
  }
  .path-calculator-home-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-home-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
    margin-left: 0;
  }
  .path-calculator-travel-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a {
    display: block;
  }
  .path-calculator-travel-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-calculator-travel-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
    margin-left: 0;
  }
  .path-id-calculator-motor-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a {
    display: block;
  }
  .path-id-calculator-motor-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-motor-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
    margin-left: 0;
  }
  .path-id-calculator-home-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a {
    display: block;
  }
  .path-id-calculator-home-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-home-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
    margin-left: 0;
  }
  .path-id-calculator-travel-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a {
    display: block;
  }
  .path-id-calculator-travel-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .path-id-calculator-travel-insurance .field-formatter-entity-reference-revisions-entity-view .field-paragraph--field-text .field__item a:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .path-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-motor-insurance .insurance-packages-wrapper .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-motor-insurance .insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-motor-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-motor-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-home-insurance .insurance-packages-wrapper .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-home-insurance .insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-home-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-home-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-travel-insurance .insurance-packages-wrapper .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-travel-insurance .insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-travel-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-travel-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-motor-insurance .insurance-packages-wrapper .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-motor-insurance .insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-motor-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-motor-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-motor-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-home-insurance .insurance-packages-wrapper .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-home-insurance .insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-home-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-home-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-home-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-home-shield-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-travel-insurance .insurance-packages-wrapper .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-travel-insurance .insurance-packages-wrapper .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-travel-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-travel-insurance .insurance-packages-wrapper .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table tr td:first-child br {
    display: none;
  }
  .path-id-calculator-travel-insurance .block-plugin-id--msig-id-motor-calculator-block .insurancepackages-table-wrapper table.two-tables tr td:first-child br {
    display: block;
  }
}
/* css update nov 14 by ecz */
.calculator-container {
  font-size: 16px;
}
.calculator-container .page_title {
  display: none;
}
.calculator-container h4 {
  color: #000;
  font-size: 18px;
}
.calculator-container .cal-title1 {
  font-size: 36px;
  font-weight: bold;
  color: #1B1464;
  margin-top: 0;
  line-height: normal;
}
.calculator-container .cal-title2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 20px 0 24px 0;
}
.calculator-container table thead tr th {
  background: #f8c7ca !important;
}
.calculator-container table th {
  font-size: 14px;
  font-weight: 500 !important;
  color: #000;
}
.calculator-container table th .cal-title2 {
  font-weight: 500 !important;
}
.calculator-container table td {
  font-size: 14px;
  font-weight: 400;
}
.calculator-container table td:first-child {
  font-size: 14px;
  font-weight: 500;
}
.calculator-container p {
  font-size: 16px;
  font-weight: 400;
}
.calculator-container .webform-blue-bar {
  background-color: #1b1464;
  padding: 13px 24px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  margin-top: 3em;
}
.calculator-container .webform-blue-bar .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.calculator-container .webform-blue-bar .description {
  display: block !important;
}
.calculator-container .webform-blue-bar .description p {
  margin: 0;
}
.calculator-container .insurance-packages-wrapper {
  margin-top: 7em;
}
.calculator-container .insurance-packages-wrapper .insurancepackages-table-wrapper {
  border-radius: 5px 5px 0 0;
  border-top: 10px solid #1B1464;
}
.calculator-container .insurance-packages-wrapper .insurancepackages-table-wrapper table {
  margin-bottom: 2em;
}
.calculator-container .insurance-packages-wrapper .insurancepackages-table-wrapper table td {
  padding: 1.3em 1.5em;
}
.calculator-container .custom-form-wrapper {
  padding: 10px 24px;
  font-weight: 500;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.calculator-container .custom-form-wrapper .form-item {
  margin: 0;
}
.calculator-container .custom-form-wrapper .form-field {
  padding: 0;
  align-items: center;
  margin: 1.2em 0;
}
.calculator-container .custom-form-wrapper .form-field .field-value {
  width: 66%;
}
.calculator-container .custom-form-wrapper .form-field .field-value .package-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .custom-form-wrapper .form-field .field-value .package-holder span.required {
  color: rgba(0, 0, 0, 0.5);
}
.calculator-container .custom-form-wrapper .form-field .field-value .package-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .custom-form-wrapper .form-field .field-value .package-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .custom-form-wrapper .form-field .field-value .package-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .custom-form-wrapper .form-field .field-value .year-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .custom-form-wrapper .form-field .field-value .year-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .custom-form-wrapper .form-field .field-value .year-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .custom-form-wrapper .form-field .field-value .js-form-type-textfield input {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
}
.calculator-container .custom-form-wrapper .form-field .field-value .js-form-type-textfield label {
  left: 16px;
  top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .custom-form-wrapper .form-field .field-value .fieldset-wrapper .form-type-radio {
  padding-right: 4.5em;
}
.calculator-container .custom-form-wrapper .form-field .holder {
  width: 30%;
  color: #000;
  margin-right: 4%;
  font-size: 16px;
}
.calculator-container .custom-form-wrapper .form-field .holder span.required {
  color: #000;
}
.calculator-container .custom-form-wrapper .form-field .error {
  color: #e11f27;
  font-size: 12px;
  padding-top: 5px;
}
.calculator-container .custom-form-wrapper .form-field .error::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(../../images/icons/error.svg) no-repeat;
  background-size: contain;
}
.calculator-container .custom-form-wrapper input[type=radio] + label::before {
  top: 4px;
}
.calculator-container .custom-form-wrapper input[type=radio] + label::after {
  top: 4px;
}
.calculator-container .custom-form-wrapper input.button.form-submit {
  -webkit-appearance: none;
  border: 0;
  background: #E11F27;
  color: #fff;
  padding: 17px 0;
  width: 100%;
  max-width: 140px;
  border-radius: 15px;
  margin: 1% 0 1.5% 34%;
  display: inline-block;
}
.calculator-container .custom-form-wrapper input.button.form-submit:hover {
  color: #fff;
}
.calculator-container .custom-form-wrapper .reset-button {
  font-size: 16px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0;
  padding: 17px;
}
.calculator-container .motor-calculator-wrapper {
  /*padding: 10px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 10px 10px;*/
}
.calculator-container .motor-calculator-wrapper .form-item {
  margin: 0;
}
.calculator-container .motor-calculator-wrapper .form-field {
  padding: 0;
  align-items: center;
  margin: 1.2em 0;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value {
  width: 66%;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .js-form-type-textfield input {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .js-form-type-textfield label {
  left: 16px;
  top: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .year-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .year-holder span.required {
  color: rgba(0, 0, 0, 0.5);
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .tpl-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .tpl-holder span.required {
  color: rgba(0, 0, 0, 0.5);
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .optional-coverage-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .optional-coverage-holder span.required {
  color: rgba(0, 0, 0, 0.5);
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .driver-coverage-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .passenger-coverage-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .year-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .year-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .year-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .tpl-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .tpl-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .tpl-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .optional-coverage-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .optional-coverage-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .optional-coverage-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .driver-coverage-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .driver-coverage-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .driver-coverage-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .passenger-coverage-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .passenger-coverage-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value .passenger-coverage-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .motor-calculator-wrapper .form-field .field-value label {
  font-size: 16px;
}
.calculator-container .motor-calculator-wrapper .form-field .holder {
  width: 30%;
  color: #000;
  margin-right: 4%;
}
.calculator-container .motor-calculator-wrapper .form-field .holder span.required {
  color: #000;
}
.calculator-container .motor-calculator-wrapper .form-field .error {
  color: #e11f27;
}
.calculator-container .motor-calculator-wrapper input.button.form-submit {
  -webkit-appearance: none;
  border: 0;
  background: #E11F27;
  color: #fff;
  padding: 17px 0;
  width: 100%;
  max-width: 140px;
  border-radius: 15px;
  margin: 1% 0 1.5% 34%;
  display: inline-block;
}
.calculator-container .motor-calculator-wrapper input.button.form-submit:hover {
  color: #fff;
}
.calculator-container .motor-calculator-wrapper .reset-button {
  font-size: 16px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0;
  padding: 17px;
}
.calculator-container .motor-calculator-wrapper #passenger-coverage-type-value {
  display: none;
}
.calculator-container .motor-calculator-wrapper #driver-coverage-type-value {
  display: none;
}
.calculator-container .home-shield-calculator-wrapper {
  /*padding: 10px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 10px 10px;*/
}
.calculator-container .home-shield-calculator-wrapper .form-item {
  margin: 0;
}
.calculator-container .home-shield-calculator-wrapper .form-field {
  padding: 0;
  align-items: center;
  margin: 1.2em 0;
}
.calculator-container .home-shield-calculator-wrapper .form-field .field-value {
  width: 66%;
}
.calculator-container .home-shield-calculator-wrapper .form-field .field-value .js-form-type-textfield input {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
}
.calculator-container .home-shield-calculator-wrapper .form-field .field-value .js-form-type-textfield label {
  left: 16px;
  top: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .home-shield-calculator-wrapper .form-field .field-value .fieldset-wrapper .form-type-radio {
  padding-right: 4.5em;
}
.calculator-container .home-shield-calculator-wrapper .form-field .field-value .fieldset-wrapper #edit-apartment-type .form-type-radio {
  display: block;
}
.calculator-container .home-shield-calculator-wrapper .form-field .holder {
  width: 30%;
  color: #000;
  margin-right: 4%;
}
.calculator-container .home-shield-calculator-wrapper .form-field .error {
  color: #e11f27;
}
.calculator-container .home-shield-calculator-wrapper input.button.form-submit {
  -webkit-appearance: none;
  border: 0;
  background: #E11F27;
  color: #fff;
  padding: 17px 0;
  width: 100%;
  max-width: 140px;
  border-radius: 15px;
  margin: 1% 0 1.5% 34%;
  display: inline-block;
}
.calculator-container .home-shield-calculator-wrapper input.button.form-submit:hover {
  color: #fff;
}
.calculator-container .home-shield-calculator-wrapper .reset-button {
  font-size: 16px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0;
  padding: 17px;
}
.calculator-container .result-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  margin: 0 0 2.5em;
  padding: 0 24px;
}
.calculator-container .result-wrapper .field-row {
  padding: 0;
  align-items: center;
  margin: 1.2em 0;
  font-size: 16px;
}
.calculator-container .result-wrapper .field-row .value {
  width: 72%;
}
.calculator-container .result-wrapper .field-row .value ul {
  padding: 0;
}
.calculator-container .result-wrapper .field-row .value ul li {
  padding: 0;
}
.calculator-container .result-wrapper .field-row .field {
  width: 24%;
  color: #000;
  margin-bottom: 0;
}
.calculator-container .result-wrapper .field-row-footer {
  background: #fff;
  color: #1B1464;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  margin: 1.2em auto 1.2em -24px;
  position: relative;
  padding-top: 1em;
}
.calculator-container .result-wrapper .field-row-footer:before {
  content: "";
  border-top: 1px solid #d9d9d9;
  width: 98%;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
.calculator-container input[type=radio] + label {
  font-size: 16px;
}
.calculator-container .travel-calculator-wrapper .form-field .field-value {
  width: 66%;
}
.calculator-container .travel-calculator-wrapper .form-field .field-value .package-holder {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.calculator-container .travel-calculator-wrapper .form-field .field-value .package-holder span.required {
  color: rgba(0, 0, 0, 0.5);
}
.calculator-container .travel-calculator-wrapper .form-field .field-value .package-list {
  top: 35px;
  padding-left: 0;
}
.calculator-container .travel-calculator-wrapper .form-field .field-value .package-list li {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container .travel-calculator-wrapper .form-field .field-value .package-list li:hover {
  padding: 6px 16px;
  font-weight: 400;
}
.calculator-container #result .table-wrapper table {
  border-top: 10px solid #1B1464;
  border-radius: 5px 5px 0 0;
}
.calculator-container #result .table-wrapper table tr th {
  background: #f8c7ca !important;
  padding: 0.5rem;
}
.calculator-container #result .table-wrapper table tr th h5 {
  text-align: center;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.calculator-container #result .table-wrapper table th {
  font-size: 14px;
  font-weight: 500 !important;
  color: #000 !important;
}
.calculator-container #result .table-wrapper table th .cal-title2 {
  font-weight: 500 !important;
}
.calculator-container #result .table-wrapper table td {
  font-size: 14px;
  font-weight: 400;
  padding: 1.3em 1.5em;
}
.calculator-container #result .table-wrapper table td:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #1B1464;
}
.calculator-container #result .back-button {
  background: #E11F27;
  color: #fff;
  padding: 17px 0;
  width: 100%;
  max-width: 220px;
  border-radius: 15px;
  margin: 2.5em 0 0 0;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.calculator-container #result .back-button:before {
  content: "<";
  margin-right: 5px;
}
.calculator-container .form-text {
  font-size: 16px;
}
.calculator-container .button-wrapper .msig-btn.red {
  border: 0;
  background: #E11F27;
  color: #fff;
  padding: 17px 0;
  width: 100%;
  max-width: 140px;
  border-radius: 15px;
  margin: 1% 0 1.5% 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .calculator-container .result-wrapper .field-row {
    align-items: start;
  }
  .calculator-container .result-wrapper .field-row .field {
    width: 46%;
  }
  .calculator-container .result-wrapper .field-row .value {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .calculator-container .custom-form-wrapper .form-field {
    display: block;
  }
  .calculator-container .custom-form-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .calculator-container .custom-form-wrapper .form-field .field-value {
    width: 100%;
  }
  .calculator-container .custom-form-wrapper input.button.form-submit {
    margin-left: 0;
  }
  .calculator-container .home-shield-calculator-wrapper .form-field {
    display: block;
  }
  .calculator-container .home-shield-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .calculator-container .home-shield-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .calculator-container .home-shield-calculator-wrapper input.button.form-submit {
    margin-left: 0;
  }
  .calculator-container .motor-calculator-wrapper .form-field .holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .calculator-container .motor-calculator-wrapper .form-field .field-value {
    width: 100%;
  }
  .calculator-container .motor-calculator-wrapper input.button.form-submit {
    margin-left: 0;
  }
  .calculator-container #result .table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
  .calculator-container #result .table-wrapper tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
  }
}

/*# sourceMappingURL=premium-calculator.css.map */
