.icon {
  display: inline-block;
}
.icon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iconInsideCircle {
  background-color: #FFFF;
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 55%;
  width: 55%;
  transform: translateY(0);
  position: static;
}
.iconInsideCircle__svg {
  fill: #005f96;
  height: 60%;
  width: 60%;
  transition: fill 0.25s ease;
}
.checkIcon {
  position: absolute;
  background-color: #7ed2c1;
  border-color: #7ed2c1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: 0;
  top: 2px;
}
.checkIcon__svg {
  fill: #FFFF;
  width: 15px;
}
.smallHeader {
  position: absolute;
  background-color: #005f96;
  border-color: #005f96;
  height: 22px;
  width: 22px;
  top: 5px;
}
.smallHeader__svg {
  margin-left: 5px;
  width: 11.68px;
}
.readmoreIcon {
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.readmoreIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.collapsible--triggered [data-collapsible="open"] + .readmoreIcon {
  transform: rotate(180deg);
}
.collapsible--triggered [data-collapsible="open"] + .readmoreIcon .readmoreIcon__svg {
  transform: translate(-50%, -50%);
}
[data-collapsible="trigger"] {
  cursor: pointer;
}
[data-collapsible="trigger"] .readmoreIcon {
  transition: transform 0.3s ease;
}
.big {
  border: 2px solid #005f96;
  height: 25px !important;
  width: 25px !important;
}
.rightside {
  transform: rotate(270deg) !important;
}
.breadcrumb-icon {
  position: relative;
}
.breadcrumb-icon__svg {
  color: currentColor;
  transition: fill 0.25s ease;
  width: 20px;
  height: 20px;
  fill: #005f96;
  transform: translate(-10px, 7.5px) rotate(25deg);
}
.rating-icon {
  color: #005f96;
  position: relative;
  height: 32px;
  width: 160px;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.multiColumnBlockIcon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
.multiColumnBlockIcon__svg {
  width: 100%;
  height: 100%;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.download-icon {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  left: 10px;
  top: 10px;
}
.download-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.card-icon {
  display: block;
  height: 150px;
  margin: 0 auto -180px auto;
  width: 150px;
  position: static;
}
.card-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-icon {
    height: calc(100% + 40px);
    left: 0;
    margin: 0;
    max-width: 200px;
    position: absolute;
    transform: translateY(-20px);
    width: auto;
  }
}
.pagination-icon {
  height: 20px;
  position: absolute;
  width: 20px;
  margin-top: 5px;
}
.pagination-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.info-icon {
  display: block;
}
.info-icon__svg {
  position: absolute;
  color: currentColor;
  transition: fill 0.25s ease;
  width: 30px;
  height: 30px;
  fill: #005f96;
}
.footer-contact-icon {
  display: inline-block;
  height: 25px;
  width: 20px;
  position: relative;
  margin-right: 10px;
}
.footer-contact-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.buttonWithIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  right: 2px;
  top: 4px;
}
.buttonWithIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.highlightIcon {
  display: inline-block;
  color: #7ED2C1;
  height: 60px;
  margin-bottom: 20px;
  position: static;
  width: 60px;
}
.highlightIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.gotoLinkIcon {
  border: 0;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.gotoLinkIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.seeListBelow {
  border: 2px solid #005f96;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.seeListBelow__svg {
  left: 50%;
  position: absolute;
  top: 55%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.link-button {
  display: inline-block;
  height: auto;
  width: auto;
  text-decoration: none;
  color: var(--button--text-color, #FFFF);
  background-color: var(--button--background-color, #005f96);
  cursor: pointer;
  font-size: 1rem;
  margin-top: 10px;
  border: 0px;
}
.iconButton {
  padding: 10px 25px !important;
}
.primary {
  padding: 7.5px 25px;
  border-radius: 30px;
  line-height: 1.7rem;
  margin-right: 10px;
}
.secondary {
  padding: 7.5px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.download {
  padding-left: 35px;
  position: relative;
}
.disabled-button {
  background-color: rgba(0, 95, 150, 0.2);
  border-color: transparent;
  cursor: not-allowed;
}
.logoButton {
  display: flex;
  height: auto;
  width: 90%;
  text-decoration: none;
  color: #005f96;
  font-size: 1rem;
  margin: 10px 0 10px;
  border: 1px solid #005f96;
  justify-content: space-between;
  flex-flow: row;
  background-color: #FFFFFF;
}
.buttonNoBorder {
  border: 1px solid #FFFFFF !important;
}
.imgLogo {
  display: inline-flex;
  position: relative;
  width: 100px;
  height: 25px;
  margin: auto;
}
.imgName {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  flex: 1;
}
.arrowIcon {
  float: right;
  text-decoration: none;
  border: 0;
  margin-left: 10px;
}
.footerX {
  color: #005f96;
  background-image: linear-gradient(#dff4f0, #bfe9e0);
  margin-top: 40px;
  padding-top: 40px;
}
.footerX__content {
  max-width: 1160px;
  margin: 0px auto;
}
.footerX__content .columnChange {
  column-count: 2;
  height: 100%;
}
.footerX__content__title {
  display: block;
  padding: 0 0 30px 0;
}
.footerX__content__title__h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #005f96;
}
.footerX__content .footerX-divider {
  border-bottom: 2px solid #B8E9DC;
  padding: 20px 0;
}
.footerX__content__table {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
}
.footerX__content__table a {
  border: 0;
}
.footerX__content__table__column a:not([href]) {
  cursor: default;
}
.footerX__content__table__column__row {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #005f96;
  line-height: 1.5rem;
  font-size: 0.8rem;
  border: none;
}
.footerX__content__table__column__row__heading {
  column-span: all;
}
.footerX__content__table__column__row__heading__text {
  font-weight: 700;
  font-size: 0.9rem;
}
.footerX__content__table__last-row__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #005f96;
  line-height: 1.5rem;
  font-size: 0.8rem;
  padding-right: 20px;
  border: none;
}
.footerX__content__table__last-row__link {
  display: inline-block;
  line-height: 0;
  padding-right: 10px;
}
.footerX__content__table__last-row__img {
  height: 2rem;
  width: auto;
  border: 0;
}
.footerX__content__table__last-row-social__icon {
  padding-left: 20px;
  color: #005f96;
  border: none;
}
.footerX__content__table__last-row-social__icon:first-child {
  padding-left: 0;
}
.footerX__content__table__column:last-child,
.footerX__content__table__last-row-social:last-child {
  margin-left: auto;
}
.footerX .footerX__content__table__column__row__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footerX .footerX__content__table__column__row-wrapper.visible {
    display: block;
  }
  .footerX .footerX__content__table__column:last-child {
    border: 0;
  }
  .footerX .footerX__content__table__column:last-child .footerX__content__table__column__row__toggle {
    display: none;
  }
  .footerX .footerX__content__table__column:last-child > .footerX__content__table__column__row-wrapper {
    display: block !important;
  }
  .footerX .footerX__content .columnChange {
    column-count: unset;
    column-gap: unset;
  }
  .footerX .footerX__content__title {
    text-align: center;
  }
  .footerX .footerX__content__title__h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .footerX .footerX__content__table {
    grid-template-columns: 1fr;
    gap: 0 !important;
  }
  .footerX .footerX__content__table__column {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #B8E9DC;
  }
  .footerX .footerX__content__table__column__row__heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footerX .footerX__content__table__column__row__toggle {
    display: inline-block;
  }
  .footerX .footerX__content__table__column__row__toggle__icon {
    display: block;
    border: 1px solid #005f96;
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }
  .footerX .footerX__content__table__column__row__toggle__icon__svg {
    left: 50%;
    position: absolute;
    top: 35%;
    fill: #005f96;
    height: 10px;
    transform: translate(-50%, -50%);
    width: 10px;
  }
  .footerX .footerX__content__table__column__row__toggle__column:last-child {
    margin-left: 0;
  }
  .footerX .footerX__content__table__column__row-wrapper {
    display: none;
  }
  .footerX .footerX__content__table__last-row {
    padding: 15px 0;
    text-align: center;
  }
  .footerX .footerX__content__table__last-row-social {
    margin: 0 auto !important;
  }
  .footerX .footerX__content__table .image-items {
    text-align: center;
    padding: 0 0 30px;
  }
  .footerX .footerX__content__table__column:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .footerX .footerX__content {
    padding: 20px 20px;
  }
  .footerX .footerX__content__table {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footerX .footerX__content__table__column:last-child,
  .footerX .footerX__content__table__last-row-social:last-child {
    margin: 0;
  }
}
.writer-profile {
  display: flex;
  width: 100%;
  margin: 30px 0 0 0;
  border: 1px solid #c9eae3;
  border-radius: 5px;
}
.writer-profile__user {
  display: flex;
  flex: 1;
  margin: 15px;
}
.writer-profile__user__image {
  flex-shrink: 0;
  width: 194px;
  height: 194px;
  margin: auto 0;
}
.writer-profile__user__content {
  padding: 15px 15px 0 15px;
}
.writer-profile__user__content__h2 {
  font-size: 1.2rem;
  line-height: 35px;
}
.writer-profile__user__content__description {
  color: #005f96;
  padding-top: 10px;
  line-height: 20px;
  font-size: 16px;
}
.writer-profile__user__content__link {
  margin-top: 15px;
  color: #005f96;
  text-decoration: underline;
  font-size: 16px;
}
.writer-profile__contact {
  display: flex;
  flex: 1;
  background-image: linear-gradient(#dff4f0, #bfe9e0);
}
.writer-profile__contact__details {
  margin: 15px;
  padding: 15px 15px 0 15px;
}
.writer-profile__contact__details__h2 {
  font-size: 1.2rem;
  line-height: 35px;
}
.writer-profile__contact__details__description {
  color: #005f96;
  padding-top: 10px;
  line-height: 20px;
  font-size: 16px;
}
.writer-profile__contact__details__buttons {
  margin: 15px 0;
}
.writer-profile .link-button {
  text-align: left;
  min-width: 180px;
}
@media only screen and (max-width: 1200px) {
  .writer-profile {
    flex-direction: column;
  }
  .writer-profile__user {
    width: auto;
  }
  .writer-profile__user__image {
    width: 115px;
    height: 115px;
  }
  .writer-profile__user__content {
    padding: 15px;
  }
  .writer-profile__contact {
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .writer-profile__user__content__h2 {
    font-size: 0.9rem;
  }
  .writer-profile__user__content__description {
    display: none;
  }
}
.component {
  margin-top: 40px;
  --padding-inline: 0rem;
  --content-max-width: 840px;
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end] minmax(var(--padding-inline), 1fr) [full-width-end];
  position: relative;
  overflow: hidden;
}
.component > * {
  grid-column: content;
}
.component > h2 {
  margin: 20px 15px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #005f96;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .component > h2 {
    font-size: 1.6rem;
    line-height: 2rem ;
  }
}
.component.breakout:not(.panel) {
  --content-max-width: 1160px;
}
.component.panel {
  background-color: #c9eae3;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 40px;
}
@media only screen and (max-width: 1200px) {
  .component.panel {
    left: calc(-50vw + 50%);
  }
}
