.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

#policybazaar {
  width: 100%;
}

li,
ul {
  padding: 0;
  margin: 0;
}

.hide {
  display: none !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

.loading::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 10px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
}

.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
}

::-webkit-input-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

::-moz-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

:-ms-input-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

:-moz-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .showForm {
    padding: 16px;
    margin: 0;
    background: #fff;
  }
}
.mainForm {
  margin: 12px 12px 100px;
}
.mainForm .showForm {
  background: #D7F8FF;
  border-radius: 24px;
  position: relative;
}
.mainForm .showForm::after {
  content: "";
  background: url(../../images/bu/solar-panel/solar-panel-top-fold-image.png) no-repeat center/contain;
  width: 553px;
  height: 496px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .mainForm .showForm::after {
    display: none;
  }
}

.disForm {
  max-width: 1170px;
  margin: 0 auto;
}
.disForm.formBlock .top-content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .top-content {
    flex-direction: column;
    padding: 0;
  }
  .disForm.formBlock .top-content::after {
    content: "";
    background: url(../../images/bu/motor/tw/fullwidth/tw-tp-top-fold-icon.svg) no-repeat center/contain;
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -45px;
    z-index: 1;
    display: none;
  }
}
.disForm.formBlock .top-content .punchlineForm .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  display: block;
}
.disForm.formBlock .top-content .punchlineForm .description span {
  color: #FF7B00;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .top-content .punchlineForm .description span {
    display: block;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .top-content .punchlineForm .description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
  }
}
.disForm.formBlock .top-content .tag {
  background: rgba(47, 170, 66, 0.1607843137);
  display: inline-flex;
  align-items: center;
  margin: 32px 0 48px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #007B14;
  border-radius: 100px;
  position: relative;
}
.disForm.formBlock .top-content .tag:before {
  content: "";
  background: url(../../images/bu/solar-panel/stack-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 7px;
}
.disForm.formBlock .top-content .tag span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #007B14;
  margin-left: 4px;
}
.disForm.formBlock .top-content .tag span sup {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .top-content .tag {
    margin: 24px auto 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.016em;
  }
  .disForm.formBlock .top-content .tag span {
    font-weight: 700;
    font-size: 16px;
  }
}
.disForm.formBlock .top-content .input-button-wrapper {
  box-shadow: 0px 2px 20px 0px #9FBFC7;
  border: 1px solid #9CBFC6;
  background: #fff;
  border-radius: 12px;
  max-width: 648px;
  display: flex;
  align-items: center;
  padding: 16px;
  margin: 0 0 113px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .top-content .input-button-wrapper {
    flex-direction: column;
    margin: 0;
  }
}
.disForm.formBlock .top-content .form-field-data {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding-left: 4px;
}
.disForm.formBlock .top-content .form-field-data .err {
  left: 20px;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .top-content .form-field-data {
    margin: 0 0 20px;
    border: 1px solid #B3BAC5;
    border-radius: 8px;
  }
  .disForm.formBlock .top-content .form-field-data .err {
    left: 0px;
    bottom: -17px;
  }
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .top-content .form_submit {
    width: 100%;
  }
}
.disForm.formBlock .top-content .main-button, .disForm.formBlock .top-content #loader, .disForm.formBlock .top-content .proceed {
  margin: 0;
  width: 164px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .top-content .main-button, .disForm.formBlock .top-content #loader, .disForm.formBlock .top-content .proceed {
    width: 100%;
  }
}
.disForm.formBlock .top-content .main-button:active::after {
  width: 20px;
  height: 20px;
  right: 15px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  margin-left: 16px;
  top: 15px;
}
.disForm.formBlock .top-content .loading::after {
  width: 20px;
  height: 20px;
  right: 15px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  margin-left: 16px;
  top: 15px;
}
.disForm.formBlock .top-content .form_details {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .top-content .form_details {
    width: 100%;
  }
}
.disForm.formBlock .top-content .image {
  width: 45%;
}
.disForm.formBlock .top-content .image.hide-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .top-content .image {
    width: 100%;
  }
  .disForm.formBlock .top-content .image.hide-desktop {
    display: block;
  }
}
.disForm.formBlock .top-content .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .top-content .image img {
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: 20px auto -30px auto;
  }
}
.disForm.formBlock .pointer-list {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .pointer-list {
    margin: 65px 0 0;
  }
}
.disForm.formBlock form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.disForm.formBlock .pointer-list {
  display: flex;
  align-items: flex-start;
  max-width: 648px;
  justify-content: space-between;
  margin: 0;
  position: absolute;
  bottom: -42px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .pointer-list {
    justify-content: space-between;
    max-width: 100%;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
  }
}
.disForm.formBlock .pointer-list .pointer {
  width: 31%;
  display: flex;
  align-items: center;
  background: #C2EFF8;
  border-radius: 12px;
  padding: 21px 14px 21px 16px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .pointer-list .pointer {
    width: 31%;
    flex-direction: column;
    border-radius: 16px;
    text-align: left;
    padding: 12px;
    align-items: flex-start;
  }
}
.disForm.formBlock .pointer-list .pointer .icon {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
.disForm.formBlock .pointer-list .pointer .icon.icon-1 {
  background: url(../../images/bu/solar-panel/top-fold-pointer-icon-1.svg) no-repeat center/contain;
}
.disForm.formBlock .pointer-list .pointer .icon.icon-2 {
  background: url(../../images/bu/solar-panel/top-fold-pointer-icon-2.svg) no-repeat center/contain;
}
.disForm.formBlock .pointer-list .pointer .icon.icon-3 {
  background: url(../../images/bu/solar-panel/top-fold-pointer-icon-3.svg) no-repeat center/contain;
}
.disForm.formBlock .pointer-list .pointer .heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.016em;
  text-align: left;
  color: #253858;
  margin: 0px 0 2px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .pointer-list .pointer .heading {
    margin: 12px 0 4px;
    letter-spacing: 0.014em;
    text-align: left;
  }
  .disForm.formBlock .pointer-list .pointer .heading span {
    display: block;
  }
}
.disForm.formBlock .pointer-list .pointer .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
}
.disForm .top-content {
  padding: 50px 40px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .disForm .top-content {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .disForm .top-content {
    border-radius: 24px;
    padding: 20px 16px;
    text-align: center;
  }
  .disForm .top-content::after {
    content: "";
    background: url(../../images/bu/motor/tw/tw-top-fold-mobile-icon.png) no-repeat center/contain;
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -45px;
    z-index: 1;
  }
}
.disForm .top-content .punchlineForm {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm {
    margin-bottom: 32px;
    text-align: center;
  }
}
.disForm .top-content .punchlineForm > div.heading {
  color: #253858;
  position: relative;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
}
.disForm .top-content .punchlineForm > div.heading h1 {
  display: inline-block;
  margin: 0;
}
.disForm .top-content .punchlineForm > div.heading-description h1 {
  display: inline-block;
  color: #253858;
  position: relative;
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}
.disForm .top-content .punchlineForm > div.heading-description span.blue {
  color: #00C2B2;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm > div.heading-description h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: CENTER;
  }
}
@media screen and (max-width: 375px) {
  .disForm .top-content .punchlineForm > div.heading-description {
    font-size: 24px;
    line-height: 34px;
  }
}
.disForm .top-content .punchlineForm > div.heading-description .description {
  color: #253858;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.016em;
}
.disForm .top-content .punchlineForm > div.heading-description .description span {
  color: #0065FF;
  font-size: 18px;
  line-height: 24px;
}
.disForm .top-content .punchlineForm > div.heading-description .description sup {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm > div.heading-description .description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.014em;
    max-width: 275px;
  }
  .disForm .top-content .punchlineForm > div.heading-description .description strong, .disForm .top-content .punchlineForm > div.heading-description .description span {
    font-size: 18px;
    line-height: 26px;
  }
}
.disForm .top-content .main-heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  position: relative;
}
.disForm .top-content .main-heading :after {
  bottom: -12px;
  content: "";
  background: #FFAB00;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .main-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .disForm .top-content .main-heading:after {
    bottom: -8px;
  }
}
.disForm .top-content .sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #253858;
  margin: 32px 0 40px;
}
.disForm .top-content .sub-heading sup {
  font-size: 12px;
}
.disForm .top-content .sub-heading .hide-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .sub-heading .hide-desktop {
    display: inline-block;
  }
}
.disForm .top-content .sub-heading .hide-mobile {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .sub-heading .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .sub-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 32px;
  }
}
.disForm .top-content .fieldLable {
  color: #5E6C84;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
  z-index: 10;
  visibility: visible;
  top: 16px;
  font-size: 16px;
}
.disForm .top-content .form-field-data {
  border: 1px solid #B3BAC5;
  border-radius: 8px;
  position: relative;
  width: 100%;
  margin: 0px 0% 7px;
  display: table;
  max-width: 400px;
  outline: 0;
}
.disForm .top-content .form-field-data .input_box.addedvalue .fieldLable {
  font-size: 12px;
  top: -13px;
  display: none;
}
.disForm .top-content .form-field-data .input_box.addedvalue .fieldLable span {
  display: none;
}
.disForm .top-content .form-field-data .input_box {
  display: flex;
  align-items: center;
}
.disForm .top-content .form-field-data .input_box.name {
  border-right: 1px dashed #B3BAC5;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .disForm .top-content .form-field-data .input_box.name {
    border: 0;
    margin: 0;
  }
}
.disForm .top-content .form-field-data .input_box.name::before {
  content: "";
  background: url(../../images/bu/solar-panel/profile-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.disForm .top-content .form-field-data .input_box.mobile-number::before {
  content: "";
  background: url(../../images/bu/solar-panel/mobile-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.disForm .top-content .form-field-data .fullWidht {
  width: 100%;
  height: 100%;
  padding: 17px 15px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  outline: 0;
}
.disForm .top-content .form-field-data .fullWidht.blank ~ .fieldLable {
  font-size: 12px;
  top: -13px;
  display: none;
}
.disForm .top-content .form-field-data .fullWidht.blank ~ .fieldLable span {
  display: none;
}
.disForm .top-content .form-field-data .fullWidht::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5E6C84;
}
.disForm .top-content .form-field-data .fullWidht:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5E6C84;
}
.disForm .top-content .form-field-data .fullWidht::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5E6C84;
}
.disForm .top-content .form-field-data .err {
  font-size: 10px;
  color: red;
  width: 100%;
  left: 0;
  bottom: -18px;
  padding: 1px 0;
  text-align: left;
  font-weight: 400;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .form-field-data {
    margin: 0 auto 7px;
  }
}
@media screen and (max-width: 767px) {
  .disForm .top-content .form-field-data {
    max-width: 100%;
  }
}
.disForm .top-content .form_submit {
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .form_submit {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .disForm .top-content .form_submit {
    max-width: 100%;
  }
}
.disForm .top-content .main-button,
.disForm .top-content #loader,
.disForm .top-content .proceed {
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #FFFFFF;
  margin: 24px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 10px 5px -9px rgba(0, 0, 0, 0.3019607843);
  display: block;
  padding: 15px 20px;
  border: 0;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .disForm .top-content .main-button,
  .disForm .top-content #loader,
  .disForm .top-content .proceed {
    max-width: 100%;
  }
}
.disForm .top-content .main-button .arrowRight,
.disForm .top-content #loader .arrowRight,
.disForm .top-content .proceed .arrowRight {
  padding: 3px;
  display: inline-block;
  position: relative;
  background: url(../../images/footer-strip/twowheeler/path.png);
  width: 23px;
  height: 20PX;
  top: 3px;
}
.disForm .top-content .main-button:active {
  font-size: 0;
  transition: none;
}
.disForm .top-content .main-button:active::before {
  content: "Processing";
  font-size: 16px;
}
.disForm .top-content .main-button:active::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 7px;
}
.disForm .top-content .proceed {
  display: none;
}
.disForm .top-content .dontKnow.dontKnow2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .disForm .top-content .dontKnow.dontKnow2 {
    justify-content: center;
    margin: 0 auto;
    display: inline-block;
  }
}
.disForm .top-content .button {
  width: 100%;
  cursor: pointer;
  padding: 0;
  border: 0;
  border-radius: 20px;
  color: #0065ff;
  text-align: left;
  max-width: 50%;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.168px;
}
.disForm .top-content .button.got_new_twowheeler {
  position: relative;
  border: 0;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.014em;
  margin: 28px 0 0;
  color: #253858;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  max-width: 160px;
}
.disForm .top-content .button.got_new_twowheeler::after {
  content: "";
  background: url(../../images/bu/motor/tw/tw-arrow-right.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .button.got_new_twowheeler {
    justify-content: center;
    max-width: 100%;
  }
}
.disForm .top-content .loading::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 7px;
}

.termCondition,
.term_cond {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6b778c;
  padding: 0 16px 0 0;
}

@media screen and (max-width: 1024px) {
  .termCondition,
  .term_cond {
    padding: 0 16px;
  }
}
.termCondition {
  text-align: center;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  display: none;
}
.floatingPopupDiv.openbox {
  display: block;
}
.floatingPopupDiv .close {
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #f1f1f1 url(../../images/bu/close-button.svg) no-repeat center/contain;
  border-radius: 50px;
  top: 20px;
  right: 16px;
  z-index: 10002;
  cursor: pointer;
  background-position: center center;
  transform: rotate(180deg);
  position: absolute;
  display: inline-block !important;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    width: 20px;
    height: 20px;
  }
}
.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 520px;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 0;
}
.floatingPopupDiv .floatpanel .showForm {
  width: 100%;
  margin: 0 auto;
  background: 0 0;
  height: 100%;
}
.floatingPopupDiv .floatpanel .showForm:has(.dynamic-content) {
  background: #c9e4ff;
}
.floatingPopupDiv .floatpanel .showForm .disForm {
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  width: 100%;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content {
    flex-direction: column;
    padding: 0;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content::after {
    content: "";
    background: url(../../images/bu/motor/tw/fullwidth/tw-tp-top-fold-icon.svg) no-repeat center/contain;
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -45px;
    z-index: 1;
    display: none;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm h1 {
  line-height: 50px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  display: block;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm .description span {
  color: #FF7B00;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm .description span {
    display: block;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm .description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .tag {
  background: rgba(47, 170, 66, 0.1607843137);
  display: inline-flex;
  align-items: center;
  margin: 32px 0 48px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #007B14;
  border-radius: 100px;
  position: relative;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .tag:before {
  content: "";
  background: url(../../images/bu/solar-panel/stack-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 7px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .tag span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #007B14;
  margin-left: 4px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .tag span sup {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .tag {
    margin: 24px auto 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.016em;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .tag span {
    font-weight: 700;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .input-button-wrapper {
    flex-direction: column;
    margin: 0;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form-field-data {
  padding-left: 18px;
  box-shadow: 0px 2px 20px 0px #9FBFC7;
  border: 1px solid #9CBFC6;
  background: #fff;
  border-radius: 12px;
  max-width: 648px;
  margin: 0 0 18px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form-field-data .err {
  left: 0px;
  bottom: -18px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .form-field-data {
    margin: 0 0 20px;
    border: 1px solid #B3BAC5;
    border-radius: 8px;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .form-field-data .err {
    left: 0px;
    bottom: -17px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form-field-data .input_box.name {
  border: 0;
  margin: 0;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form_submit {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .form_submit {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .main-button, .floatingPopupDiv .floatpanel .showForm .disForm .top-content #loader, .floatingPopupDiv .floatpanel .showForm .disForm .top-content .proceed {
  margin: 0;
  width: 164px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .main-button, .floatingPopupDiv .floatpanel .showForm .disForm .top-content #loader, .floatingPopupDiv .floatpanel .showForm .disForm .top-content .proceed {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .main-button:active::after {
  width: 20px;
  height: 20px;
  right: 15px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  margin-left: 16px;
  top: 15px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .loading::after {
  width: 20px;
  height: 20px;
  right: 15px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  margin-left: 16px;
  top: 15px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form_details {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .form_details {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form_details .pointer-list {
  display: none;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .image {
  display: none;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .image {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content .image img {
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: 20px auto -30px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content {
    margin: 0;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-webkit-autofill:focus textarea:-webkit-autofill, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
select:-webkit-autofill:focus, select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

@media screen and (max-width: 1024px) {
  article {
    background: #fff;
  }
}

section.container {
  max-width: 1170px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1024px) {
  section.container {
    padding: 0 16px !important;
    margin: 0 0 32px;
  }
}

.with-blue-bg {
  background: #F1F7FF;
  padding: 70px 0;
  margin: 0 0 70px;
}
.with-blue-bg .container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.with-blue-bg .container.no-flex {
  display: block;
}
@media screen and (max-width: 1024px) {
  .with-blue-bg {
    padding: 32px 16px;
    margin: 0 0 32xp;
  }
  .with-blue-bg .container {
    padding: 0;
  }
}
.with-blue-bg .description {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .with-blue-bg .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.with-purple-bg {
  background: #F6F2FF;
  padding: 70px 0;
  margin: 0 0 70px;
}
.with-purple-bg .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .with-purple-bg {
    padding: 32px 16px;
    margin: 0 0 32px;
  }
  .with-purple-bg .container {
    padding: 0;
  }
}
.with-purple-bg .description {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .with-purple-bg .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.with-cyan-bg {
  background: #E8FCFF;
  padding: 70px 0;
  margin: 0 0 70px;
}
.with-cyan-bg .description {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .with-cyan-bg .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.with-cyan-bg .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .with-cyan-bg {
    padding: 32px 16px;
    margin: 0 0 32px;
  }
  .with-cyan-bg .container {
    padding: 0;
  }
}

.margin-top-100 {
  margin: 100px 0 0;
}

.main-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 9px;
}
.main-heading .green {
  color: #36B37E;
}
.main-heading .blue {
  color: #5B80B4;
}
.main-heading .cyan {
  color: #398FAF;
}
.main-heading .purple {
  color: #8777D9;
}
@media screen and (max-width: 1024px) {
  .main-heading {
    font-size: 24px;
    line-height: 34px;
  }
}
.main-heading.center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-heading.center {
    text-align: left;
  }
}
.main-heading.font-32 {
  font-size: 32px;
  line-height: 42px;
}

.generic-tabs-section .generic-tab {
  border-radius: 8px;
  border: 0;
  background: rgba(198, 203, 223, 0.2);
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .generic-tabs-section .generic-tab {
    width: auto;
  }
}
.generic-tabs-section .generic-tab .generic-tab-links {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.generic-tabs-section .generic-tab .generic-tab-links.active {
  border-radius: 8px;
  box-shadow: none;
  background: white;
  box-shadow: 0px 6px 16px 0px rgba(132, 141, 171, 0.2);
  color: #0065ff;
  font-weight: 600;
}
.generic-tabs-section .generic-tab .generic-tab-links.active::after {
  display: none;
}
.generic-tabs-section .generic-tab .generic-tab-links:hover::after {
  display: none;
}
.generic-tabs-section .generic-tab-body .generic-tab-content {
  display: none;
}
.generic-tabs-section .generic-tab-body .generic-tab-content.active {
  display: block;
}

.generic-tabs {
  margin: 28px 0 0;
}
@media screen and (max-width: 1024px) {
  .generic-tabs {
    margin: 20px 0 0;
    text-align: left;
  }
}
.generic-tabs .generic-tab-nav {
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  list-style: none;
  box-shadow: 0px 2px 8px 0px #D7DFEC;
}
.generic-tabs .generic-tab-nav .generic-tab-link {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  flex-shrink: 0;
}
.generic-tabs .generic-tab-nav .generic-tab-link.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
}
.generic-tabs .generic-tab-nav .generic-tab-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .generic-tabs .generic-tab-nav {
    overflow-x: scroll;
    width: auto;
    justify-content: flex-start;
    max-width: 100%;
  }
  .generic-tabs .generic-tab-nav::-webkit-scrollbar {
    display: none;
  }
}
.generic-tabs .generic-tab-content {
  display: none;
}
.generic-tabs .generic-tab-content.active {
  display: block;
}

.unordered-list {
  margin: 10px 0 8px;
  padding-left: 18px;
}
.unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .unordered-list li {
    font-size: 14px;
    line-height: 22px;
  }
}

.no-flex {
  display: block;
}

.ordered-list {
  list-style: none;
  counter-reset: section;
  margin: 32px 0;
}
.ordered-list li {
  counter-increment: section;
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
  position: relative;
}
.ordered-list li::before {
  content: "";
  border: 1px dashed #4D9AF9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
}
.ordered-list li:last-child {
  margin: 0;
}
.ordered-list li:last-child::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ordered-list li {
    margin: 0 0 18px;
  }
  .ordered-list li::before {
    left: 16px;
  }
}
.ordered-list li .number {
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 24px 0 0;
  z-index: 1;
}
.ordered-list li .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #4D9AF9;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
}
.ordered-list li .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.ordered-list li .description {
  margin: 8px 0 0;
}
.ordered-list.blue li .number {
  background: #F0F5FC;
}
.ordered-list.blue li .number::after {
  color: #6B778C;
}
.ordered-list.light-blue li::before {
  border-color: #4D9AF9;
}
.ordered-list.light-blue li .number {
  background: #F0F5FC;
}
.ordered-list.light-blue li .number::after {
  color: #4D9AF9;
}

.section-1 {
  position: relative;
}
.section-1 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-1 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-1 .section-1-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.section-1 .section-1-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  background: #fff;
  border-radius: 16px;
  margin: 0 24px 24px 0;
  width: 23%;
  padding: 24px;
}
.section-1 .section-1-list .type:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-1 .section-1-list .type {
    width: 31%;
  }
  .section-1 .section-1-list .type:nth-child(4n) {
    margin-right: 24px;
  }
  .section-1 .section-1-list .type:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-list .type {
    width: 47%;
    margin: 0 16px 16px 0;
    padding: 16px;
  }
  .section-1 .section-1-list .type:nth-child(4n) {
    margin-right: 16px;
  }
  .section-1 .section-1-list .type:nth-child(3n) {
    margin-right: 16px;
  }
  .section-1 .section-1-list .type:nth-child(2n) {
    margin-right: 0;
  }
  .section-1 .section-1-list .type .image {
    text-align: center;
    margin: 0 auto;
  }
  .section-1 .section-1-list .type .image img {
    max-width: 40px;
    width: 100%;
    height: auto;
  }
}
.section-1 .section-1-list .type .image {
  text-align: center;
  margin: 0 auto;
}
.section-1 .section-1-list .type .image img {
  height: auto;
}
.section-1 .section-1-list .type .content {
  margin: 16px 0 0;
}
.section-1 .section-1-list .type .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #253858;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-1 .section-1-list .type .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-1 .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
  padding: 0;
}
.section-1 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
.section-1 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-1 .button-wrapper .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-1 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-1 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-1 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-2 {
    flex-direction: column;
  }
  .section-2.container {
    padding: 24px 16px 0 !important;
  }
  .section-2 .container {
    flex-direction: column;
  }
}
.section-2 .left {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .section-2 .left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-2 .left {
    position: relative;
  }
  .section-2 .left .main-heading .green {
    display: block;
  }
}
.section-2 .right {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .section-2 .right {
    width: 100%;
  }
  .section-2 .right .image {
    margin-top: 24px;
    text-align: center;
  }
  .section-2 .right .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-2 .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-2 .description p {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-2 .description:has(p + p) p {
  margin: 0 0 12px;
}
.section-2 .description:has(p + p) p:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-2 .main-heading {
    max-width: 250px;
    width: 100%;
  }
}
.section-2 .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
  margin: 40px 0 0;
}
.section-2 .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-2 .button {
    width: 100%;
    text-align: center;
  }
}
.section-2 .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-2 .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .section-2 .button {
    margin: 16px 0 0;
  }
}
.section-2 .mobile-image {
  float: right;
  max-width: 110px;
  display: none;
}
.section-2 .mobile-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-2 .mobile-image {
    position: absolute;
    right: 0;
    width: 90px;
    top: -15px;
    display: block;
    display: none;
  }
}
.section-2 .image {
  text-align: center;
}

.section-3 {
  position: relative;
}
.section-3 .section-3-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.section-3 .section-3-list .type {
  box-shadow: 0px 4px 20px 0px #D6E0EF;
  background: #fff;
  border-radius: 16px;
  margin: 0 24px 24px 0;
  width: 31%;
  padding: 24px;
}
.section-3 .section-3-list .type:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .section-3 .section-3-list .type {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 16px;
  }
  .section-3 .section-3-list .type:nth-child(4n) {
    margin-right: 0;
  }
  .section-3 .section-3-list .type:nth-child(3n) {
    margin-right: 0;
  }
  .section-3 .section-3-list .type:nth-child(2n) {
    margin-right: 0;
  }
  .section-3 .section-3-list .type .image img {
    max-width: 40px;
    width: 100%;
    height: auto;
  }
}
.section-3 .section-3-list .type .content {
  margin: 20px 0 0;
}
.section-3 .section-3-list .type .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 600;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-3 .section-3-list .type .details {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .details {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .section-3-list .type .note {
  border-radius: 8px;
  padding: 8px 12px;
  background: #E3FCEF;
  color: #00875A;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  margin: 24px 0 0;
}
.section-3 .section-3-list.two-columns .type {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section-3 .section-3-list.two-columns .type {
    width: 100%;
  }
}
.section-3 .section-3-list.two-columns .type .details {
  min-height: 48px;
}
.section-3 .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
  padding: 0;
}
.section-3 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
.section-3 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-3 .button-wrapper .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-3 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-3 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-3 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-3 .load-more-features-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
.section-3 .load-more-features-wrapper .load-more-features {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .section-3 .load-more-features-wrapper .load-more-features {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .load-more-features-wrapper .load-more-features::after {
  content: "";
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
@media screen and (max-width: 1024px) {
  .section-3 .load-more-features-wrapper .load-more-features {
    display: inline-block;
  }
}
.section-3 .load-more-features-wrapper .load-more-features.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

.comparison-section .description {
  color: rgba(37, 56, 88, 0.8);
}

.comparison-table {
  margin: 30px 0 0;
  overflow: hidden;
}
.comparison-table .comparison-table-row {
  display: flex;
  position: relative;
  border-bottom: 1px solid #D7DFEC;
  border-right: 1px solid #D7DFEC;
}
.comparison-table .comparison-table-row:nth-child(odd) .comparison-table-data {
  background: #fff;
}
.comparison-table .comparison-table-row:nth-child(even) .comparison-table-data {
  background: #F8F8F8;
}
.comparison-table .comparison-table-row:nth-last-child(2) {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:nth-last-child(2) {
    border-radius: 0;
  }
}
.comparison-table .comparison-table-row:nth-last-child(2) .comparison-table-data:first-child {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:nth-last-child(2) .comparison-table-data:first-child {
    border-radius: 4px;
  }
}
.comparison-table .comparison-table-row:last-child {
  border-radius: 0 0 16px 0;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:first-child {
  background: transparent;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:first-child {
  border: 0;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2), .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child {
  background: #fff;
  border-left: 1px solid #D7DFEC;
  border-bottom: 1px solid #D7DFEC;
  border-radius: 0 0 0 16px;
  text-align: center;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .content, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .content {
  justify-content: center;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
    width: 100%;
    text-align: center;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button:active, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button:active::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0 0 0 16px;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .link, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .link {
  display: inline-block;
  background: #fff;
  color: #0065ff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .link::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .link::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/blue-right-arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .link, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .link {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border-radius: 16px;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) {
    padding: 0;
    border-radius: 0 0 0 16px;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:last-child {
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child {
    width: 100%;
    padding: 0;
  }
  .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
    border-radius: 0 0 16px 0;
  }
}
.comparison-table .comparison-table-row.heading {
  border: 1px solid #D7DFEC;
  border-radius: 16px 16px 0 0;
  background: #E2F2F4;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row.heading .table-heading:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row.heading .comparison-table-data.table-heading {
    font-size: 14px;
    line-height: 21px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data {
  width: 36%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: rgba(37, 56, 88, 0.8);
  padding: 20px 24px;
  border-left: 1px solid #D7DFEC;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row .comparison-table-data {
    font-size: 14px;
    line-height: 22px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data:last-child .content, .comparison-table .comparison-table-row .comparison-table-data:nth-child(2) .content {
  display: flex;
  align-items: flex-start;
}
.comparison-table .comparison-table-row .comparison-table-data .cross {
  width: 24px;
  height: 24px;
  position: relative;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.comparison-table .comparison-table-row .comparison-table-data .cross::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../../images/bu/solar-panel/cross-icon.svg) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row .comparison-table-data .cross {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}
.comparison-table .comparison-table-row .comparison-table-data .tick {
  width: 24px;
  height: 24px;
  position: relative;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.comparison-table .comparison-table-row .comparison-table-data .tick::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../../images/bu/solar-panel/check-icon.svg) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row .comparison-table-data .tick {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data {
    width: 50%;
    padding: 34px 12px 12px;
    font-size: 14px;
    line-height: 22px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data:first-child {
  width: 28%;
  flex-shrink: 0;
  font-weight: 500;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data:first-child {
    position: absolute;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0;
    color: #253858;
    background-color: #E6EAF2;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0 0 8px;
    width: auto;
    left: 47%;
    transform: translate(-47%, 0px);
    top: 8px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading {
  padding: 20px;
  color: #253858;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:first-child {
  background: #E2F2F4;
  border-radius: 16px 0 0;
  border: 0;
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(2) {
  background: #E2F2F4;
  border-left: 1px solid #D7DFEC;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(2) {
    border-radius: 16px 0 0 0;
    padding: 12px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(3) {
  background: #E2F2F4;
  border-left: 1px solid #D7DFEC;
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(3) {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data.table-heading span {
    display: none;
  }
}
.comparison-table .comparison-table-body .comparison-table-row:last-child {
  border-bottom: 0;
}
.comparison-table .comparison-table-body .comparison-table-row.more-comparison {
  display: none;
}
.comparison-table .comparison-table-body .comparison-table-row.more-comparison.show {
  display: flex;
}

.section-5 {
  background: #FFFFFF;
  box-shadow: 0px 2px 40px 0px #FCE1DB;
  border-radius: 24px;
  padding: 70px 52px;
}
@media screen and (max-width: 1024px) {
  .section-5.container {
    padding: 32px 16px !important;
    width: calc(100% - 32px);
    margin: 0 auto 32px !important;
  }
}
.section-5 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-5 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .flex-container {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-5 .flex-container {
    flex-direction: column;
  }
}
.section-5 .flex-container .left {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .section-5 .flex-container .left {
    width: 100%;
  }
}
.section-5 .flex-container .right {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section-5 .flex-container .right {
    width: 100%;
  }
}
.section-5 .flex-container .image {
  text-align: center;
}
.section-5 .flex-container .image img {
  max-width: 100%;
}
.section-5 .flex-container .unordered-list {
  list-style: none;
  padding-left: 0;
}
.section-5 .flex-container .unordered-list li {
  border: 1px solid #DFE1E6;
  border-radius: 12px;
  padding: 16px;
  margin: 0 0 12px;
}

.section-6-wrapper .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-6-wrapper .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6-wrapper .divider-wrapper {
  text-align: center;
  margin: 40px auto;
}
.section-6-wrapper .divider-wrapper .divider {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-6-wrapper .divider-wrapper .divider img {
    max-width: 40px;
    height: auto;
  }
}
.section-6-wrapper .divider-wrapper .divider::before, .section-6-wrapper .divider-wrapper .divider::after {
  content: "";
  background: linear-gradient(90deg, rgba(37, 56, 88, 0) 0%, rgba(37, 56, 88, 0.4) 100%);
  width: 160px;
  height: 1.5px;
  position: absolute;
  left: -180px;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .section-6-wrapper .divider-wrapper .divider::before, .section-6-wrapper .divider-wrapper .divider::after {
    width: 117px;
    left: -130px;
  }
}
.section-6-wrapper .divider-wrapper .divider::after {
  background: linear-gradient(90deg, rgba(37, 56, 88, 0.4) 0%, rgba(37, 56, 88, 0) 100%);
  left: auto;
  right: -180px;
}
@media screen and (max-width: 1024px) {
  .section-6-wrapper .divider-wrapper .divider::after {
    right: -130px;
  }
}

.section-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-6.no-flex {
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-6 {
    flex-direction: column;
  }
}
.section-6 .left {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .section-6 .left {
    width: 100%;
  }
}
.section-6 .right {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .section-6 .right {
    width: 100%;
  }
}
.section-6 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-6 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .description.margin-32 {
  margin-bottom: 32px;
}
.section-6 .colored-description {
  background: #F3F7FF;
  padding: 20px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-6 .colored-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .colored-description::before {
  content: "";
  background: url(../../images/bu/solar-panel/check-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.section-6 .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-6 .image {
    display: none;
  }
}
.section-6 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-6 .button-wrapper .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-6 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-6 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-6 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-6 .view-documents-toggle-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #0065FF;
  margin: 12px 0 0;
  position: relative;
}
.section-6 .view-documents-toggle-button::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/blue-right-arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
  transform: rotate(90deg);
  transition: 0.3s all ease;
}
.section-6 .view-documents-toggle-button.show::after {
  transform: rotate(270deg);
}
.section-6 .documents-list {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.section-6 .documents-list .document {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: COLUMN;
  padding: 12px;
  width: 31%;
  margin: 0 16px 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-6 .documents-list .document {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .documents-list .document img {
  margin: 0 0 8px;
}
.section-6 .documents-list .document span {
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.section-6 .documents-list .document:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-6 .ordered-list .number + .content {
    width: 87%;
  }
  .section-6 .ordered-list .number + .content .documents-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 12px 0 0;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .section-6 .ordered-list .number + .content .documents-list .document {
    width: 172px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .section-6 .ordered-list .number + .content .documents-list .document:nth-child(3n) {
    margin-right: 16px;
  }
}
.section-6 .heading.font-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 12px;
}
.section-6 .section-6-list {
  list-style: none;
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list {
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    overflow-x: scroll;
    padding: 12px;
    scrollbar-width: none;
  }
}
.section-6 .section-6-list .type {
  counter-increment: section;
  box-shadow: 0px 4px 20px 0px #D6E0EF;
  background: #fff;
  width: 29%;
  margin: 0 40px 24px 0;
  padding: 20px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type {
    width: 100%;
    max-width: 260px;
    flex-shrink: 0;
    margin: 0 20px 12px 0;
  }
  .section-6 .section-6-list .type:nth-child(3n) {
    margin-right: 20px;
  }
}
.section-6 .section-6-list .type .number {
  background: #E3FCEF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0 12px 0;
  z-index: 1;
}
.section-6 .section-6-list .type .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #36B37E;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
}
.section-6 .section-6-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-7 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-7 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-7 .flex-row {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row {
    flex-direction: column;
  }
}
.section-7 .flex-row .left {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .left {
    width: 100%;
  }
}
.section-7 .flex-row .right {
  width: 35%;
}
.section-7 .flex-row .right .image {
  text-align: center;
}
.section-7 .flex-row .right .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .right {
    width: 100%;
  }
  .section-7 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
  .section-7 .flex-row .right .image img {
    max-width: 210px;
  }
}
.section-7 .section-7-list {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-7 .section-7-list {
    margin: 24px 0 0;
  }
}
.section-7 .section-7-list .type {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0px 4px 20px 0px #D6E0EF;
}
.section-7 .section-7-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .section-7 .section-7-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-7 .section-7-list .type {
    padding: 16px;
  }
  .section-7 .section-7-list .type .image img {
    max-width: 40px;
    height: auto;
  }
  .section-7 .section-7-list .type .content {
    margin-left: 16px;
  }
}
.section-7 .button-wrapper {
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-7 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-7 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-7 .button-wrapper .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-7 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-7 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-7 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-8 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-8 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-8 .description {
    margin-bottom: 0;
  }
}
.section-8 .list-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #253858;
  font-weight: 700;
  margin: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-8 .list-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-8 .section-8-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-8 .section-8-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 12px);
    scrollbar-width: none;
    margin: 0 0 0 -12px;
    padding: 24px 12px;
  }
}
.section-8 .section-8-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  width: 31%;
  border-radius: 16px;
  background: #fff;
  margin: 0 24px 24px 0;
  padding: 16px 20px;
  display: flex;
  align-items: CENTER;
}
.section-8 .section-8-list .type:nth-child(3n), .section-8 .section-8-list .type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-8 .section-8-list .type {
    width: 265px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-8 .section-8-list .type:nth-child(3n) {
    margin-right: 20px;
  }
}
.section-8 .section-8-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  color: #253858;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-8 .section-8-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-8 .section-8-list .type .content {
    line-height: 22px;
    margin: 12px 0 0;
  }
  .section-8 .section-8-list .type .content strong {
    display: block;
  }
}
.section-8 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .section-8 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-8 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-8 .button-wrapper .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-8 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-8 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-8 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.faq-section {
  box-shadow: 14px 24px 72px 0px rgba(151, 189, 255, 0.2);
  border: 1px solid #DFE1E6;
  border-radius: 16px;
  padding: 40px 80px;
}
@media screen and (max-width: 1024px) {
  .faq-section.container {
    border: 0;
    box-shadow: none;
  }
}
.faq-section #faqsWrapper h2 {
  margin-block: 0;
}
.faq-section #faqsWrapper .faq_tabs_inner {
  border-radius: 8px;
  border: 0;
  background: rgba(198, 203, 223, 0.2);
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 32px 0 24px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .faq_tabs_inner {
    width: auto;
  }
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active {
  border-radius: 8px;
  box-shadow: none;
  background: white;
  box-shadow: 0px 6px 16px 0px rgba(132, 141, 171, 0.2);
  color: #0065ff;
  font-weight: 600;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active::after {
  display: none;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq:hover::after {
  display: none;
}
.faq-section #faqsWrapper .data-lisitng > li {
  font-size: 16px;
  margin: 0 0 32px 0;
  background: transparent;
  border-radius: 0;
  padding: 0 0 32px;
  border-bottom: 1px solid #D9DBE9;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}
.faq-section #faqsWrapper .data-lisitng > li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li {
    margin: 0 0 24px;
    padding: 0 0 24px;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span {
    padding: 0 20px 0 8px;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span::after {
  background: url(../../images/bu/motor/tw/fullwidth/plus-icon.svg) no-repeat center/contain;
  border: 0;
  border-width: 0;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  margin-left: 0;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span::after {
    right: 0;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up] {
  background: transparent;
  border-bottom: 0;
  padding-bottom: 13px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up]::after {
  background: url(../../images/bu/motor/tw/fullwidth/minus-icon.svg) no-repeat center/contain;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up]::after {
    right: 0;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 + div {
  margin-bottom: 0;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 24px;
  font-weight: 400;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 + div {
    padding: 0 20px 0 8px;
  }
}

#faqsWrapper {
  position: relative;
}
#faqsWrapper .data-lisitng,
#faqsWrapper .data_ul {
  margin-top: 32px;
  margin-bottom: 20px;
  list-style: none;
}
#faqsWrapper .data-lisitng li,
#faqsWrapper .data_ul li {
  border-bottom: 0 solid #e7e7e7;
  font-size: 16px;
  margin: 0 0 5px 0;
  background: #f1f3f5;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  color: #253858;
  position: relative;
  list-style: none;
}
#faqsWrapper .data-lisitng li:before,
#faqsWrapper .data_ul li:before {
  display: none;
}
#faqsWrapper .data-lisitng li .h2,
#faqsWrapper .data-lisitng li .h3,
#faqsWrapper .data-lisitng li .h4,
#faqsWrapper .data-lisitng li h2,
#faqsWrapper .data-lisitng li h3,
#faqsWrapper .data-lisitng li h4 {
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin: 10px 0 0;
  font-size: 16px;
}
#faqsWrapper .data_ul li .h2,
#faqsWrapper .data_ul li .h3,
#faqsWrapper .data_ul li .h4,
#faqsWrapper .data_ul li h2,
#faqsWrapper .data_ul li h3,
#faqsWrapper .data_ul li h4 {
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin: 10px 0 0;
  font-size: 16px;
}
#faqsWrapper .data-lisitng li .h2 a,
#faqsWrapper .data-lisitng li .h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li .h3 a,
#faqsWrapper .data-lisitng li .h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li .h4 a,
#faqsWrapper .data-lisitng li .h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li h2 a,
#faqsWrapper .data-lisitng li h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li h3 a,
#faqsWrapper .data-lisitng li h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li h4 a,
#faqsWrapper .data-lisitng li h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li .h2 a,
#faqsWrapper .data_ul li .h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li .h3 a,
#faqsWrapper .data_ul li .h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li .h4 a,
#faqsWrapper .data_ul li .h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li h2 a,
#faqsWrapper .data_ul li h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li h3 a,
#faqsWrapper .data_ul li h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li h4 a,
#faqsWrapper .data_ul li h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li .h2 a:hover,
#faqsWrapper .data-lisitng li .h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h3 a:hover,
#faqsWrapper .data-lisitng li .h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h4 a:hover,
#faqsWrapper .data-lisitng li .h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h2 a:hover,
#faqsWrapper .data-lisitng li h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h3 a:hover,
#faqsWrapper .data-lisitng li h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h4 a:hover,
#faqsWrapper .data-lisitng li h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h2 a:hover,
#faqsWrapper .data_ul li .h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h3 a:hover,
#faqsWrapper .data_ul li .h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h4 a:hover,
#faqsWrapper .data_ul li .h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h2 a:hover,
#faqsWrapper .data_ul li h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h3 a:hover,
#faqsWrapper .data_ul li h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h4 a:hover,
#faqsWrapper .data_ul li h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h2 a:after,
#faqsWrapper .data-lisitng li .h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li .h3 a:after,
#faqsWrapper .data-lisitng li .h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li .h4 a:after,
#faqsWrapper .data-lisitng li .h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li h2 a:after,
#faqsWrapper .data-lisitng li h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li h3 a:after,
#faqsWrapper .data-lisitng li h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li h4 a:after,
#faqsWrapper .data-lisitng li h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li .h2 a:after,
#faqsWrapper .data_ul li .h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li .h3 a:after,
#faqsWrapper .data_ul li .h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li .h4 a:after,
#faqsWrapper .data_ul li .h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li h2 a:after,
#faqsWrapper .data_ul li h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li h3 a:after,
#faqsWrapper .data_ul li h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li h4 a:after,
#faqsWrapper .data_ul li h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li .h2 a[flag=up],
#faqsWrapper .data-lisitng li .h2 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li .h3 a[flag=up],
#faqsWrapper .data-lisitng li .h3 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li .h4 a[flag=up],
#faqsWrapper .data-lisitng li .h4 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li h2 a[flag=up],
#faqsWrapper .data-lisitng li h2 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li h3 a[flag=up],
#faqsWrapper .data-lisitng li h3 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li h4 a[flag=up],
#faqsWrapper .data-lisitng li h4 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li .h2 a[flag=up],
#faqsWrapper .data_ul li .h2 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li .h3 a[flag=up],
#faqsWrapper .data_ul li .h3 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li .h4 a[flag=up],
#faqsWrapper .data_ul li .h4 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li h2 a[flag=up],
#faqsWrapper .data_ul li h2 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li h3 a[flag=up],
#faqsWrapper .data_ul li h3 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li h4 a[flag=up],
#faqsWrapper .data_ul li h4 span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li .h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li .h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li .h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li .h2 a[flag=up]:after,
#faqsWrapper .data_ul li .h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li .h3 a[flag=up]:after,
#faqsWrapper .data_ul li .h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li .h4 a[flag=up]:after,
#faqsWrapper .data_ul li .h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li h2 a[flag=up]:after,
#faqsWrapper .data_ul li h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li h3 a[flag=up]:after,
#faqsWrapper .data_ul li h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li h4 a[flag=up]:after,
#faqsWrapper .data_ul li h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 + div,
#faqsWrapper .data-lisitng li .h3 + div,
#faqsWrapper .data-lisitng li .h4 + div,
#faqsWrapper .data-lisitng li h2 + div,
#faqsWrapper .data-lisitng li h3 + div,
#faqsWrapper .data-lisitng li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data_ul li .h2 + div,
#faqsWrapper .data_ul li .h3 + div,
#faqsWrapper .data_ul li .h4 + div,
#faqsWrapper .data_ul li h2 + div,
#faqsWrapper .data_ul li h3 + div,
#faqsWrapper .data_ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
#faqsWrapper .data-lisitng li .h2 + div p,
#faqsWrapper .data-lisitng li .h3 + div p,
#faqsWrapper .data-lisitng li .h4 + div p,
#faqsWrapper .data-lisitng li h2 + div p,
#faqsWrapper .data-lisitng li h3 + div p,
#faqsWrapper .data-lisitng li h4 + div p {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}
#faqsWrapper .data_ul li .h2 + div p,
#faqsWrapper .data_ul li .h3 + div p,
#faqsWrapper .data_ul li .h4 + div p,
#faqsWrapper .data_ul li h2 + div p,
#faqsWrapper .data_ul li h3 + div p,
#faqsWrapper .data_ul li h4 + div p {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}
#faqsWrapper .faq_tabs_inner {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#faqsWrapper .faq_tabs_inner .tabs_faq {
  color: #7a869a;
  font-size: 16px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0;
}
#faqsWrapper .faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}
#faqsWrapper .faq_tabs_inner .tabs_faq.active {
  color: #253858;
  font-weight: 600;
  position: relative;
}
#faqsWrapper .faq_tabs_inner .tabs_faq.active:after {
  border: 2px solid #253858;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#faqsWrapper.faq-inp ul li .h2 + div,
#faqsWrapper.faq-inp ul li .h3 + div,
#faqsWrapper.faq-inp ul li .h4 + div,
#faqsWrapper.faq-inp ul li h2 + div,
#faqsWrapper.faq-inp ul li h3 + div,
#faqsWrapper.faq-inp ul li h4 + div {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#faqsWrapper.faq-inp ul li .h2:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li .h3:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li .h4:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li h2:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li h3:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li h4:has(.minusPos) + div {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}

@media (max-width: 1024px) {
  #faqsWrapper .faq_tabs_inner {
    overflow: auto;
    white-space: nowrap;
  }
  #faqsWrapper .faq_tabs_inner::-webkit-scrollbar {
    width: 0;
  }
}
.faqsWrap.sme {
  padding: 15px;
  margin: 0 auto 0;
}
.faqsWrap.sme ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.faqsWrap.sme ul li {
  font-size: 12px;
  color: #6b778c;
  font-weight: 400;
  line-height: 1.42;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(37, 56, 88, 0.12);
  border-radius: 12px;
}

.faqsWrap.sme ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.faqsWrap.sme ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap.sme ul li li {
  background: 0 0;
}

.faqsWrap.sme ul li:before {
  display: none;
}

.faqsWrap.sme ul li .h2,
.faqsWrap.sme ul li .h3,
.faqsWrap.sme ul li .h4,
.faqsWrap.sme ul li h2,
.faqsWrap.sme ul li h3,
.faqsWrap.sme ul li h4 {
  font-size: 14px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.faqsWrap.sme ul li .h2 > a,
.faqsWrap.sme ul li .h2 > label,
.faqsWrap.sme ul li .h2 > span,
.faqsWrap.sme ul li .h3 > a,
.faqsWrap.sme ul li .h3 > label,
.faqsWrap.sme ul li .h3 > span,
.faqsWrap.sme ul li .h4 > a,
.faqsWrap.sme ul li .h4 > label,
.faqsWrap.sme ul li .h4 > span,
.faqsWrap.sme ul li h2 > a,
.faqsWrap.sme ul li h2 > label,
.faqsWrap.sme ul li h2 > span,
.faqsWrap.sme ul li h3 > a,
.faqsWrap.sme ul li h3 > label,
.faqsWrap.sme ul li h3 > span,
.faqsWrap.sme ul li h4 > a,
.faqsWrap.sme ul li h4 > label,
.faqsWrap.sme ul li h4 > span {
  color: #6b778c;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 14px;
}

.faqsWrap.sme ul li .h2 > a:after,
.faqsWrap.sme ul li .h2 > label:after,
.faqsWrap.sme ul li .h2 > span:after,
.faqsWrap.sme ul li .h3 > a:after,
.faqsWrap.sme ul li .h3 > label:after,
.faqsWrap.sme ul li .h3 > span:after,
.faqsWrap.sme ul li .h4 > a:after,
.faqsWrap.sme ul li .h4 > label:after,
.faqsWrap.sme ul li .h4 > span:after,
.faqsWrap.sme ul li h2 > a:after,
.faqsWrap.sme ul li h2 > label:after,
.faqsWrap.sme ul li h2 > span:after,
.faqsWrap.sme ul li h3 > a:after,
.faqsWrap.sme ul li h3 > label:after,
.faqsWrap.sme ul li h3 > span:after,
.faqsWrap.sme ul li h4 > a:after,
.faqsWrap.sme ul li h4 > label:after,
.faqsWrap.sme ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 19px;
}

.faqsWrap.sme ul li .h2 > a[flag=up],
.faqsWrap.sme ul li .h2 > label[flag=up],
.faqsWrap.sme ul li .h2 > span[flag=up],
.faqsWrap.sme ul li .h3 > a[flag=up],
.faqsWrap.sme ul li .h3 > label[flag=up],
.faqsWrap.sme ul li .h3 > span[flag=up],
.faqsWrap.sme ul li .h4 > a[flag=up],
.faqsWrap.sme ul li .h4 > label[flag=up],
.faqsWrap.sme ul li .h4 > span[flag=up],
.faqsWrap.sme ul li h2 > a[flag=up],
.faqsWrap.sme ul li h2 > label[flag=up],
.faqsWrap.sme ul li h2 > span[flag=up],
.faqsWrap.sme ul li h3 > a[flag=up],
.faqsWrap.sme ul li h3 > label[flag=up],
.faqsWrap.sme ul li h3 > span[flag=up],
.faqsWrap.sme ul li h4 > a[flag=up],
.faqsWrap.sme ul li h4 > label[flag=up],
.faqsWrap.sme ul li h4 > span[flag=up] {
  padding-bottom: 14px;
}

.faqsWrap.sme ul li .h2 > a[flag=up]::after,
.faqsWrap.sme ul li .h2 > label[flag=up]::after,
.faqsWrap.sme ul li .h2 > span[flag=up]::after,
.faqsWrap.sme ul li .h3 > a[flag=up]::after,
.faqsWrap.sme ul li .h3 > label[flag=up]::after,
.faqsWrap.sme ul li .h3 > span[flag=up]::after,
.faqsWrap.sme ul li .h4 > a[flag=up]::after,
.faqsWrap.sme ul li .h4 > label[flag=up]::after,
.faqsWrap.sme ul li .h4 > span[flag=up]::after,
.faqsWrap.sme ul li h2 > a[flag=up]::after,
.faqsWrap.sme ul li h2 > label[flag=up]::after,
.faqsWrap.sme ul li h2 > span[flag=up]::after,
.faqsWrap.sme ul li h3 > a[flag=up]::after,
.faqsWrap.sme ul li h3 > label[flag=up]::after,
.faqsWrap.sme ul li h3 > span[flag=up]::after,
.faqsWrap.sme ul li h4 > a[flag=up]::after,
.faqsWrap.sme ul li h4 > label[flag=up]::after,
.faqsWrap.sme ul li h4 > span[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrap.sme ul li .h2 + div,
.faqsWrap.sme ul li .h3 + div,
.faqsWrap.sme ul li .h4 + div,
.faqsWrap.sme ul li h2 + div,
.faqsWrap.sme ul li h3 + div,
.faqsWrap.sme ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 0 16px 16px;
  font-size: 12px;
  color: #6b778c;
  font-weight: 400;
  line-height: 1.42;
}

.faqsWrap.sme ul li .h2 + div a,
.faqsWrap.sme ul li .h3 + div a,
.faqsWrap.sme ul li .h4 + div a,
.faqsWrap.sme ul li h2 + div a,
.faqsWrap.sme ul li h3 + div a,
.faqsWrap.sme ul li h4 + div a {
  color: #0065ff;
}

.faqsWrap.sme ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap.sme ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap.sme ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.faqsWrap.sme ul .data_ul li:before {
  content: none;
}

.faqsWrap.sme ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap.sme ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap.sme ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.stickFooter_info.homeinsurance_state .close-st-footer.strip_close {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .hi-mobile-sticky-footer {
    display: none;
  }
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide {
  background: #B0FEEB;
  padding: 6px 0;
  color: #008599;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .slide-up {
  animation: slideUp ease forwards 1.2s;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .slide-up sup {
  font-size: 9px;
  line-height: 9px;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide span {
  font-weight: 700;
  padding: 0 4px;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon {
  width: 18px;
  height: 18px;
  margin: 0 4px;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-1 {
  background: url(../../images/bu/home-insurance/hi-bank-approved-icon.svg) no-repeat center/contain;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-2 {
  background: url(../../images/bu/home-insurance/hi-free-addon-icon.svg) no-repeat center/contain;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-3 {
  background: url(../../images/bu/home-insurance/hi-discounted-plans-icon.svg) no-repeat center/contain;
}
.hi-mobile-sticky-footer .mobile-sticky-button-wrapper {
  height: 50px;
}
.hi-mobile-sticky-footer .mobile-sticky-button-wrapper .mobile-sticky-button {
  background: #0065FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  padding: 16px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  left: 0;
  max-width: 100%;
  letter-spacing: 0.014em;
  text-align: center;
}
.hi-mobile-sticky-footer .slide-out {
  animation: slideOut 0.5s forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.stickFooter_info:has(.open-nudge-button) {
  bottom: 85px;
  width: auto;
  z-index: 999;
  background: transparent;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .stickFooter_info:has(.open-nudge-button) {
    width: 100%;
    bottom: 0;
  }
}
.stickFooter_info .open-nudge-button {
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
  width: auto;
  background: #171C40;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 4px 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: CENTER;
  margin: 0 16px 0 0;
}
.stickFooter_info .open-nudge-button::before {
  content: "";
  background: url(../../images/bu/home-insurance/hi-desktop-sticky-footer-icon.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .stickFooter_info .open-nudge-button {
    display: none;
  }
}
.stickFooter_info .open-nudge-button .arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
}
.stickFooter_info .open-nudge-button .arrow::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-135deg);
  margin: 0;
  position: absolute;
  left: 38%;
  top: 43%;
}

.nudge {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 514px;
  background: #171C40;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 16px;
  z-index: 1000;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.nudge.hidden {
  display: none;
}

.nudge-content .heading {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.nudge-content .heading span {
  color: #38D190;
}
.nudge-content .description {
  position: relative;
  margin: 22px 0 23px auto;
  width: 88%;
}
.nudge-content .description::before {
  content: "";
  background: url(../../images/bu/home-insurance/hi-desktop-sticky-footer-icon.svg) no-repeat center/contain;
  width: 61px;
  height: 63px;
  position: absolute;
  left: -42px;
  bottom: 0;
}
.nudge-content .hi-text-slider-desktop {
  overflow: hidden;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 6px 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  padding-left: 42px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up {
  animation: slideUp ease forwards 1.2s;
  display: flex;
  align-items: CENTER;
  justify-content: flex-start;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up sup {
  font-size: 9px;
  line-height: 9px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop span {
  font-weight: 700;
  padding: 0 4px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon {
  width: 18px;
  height: 18px;
  margin: 0 4px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-1 {
  background: url(../../images/bu/home-insurance/hi-bank-approved-white-icon.svg) no-repeat center/contain;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-2 {
  background: url(../../images/bu/home-insurance/hi-free-addon-whie-icon.svg) no-repeat center/contain;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-3 {
  background: url(../../images/bu/home-insurance/hi-discounted-plans-white-icon.svg) no-repeat center/contain;
}

.nudge-form {
  display: FLEX;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  justify-content: space-between;
}
.nudge-form .input-wrapper {
  display: FLEX;
  align-items: CENTER;
  width: 68%;
}
.nudge-form .input-wrapper .fieldWrapper:first-child {
  border-right: 0.7px solid #B3BAC5;
  width: 48%;
  flex-shrink: 0;
}
.nudge-form input {
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0;
  color: #5E6C84;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  width: 100%;
}
.nudge-form input::-webkit-input-placeholder {
  color: rgba(94, 108, 132, 0.7);
}
.nudge-form .err {
  font-size: 10px;
  color: red;
  text-align: left;
  padding-left: 6px;
}
.nudge-form button {
  width: 29%;
  padding: 14px;
  background: #0065ff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.nudge .close {
  position: absolute;
  top: -44px;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  background: rgba(23, 28, 64, 0.1019607843);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #253858;
  line-height: 29px;
}

.home-insurance-articles-new-layout {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .home-insurance-articles-new-layout {
    padding: 40px 0 40px 16px;
  }
}
.home-insurance-articles-new-layout .product-article-wrapper {
  padding: 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .ribbon {
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 28px;
  text-align: left;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab {
  border-radius: 26px;
  border: 0;
  background: #e2ebff;
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .home-insurance-articles-new-layout .product-article-wrapper .acc-tab {
    width: auto;
  }
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active {
  border-radius: 22px;
  box-shadow: none;
  background: linear-gradient(90deg, #456190 0%, #3963A8 100%);
  color: #fff;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active::after {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item:hover::after {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard {
  box-shadow: 0px 0px 10px 0px rgba(229, 237, 255, 0.6);
  border-radius: 12px;
  padding: 12px;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .related-img {
  border-radius: 12px;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper {
  padding: 12px 0px 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data {
  font-size: 12px;
  line-height: 15px;
  top: auto;
  left: auto;
  color: #8A8A8A;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data::before {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore {
  font-weight: 500;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore .arrow {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left,
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 40px;
  height: 40px;
  border: 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i,
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border: solid #fff;
  padding: 5px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left {
  left: -20px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  right: -1135px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}