/* Minification failed. Returning unminified contents.
(1885,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1886,37): run-time error CSS1034: 
(1886,37): run-time error CSS1042: Expected function, found ','
(1886,44): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(1886,62): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*Abstract imports*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Main Color Varaibles 
===========================================================================================================================*/
/*Now its orange button stop ensure quick change i left cite saying yellow*/
/* Social Media Colors 
===========================================================================================================================*/
/* Modal Colors
===========================================================================================================================*/
/* Font Family 
===========================================================================================================================*/
/* Animations 
===========================================================================================================================*/
/* Material Shadows
===========================================================================================================================*/
/* Text Shadows
===========================================================================================================================*/
/*Base imports*/
@keyframes flicker {
  from, 20% {
    opacity: 0;
  }
  100%, to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.spin {
  animation: spin 0.5s 1 linear forwards;
}

@keyframes grow {
  0% {
    width: 6.5rem;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 6.5rem;
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
html {
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 17;
  background-color: #f5f7fa;
}

.spacer {
  display: block;
  height: 9.5rem;
}
.spacer--flush {
  height: 6.5rem;
}
.spacer--withOlark {
  height: 15rem;
}
.spacer--withScroll {
  height: 17rem;
}

.app .spacer {
  height: 2rem;
}
.app .spacer--flush {
  height: 0;
}

#body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.zIndexFix {
  z-index: -1 !important;
}

.hide {
  display: none !important;
}

.dropdown-toggle::after {
  display: none;
}

.panel .collapse:not(.show):first-child {
  display: block;
}

hr {
  margin: 0.5rem 0;
  border-top: 1px solid #c4c4c4;
}

hr.darker {
  border-top: 1px solid #cccccc;
}

a:hover {
  cursor: pointer;
}

.panel-default > .panel-heading {
  background-color: #ffffff;
}

.genericHeading {
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #002469;
}
.genericHeading__noBorder {
  border-bottom: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
}
.genericHeading__span {
  font-size: 1.8rem;
}

.relativeNav {
  position: relative !important;
  width: 100%;
  margin-top: -6.8rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#facebook-jssdk-iframe {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

/*Custom scroll bar for newer devices start*/
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #002469;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #002469;
}

/*Custom scroll bar for newer devices end*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineMiddleText::before {
    margin-left: 0 !important;
  }
}
.lineMiddleText {
  position: relative;
  font-size: 1.4rem;
  overflow: hidden;
  text-align: center;
  color: #999eab;
  margin: 2rem 0;
  font-weight: 700;
}
.lineMiddleText::before, .lineMiddleText::after {
  content: "";
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 47%;
  margin: 0 3%;
  height: 0.1rem;
  background-color: #999eab;
}
.lineMiddleText::before {
  margin-left: -50%;
}

.spinner__container {
  height: 6.4rem;
  position: relative;
}
.spinner--containerBottom {
  height: 3.5rem;
  position: relative;
}
.spinner--containerMultiSelect {
  height: 3.8rem;
  position: relative;
}
.spinner__loading {
  position: absolute;
  bottom: 1rem;
}
.spinner__saving {
  font-size: 1.2rem;
  color: #999eab;
  margin-left: 0.5rem;
}
.spinner__gif {
  width: 2rem;
  height: 2rem;
}
.spinner__icon {
  width: 2rem;
  height: 2rem;
}
.spinner__result {
  font-size: 1.2rem;
  color: currentcColor;
  margin-left: 0.5rem;
}
.spinner__success {
  color: #5DA047;
  position: absolute;
  bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .spinner__container {
    height: 110%;
    margin-bottom: 0.5rem;
  }
  .spinner__loading {
    position: relative;
    bottom: 0;
  }
  .spinner__success {
    position: relative;
    bottom: 0;
  }
}
.onlyMobile {
  display: none;
}

.onlyDesktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .onlyMobile {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .onlyDesktop {
    display: block;
  }
}
.ticUL {
  position: relative;
  color: #002469;
}
.ticUL__itemWrapper {
  margin-top: 1rem;
  position: relative;
}
.ticUL__itemWrapper--larger {
  margin-top: 1.5rem;
}
.ticUL__bullet {
  float: left;
  margin-right: 2rem;
  background-color: currentColor;
  height: 1rem;
  width: 1rem;
  border-radius: 10rem;
  position: relative;
  z-index: 2;
}
.ticUL__bullet--blue {
  background-color: #002469;
  width: 1.5rem;
  height: 1.5rem;
}
.ticUL__item {
  display: table-row;
  vertical-align: middle;
}
.ticUL__text {
  font-weight: 400;
  color: #002469;
  position: relative;
  bottom: 0.4rem;
}
.ticUL__text--larger {
  font-size: 1.8rem;
  color: #002469;
}
.ticUL__whiteline {
  background-color: currentColor;
  z-index: 1;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: 0.5rem;
}
.ticUL__largeBlueLine {
  background-color: #002469;
  width: 0.1rem;
  z-index: 1;
  height: 95%;
  position: absolute;
  left: 0.7rem;
}
.ticUL__hideline {
  background-color: #184891;
  z-index: 1;
  top: 0;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: 0.5rem;
}
.ticUL__largeHideLine {
  background-color: #D9D9D9;
  z-index: 1;
  top: 0;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: 0.7rem;
}

@media screen and (max-width: 767px) {
  .ticUL--large {
    margin: 1rem 0;
  }
  .ticUL__bullet--blue {
    width: 1.2rem;
    height: 1.2rem;
  }
  .ticUL__text--larger {
    font-size: 1.6rem;
  }
  .ticUL__largeBlueLine {
    left: 0.55rem;
    width: 0.1rem;
  }
  .ticUL__largeHideLine {
    left: 0.55rem;
    width: 0.1rem;
  }
}
@media screen and (max-width: 375px) {
  .ticUL--large {
    margin: 0 0 1rem 0;
  }
  .ticUL__bullet--blue {
    width: 1.2rem;
    height: 1.2rem;
  }
  .ticUL__text--larger {
    font-size: 1.3rem;
  }
  .ticUL__largeBlueLine {
    left: 0.55rem;
  }
  .ticUL__largeHideLine {
    left: 0.55rem;
  }
}
.onoffswitch {
  position: relative;
  width: 9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
.onoffswitch--accordion {
  margin: 0;
}
.onoffswitch--yourLocation {
  margin: 0 auto;
}
.onoffswitch__checkbox {
  display: none;
}
.onoffswitch__checkbox:checked + .onoffswitch__label .onoffswitch__switch {
  right: 0;
  background-color: #002469;
}
.onoffswitch__checkbox:checked + .onoffswitch__label .onoffswitch__inner {
  margin-left: 0;
}
.onoffswitch__label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 2rem;
}
.onoffswitch__status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
  right: -14rem;
}
.onoffswitch__status--accordion {
  right: -17rem;
}
.onoffswitch__inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch__inner::before, .onoffswitch__inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 3.6rem;
  padding: 0;
  line-height: 3.6rem;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 500;
  box-sizing: border-box;
}
.onoffswitch__inner::before {
  content: "on";
  padding-left: 2.6rem;
  background-color: #ffffff;
  color: #002469;
  text-align: left;
}
.onoffswitch__inner::after {
  content: "off";
  padding-right: 2.6rem;
  background-color: #ffffff;
  color: #002469;
  text-align: right;
}
.onoffswitch__inner--darker::before {
  background-color: rgba(166, 168, 171, 0.2);
}
.onoffswitch__inner--darker::after {
  background-color: rgba(166, 168, 171, 0.2);
}
.onoffswitch__switch {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0.3rem;
  background-color: #ffffff;
  position: absolute;
  right: 5.4rem;
  border: 0.1rem solid #002469;
  border-radius: 6rem;
  transition: all 0.3s ease-in 0s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 15px 50px rgba(0, 0, 0, 0.15);
}

.contentWrapper {
  padding: 5rem 0;
}

@media screen and (max-width: 767px) {
  .contentWrapper {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 450px) {
  .onoffswitch__status {
    font-size: 1rem;
    right: -10rem;
  }
  .onoffswitch__status--accordion {
    right: -12rem;
  }
}
/*ICONS*/
.cirlce-icon {
  margin-bottom: 2rem;
  display: flex;
  height: 72px;
  min-width: 72px;
  max-width: 72px;
  padding: 0.75rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #febd27;
}

body {
  font-family: "Poppins", sans-serif;
  color: #404041;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
}

.paragraph {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

input, textarea {
  color: #999eab;
  font-size: 1.4rem;
}

label {
  font-weight: 400;
  font-size: 1.4rem;
}

a {
  color: #277efc;
}
a:hover {
  color: #277efc;
  text-decoration: underline;
}

a.blueLink {
  color: #002469;
}
a.blueLink:hover {
  color: rgb(0, 38.6228571429, 112.65);
}

.heading-1 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #002469;
  margin: 0;
}

.heading-2 {
  font-size: 40px;
  line-height: 48px;
  color: #002469;
  margin: 0;
  font-weight: 600;
}

.heading-3 {
  font-size: 3rem;
  font-weight: 600;
  color: #002469;
  margin: 0;
}

.heading-4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #002469;
  margin: 0;
}

.heading-5 {
  font-size: 2rem;
  font-weight: 700;
  color: #002469;
  margin: 0;
}

.heading-6 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #002469;
  margin: 0;
}

.authenticateOptionInput {
  margin-right: 8px;
}

.authenticateOptionDiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.link {
  color: #277efc;
  transition: all 0.8s;
  text-decoration: none;
}
.link:hover, .link:focus {
  text-decoration: underline;
}
.link--bold {
  font-weight: 700;
}
.link--thin {
  font-weight: 400;
}

.siteheader {
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #A6A8AB;
  display: flex;
  flex-direction: row;
  gap: 1.8rem;
  align-items: center;
}

.policy-total {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .paragraph {
    font-size: 1.4rem;
  }
  .heading-1 {
    font-size: 2.8rem;
  }
  .heading-2 {
    font-size: 2.2rem;
  }
  .heading-3 {
    font-size: 2rem;
  }
  .heading-4 {
    font-size: 1.8rem;
  }
  .heading-5 {
    font-size: 1.6rem;
  }
  .heading-6 {
    font-size: 1.4rem;
  }
  .siteheader {
    margin-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #A6A8AB;
  }
}
u {
  position: relative;
  z-index: 10;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
}

u:after {
  content: "";
  width: 150% !important;
  height: 130%;
  border-radius: 45%;
  border: 4px solid #febd27;
  top: calc(100% - 8px) !important;
  position: absolute;
  left: -25% !important;
  z-index: -1;
}

@media (min-width: 768px) {
  u:after {
    border: 6px solid #febd27;
    top: calc(100% - 14px) !important;
  }
}
/* Utility Margins start here 
===========================================================================================================================*/
.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bot-40 {
  margin-bottom: 40px !important;
}

.margin-bot-30 {
  margin-bottom: 30px !important;
}

.margin-bot-25 {
  margin-bottom: 25px !important;
}

.margin-bot-20 {
  margin-bottom: 20px !important;
}

.margin-bot-15 {
  margin-bottom: 15px !important;
}

.margin-bot-10 {
  margin-bottom: 10px !important;
}

.margin-bot-5 {
  margin-bottom: 5px !important;
}

.margin-bot-0 {
  margin-bottom: 0px !important;
}

.margin-tb-20 {
  margin: 2rem 0 !important;
}

.margin-tb-30 {
  margin: 3rem 0 !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

/* Utility Padding start here 
===========================================================================================================================*/
.padding-20 {
  padding: 20px;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bot-40 {
  padding-bottom: 40px !important;
}

.padding-bot-30 {
  padding-bottom: 30px !important;
}

.padding-bot-25 {
  padding-bottom: 25px !important;
}

.padding-bot-20 {
  padding-bottom: 20px !important;
}

.padding-bot-15 {
  padding-bottom: 15px !important;
}

.padding-bot-10 {
  padding-bottom: 10px !important;
}

.padding-bot-5 {
  padding-bottom: 5px !important;
}

.padding-bot-0 {
  padding-bottom: 0px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-none {
  padding: 0 !important;
}

.margin-none {
  margin: 0 !important;
}

/* Utility Colors start here 
===========================================================================================================================*/
.darkBlue {
  color: #002469 !important;
}

.blue {
  color: #0083cc !important;
}

.lightBlue {
  color: #277efc !important;
}

.yellow {
  color: #febd27 !important;
}

.black {
  color: #000000 !important;
}

.semiBlack {
  color: #404041 !important;
}

.red {
  color: #B71D37 !important;
}

.white {
  color: #ffffff !important;
}

.warning {
  color: #E0351C !important;
}

.bg-section {
  background-color: #f5f7fa !important;
}

/* extra
===========================================================================================================================*/
.underline {
  text-decoration: underline;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.relative {
  position: relative !important;
}

.height40 {
  height: 4rem !important;
}

.maxW-200 {
  max-width: 20rem;
}

.width120 {
  width: 12rem;
}

.wordBreakAll {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.d-block {
  display: block;
}

.d-iblock {
  display: inline-block;
}

.redBorder {
  border: 1px solid red !important;
}

.indentedRowFix {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.absCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.widthauto {
  width: auto !important;
}

.floatNone {
  float: none !important;
}

.fullHeightContainerCentered {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .fullHeightContainerCentered {
    height: 100%;
    padding: 15px;
  }
}
/*Layout imports*/
.mdNavBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #404041;
  background-color: white;
  padding: 1rem 1.5rem;
  height: 65px;
}
.mdNavBar::after {
  display: block;
  content: "";
  clear: both;
}
.mdNavBar__left {
  float: left;
}
.mdNavBar__center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.mdNavBar__pageTitle {
  display: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #002469;
  margin: 0;
  line-height: 4.5rem;
}
.mdNavBar__centerUl > li {
  color: #002469;
  font-size: 1.6rem;
  margin-right: 10rem;
  display: inline-block;
  list-style: none;
  line-height: 4.5rem;
}
.mdNavBar__centerUl > li:last-child {
  margin-right: 0;
}
.mdNavBar__centerUl > li > a {
  color: #002469;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.mdNavBar__centerUl > li > a:active, .mdNavBar__centerUl > li > a:focus, .mdNavBar__centerUl > li > a:hover {
  color: #febd27;
}
.mdNavBar__right {
  float: right;
}
.mdNavBar__logo {
  height: 3.5rem;
  float: left;
  margin: 0.4rem 0 0 6.5rem;
}
.mdNavBar--initialLogo {
  height: 3.5rem;
  float: left;
  position: relative;
  top: 0.5rem;
}
.mdNavBar__userImage {
  width: 4rem;
  height: 4rem;
  display: block;
  margin-left: 3rem;
  position: relative;
  top: 0.3rem;
}
.mdNavBar__iconBlock {
  display: inline-block;
}
.mdNavBar__iconBlock:last-child {
  margin-right: 0;
}
.mdNavBar__secondaryImageHolder {
  padding: 1rem;
  border-radius: 5rem;
}
.mdNavBar__secondaryImageHolder:focus, .mdNavBar__secondaryImageHolder:hover {
  cursor: pointer;
}
.mdNavBar__secondaryImageHolder i {
  font-size: 3.5rem;
  display: block;
  position: relative;
  bottom: 0.4rem;
}

@media screen and (max-width: 991px) {
  .mdNavBar__centerUl > li {
    margin-right: 5rem;
  }
}
.hamburgerInsideSidbar::before, .hamburgerInsideSidbar::after {
  background-color: #ffffff !important;
}

.hamburgerOutsideSidbar::before, .hamburgerOutsideSidbar::after {
  background-color: #002469 !important;
}

.menu-wrapper {
  position: absolute;
  top: 2.2rem;
  width: 4.2rem;
  height: 1.8rem;
  cursor: pointer;
  z-index: 1500;
}
.menu-wrapper--botNav {
  position: relative;
  top: 0.7rem;
  right: 0.5rem;
  width: 4.2rem;
}

.hamburger-menu {
  width: 4.2rem;
  height: 0.5rem;
  position: relative;
  transform: translateY(0.8rem);
  background-color: #002469;
  transition: all 0ms 300ms;
}
.hamburger-menu::before {
  width: 2.1rem;
  height: 0.5rem;
  content: "";
  position: absolute;
  right: 0;
  bottom: 1rem;
  background-color: #febd27;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu::after {
  width: 2.1rem;
  height: 0.5rem;
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  background-color: #404041;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
  height: 0.4rem;
}
.hamburger-menu.animate::after {
  top: 0;
  width: 4.2rem;
  height: 0.4rem;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate::before {
  bottom: 0;
  width: 4.2rem;
  height: 0.4rem;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*hamburgerAnimation Ends Here*/
.mdNavBarClearFix::after {
  display: block;
  content: "";
  clear: both;
}

.mdNavBarMobile {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1400;
  background-color: #f5f7fa;
  width: 40rem;
  height: 100%;
  transition: 0.4s ease;
  padding-bottom: 2rem;
  overflow-y: auto;
}
.mdNavBarMobile__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: 0.8s ease;
}
.mdNavBarMobile__ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.mdNavBarMobile__ul--inner {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.mdNavBarMobile__item {
  padding: 1.3rem 3rem;
  color: #002469;
  background-color: transparent;
  font-weight: 500;
  cursor: pointer;
}
.mdNavBarMobile__item:focus, .mdNavBarMobile__item:hover {
  background-color: #c4c4c4;
  transition: all 0.8s;
  cursor: pointer;
}
.mdNavBarMobile__item img {
  float: right;
  margin-left: 1.5rem;
  position: relative;
  bottom: 0.3rem;
  height: 25px;
}

.mdNavBarMobile__item.active {
  background-color: #002469;
  color: #ffffff;
}
.mdNavBarMobile__item.active:focus, .mdNavBarMobile__item.active:hover {
  background-color: #002469;
}

.mdNavBarMobile__item.active + li.bottomNavBlock__seperator {
  border: 0;
}

.topNavBlock {
  padding: 1.5rem;
  background-color: #002469;
}
.topNavBlock__userImage {
  width: 7.5rem;
  height: 7.5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  border: 4px solid white;
  border-radius: 50%;
  background-color: white;
}
.topNavBlock__userContent {
  margin-top: 1rem;
  color: #ffffff;
  text-align: center;
}
.topNavBlock__span {
  font-size: 1.4rem;
  color: currentColor;
  font-weight: 700;
}

.bottomNavBlock__tic-logo {
  width: 40%;
}

.bottomNavBlock__santam-logo {
  width: 60%;
}

.bottomNavBlock-logo-container {
  display: flex;
  justify-content: right;
  margin: 3rem auto;
  gap: 1rem;
}

.bottomNavBlock__container {
  margin: 0 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.bottomNavBlock__container:first-child {
  margin-top: 2rem;
}
.bottomNavBlock__container:last-child {
  margin-bottom: 0;
}
.bottomNavBlock__container--spacingAdded {
  padding: 1.5rem;
}
.bottomNavBlock__seperator {
  width: 85%;
  margin: 0 auto;
  border: 0.1rem solid #DEDEDE;
}
.bottomNavBlock__version {
  text-align: right;
  color: #002469;
  display: block;
  font-weight: 500;
}
.bottomNavBlock__footerImage {
  display: block;
  margin: 3rem auto;
  width: 95%;
}
.bottomNavBlock__disclaimer {
  font-size: 1.2rem;
  color: #002469;
  text-align: right;
  width: 80%;
  margin-left: auto;
}

.poweredby {
  color: #002469;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 2rem;
}
.poweredby__span {
  color: currentColor;
  font-weight: 500;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}
.poweredby__link {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
.poweredby img {
  max-width: 100px;
}

@media screen and (max-width: 767px) {
  .bottomNavBlock__seperator {
    width: 92%;
  }
}
@media screen and (max-width: 420px) {
  .bottomNavBlock__seperator {
    width: 85%;
  }
}
.mdNavBar .mdNavBarHamburger .material-icons {
  color: #404041;
}

.mdNavBar .mdNavBarMobile .mdNavBarMobile__ul .mdNavBarMobile__li .mdNavBarMobile__a .material-icons {
  margin-right: 2rem;
}

.mdNavBar.active .mdNavBarMobile {
  left: 0;
}

.mdNavBar.active .mdNavBarMobile__overlay {
  opacity: 1;
  visibility: visible;
  display: block;
}

/*Initial Navbar starts here*/
.initialList {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
  right: 1.5rem;
}
.initialList__item {
  display: inline-block;
  margin-right: 2.2rem;
}
.initialList__item:last-child {
  margin-right: 0;
}
.initialList__link {
  color: #002469;
  font-size: 1.4rem;
  transition: all 0.2s;
  position: relative;
  z-index: 10;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
}
.initialList__link:hover, .initialList__link:focus {
  color: #002469;
  background-color: transparent;
  opacity: 0.8;
  text-decoration: none;
}
.initialList__link.active {
  font-weight: 700;
}
.initialList__link.active::after {
  content: "";
  width: 150% !important;
  height: 130%;
  border-radius: 45%;
  border: 4px solid #febd27;
  top: calc(100% - 8px) !important;
  position: absolute;
  left: -25% !important;
  z-index: -1;
}

.label-divider {
  margin: auto 5px;
}

/*Initial Navbar ends here*/
/*Toggle Drop Down Goes here*/
.dropdown-menu-link-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dropdown-menu--accountSettings {
  width: 230px;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 2rem;
  background-color: #ffffff;
  z-index: 1100;
  box-shadow: 0 8px 16px 0 rgba(0, 31, 91, 0.059);
}
.dropdown-menu--accountSettings a {
  color: #002469;
  font-weight: 500;
  font-size: 1.4rem;
}
.dropdown-menu--accountSettings a:hover, .dropdown-menu--accountSettings a:focus {
  text-decoration: none;
}

/*Toggle Dropdown ends here*/
/*Toggle Dropdown menu for mobile starts here*/
@media screen and (max-width: 767px) {
  .dropdown-menu--accountSettings {
    position: fixed !important;
    bottom: 6.5rem !important;
    left: 0 !important;
    right: 0 !important;
    top: inherit !important;
    transform: none !important;
    width: 100%;
    padding: 3.5rem;
    box-shadow: none;
  }
}
/*Toggle Dropdown menu for mobile ends here*/
/*Bottom Nav starts here*/
.mobileBottomNav {
  display: none;
}

@media screen and (max-width: 767px) {
  .mdNavBar__logo {
    margin-left: 0;
  }
  .mdNavBar__pageTitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #002469;
    margin: 0;
    line-height: 4.5rem;
  }
  .mdNavBar__centerUl {
    display: none;
  }
  .mobileBottomNav {
    background-color: #ffffff;
    box-shadow: 0 -0.02rem 0.5rem rgba(0, 0, 0, 0.2);
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 0.7rem 0;
    max-height: 6.5rem;
    min-height: 6.5rem;
    z-index: 1100;
  }
  .mobileBottomNav__block {
    text-align: center;
  }
  .mobileBottomNav__link {
    color: #404041;
  }
  .mobileBottomNav__link:hover, .mobileBottomNav__link:focus {
    color: #404041;
    text-decoration: none;
  }
  .mobileBottomNav__imageHolder {
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto 0.3rem auto;
    cursor: pointer;
  }
  .mobileBottomNav__burgieHolder {
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto 0.3rem auto;
  }
  .mobileBottomNav__image {
    width: 100%;
    height: 100%;
  }
  .mobileBottomNav__span {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    font-weight: 500;
  }
  .menu-wrapper {
    display: none;
  }
  .menu-wrapper--botNav {
    width: 4.2rem;
    height: 1.8rem;
    cursor: pointer;
    z-index: 1500;
  }
  .mdNavBarMobile {
    width: 100%;
    padding-bottom: 8rem;
  }
}
/*Bottom Nav ends here*/
@media screen and (max-width: 420px) {
  .mdNavBar--initialLogo {
    height: 3.5rem;
    float: left;
    position: relative;
    top: 0.5rem;
  }
  .mdNavBar__userImage {
    bottom: -0.3rem;
    margin-left: 1.5rem;
  }
  .mdNavBar__secondaryImageHolder {
    padding: 0.3rem;
  }
  .mdNavBar__secondaryImageHolder:focus, .mdNavBar__secondaryImageHolder:hover {
    cursor: pointer;
  }
  .mdNavBar__secondaryImageHolder i {
    font-size: 2.5rem;
    position: relative;
    bottom: 0.4rem;
  }
}
@media screen and (max-width: 385px) {
  .mobileBottomNav .col-3 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

@media screen and (max-width: 220px) {
  .mdNavBar {
    padding: 1rem 0rem;
  }
}
.relativeNav {
  position: relative !important;
  top: 6.5rem;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.relativeFooter {
  position: relative !important;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (-ms-ime-align: auto) {
  .header {
    overflow: hidden;
  }
}
@supports (-ms-ime-align: auto) {
  .header {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .header {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  @supports (-ms-ime-align: auto) {
    .header {
      overflow: visible;
    }
  }
}
.loginImage {
  max-width: 100%;
  border-radius: 0.5rem;
}

.loginLeftCol {
  background: #002469 url("../images/dashboardbanner.jpg") no-repeat left bottom;
  border-radius: 0.5rem;
  height: 100%;
  padding: 3rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 3rem;
  background-position-x: center;
}

.loginRightCol {
  padding: 3rem;
}

@media screen and (max-width: 380px) {
  .profileContainer .heading-3 {
    font-size: 2.8rem;
  }
}
/*Components imports*/
.tooltipIcon {
  width: 1.2rem;
  height: 1.2rem;
}

.button {
  width: 100%;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  height: 48px;
  background-color: #999eab;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  position: relative;
}
.button:active, .button:focus, .button:hover {
  outline: none;
  cursor: pointer;
  transition: background 0.4s;
}
.button--thin {
  padding: 1rem 0;
}
.button--blue {
  background-color: #002469;
}
.button--blue:active, .button--blue:focus, .button--blue:hover {
  background-color: rgb(0, 53.4857142857, 156);
}
.button--green {
  background-color: #5DA047;
}
.button--green:active, .button--green:focus, .button--green:hover {
  background-color: rgb(118.7922077922, 184.9220779221, 97.0779220779);
}
.button--red {
  background-color: #B71D37;
}
.button--red:active, .button--red:focus, .button--red:hover {
  background-color: rgb(221.2122641509, 41.7877358491, 72.0801886792);
  cursor: pointer;
}
.button--blueskeleton {
  background-color: #ffffff;
  border: 1px solid #002469;
  color: #002469;
}
.button--blueskeleton:active, .button--blueskeleton:focus, .button--blueskeleton:hover {
  border: 1px solid #002469;
  color: #002469;
  background-color: #c4c4c4;
}
.button--whiteskeleton {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button--whiteskeleton:active, .button--whiteskeleton:focus, .button--whiteskeleton:hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.button--redskeleton {
  background-color: #ffffff;
  border: 1px solid #B71D37;
  color: #B71D37;
}
.button--redskeleton:active, .button--redskeleton:focus, .button--redskeleton:hover {
  border: 1px solid #B71D37;
  color: #ffffff;
  background-color: #B71D37;
}
.button--yellow {
  background-color: #febd27;
  border: 1px solid #febd27;
  color: #002469;
}
.button--yellow:active, .button--yellow:focus, .button--yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 215, 71, var(--tw-bg-opacity, 1));
}
.button--white {
  background-color: #ffffff;
  color: #002469;
  border: 0;
}
.button--white:active, .button--white:focus, .button--white:hover {
  color: #002469;
  background-color: rgba(166, 168, 171, 0.2);
}
.button--lightBlue {
  background-color: #277efc !important;
}
.button--lightBlue:active, .button--lightBlue:focus, .button--lightBlue:hover {
  background-color: rgb(3.2876712329, 98.6301369863, 236.7123287671) !important;
}
.button--anchor {
  background-color: #002469;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 5rem;
}
.button--anchor:active, .button--anchor:focus, .button--anchor:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(0, 53.4857142857, 156);
}
.button--anchorYellow {
  background-color: #febd27;
  color: #002469;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 5rem;
}
.button--anchorYellow:active, .button--anchorYellow:focus, .button--anchorYellow:hover {
  outline: none;
  color: #002469;
  text-decoration: none;
  transition: background 0.4s;
  background-color: rgb(254.2350230415, 204.5115207373, 89.7649769585);
  cursor: pointer;
}

.buttonIcon {
  position: absolute;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
}

.btn-group--fullWidth {
  width: 100%;
}
.btn-group__focus {
  outline: 0;
}

.caretIconHolder {
  display: block;
  padding: 0 1rem;
  height: 4rem;
  border-radius: 0.4rem;
  right: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
}

.caretIcon {
  padding: 1.3rem 0;
}

.socialMediaButtons {
  border-radius: 0.5rem;
}

.socialButton {
  display: inline-block;
  width: 100%;
  background-color: #4285f4;
  color: #ffffff;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  height: 5rem !important;
}
.socialButton--facebook {
  background-color: #4165B3;
}
.socialButton--google {
  background-color: #4285f4;
}
.socialButton--apple {
  background-color: #000;
}
.socialButton:hover {
  cursor: pointer;
  opacity: 0.8;
}
.socialButton:active {
  background-color: #002469;
  transition: background-color 0.2s;
}
.socialButton__contentWrapper {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
}
.socialButton__logo {
  width: 2rem;
  height: 2rem;
}
.socialButton__logoWrapper {
  padding: 1.4rem;
  background: #ffffff;
  width: 4.8rem;
  height: 100%;
  display: inline-block;
}
.socialButton__textContainer {
  /* Use the Roboto font that is loaded in the <head> */
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  margin-left: 1.5rem;
}
.socialButton__textContainer > span {
  position: relative;
  bottom: 0.1rem;
}

.abcRioButton {
  width: 100% !important;
  text-align: left !important;
}

.abcRioButtonContents {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  margin-left: 1.5rem !important;
}

.button[disabled] {
  opacity: 0.5;
}
.button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover {
  cursor: default;
  opacity: 0.5;
}

.scrollTotheTop {
  position: fixed;
  bottom: 8rem;
  right: 2rem;
  z-index: -1;
}
.scrollTotheTop__button {
  height: 5.5rem;
  width: 5.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 15px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: 0.5s;
  border-radius: 0.5rem;
}
.scrollTotheTop__button:hover, .scrollTotheTop__button:active, .scrollTotheTop__button:focus {
  transform: scale(1.05);
  cursor: pointer;
}
.scrollTotheTop__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 2rem;
}

@media screen and (max-width: 1440px) {
  .socialButton__textContainer {
    font-size: 1.1rem;
    margin: 0 0.5rem 0 0.25rem;
  }
  .abcRioButtonContents {
    font-size: 1.1rem !important;
    margin: 0 0.5rem 0 0.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .socialButton__textContainer {
    font-size: 1.2rem;
    margin: 0;
    margin-left: 1.5rem;
  }
  .abcRioButtonContents {
    font-size: 1.4rem !important;
    margin: 0;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  button.olark-launch-button {
    bottom: 80px !important;
    right: 15px !important;
    z-index: -1 !important;
  }
  .scrollTotheTop {
    bottom: 14rem;
    right: 1.5rem;
  }
  .scrollTotheTop__button {
    height: 4.2rem;
    width: 4.2rem;
  }
  .scrollTotheTop__icon {
    width: 2.7rem;
    height: 1.7rem;
  }
  .socialButton__logoWrapper {
    padding: 1.6rem;
  }
  .socialButton__logo {
    position: relative;
    bottom: 0.1rem;
    right: 0.1rem;
  }
}
@media screen and (max-width: 540px) {
  .socialButton__textContainer {
    font-size: 1.2rem;
  }
  .abcRioButtonContents {
    font-size: 1.2rem !important;
  }
}
.round-icon-user img {
  border-radius: 9999px;
  background-color: #eceff5;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
}
.round-icon-user img:hover {
  background-color: #002469;
  box-shadow: 0 0 0 4px #eceff5;
}

@media (min-width: 768px) {
  .round-icon-user {
    height: 48px;
    width: 48px;
  }
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
select.form-control {
  border-radius: 5px;
  background-color: #f5f7fa;
  font-family: "Poppins", sans-serif;
  height: 4rem;
  font-size: 12px;
  padding: 0px 12px 0;
  width: 100%;
  height: 48px;
  font-family: Poppins, sans-serif;
  color: #002469;
  line-height: 22px;
  background-color: #f5f7fa !important;
  border: 1px solid #eceff5;
  border-radius: 4px;
  text-overflow: ellipsis;
}
input[type=text]:focus, input[type=text]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=date]:focus,
input[type=date]:active,
select.form-control:focus,
select.form-control:active {
  transition: all 0.2s;
  border: 1px solid #002469;
  border-color: #002469;
  outline: 0;
  box-shadow: none;
}
input[type=text]:focus::-webkit-contacts-auto-fill-button, input[type=text]:focus::-webkit-credentials-auto-fill-button, input[type=text]:active::-webkit-contacts-auto-fill-button, input[type=text]:active::-webkit-credentials-auto-fill-button,
input[type=number]:focus::-webkit-contacts-auto-fill-button,
input[type=number]:focus::-webkit-credentials-auto-fill-button,
input[type=number]:active::-webkit-contacts-auto-fill-button,
input[type=number]:active::-webkit-credentials-auto-fill-button,
input[type=email]:focus::-webkit-contacts-auto-fill-button,
input[type=email]:focus::-webkit-credentials-auto-fill-button,
input[type=email]:active::-webkit-contacts-auto-fill-button,
input[type=email]:active::-webkit-credentials-auto-fill-button,
input[type=password]:focus::-webkit-contacts-auto-fill-button,
input[type=password]:focus::-webkit-credentials-auto-fill-button,
input[type=password]:active::-webkit-contacts-auto-fill-button,
input[type=password]:active::-webkit-credentials-auto-fill-button,
input[type=date]:focus::-webkit-contacts-auto-fill-button,
input[type=date]:focus::-webkit-credentials-auto-fill-button,
input[type=date]:active::-webkit-contacts-auto-fill-button,
input[type=date]:active::-webkit-credentials-auto-fill-button,
select.form-control:focus::-webkit-contacts-auto-fill-button,
select.form-control:focus::-webkit-credentials-auto-fill-button,
select.form-control:active::-webkit-contacts-auto-fill-button,
select.form-control:active::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  height: 0;
  width: 0;
  margin: 0;
  pointer-events: none;
}
input[type=text]::-webkit-contacts-auto-fill-button, input[type=text]::-webkit-credentials-auto-fill-button,
input[type=number]::-webkit-contacts-auto-fill-button,
input[type=number]::-webkit-credentials-auto-fill-button,
input[type=email]::-webkit-contacts-auto-fill-button,
input[type=email]::-webkit-credentials-auto-fill-button,
input[type=password]::-webkit-contacts-auto-fill-button,
input[type=password]::-webkit-credentials-auto-fill-button,
input[type=date]::-webkit-contacts-auto-fill-button,
input[type=date]::-webkit-credentials-auto-fill-button,
select.form-control::-webkit-contacts-auto-fill-button,
select.form-control::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  height: 0;
  width: 0;
  margin: 0;
  pointer-events: none;
}
input[type=text]::-ms-clear,
input[type=number]::-ms-clear,
input[type=email]::-ms-clear,
input[type=password]::-ms-clear,
input[type=date]::-ms-clear,
select.form-control::-ms-clear {
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal,
input[type=number]::-ms-reveal,
input[type=email]::-ms-reveal,
input[type=password]::-ms-reveal,
input[type=date]::-ms-reveal,
select.form-control::-ms-reveal {
  display: none;
  visibility: hidden;
}

input[type=email] {
  padding: 0px 12px !important;
}

.inputWihoutLabel input {
  padding: 6px 12px;
}

.form-select label {
  font-size: 10px;
  top: 12px !important;
  position: absolute !important;
}

select.form-control {
  -moz-appearance: none;
}
select.form-control::-ms-expand {
  background-color: transparent;
  width: 2rem;
}

/*SELECT2 RE-WRITE 
=====================================================================================================================================*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #999eab;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}

.select2-container .select2-selection--multiple {
  min-height: 3.2rem;
  max-height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 0.3rem;
  font-weight: normal;
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #002469;
  border: 0;
  color: #ffffff;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

.createPasswordheader__inner {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .createPasswordheader__inner {
    padding: 0;
  }
}
.formRegLog {
  padding: 2rem;
  position: relative;
  top: 50%;
}
.formRegLog__input {
  height: 4rem;
}
.formRegLog__span {
  font-size: 1.2rem;
  color: #656a76;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.formRegLog__tandc {
  text-align: center;
}
.formRegLog__tooltip {
  display: inline-block;
  position: relative;
  bottom: 1rem;
}

.viewPasswordIcon {
  margin-right: 1.2rem;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  top: 3.7rem;
}
.viewPasswordIcon:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .formRegLog {
    top: 0;
    transform: none;
  }
  .formRegLogFullHeight {
    height: 62rem;
  }
}
@media screen and (max-width: 991px) {
  .formRegLog__tandc {
    text-align: left;
  }
  .formRegLog__span p {
    text-align: left;
  }
}
@media screen and (max-width: 1480px) {
  .socialMediaButtons .col-6 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .socialMediaButtons .col-6 {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .formRegLog .radioGroup__label {
    font-size: 1.2rem;
    padding-left: 2.4rem;
  }
  .socialMediaButtons .col-6 {
    float: none;
    width: 100%;
  }
}
/*Radio Button styles
=====================================================================================================================================*/
.radioGroup {
  padding: 0 1rem 0 0;
}
.radioGroup__input {
  display: none;
}
.radioGroup__label {
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  padding-left: 3rem;
}
.radioGroup__label--large {
  padding-left: 5rem;
}
.radioGroup__button {
  height: 1.8rem;
  width: 1.8rem;
  border: 0.1rem solid #002469;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.radioGroup__button::after {
  content: "";
  display: block;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #febd27;
  opacity: 0;
  transition: opacity 0.2s;
}
.radioGroup__button--showTop {
  top: 0rem;
}
.radioGroup__button--large {
  height: 3.5rem;
  width: 3.5rem;
  border: 0.3rem solid #002469;
}
.radioGroup__button--large::after {
  height: 1.7rem;
  width: 1.7rem;
}
.radioGroup__input:checked ~ .radioGroup__label .radioGroup__button::after {
  opacity: 1;
}

.regActive .radioGroup__button::after {
  opacity: 1;
}

/*NewsLetter Styles
=====================================================================================================================================*/
.newsLetter__heading {
  margin: 8rem 0 1rem 0;
}
.newsLetter__title {
  position: relative;
  top: 0.5rem;
}

/*Switch Styles
=====================================================================================================================================*/
.switch-holder {
  float: right;
}
.switch-holder--accordion {
  margin-right: 17rem;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 4.8rem;
  height: 1.8rem;
  padding: 0.3rem;
  background-color: transparent;
  border-radius: 2rem;
  cursor: pointer;
}
.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch__input:checked ~ .switch__label {
  background-color: rgb(130.5, 173.1857142857, 255);
}
.switch__input:checked ~ .switch__handle {
  left: 2.8rem;
  box-shadow: -0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
  background-color: #002469;
}
.switch__label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 1rem;
  background-color: #ececed;
  border-radius: inherit;
}
.switch__handle {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #999eab;
  border-radius: 5rem;
  box-shadow: 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch + span {
  position: relative;
  font-size: 1.3rem;
  color: #404041;
  margin-left: 1rem;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .switch-holder {
    float: none;
    display: block;
    margin-top: 1.5rem;
  }
  .switch-holder--accordion {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .switch-holder {
    margin: 0 auto;
    margin-top: 2rem;
  }
  .switch-holder--accordion {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .newsLetter__title {
    text-align: center;
  }
}
/*Profile Picture
=====================================================================================================================================*/
.profilePicture {
  margin-bottom: 2.5rem;
}
.profilePicture__image {
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
  display: block;
  border-radius: 30rem;
}

.pictureForm {
  position: relative;
}
.pictureForm__change {
  color: #002469;
  font-weight: 700;
  position: absolute;
  bottom: 1.4rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
}
.pictureForm__remove {
  color: #B71D37;
  text-align: center;
  width: 15rem;
  display: block;
}
.pictureForm__remove:hover {
  cursor: pointer;
}
.pictureForm__label {
  position: relative;
  border-radius: 50%;
  border: 4px solid #002469;
  background-color: #eceff5;
}
.pictureForm__label:hover {
  cursor: pointer;
}
.pictureForm__label:hover::before {
  transition: all 0.5s;
  background-color: #002469;
  opacity: 0.55;
}
.pictureForm__label::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  border-radius: 50rem;
  text-align: center;
}
.pictureForm__file {
  display: none !important;
}

@media screen and (max-width: 580px) {
  .pictureForm__change {
    bottom: 2rem;
    font-size: 1.1rem;
  }
  .pictureForm__remove {
    width: 12rem;
  }
  .pictureForm__label::before {
    width: 12rem;
    height: 12rem;
  }
  .profilePicture__image {
    width: 12rem;
    height: 12rem;
  }
}
/*Croppy Plugin
=====================================================================================================================================*/
.croppie-container .cr-boundary {
  margin: 0;
  width: 100% !important;
}

.croppie-container .cr-slider-wrap {
  width: 100%;
  margin: 2.5rem 0;
}

.cr-vp-circle {
  width: 20rem !important;
  height: 20rem !important;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  border: 1px solid #ffffff;
  box-shadow: 0 0 200rem 200rem rgba(0, 0, 0, 0.5);
}

/*Spinner for on the fly saving
=====================================================================================================================================*/
.spinner__container {
  height: 6.4rem;
  position: relative;
}
.spinner__loading {
  position: absolute;
  bottom: 1rem;
}
.spinner__saving {
  font-size: 1.2rem;
  color: #999eab;
  margin-left: 0.5rem;
}
.spinner__gif {
  width: 2rem;
  height: 2rem;
}
.spinner__icon {
  width: 2rem;
  height: 2rem;
}
.spinner__result {
  font-size: 1.2rem;
  color: currentcColor;
  margin-left: 0.5rem;
}
.spinner__success {
  color: #5DA047;
  position: absolute;
  bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .spinner__container {
    height: 3.5rem;
  }
  .spinner__loading {
    position: relative;
    bottom: 0;
  }
  .spinner__success {
    position: relative;
    bottom: 0;
  }
}
/*Country Select Styles overwritting JQUERY UI CSS
!Important needed
=====================================================================================================================================*/
.ui-corner-all {
  border-radius: 0 !important;
}
.ui-icon {
  margin-top: 0.5rem !important;
}
.ui-selectmenu-menu {
  height: 40rem;
  overflow-y: scroll;
  border: 1px solid #c5c5c5;
}
.ui-selectmenu-icon {
  position: relative;
  left: 1.5rem;
}
.ui-button {
  min-width: 100%;
  border: 1px solid #eceff5;
  font-size: 1.4rem !important;
  background-color: #f5f7fa !important;
  height: 5rem;
  padding: 15px 22px 0 12px;
  line-height: 2.6rem !important;
}
.ui-button:hover {
  border: 1px solid #eceff5;
}
.ui-selectmenu-text {
  font-family: "Poppins", sans-serif;
  color: #555;
}
.ui-corner-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.ui-icon-triangle-1-s {
  background-position: 0 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #002469 !important;
}

span[id^=ui-id]:focus {
  outline: none;
  border: 0;
}

.ui-button .ui-icon {
  background-image: url("../images/icons/down-arrow-dark-blue.svg") !important;
}

.select2-selection__choice {
  font-size: 1.4rem;
}

/*=====================================================================================================================================*/
.form-group label {
  margin-bottom: 0.2rem !important;
}

.asterisk-mandatoryField {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.panel-body--lightBlue .form-group label {
  color: #ffffff;
}

.form-group label {
  font-size: 12px;
  font-family: Poppins, sans-serif;
  line-height: 1;
  color: #656a76;
  margin: 0;
}

input:not(.radioGroup) label {
  font-size: 12px;
  font-family: Poppins-Regular, sans-serif;
  line-height: 1;
  color: #656a76;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 12px;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-group label.moveUp {
  transform: translateY(-12px);
  font-size: 10px;
  transition: all 0.3s ease;
}

.form-group {
  max-width: 100%;
  position: relative;
}

.radioGroup label, .profilePicture label {
  top: 0;
  position: relative;
  left: 0;
}

.form-control {
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-family: Poppins-Medium, sans-serif;
  color: #002469;
  line-height: 22px;
  padding: 15px 12px 0;
  background-color: #f5f7fa !important;
  border: 1px solid #eceff5;
  border-radius: 4px;
  text-overflow: ellipsis;
}

.mobileNumberInput input {
  padding-top: 0;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  appearance: none; /* Remove default select appearance */
  -webkit-appearance: none; /* Remove default select appearance in Webkit browsers */
  -moz-appearance: none; /* Remove default select appearance in Firefox */
}

.form-group select {
  background: #eceff5 url("../images/icons/down-arrow-dark-blue.svg") no-repeat 50%;
  background-position: right 10px center; /* Position the arrow image to the right */
  background-size: 16px 16px; /* Adjust the size of the image */
}

.contentBlock {
  background-color: #ffffff;
  padding: 2.5rem 1.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 15px 50px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  font-weight: 400;
}
.contentBlock__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f5f7fa;
}
.contentBlock__heading .heading-5 {
  margin-bottom: 0.5rem;
}
.contentBlock__heading--white {
  border-bottom: 1px solid #ffffff;
}
.contentBlock__heading--bold {
  font-weight: 700;
  border-bottom: 0;
  padding-bottom: 0;
}
.contentBlock hr {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .accountSwitchLink {
    display: block;
    font-size: 1.2rem;
  }
}
.cardTIC {
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 31, 91, 0.039);
  border-radius: 0.5rem;
}

.contactCard {
  padding: 4rem;
  text-align: left;
}
.contactCard__h4 {
  color: #404041;
  margin-bottom: 3rem;
  text-align: center;
}
.contactCard__container {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.contactCard__row {
  margin-bottom: 2rem;
}
.contactCard__row::after {
  display: block;
  content: "";
  clear: both;
}
.contactCard__row--left {
  float: left;
  width: 45%;
  margin: 0 2.5%;
}
.contactCard__row--right {
  float: right;
  width: 45%;
  margin: 0 2.5%;
}
.contactCard__row:last-child {
  margin-bottom: 0;
}
.contactCard__heading {
  display: inline-block;
  color: #002469;
  font-weight: 700;
  font-size: 2rem;
}
.contactCard__subHeading {
  display: inline-block;
  font-weight: 400;
  color: #404041;
  line-height: 1.4;
}
.contactCard__subHeading--anchor {
  line-height: 1.4;
}
.contactCard__subHeading--anchor:hover, .contactCard__subHeading--anchor:active, .contactCard__subHeading--anchor:focus {
  line-height: 1.4;
  text-decoration: underline;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  .contactCard__h4 {
    margin-bottom: 2.5rem;
  }
  .contactCard__container {
    width: 70%;
  }
  .contactCard__row {
    margin-bottom: 1.5rem;
  }
  .contactCard__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contactCard {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .contactCard__h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .contactCard__container {
    width: 80%;
  }
  .contactCard__row {
    margin-bottom: 1rem;
  }
  .contactCard__row--left {
    width: 48%;
    margin: 0 1%;
  }
  .contactCard__row--right {
    width: 48%;
    margin: 0 1%;
    text-align: right;
  }
  .contactCard__heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .contactCard {
    padding: 1rem;
  }
  .contactCard__container {
    width: 100%;
  }
  .contactCard__heading {
    font-size: 1.4rem;
  }
}
.consultantCard {
  padding: 3rem;
  font-size: 2.2rem;
  position: relative;
}
.consultantCard__row::after {
  display: block;
  content: "";
  clear: both;
}
.consultantCard__column {
  float: left;
}
.consultantCard__column:first-child {
  width: 12%;
  margin-right: 3%;
}
.consultantCard__column:last-child {
  width: 85%;
}
.consultantCard__name {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  color: #002469;
  font-weight: 700;
}
.consultantCard__consultantImage {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.consultantCard__whatsappIcon {
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.consultantCard__whatsappIcon:hover, .consultantCard__whatsappIcon:active, .consultantCard__whatsappIcon:focus {
  cursor: pointer;
}
.consultantCard__email {
  color: #277efc;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 2.5rem;
}
.consultantCard__telCall {
  color: #404041;
  font-weight: 500;
}
.consultantCard__telCall > a {
  color: currentColor;
}

@media screen and (max-width: 767px) {
  .consultantCard {
    padding: 2rem;
    font-size: 1.8rem;
  }
  .consultantCard__column:first-child {
    width: 15%;
    margin-right: 5%;
  }
  .consultantCard__column:last-child {
    width: 80%;
  }
  .consultantCard__whatsappIcon {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    bottom: 1rem;
    left: 4.5rem;
  }
  .consultantCard__name {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .consultantCard__email {
    margin-top: 1.5rem;
  }
  .consultantCard__information > a.button {
    margin-top: 0.5rem;
    line-height: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .consultantCard {
    font-size: 1.4rem;
  }
  .consultantCard__column:first-child {
    width: 18%;
    margin-right: 7%;
  }
  .consultantCard__column:last-child {
    width: 75%;
  }
  .consultantCard__whatsappIcon {
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 0rem;
    left: 4.5rem;
  }
  .consultantCard__name {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .consultantCard__email {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 513px) {
  .consultantCard__column:first-child {
    width: 20%;
    margin-right: 5%;
  }
  .consultantCard__column:last-child {
    width: 75%;
  }
  .consultantCard__whatsappIcon {
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: 0.5rem;
    left: 3.5rem;
  }
  .consultantCard__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .consultantCard {
    font-size: 1.2rem;
  }
  .consultantCard__name {
    font-size: 1.4rem;
  }
  .consultantCard__whatsappIcon {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    bottom: 2.5rem;
    left: 2.8rem;
  }
}
@media screen and (max-width: 380px) {
  .consultantCard__whatsappIcon {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (max-width: 340px) {
  .consultantCard__whatsappIcon {
    left: 2rem;
  }
}
.intermediaryCard {
  padding: 3rem;
  font-size: 2.2rem;
}
.intermediaryCard__row::after {
  display: block;
  content: "";
  clear: both;
}
.intermediaryCard__column {
  float: left;
}
.intermediaryCard__column:first-child {
  width: 27%;
  margin-right: 3%;
}
.intermediaryCard__column:last-child {
  width: 70%;
}
.intermediaryCard__companyLogo {
  margin: 0 auto;
  display: block;
  width: 70%;
}
.intermediaryCard__name {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  color: #002469;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .intermediaryCard {
    padding: 2rem;
    font-size: 1.8rem;
  }
  .intermediaryCard__column:first-child {
    width: 20%;
    margin-right: 5%;
  }
  .intermediaryCard__column:last-child {
    width: 75%;
  }
  .intermediaryCard__name {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .intermediaryCard__companyLogo {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .intermediaryCard {
    font-size: 1.4rem;
  }
  .intermediaryCard__name {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .intermediaryCard__companyLogo {
    width: 100%;
  }
}
.policyCard {
    padding: 2rem 0;
    position: relative;
    margin-top: 2rem;
}
.policyCard__row {
  position: relative;
}
.policyCard__row::after {
  display: block;
  content: "";
  clear: both;
}
.policyCard__column {
  float: left;
}
.policyCard__column:first-child {
  width: 20%;
}
.policyCard__column:last-child {
  width: 35%;
}
.policyCard__image {
  width: 75%;
  margin: 0 auto;
  display: block;
}
.policyCard__information {
  font-size: 1.8rem;
  font-weight: 600;
  color: #404041;
}
.policyCard__information > p {
  margin-bottom: 0;
}
.policyCard__nameSurname {
  font-size: 2.8rem;
  color: #002469;
}
.policyCard__policyNo {
  font-size: 2.8rem;
  color: #002469;
}
.policyCard__type {
  font-weight: 500;
}
.policyCard__assistanceButton {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  max-width: 28.5rem;
}
.policyCard__footerButtonsContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.policyCard__footerButtons {
  padding: 2rem 2rem 0 2rem;
  margin-top: 2rem;
}
.policyCard__footerButtons::after {
  display: block;
  content: "";
  clear: both;
}
.policyCard__footerButtons .button {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.policyCard__footerButtons .button:first-child {
  margin-right: 2%;
}
.policyCard__footerButtons .button:last-child {
  margin-right: 0;
}
.policyCard__exit {
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.policyCard__exit:hover {
  cursor: pointer;
}

.policyCardView {
  padding: 2rem 0;
}
.policyCardView__row::after {
  display: block;
  content: "";
  clear: both;
}
.policyCardView__column {
  float: left;
  width: 70%;
}
.policyCardView__column:first-child {
  width: 20%;
}
.policyCardView__image {
  width: 65%;
  margin: 0 auto;
  display: block;
}
.policyCardView__information {
  font-size: 1.8rem;
  font-weight: 600;
  color: #404041;
}
.policyCardView__information > p {
  margin-bottom: 0;
}
.policyCardView__nameSurname {
  font-size: 2.8rem;
  color: #002469;
}
.policyCardView__policyNo {
  font-size: 2.8rem;
  color: #002469;
}
.policyCardView__type {
  font-weight: 500;
}
.policyCardView__footerButtonsContainer {
  padding-left: 19%;
  width: 100%;
}
.policyCardView__footerButtons {
  padding: 2rem 2rem 0 2rem;
  margin-top: 2rem;
}
.policyCardView__footerButtons::after {
  display: block;
  content: "";
  clear: both;
}
.policyCardView__footerButtons .button {
  width: 75%;
  float: left;
}

.claimCard__image {
  width: 75%;
}

.claimCard__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 1.6rem;
}

.claimCard__information {
  font-size: 1.2rem;
}

.claimCard__image {
  width: 75%;
}

.noClaimCard__image {
  width: 75%;
}

.claimCard__title {
  font-size: 2.2rem;
}

.claimCard__information {
  font-size: 1.4rem;
}

.claimCard {
  padding: 2rem 0;
}

.claimCard__row::after {
  display: block;
  content: "";
  clear: both;
}

.noClaimCard__row {
  display: flex;
  align-items: center;
}

.noClaimCard__image {
  width: 50%;
}

.claimCard__column {
  float: left;
  width: 70%;
}

.claimCard__column:first-child {
  width: 20%;
}

.claimCard__image {
  width: 65%;
  margin: 0 auto;
  display: block;
}

.claimCard__information {
  font-size: 1.8rem;
  font-weight: 700;
  color: #404041;
}

.claimCard__information > p {
  margin-bottom: 0;
}

.claimCard__title {
  font-size: 2.8rem;
  color: #184891;
}

.claimCard__subTitle a {
  color: #184891;
}

.claimCard__subTitle a:visited {
  color: #184891;
}

@media screen and (max-width: 767px) {
  .policyCard__column {
    width: 70%;
  }
  .policyCard__column:first-child {
    width: 25%;
  }
  .policyCard__information {
    font-size: 1.4rem;
  }
  .policyCard__nameSurname {
    font-size: 2.2rem;
  }
  .policyCard__policyNo {
    font-size: 2.2rem;
  }
  .policyCard__assistanceButton {
    bottom: 0.5rem;
    max-width: 18.5rem;
  }
  .policyCard__footerButtonsContainer {
    padding-left: 0;
    width: 100%;
  }
  .policyCard__exit {
    height: 1.5rem;
    width: 1.5rem;
    top: 1rem;
  }
  .policyCardView__column {
    width: 60%;
  }
  .policyCardView__column:first-child {
    width: 35%;
  }
  .policyCardView__image {
    width: 75%;
  }
  .policyCardView__information {
    font-size: 1.4rem;
  }
  .policyCardView__nameSurname {
    font-size: 2.2rem;
  }
  .policyCardView__policyNo {
    font-size: 2.2rem;
  }
  .policyCardView__footerButtonsContainer {
    padding-left: 0;
    width: 100%;
  }
  .policyCardView__footerButtons {
    margin-top: 2rem;
  }
  .policyCardView__footerButtons .button {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 580px) {
  .policyCard__image {
    width: 70%;
  }
  .policyCard__information {
    font-size: 1.2rem;
  }
  .policyCard__information > p {
    margin-bottom: 0;
  }
  .policyCard__nameSurname {
    font-size: 1.6rem;
  }
  .policyCard__policyNo {
    font-size: 1.6rem;
  }
  .policyCard__assistanceButton {
    max-width: 14rem;
  }
  .policyCardView__column {
    float: left;
  }
  .policyCardView__column:first-child {
    width: 35%;
    margin-right: 3%;
  }
  .policyCardView__column:last-child {
    width: 60%;
  }
  .policyCardView__image {
    width: 75%;
  }
  .policyCardView__information {
    font-size: 1.2rem;
  }
  .policyCardView__nameSurname {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .policyCardView__policyNo {
    font-size: 1.6rem;
  }
}
.contactCard-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contactCard-heading .cirlce-icon img {
  height: 48px;
}

.generalCard {
  padding: 1.5rem;
  display: flex;
  column-gap: 1.5rem;
  margin-left: 12px;
  margin-right: 12px;
  /*    width: 30%;*/
}
.generalCard__title {
  color: #002469;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 28px;
}
.generalCard__day {
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
  color: #002469;
}
.generalCard__hours {
    font-size: 1.4rem;
    color: #656a76;
    text-overflow: ellipsis;
    overflow: hidden;
}

.claims-iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

.noExistingClaims {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 4rem 0;
}

.noExistingClaims p {
  color: #002469;
  font-weight: 600;
  font-size: 3rem;
}

.existingClaimsHeader {
  margin: 2rem 0rem;
}

@media screen and (max-width: 767px) {
  .generalCard {
    padding: 2rem 2rem;
  }
  .generalCard__title {
    font-size: 2.4rem;
  }
  .generalCard__day {
    font-size: 1.8rem;
  }
    .generalCard__hours {
        font-size: 1.8rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }
  .noExistingClaims p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .generalCard__day {
    font-size: 1.3rem;
  }
    .generalCard__hours {
        font-size: 1.3rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media screen and (max-width: 450px) {
  .policyCard__assistanceButton {
    max-width: none;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 2rem;
    position: relative;
    bottom: -1rem;
    right: 0;
    height: 4rem;
  }
  .policyCard__nameSurname {
    display: block;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  .policyCard__footerButtons {
    margin-top: 2rem;
  }
  .policyCard__footerButtons::after {
    display: block;
    content: "";
    clear: both;
  }
  .policyCard__footerButtons .button {
    font-size: 1.3rem;
  }
}
.noPolicyFound {
  padding: 5rem;
}

.policyCardHolder {
  margin: 4.5rem 0;
}
.policyCardHolder__disclaimer {
  text-align: center;
  color: #002469;
  margin: 2rem 0;
}

@media screen and (max-width: 767px) {
  .noPolicyFound {
    padding: 2.5rem;
  }
  .policyCardHolder {
    margin: 2rem 0;
  }
  .policyCardHolder__disclaimer {
    margin: 0.5rem 0;
  }
}
.simpleBlueCard {
  min-height: 260px;
  padding: 40px;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #002469;
  min-width: 160px;
  width: 23%;
}
.simpleBlueCard:hover {
  cursor: pointer;
  background-color: #febd27;
}
.simpleBlueCard:hover .simpleBlueCard__content {
  opacity: 0;
}
.simpleBlueCard:hover .simpleBlueCard__contentHover {
  top: 0;
  opacity: 1;
  transition: all 0.6s ease;
}
.simpleBlueCard__contentHover {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  content: "";
  position: absolute;
}
.simpleBlueCard__cirlce-icon {
  background-color: #277efc;
}
.simpleBlueCard__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.simpleBlueCard__title {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 28px;
}
.simpleBlueCard__link {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: #002469;
  text-decoration-line: none;
}

@media screen and (max-width: 767px) {
  .simpleBlueCard {
    min-height: 190px;
  }
  .simpleBlueCard__cirlce-icon {
    background-color: #277efc;
  }
  .simpleBlueCard__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .simpleBlueCard__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.LoginCard {
  background-color: #ffffff;
  position: relative;
  border-radius: 0.5rem;
  padding: 0;
  margin: 30px;
}

.LoginCard .div {
  padding: 0;
}

.contacTicCards .generalCard {
  flex-direction: column;
  align-items: start;
  margin: 10px 0;
  padding: 2.5rem;
}

.modal {
  border-radius: 1rem;
}
.modal-dialog {
  max-width: 50rem;
}
.modal-icon {
  width: 6.5rem;
  height: 6.5rem;
}
.modal-title {
  margin-top: 1rem;
  line-height: 1.2;
}
.modal-title--smaller {
  font-size: 3rem;
}
.modal-paragraph {
  margin: 1.25rem 0 2.5rem 0;
  font-size: 1.4rem;
}
.modal-content {
  border: 0;
  border-radius: 1rem;
  outline: 0;
  padding: 2.5rem;
}
.modal-exitIcon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
.modal-header {
  border-bottom: 0;
  padding: 0;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  border-top: 0;
  padding: 0;
}
.modal--success .heading-2 {
  color: #5DA047;
}
.modal--warning .heading-2 {
  color: #E0351C;
}
.modal--information .heading-2 {
  color: #1D9987;
}
.modal--error .heading-2 {
  color: #B71D37;
}

@media screen and (max-width: 991px) {
  .modal-content {
    padding: 2rem 2.5rem 2rem 2.5rem;
  }
  .modal .heading-2 {
    font-size: 3.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    max-width: none;
    margin: 0.5rem;
  }
  .modal-content {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
  .modal .heading-2 {
    font-size: 2.8rem !important;
  }
}
.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1;
  opacity: 1;
}
.close:focus, .close:hover {
  cursor: pointer;
  opacity: 1 !important;
}

.popup__header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f5f7fa;
}
.popup__title {
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
  color: #002469;
}
.popup__exitIcon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
.popup__body {
  padding: 4rem 0;
  width: 80%;
  display: block;
  overflow-y: auto;
  position: relative;
}
.popup__body::-webkit-scrollbar {
  width: 1.6rem;
  border-radius: 10rem;
}
.popup__body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10rem;
  box-shadow: inset 0 0 1.2rem rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.2);
}
.popup__body::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background-color: #002469;
}
.popup__body::-webkit-scrollbar-thumb:hover {
  background-color: #002469;
}
.popup__policySearch {
  color: #002469;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.5rem;
  text-align: center;
}
.popup__policySearchLink {
  color: currentColor;
  text-decoration: underline;
}
.popup__bodyWrapper {
  width: 80%;
  margin-left: auto;
  display: block;
}
.popup__shadow {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 85%;
  height: 6rem;
}
.popup__bodyContent .radioGroup {
  margin-bottom: 2.5rem;
}
.popup__bodyContent .radioGroup:last-child {
  margin-bottom: 0;
}
.popup__bodyContent span {
  font-size: 2rem;
  display: inline-block;
}
.popup__bodyContent p {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.4;
}
.popup__footer {
  padding-top: 2rem;
}
.popup .modal-content {
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .popup__header {
    padding-bottom: 2rem;
  }
  .popup__title {
    width: 80%;
    font-size: 3rem;
  }
  .popup__exitIcon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .popup__body {
    padding: 4rem 0;
    width: 100%;
    display: block;
    height: 40rem;
    overflow-y: auto;
    position: relative;
  }
  .popup__bodyWrapper {
    width: 85%;
  }
  .popup__shadow {
    width: 90%;
    height: 5.5rem;
  }
  .popup__bodyContent .radioGroup {
    margin-bottom: 2rem;
  }
  .popup__bodyContent .radioGroup:last-child {
    margin-bottom: 0;
  }
  .popup__bodyContent span {
    font-size: 1.8rem;
  }
  .popup__bodyContent p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .popup .modal-dialog {
    max-width: none;
    width: calc(100vw - 3rem);
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 540px) {
  .popup__header {
    padding-bottom: 1.5rem;
  }
  .popup__title {
    width: 80%;
    font-size: 2.2rem;
  }
  .popup__policySearch {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .popup__exitIcon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .popup__shadow {
    width: 85%;
  }
}
@media screen and (max-width: 420px) {
  .popup__header {
    padding-bottom: 1rem;
  }
  .popup__title {
    font-size: 1.9rem;
  }
  .popup__bodyWrapper {
    width: 100%;
  }
  .popup__exitIcon {
    right: 1rem;
    top: 1rem;
  }
  .popup__body {
    padding: 2rem 0;
  }
  .popup__shadow {
    height: 3.5rem;
  }
  .popup .radioGroup {
    padding: 0 1rem 0 0;
  }
  .popup .radioGroup__label--large {
    padding-left: 3.5rem;
  }
  .popup .radioGroup__button--large {
    height: 2rem;
    width: 2rem;
    border: 0.1rem solid #febd27;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .popup .radioGroup__button--large::after {
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #febd27;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media screen and (max-height: 790px) {
  .popup__body {
    height: 45rem;
  }
  .popup__shadow {
    height: 5.5rem;
  }
}
@media screen and (max-height: 740px) {
  .popup__body {
    height: 40rem;
  }
  .popup__shadow {
    height: 3rem;
  }
}
@media screen and (max-height: 690px) {
  .popup__body {
    height: 30rem;
  }
}
@media screen and (max-height: 600px) {
  .popup__body {
    height: 25rem;
  }
}
@media screen and (max-height: 540px) {
  .popup__body {
    height: 20rem;
  }
}
@media screen and (max-height: 490px) {
  .popup__body {
    height: 15rem;
  }
}
.alert-container {
  width: 40%;
  position: fixed;
  top: 3.4px;
  z-index: 9090;
  visibility: visible;
  margin: 0 30%;
  display: flex;
  flex-direction: column;
}
.alert-container .media {
  margin-top: 0;
  align-items: center;
}
.alert-container .media-left > img {
  height: 2.6rem;
  width: 2.6rem;
  margin-right: 1.2rem;
}
.alert-container .media-body {
  width: 100%;
  vertical-align: middle;
}

.alert {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  color: #ffffff;
}
.alert > img {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1.2rem;
}
.alert > a {
  font-weight: 700;
}
.alert > button.close {
  color: currentColor;
  opacity: 0.9;
  font-weight: 100;
  text-shadow: none;
}
.alert > button.close:hover {
  opacity: 1;
}
.alert > a {
  color: currentColor;
}
.alert strong {
  color: currentColor;
}
.alert-info {
  border: 1px solid rgb(37.1263736264, 195.8736263736, 172.8296703297);
  background-color: #1D9987;
}
.alert-success {
  border: 1px solid rgb(118.7922077922, 184.9220779221, 97.0779220779);
  background-color: #5DA047;
}
.alert-danger {
  border: 1px solid rgb(221.2122641509, 41.7877358491, 72.0801886792);
  background-color: #B71D37;
}
.alert-warning {
  border: 1px solid rgb(232, 91.5357142857, 71);
  background-color: #E0351C;
}

@media screen and (max-width: 991px) {
  .alert-container {
    width: 50%;
    margin: 0 25%;
  }
  .alert {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .alert-container {
    width: 100%;
    margin: 0;
    top: 0;
  }
  .alert-container .media-left > img {
    height: 2.2rem;
    width: 2.2rem;
    margin-right: 1.2rem;
  }
  .alert {
    border-radius: 0;
  }
}
.ticAccordion .panel {
  border: 0;
  border-bottom: 1px solid #eceff5;
}
.ticAccordion .panel--tic:last-child {
  margin-bottom: 0;
}
.ticAccordion .panel-heading {
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.ticAccordion .panel-heading:hover {
  cursor: pointer;
}
.ticAccordion .panel-heading:after {
  background-image: url("../images/icons/blue-plus.svg");
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ticAccordion .panel-heading--lightBlue {
  background-color: #277efc;
}
.ticAccordion .panel-heading--dependant {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ticAccordion .panel-heading--dependant .ticAccordion__title {
  font-size: 1.6rem;
  font-weight: 500;
}
.ticAccordion .panel-heading[aria-expanded=true]:after {
  background-image: url("../images/icons/blue-minus.svg");
}
.ticAccordion .panel-body {
  padding: 2.5rem 3rem;
}
.ticAccordion .panel-body--lightBlue {
  background-color: #277efc;
}
.ticAccordion__title {
  color: #002469;
  font-size: 2rem;
  font-weight: 600;
  margin: 0.5rem 0 0.5rem 1rem;
  display: inline-block;
  line-height: 1.4;
}
.ticAccordion__chevDown {
  width: 2rem;
  position: absolute;
  right: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
  transition: all 300ms ease-in 0s;
}
.ticAccordion__chevDown:hover, .ticAccordion__chevDown:active {
  cursor: pointer;
}
.ticAccordion__editIcon {
  width: 2rem;
  position: absolute;
  right: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
}
.ticAccordion__editIcon:hover, .ticAccordion__editIcon:active {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .ticAccordion .panel--tic {
    margin-bottom: 2rem;
  }
  .ticAccordion .panel-heading--tic {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .ticAccordion__title {
    font-size: 1.6rem;
    width: 90%;
  }
  .ticAccordion__chevDown {
    width: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .ticAccordion .panel-heading--dependant .ticAccordion__title {
    font-size: 1.4rem;
  }
  .ticAccordion .panel-body--tic {
    font-size: 1.2rem;
    padding: 2rem 1.5rem;
  }
  .ticAccordion__title {
    font-size: 1.2rem;
    width: 88%;
  }
  .ticAccordion__chevDown {
    width: 1.4rem;
    right: 1.2rem;
  }
}
.accordionContainer--white {
  background-image: none;
  background-color: #ffffff;
}
.accordionContainer__heading {
  color: #002469;
  text-align: center;
}
.accordionContainer__p {
  margin: 1rem 0 4rem 0;
  color: #404041;
}

@media screen and (max-width: 767px) {
  .accordionContainer__heading {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .accordionContainer__p {
    margin: 0 0 2rem 0;
    text-align: left;
  }
}
.dependantAccordion .panel {
  margin-bottom: 2.5rem;
}
.dependantAccordion .panel:last-child {
  margin-bottom: 0;
}

.purpose {
  display: inline-block;
  width: 90%;
}
.purpose__icon {
  width: 2.6rem;
  height: 2.6rem;
}
.purpose__icon--rectangle {
  width: 3rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  position: relative;
  bottom: 0.2rem;
}
.purpose__number {
  margin-left: 1.5rem;
  font-size: 1.2rem;
}
.purpose__content {
  font-size: 2rem;
}

@media screen and (max-width: 540px) {
  .purpose__content {
    font-size: 1rem;
    font-weight: 700;
  }
  .purpose__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .purpose__icon--rectangle {
    width: 2rem;
    height: 1.5rem;
    margin-right: 1rem;
    bottom: 0;
  }
}
#passportContainer,
#travellerContainer {
  color: #ffffff;
}

#passportContainer .panel,
#travellerContainer .panel {
  margin-bottom: 1rem;
}
#passportContainer .panel:first-child,
#travellerContainer .panel:first-child {
  margin-top: 0 !important;
}
#passportContainer .panel:last-child,
#travellerContainer .panel:last-child {
  margin-top: 0;
}

#passportContainer .panel-body,
#passportContainer .panel-heading {
  background-color: #002469;
  border-radius: 0.5rem;
}

#traveller-2-passportContainerTraveller .in .panel-body {
  border: 0.1rem solid #ffffff !important;
}

#traveller-2-passportContainerTraveller .panel-heading[aria-expanded=true] {
  border-bottom: 0 !important;
}

.createCTA {
  padding: 5rem 3rem;
  background-color: #002469;
  position: relative;
  color: #ffffff;
}
.createCTA--personal {
  background: #002469 url("../images/ctaCreatePersonal.jpg") no-repeat top right;
  background-size: 101%, 101%;
}
.createCTA--business {
  background: #002469 url("../images/ctaCreateBusiness.jpg") no-repeat top right;
  background-size: 101%, 101%;
}
.createCTA__h3 {
  margin-bottom: 1.2rem;
  color: currentColor;
}
.createCTA__p {
  font-size: 2rem;
  color: currentColor;
}
.createCTA__exit {
  width: 2.2rem;
  height: 2.2rem;
  color: currentColor;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.createCTA__exit:active, .createCTA__exit:focus, .createCTA__exit:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .createCTA {
    padding: 5rem 3rem;
    text-align: center;
  }
  .createCTA--personal {
    background-size: cover;
  }
  .createCTA--business {
    background-size: cover;
  }
  .createCTA__p {
    font-size: 1.8rem;
  }
  .createCTA__exit {
    font-size: 2.2rem;
  }
}
.claimslinkCTA {
  background-color: #277efc;
  padding: 6rem 3rem;
}

.claimsCTA {
  background: url("../images/claimsheading-bg.jpg") no-repeat left top;
  background-size: cover;
  padding: 6rem 0;
}
.claimsCTA__container {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
.claimsCTA__p {
  color: #ffffff;
  margin-top: 1.5rem;
}

@media screen and (max-width: 640px) {
  .claimsCTA {
    padding: 4rem 0 4rem 0;
  }
  .claimsCTA__p {
    font-size: 1.2rem;
  }
}
.assistanceCTA {
  background: url("../images/assistanceheading-bg.jpg") no-repeat left top;
  background-size: cover;
  padding: 6rem 0;
  color: #002469;
  text-align: center;
}
.assistanceCTA__h3 {
  font-weight: 400;
  font-size: 3.8rem;
}
.assistanceCTA__linkHolder {
  font-weight: 600;
}
.assistanceCTA__linkHolder--smaller {
  font-weight: 400;
}
.assistanceCTA__tel {
  color: currentColor;
}
.assistanceCTA__tel:active, .assistanceCTA__tel:focus, .assistanceCTA__tel:hover {
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
}

.assistanceCTAThin {
  background-color: #febd27;
  background-size: cover;
  padding: 1rem 0;
  color: #002469;
  text-align: center;
}

.assistanceCTAThin__h3 {
  font-weight: 400;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .assistanceCTA {
    padding: 4rem 0 4rem 0;
  }
  .assistanceCTA__linkHolder {
    display: block;
  }
  .assistanceCTA__h3 {
    font-size: 2.8rem;
  }
  .assistanceCTA__p {
    font-size: 1.2rem;
  }
}
.ticAccordion .panel {
  border: 0;
  border-bottom: 1px solid #eceff5;
}
.ticAccordion .panel--tic:last-child {
  margin-bottom: 0;
}
.ticAccordion .panel-heading {
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.ticAccordion .panel-heading:hover {
  cursor: pointer;
}
.ticAccordion .panel-heading:after {
  background-image: url("../images/icons/blue-plus.svg");
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ticAccordion .panel-heading--lightBlue {
  background-color: #277efc;
}
.ticAccordion .panel-heading--dependant {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ticAccordion .panel-heading--dependant .ticAccordion__title {
  font-size: 1.6rem;
  font-weight: 500;
}
.ticAccordion .panel-heading[aria-expanded=true]:after {
  background-image: url("../images/icons/blue-minus.svg");
}
.ticAccordion .panel-body {
  padding: 2.5rem 3rem;
}
.ticAccordion .panel-body--lightBlue {
  background-color: #277efc;
}
.ticAccordion__title {
  color: #002469;
  font-size: 2rem;
  font-weight: 600;
  margin: 0.5rem 0 0.5rem 1rem;
  display: inline-block;
  line-height: 1.4;
}
.ticAccordion__chevDown {
  width: 2rem;
  position: absolute;
  right: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
  transition: all 300ms ease-in 0s;
}
.ticAccordion__chevDown:hover, .ticAccordion__chevDown:active {
  cursor: pointer;
}
.ticAccordion__editIcon {
  width: 2rem;
  position: absolute;
  right: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%);
}
.ticAccordion__editIcon:hover, .ticAccordion__editIcon:active {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .ticAccordion .panel--tic {
    margin-bottom: 2rem;
  }
  .ticAccordion .panel-heading--tic {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .ticAccordion__title {
    font-size: 1.6rem;
    width: 90%;
  }
  .ticAccordion__chevDown {
    width: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .ticAccordion .panel-heading--dependant .ticAccordion__title {
    font-size: 1.4rem;
  }
  .ticAccordion .panel-body--tic {
    font-size: 1.2rem;
    padding: 2rem 1.5rem;
  }
  .ticAccordion__title {
    font-size: 1.2rem;
    width: 88%;
  }
  .ticAccordion__chevDown {
    width: 1.4rem;
    right: 1.2rem;
  }
}
.accordionContainer--white {
  background-image: none;
  background-color: #ffffff;
}
.accordionContainer__heading {
  color: #002469;
  text-align: center;
}
.accordionContainer__p {
  margin: 1rem 0 4rem 0;
  color: #404041;
}

@media screen and (max-width: 767px) {
  .accordionContainer__heading {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .accordionContainer__p {
    margin: 0 0 2rem 0;
    text-align: left;
  }
}
.dependantAccordion .panel {
  margin-bottom: 2.5rem;
}
.dependantAccordion .panel:last-child {
  margin-bottom: 0;
}

.purpose {
  display: inline-block;
  width: 90%;
}
.purpose__icon {
  width: 2.6rem;
  height: 2.6rem;
}
.purpose__icon--rectangle {
  width: 3rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  position: relative;
  bottom: 0.2rem;
}
.purpose__number {
  margin-left: 1.5rem;
  font-size: 1.2rem;
}
.purpose__content {
  font-size: 2rem;
}

@media screen and (max-width: 540px) {
  .purpose__content {
    font-size: 1rem;
    font-weight: 700;
  }
  .purpose__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .purpose__icon--rectangle {
    width: 2rem;
    height: 1.5rem;
    margin-right: 1rem;
    bottom: 0;
  }
}
#passportContainer,
#travellerContainer {
  color: #ffffff;
}

#passportContainer .panel,
#travellerContainer .panel {
  margin-bottom: 1rem;
}
#passportContainer .panel:first-child,
#travellerContainer .panel:first-child {
  margin-top: 0 !important;
}
#passportContainer .panel:last-child,
#travellerContainer .panel:last-child {
  margin-top: 0;
}

#passportContainer .panel-body,
#passportContainer .panel-heading {
  background-color: #002469;
  border-radius: 0.5rem;
}

#traveller-2-passportContainerTraveller .in .panel-body {
  border: 0.1rem solid #ffffff !important;
}

#traveller-2-passportContainerTraveller .panel-heading[aria-expanded=true] {
  border-bottom: 0 !important;
}

.ticTooltip__icon {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
  z-index: 7000;
}
.ticTooltip__icon:hover, .ticTooltip__icon:focus {
  cursor: pointer;
}
.ticTooltip__h5 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.3rem;
}
.ticTooltip__p {
  font-size: 1.2rem;
}
.ticTooltip__p:last-child {
  margin-bottom: 0;
}

#tooltip {
  text-align: left;
  color: #ffffff;
  background-color: #277efc;
  position: absolute;
  z-index: 6000;
  padding: 1.5rem;
  /* triangle decoration */
}
#tooltip::after {
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #277efc;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  margin-left: -1rem;
}

#tooltip.top::after {
  border-top-color: transparent;
  border-bottom: 1rem solid #c4c4c4;
  top: -4rem;
  bottom: auto;
}

#tooltip.left::after {
  left: 1rem;
  margin: 0;
}

#tooltip.right::after {
  right: 1rem;
  left: auto;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ticTooltip__h5 {
    font-size: 1.2rem;
  }
  .ticTooltip__p {
    font-size: 1rem;
  }
  #tooltip {
    padding: 1rem;
  }
  #tooltip.top::after {
    border-top-color: transparent;
    border-bottom: 1rem solid #c4c4c4;
    top: -4rem;
    bottom: auto;
  }
  #tooltip.left::after {
    left: 1rem;
    margin: 0;
  }
  #tooltip.right::after {
    right: 1rem;
    left: auto;
    margin: 0;
  }
}
.loaderBG {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9001;
}

.loaderPosition {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  width: 5rem;
  height: 4rem;
  text-align: center;
  font-size: 1rem;
}

.loader > div {
  background-color: #febd27;
  height: 100%;
  width: 0.6rem;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loader .rect2 {
  animation-delay: -1.1s;
}

.loader .rect3 {
  animation-delay: -1s;
}

.loader .rect4 {
  animation-delay: -0.9s;
}

.loader .rect5 {
  animation-delay: -0.8s;
}

/*Pages imports*/
@media screen and (max-width: 380px) {
  .profileContainer .heading-3 {
    font-size: 2.8rem;
  }
}
.poweredByGoogle--profilePage {
  float: right;
  margin: 1rem 0 1.5rem 0;
}

@media screen and (max-width: 991px) {
  .poweredByGoogle--profilePage {
    float: left;
  }
}
.claimsHeader {
  background-color: rgba(166, 168, 171, 0.2);
}
.claimsHeader__heading {
  margin-bottom: 4rem;
  text-align: center;
}
.claimsHeader__informationBlocks {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 0;
  display: block;
  text-align: center;
}

.claimsToggleContainer {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}

.claimsToggleLabel {
  font-size: 1.8rem;
  cursor: pointer;
}

.toggleButton {
  border-radius: 5px;
  padding: 10px;
}

.dropdown-menu--actionButtons {
  width: 100%;
  top: 80%;
  border-radius: 0.5rem;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.dropdown-menu--actionButtons > li {
  margin: 1.5rem;
  font-size: 1.6rem;
}
.dropdown-menu--actionButtons > li a {
  color: #002469;
  text-decoration: none;
}
.dropdown-menu--actionButtons > li a:hover, .dropdown-menu--actionButtons > li a:focus {
  background-color: white;
  text-decoration: underline;
  color: #002469;
}

.claimsOfficeHours__disclaimer {
  margin: 2.4rem 0;
}
.claimsOfficeHours .generalCard {
  flex-direction: column;
}

@media screen and (max-width: 640px) {
  .claimsPolicyCard {
    margin: 2rem 0 0 0;
  }
  .claimsHeader__heading {
    margin-bottom: 4.5rem;
    text-align: center;
  }
  .claimsHeader__informationBlocks {
    font-size: 1.2rem;
  }
}
.assistance__finalWords {
  margin: 2rem 0 4rem 0;
  text-align: center;
  font-size: 1.8rem;
}

.bold-underline-text a {
  font-weight: bold;
  text-decoration: underline;
  color: inherit !important;
}

.assistanceHeader {
  background-color: rgba(166, 168, 171, 0.2);
}
.assistanceHeader__p {
  margin-bottom: 0;
}
.assistanceHeader__informationBlocks {
  width: 70%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.assistanceEmergencyHeader {
  background-color: #ffffff;
  padding-top: 2rem;
}

.assistanceEmergencyHeader__p {
  margin-bottom: 0;
}

.assistanceEmergencyHeader__informationTitle {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #B71D37;
  font-size: 3rem;
  font-weight: bold;
}

.assistanceEmergencyHeader__informationBlocks {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #404041;
}

.assistanceWhatsappHeader {
  background-color: rgba(166, 168, 171, 0.2);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.yourLocation {
  background-color: #002469;
  color: #ffffff;
  text-align: center;
}
.yourLocation__wrapper {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.yourLocation__heading {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.yourLocation__p {
  margin-bottom: 1rem;
}
.yourLocation__disclaimer {
  padding: 1rem 0;
  display: block;
}

.yourLocationDetails {
  color: #ffffff;
  text-align: center;
}
.yourLocationDetails__location {
  font-weight: 700;
  font-size: 1.6rem;
}
.yourLocationDetails__locationCord {
  display: block;
  margin: 1.5rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 90%;
  border-radius: 10rem;
  background-color: #ffffff;
  color: #277efc;
  line-height: 5rem;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.yourLocationDetails__locationCord:hover, .yourLocationDetails__locationCord:focus, .yourLocationDetails__locationCord:active {
  color: #ffffff;
  background-color: #002469;
  text-decoration: none;
  transition: 0.5s;
}

.googleBranding {
  background-color: #ffffff;
  padding: 1rem 0;
  width: 60%;
  margin: 0 auto;
}

.poweredByGoogle--assistance {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .yourLocation {
    background-color: #277efc;
    color: #ffffff;
  }
  .yourLocation__wrapper {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .yourLocation__heading {
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  .yourLocation__p {
    margin-bottom: 1rem;
  }
  .yourLocationDetails__locationCord span {
    font-size: 1.8rem;
  }
  .googleBranding {
    top: 1.8rem;
  }
}
.informationNeeded {
  background-color: #d0d4dd;
}
.informationNeeded__heading {
  color: #002469;
  text-align: center;
  font-weight: 500;
}
.informationNeeded__p {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .informationNeeded__heading {
    margin: 0;
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .informationNeeded__p {
    margin-bottom: 0;
    text-align: left;
  }
  .informationNeeded .googleBranding {
    background-color: #ffffff;
    padding: 1rem 0;
    margin: 2rem 0.2rem -1.8rem 0.2rem;
  }
  .informationNeeded .poweredByGoogle--assistance {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .yourLocationDetails__locationCord span {
    font-size: 1.6rem;
  }
}
.policyInformationPage__disclaimer {
  padding: 5rem 0;
  font-size: 1.6rem;
  color: #656a76;
}

.policyHeading {
  text-align: center;
  color: #002469;
  padding: 4.5rem 0;
}
.policyHeading__icon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5rem;
}
.policyHeading__number {
  font-size: 3.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  margin: 0;
}
.policyHeading__title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #febd27;
  margin: 0;
}

.policyInfoAccordion__container {
  color: #002469;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
.policyInfoAccordion__container:last-child {
  margin-bottom: 0;
}
.policyInfoAccordion__container--larger {
  margin-bottom: 4.5rem;
}
.policyInfoAccordion__heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  display: block;
  font-weight: 500;
}
.policyInfoAccordion__strong {
  color: currentColor;
  display: block;
  font-weight: 600;
}
.policyInfoAccordion__span {
  color: #febd27;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
.policyInfoAccordion--marginBot {
  margin-bottom: 2.5rem;
}
.policyInfoAccordion__linksContainer > a {
  color: #277efc;
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  margin-bottom: 4rem;
}
.policyInfoAccordion__linksContainer > a:last-child {
  margin-bottom: 0;
}
.policyInfoAccordion__linksContainer > a:hover, .policyInfoAccordion__linksContainer > a:focus, .policyInfoAccordion__linksContainer > a:active {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .policyInformationPage__disclaimer {
    padding: 3rem 0;
    font-size: 1.6rem;
  }
  .policyHeading {
    padding: 3rem 0;
  }
  .policyHeading__icon {
    width: 7rem;
    height: 7rem;
  }
  .policyHeading__number {
    font-size: 2.6rem;
    font-weight: 700;
  }
  .policyHeading__title {
    font-size: 2rem;
  }
  .policyInfoAccordion__container {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .policyInfoAccordion__container--larger {
    margin-bottom: 4rem;
  }
  .policyInfoAccordion__heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .policyInfoAccordion__span {
    font-size: 1.4rem;
  }
  .policyInfoAccordion--marginBot {
    margin-bottom: 2rem;
  }
  .policyInfoAccordion__linksContainer > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .policyInformationPage__disclaimer {
    font-size: 1.4rem;
  }
  .policyHeading__number {
    font-size: 2.2rem;
  }
  .policyHeading__title {
    font-size: 1.8rem;
  }
  .policyInfoAccordion__strong {
    font-weight: 500;
  }
  .policyInfoAccordion__container {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .policyInfoAccordion__container--larger {
    margin-bottom: 4rem;
  }
  .policyInfoAccordion__heading {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .policyInfoAccordion__span {
    font-size: 1.2rem;
  }
  .policyInfoAccordion__linksContainer > a {
    font-size: 1.2rem;
  }
}
.genericPagContent {
  padding: 3rem 0;
}
.genericPagContent p {
  line-height: 1.8;
}

.aboutContent {
  background-color: #002469;
}
.aboutContent__container {
  margin-top: 4rem;
}
.aboutContent__p {
  margin-bottom: 3.5rem;
  color: #ffffff;
  font-size: 1.8rem;
}
.aboutContent__p:last-child {
  margin-bottom: 0;
}
.aboutContent__link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.aboutContent__link:hover {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .aboutContent .heading-2 {
    display: none;
  }
  .aboutContent__container {
    margin-top: 0;
  }
  .aboutContent__p {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
  .aboutContent__p:last-child {
    margin-bottom: 0;
  }
}
.claimsContact {
  padding: 4rem 0;
  text-align: center;
}
.claimsContact--noBackground {
  background-color: none;
}
.claimsContact__h2 {
  margin-bottom: 2.5rem;
}
.claimsContact .btn-group {
  margin-bottom: 1.5rem;
}

.contactYourAgent {
  background-color: rgba(166, 168, 171, 0.2);
  padding: 4rem 0 4rem 0;
}
.contactYourAgent__h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
.contactYourAgent__defaultConsultantDetails {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .claimsContact {
    padding: 2rem 0;
  }
  .claimsContact__h2 {
    margin-bottom: 1.5rem;
  }
  .contactYourAgent {
    background-color: rgba(166, 168, 171, 0.2);
    padding: 2.5rem 0 2.5rem 0;
  }
  .contactYourAgent__h2 {
    margin-bottom: 2rem;
  }
  .contactYourAgent__defaultConsultantDetails {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}
.verificationPage {
  text-align: center;
  font-size: 2.2rem;
  color: #404041;
}
.verificationPage__container {
  padding: 5rem 3rem;
}
.verificationPage__p {
  margin-top: 2rem;
}
.verificationPage__a {
  font-weight: 700;
  text-decoration: none;
  color: #002469;
}
.verificationPage__a:hover, .verificationPage__a:active, .verificationPage__a:focus {
  text-decoration: underline;
  color: currentColor;
}

@media screen and (max-width: 767px) {
  .verificationPage {
    font-size: 1.8rem;
    color: #404041;
  }
  .verificationPage__container {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .verificationPage {
    font-size: 1.8rem;
    color: #404041;
  }
  .verificationPage__container {
    padding: 2.5rem 1.5rem;
  }
}
.createPasswordValidation {
  padding: 5rem 3rem;
  margin-top: 3rem;
}
.createPasswordValidation__h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .createPasswordValidation {
    padding: 2.5rem 2rem;
    margin-top: 0;
  }
  .createPasswordValidation__button {
    font-size: 1.6rem;
  }
}
/*Everything added back after thead node/sass upgrade*/
.iti {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 73px !important;
  }
}
.dashboard {
  background-color: #f5f7fa;
  height: calc(100vh - 65px);
  overflow: auto;
}
.dashboard__container {
  margin-top: 40px;
}
.dashboard__heading {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 1rem;
  color: #002469;
  font-weight: 600;
  text-align: center;
}
.dashboard__headingContainer {
  margin-bottom: 2.5rem;
}
.dashboard__banner {
  background: #002469 url("../images/CPBanner.png") no-repeat;
  background-size: cover;
  width: 100vw;
  max-width: 100%;
  height: 180px;
  background-position-x: center;
}
.dashboard__bannerText {
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboard__cardsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f7fa;
  padding-bottom: 100px;
  gap: 1.2rem;
}
.dashboard__bannerHeading {
  font-size: 58px;
  line-height: 68px;
}

.readmoreHover {
  display: none;
}

@media screen and (max-width: 767px) {
  .dashboard__container {
    margin-top: 15rem;
  }
  .dashboard__heading {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .dashboard__bannerHeading {
    font-size: 24px;
    line-height: 34px;
  }
  .dashboard__cardsContainer {
    gap: 1.2rem;
    justify-content: center;
  }
  .readmoreHover {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .readmoreHover {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .dashboard__container {
    margin-top: 3rem;
  }
}
.app .dashboard {
  margin: 0 !important;
}

/*# sourceMappingURL=style.css.map */

