@charset "UTF-8";
/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
@import url(root.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! Google Fonts !*/
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--Grey, #6c6c6c);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
  overflow-x: hidden;
  background: #fff;
}

p {
  padding: 0rem;
  margin: 0rem 0 1.5rem;
  color: var(--Grey, #6c6c6c);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  color: var(--Blue-2, #1eafc5);
  font-family: var(--Montserrat-Global);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}

h2 {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  color: var(--Blue-2, #1eafc5);
  font-family: var(--Montserrat-Global);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}

h3 {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  font-family: var(--Montserrat-Global);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

h4 {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  color: #fff;
  font-family: var(--Montserrat-Global);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  margin: 0rem 0rem 1.25rem;
  padding: 0rem;
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  line-height: normal;
}

h6 {
  margin: 0rem 0rem 1.25rem;
  padding: 0rem;
  font-family: var(--Montserrat-Global);
  font-size: 0.875rem;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

.mb-48 {
  margin-bottom: 3rem;
}

.btn {
  display: inline-block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; /* 187.5% */
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background: var(--Dark-Blue, #0d2341);
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  color: var(--Dark-Blue-2, #0a1324);
  background: var(--White, #fefefe);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
.btn:hover {
  color: var(--Dark-Blue-2, #0a1324);
  background: var(--White, #fefefe);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
.btn.btnWhite {
  background: var(--White, #fefefe);
  border: 1px solid #fff;
  color: var(--Dark-Blue-2, #0a1324);
}
.btn.btnWhite:focus, .btn.btnWhite:active:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
  background: var(--Dark-Blue-2, #0a1324);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
.btn.btnWhite:hover {
  color: #fff;
  background: var(--Dark-Blue-2, #0a1324);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}

input:not([type=submit], [type=radio], [type=checkbox])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--Grey, #6c6c6c);
  opacity: 1;
  font-size: 0.875rem;
}

input:not([type=submit], [type=radio], [type=checkbox])::-moz-input-placeholder,
select::-moz-input-placeholder {
  color: var(--Grey, #6c6c6c);
  opacity: 1;
  font-size: 0.875rem;
}

input:not([type=submit], [type=radio], [type=checkbox])::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: var(--Grey, #6c6c6c);
  opacity: 1;
  font-size: 0.875rem;
}

input:not([type=submit], [type=radio], [type=checkbox])::-moz-input-placeholder,
select::-moz-input-placeholder {
  color: var(--Grey, #6c6c6c);
  opacity: 1;
  font-size: 0.875rem;
}

input:not([type=submit], [type=radio], [type=checkbox]),
select {
  display: block;
  width: 100%;
  color: var(--Dark-Blue-2, #0a1324);
  font-family: var(--Montserrat-Global);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  height: auto;
  padding: 1.0625rem 0.75rem;
  margin-bottom: 1.25rem;
  outline: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea {
  padding: 1.0625rem 0.75rem;
  width: 100%;
  height: 150px;
  resize: none;
  overflow: hidden;
  color: var(--Dark-Blue-2, #0a1324);
  font-family: var(--Montserrat-Global);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 0 2.5rem;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-image: url(../images/down-arrow-select-gray.png);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  height: auto;
  cursor: pointer;
  background-color: #fff;
  background-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
}

select:focus {
  border: 1px solid #cccccc;
  outline: none;
  background-color: #fff;
}

select option {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
}

label {
  color: var(--Dark-Blue-2, #0a1324);
  font-family: var(--Montserrat-Global);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 0.5rem;
  padding: 0;
}

label.checkbx-custom {
  position: relative;
  cursor: pointer;
  color: grey;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 0.6rem;
}
label.checkbx-custom input {
  position: absolute;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
label.checkbx-custom span.ck_txt {
  display: inline-block;
  position: relative;
}
label.checkbx-custom span.ck_txt:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.0938rem solid grey;
  padding: 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  border-radius: 2px;
  top: 1px;
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
label.checkbx-custom input:checked + * {
  color: #1eafc5;
}
label.checkbx-custom input:checked + span.ck_txt::before {
  background: #fff;
  border: 0.0938rem solid #1eafc5;
}
label.checkbx-custom input:checked + span.ck_txt:after {
  content: " ";
  position: absolute;
  display: inline-block;
  border: 0.0938rem solid #1eafc5;
  width: 12px;
  height: 12px;
  font-size: 0;
  color: #1eafc5;
  background: #1eafc5;
  margin: 0;
  left: 4px;
  top: 5px;
  border-radius: 50%;
}

section h1,
section h2 {
  margin: 0 0 1.5rem;
}
section h5 {
  color: var(--Blue-1, #1d8acf);
  margin: 0 0 0.625rem;
}

header.header_main {
  position: relative;
  padding: 0.625rem 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
}
header.header_main .adjust_flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header_main .logo {
  display: inline-block;
  max-width: 7.375rem;
}
header.header_main .logo a {
  display: block;
}
header.header_main .logo a img {
  width: 100%;
}
header.header_main .stellarnav {
  margin-left: auto;
}
header.header_main .hd-btn {
  margin-left: 1.875rem;
}
header.header_main .hd-btn .btn {
  white-space: nowrap;
  max-width: 194px;
  width: 100%;
  border: 1px solid #0d2341;
}
header.header_main .hd-btn .btn:hover, header.header_main .hd-btn .btn:focus {
  border: 1px solid #0d2341;
}

section.banner {
  position: relative;
  padding: 11.875rem 0;
  background: linear-gradient(246deg, #0c77aa -14.71%, #1cc0d6 95.8%);
  z-index: 1;
}
section.banner::before {
  content: " ";
  position: absolute;
  width: 43.875rem;
  height: 35.125rem;
  left: 0;
  bottom: 0;
  background: url(../images/circle_double.png) no-repeat;
  background-size: contain;
}
section.banner .woman_stand {
  width: 100%;
  max-width: 36.75rem;
  height: auto;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: calc(50vw + 50px);
}
section.banner .woman_stand .text_vertical {
  display: inline-block;
  position: absolute;
  right: -45px;
  line-height: 1;
  padding-top: 0.5rem;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.07);
  font-family: Montserrat;
  font-size: 132.743px;
  /* font-style: normal; */
  font-weight: 800;
  line-height: normal;
  bottom: 0;
  z-index: -1;
}
section.banner .full_ban_txt {
  position: relative;
  z-index: 1;
}
section.banner .full_ban_txt h1 {
  color: var(--White, #fefefe);
  font-family: var(--Montserrat-Global);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 1.88rem;
}
section.banner .full_ban_txt h2 {
  color: #fff;
  font-family: var(--Montserrat-Global);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 125% */
  margin: 0 0 0.625rem;
}
section.banner .full_ban_txt p {
  color: #fff;
  margin: 0 0 2.5rem;
}
section.hm_sec1 {
  padding: 4.375rem 0 5rem;
}
section.hm_sec1 .two_gallery {
  width: 100%;
  max-width: 40.125rem;
  height: 100%;
  position: relative;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
section.hm_sec1 .two_gallery::before {
  content: " ";
  position: absolute;
  width: 128.529px;
  height: 115px;
  background: url(../images/dots_line.svg);
  background-size: contain;
  top: 20px;
  left: calc(50% + 20px);
}
section.hm_sec1 .two_gallery .gallery_fm {
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
section.hm_sec1 .two_gallery .gallery_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_sec1 .two_gallery .gallery_fm:last-child {
  height: 399px;
}
section.hm_sec1 .column_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin: 2.5rem 0 0;
}
section.hm_sec1 .column_two h4 {
  margin: 0 0 1rem;
  color: var(--Blue-1, #1d8acf);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.hm_sec1 .column_two p {
  margin: 0 0 3.75rem;
}
section.hm_sec1 .column_two .btn {
  width: 100%;
  padding: 0.875rem 0.675rem;
}
section.hm_sec1 .column_two .music_play {
  display: flex;
  gap: 0.9375rem;
  margin-top: auto;
}
section.hm_sec1 .column_two .each_col {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.hm_sec1 .column_two .each_col + .each_col::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  left: -15px;
  top: 0;
}

section.hm_sec2 {
  padding: 5rem 0;
  background: #f8f8f8;
}
section.hm_sec2 .gp_abt .listing_ab + .listing_ab {
  margin-top: 3.75rem;
}
section.hm_sec2 .gp_abt .listing_ab:nth-child(odd) .row {
  flex-direction: row-reverse;
}
section.hm_sec2 .gp_abt .listing_ab .ab_fm {
  width: 100%;
  height: 100%;
}
section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img {
  max-width: 26.125rem;
  width: 100%;
  height: 100%;
  position: relative;
}
section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img::after {
  content: " ";
  position: absolute;
  width: 8.0331rem;
  height: 7.1875rem;
  background: url(../images/dots_line.svg) no-repeat;
  top: 5.5625rem;
  right: -160px;
}
section.hm_sec2 .gp_abt .listing_ab h4 {
  margin: 0 0 0.625rem;
}
section.hm_sec2 .gp_abt .listing_ab h2 {
  margin: 0 0 1.875rem;
}
section.hm_sec2 .gp_abt .listing_ab p + .btn {
  margin-top: 2.5rem;
}

section.hm_sec3 {
  position: relative;
  padding: 3.75rem 0;
  background: var(--Gradient, linear-gradient(180deg, #0098ac 0%, #0c77aa 100%));
  z-index: 1;
}
section.hm_sec3::before {
  content: " ";
  position: absolute;
  width: 702px;
  height: 562px;
  background: url(../images/white_rabinbow.png) no-repeat;
  left: 0;
  bottom: 0;
  z-index: -1;
}
section.hm_sec3 .grids_each {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
section.hm_sec3 .grids_each .each_col {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  justify-content: end;
}
section.hm_sec3 .grids_each .each_col:nth-child(even) {
  flex-direction: column-reverse;
}
section.hm_sec3 .grids_each .each_col .circle_img {
  width: 100%;
  height: 100%;
  min-height: 12.125rem;
  max-height: 12.125rem;
  border-radius: 50%;
  overflow: hidden;
}
section.hm_sec3 .grids_each .each_col .circle_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_sec3 .grids_each .each_col .radius_rec_img {
  width: 100%;
  height: 100%;
  min-height: 21.6875rem;
  max-height: 21.6875rem;
  border-radius: 6.0625rem;
  overflow: hidden;
}
section.hm_sec3 .grids_each .each_col .radius_rec_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_sec3 .grids_each .each_col:last-child .radius_rec_img {
  min-height: 17.0625rem;
  max-height: 17.0625rem;
}
section.hm_sec3 h2 {
  color: #fff;
  margin: 0 0 1.25rem;
}
section.hm_sec3 p {
  color: var(--White, #fff);
  line-height: 1.5rem; /* 150% */
  margin: 0 0 2rem;
}
section.hm_sec3 ul.list_news {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
section.hm_sec3 ul.list_news li {
  display: grid;
  grid-template-columns: 5.125rem 1fr;
  gap: 1.875rem;
}
section.hm_sec3 ul.list_news li .white_circle {
  width: 82px;
  height: 82px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hm_sec3 ul.list_news li .new_dt h3 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin: 0 0 0.75rem;
}
section.hm_sec3 ul.list_news li .new_dt p {
  margin: 0 0 1rem;
}

section.hm_sec4 {
  position: relative;
  padding: 5rem 0 9.375rem;
  text-align: center;
  z-index: 1;
}
section.hm_sec4::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background: url(../images/blue_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
section.hm_sec4 h4 + h2 {
  margin: 0 0 3.75rem;
}
section.hm_sec4 .social_icon {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
section.hm_sec4 .social_icon a {
  display: block;
}
section.hm_sec4 .social_icon a img {
  width: 100%;
}

section.hm_sec5 {
  padding: 5rem 0;
}
section.hm_sec5 .contact_blue {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: url(../images/white_line.svg) no-repeat, linear-gradient(180deg, #0098ac 0%, #0c77aa 100%);
  padding: 3.75rem 2rem;
  justify-content: space-between;
  background-position: bottom center;
  background-size: cover;
}
section.hm_sec5 .contact_blue h2 {
  color: var(--White, #fefefe);
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.hm_sec5 .contact_blue ul.contact_list li {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: grid;
  grid-template-columns: 1.5625rem 1fr;
  gap: 1.5625rem;
  align-items: start;
}
section.hm_sec5 .contact_blue ul.contact_list li span {
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
}
section.hm_sec5 .contact_blue ul.contact_list li a,
section.hm_sec5 .contact_blue ul.contact_list li p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  word-break: break-all;
}
section.hm_sec5 .contact_blue ul.contact_list li + li {
  margin-top: 1.5rem;
}
section.hm_sec5 .contact_blue ul.contact_list li:last-child span {
  top: 0.5rem;
}
section.hm_sec5 h2 {
  margin: 0 0 2rem;
}
section.hm_sec5 form input[type=submit] {
  max-width: 194px;
  width: 100%;
}

footer.ft_main {
  background: var(--Dark-Blue-2, #0a1324);
}
footer.ft_main .middle_ft {
  padding: 2.5rem 0 3.75rem;
}
footer.ft_main .middle_ft .ft_item {
  width: 100%;
  margin-bottom: 1.3125rem;
}
footer.ft_main .middle_ft .ft_item .ft_logo {
  max-width: 12.125rem;
  width: 100%;
  margin: 0 0 1.875rem;
}
footer.ft_main .middle_ft .ft_item h4 {
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
}
footer.ft_main .middle_ft .ft_item p {
  color: var(--White, #fefefe);
  font-family: var(--Montserrat-Global);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
footer.ft_main .middle_ft .ft_item ul li + li {
  margin-top: 1.25rem;
}
footer.ft_main .middle_ft .ft_item ul li a {
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer.ft_main .middle_ft .ft_item ul li a:hover {
  color: #0098ac;
}
footer.ft_main .middle_ft .ft_item.ft_dt p {
  max-width: 26.125rem;
  width: 100%;
}
footer.ft_main .copyright {
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  text-align: center;
}
footer.ft_main .copyright p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
}
.audio-player .waveform {
  display: flex;
  align-items: center;
  gap: 10px;
}
.audio-player .waveform div {
  width: 2px;
  height: 15px;
  background-color: gray;
}
.audio-player .waveform div:nth-child(2n) {
  height: 30px;
}
.audio-player .waveform.playing div {
  animation: pulse 1s infinite ease-in-out;
}
.audio-player .waveform.playing div:nth-child(2n) {
  animation: pulse-rev 1s infinite ease-in-out;
}
.audio-player .play-button {
  background-color: #00a3c7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: white;
}
.audio-player .play-button.play::before {
  content: "▶";
}
.audio-player .play-button.pause::before {
  content: "❚❚";
}

@keyframes pulse {
  0%, 100% {
    height: 15px;
  }
  50% {
    height: 30px;
  }
}
@keyframes pulse-rev {
  0%, 100% {
    height: 30px;
  }
  50% {
    height: 15px;
  }
}
.imgsec img {
  width: 100%;
}

section.hm_sec6 {
  width: 100%;
  padding: 3.75rem 0;
  background: url(../images/sh_img1.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
section.hm_sec6 .sch_fm {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
section.hm_sec6 .sch_fm img {
  width: 100%;
  height: 100%;
}

section.inner_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(246deg, #0c77aa -14.71%, #1cc0d6 95.8%);
  padding: 0;
  height: 25rem;
}
section.inner_banner .fullbanner {
  position: relative;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.inner_banner .fullbanner::before {
  content: " ";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(246deg, #0c77aa -14.71%, #1cc0d6 95.8%);
  z-index: 1;
}
section.inner_banner .fullbanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner_banner .inner_middleTxt {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
section.inner_banner .inner_middleTxt .inner_banner_txt {
  width: 100%;
  margin: auto;
  text-align: left;
}
section.inner_banner .inner_middleTxt .inner_banner_txt h1 {
  color: var(--White, #fefefe);
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1rem;
}
section.inner_banner .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.625rem 0;
  margin: 0 0 2rem;
}
section.inner_banner .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner li {
  color: var(--White, #fefefe);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
section.inner_banner .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner li a {
  color: var(--Dark-Blue-2, #0a1324);
  text-decoration: none;
}
section.inner_banner .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner li + li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/white-arrow-right.svg) no-repeat center;
  margin: 0 0.5rem;
}
section.inner_banner .inner_middleTxt .inner_banner_txt p {
  color: var(--White, #fefefe);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
}

section.podcastSec1 {
  padding: 5rem 0;
}
section.podcastSec1 .pfm {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
section.podcastSec1 .pfm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.podcastSec2 {
  padding: 5rem 0;
  background: #f8f8f8;
}
section.podcastSec2 .select_form {
  max-width: 427px;
  width: 100%;
  display: flex;
  margin-left: auto;
}
section.podcastSec2 .select_form form {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.25rem;
  width: 100%;
}
section.podcastSec2 .select_form form > select {
  color: var(--White, #fefefe);
  font-family: Montserrat;
  background-image: url(../images/down-arrow-select.png);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.75rem 2.45rem 0.75rem 0.75rem;
  white-space: break-spaces;
}
section.podcastSec2 .select_form form > select:nth-child(1) {
  background-color: var(--Blue-2, #1eafc5);
  border: 1px solid var(--Blue-2, #1eafc5);
}
section.podcastSec2 .select_form form > select:nth-child(2) {
  background-color: var(--Dark-Blue, #0d2341);
  border: 1px solid var(--Dark-Blue, #0d2341);
}
section.podcastSec2 .mb2_5 {
  margin-bottom: 2.5rem;
}

.podcastItem {
  width: 100%;
  margin: 0 0 2.5rem;
}
.podcastItem .podcastFm {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.podcastItem .podcastFm a {
  display: block;
  width: 100%;
  height: 100%;
}
.podcastItem .podcastFm a img {
  width: inherit;
  height: inherit;
}
.podcastItem .podcastDt h4 {
  color: var(--Blue-2, #1eafc5);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0.75rem;
}
.podcastItem .podcastDt h4 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.podcastItem .podcastDt p {
  margin: 0 0 1.5rem;
}
.podcastItem .podcastDt ul.p_info {
  display: flex;
  margin: 0 0 1.5rem;
}
.podcastItem .podcastDt ul.p_info li {
  flex: 1 0 0%;
  display: flex;
  gap: 0.5rem;
  color: var(--Dark-Blue, #0d2341);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem; /* 143.75% */
}
.podcastItem .podcastDt ul.p_social {
  display: flex;
  gap: 0.75rem;
}
.podcastItem .podcastDt ul.p_social li a:hover {
  filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(694%) hue-rotate(178deg) brightness(93%) contrast(98%);
}

section.podcastSec3 {
  padding: 3.75rem 0;
  background: linear-gradient(180deg, #0098ac 0%, #0c77aa 100%);
}
section.podcastSec3 h2,
section.podcastSec3 p {
  color: #fff;
}
section.podcastSec3 .ap_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.podcastSec3 .ap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.globalModal .modal-dialog {
  max-width: 47.125rem;
}
.globalModal .modal-body {
  padding: 2rem;
  border-radius: 0.75rem;
  background: #f9f9f9;
}
.globalModal .modal-body .modalHeading {
  display: grid;
  grid-template-columns: 1fr 2.5rem;
  gap: 1.875rem;
}
.globalModal .modal-body .modalHeading h2 {
  color: var(--Blue-2, #1eafc5);
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.globalModal .modal-body .modalHeading .btn-close {
  width: 40px;
  height: 40px;
  background: url(../images/modal_close.svg) no-repeat;
  opacity: 1;
  color: #fff;
  background-position: center;
  box-shadow: none;
}
.globalModal .modal-body .fill_fm h3 {
  color: var(--Dark-Blue-2, #0a1324);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem; /* 150% */
  margin: 0 0 1.5rem;
}
.globalModal .modal-body .fill_fm h4 {
  color: var(--Dark-Blue-2, #0a1324);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.globalModal .modal-body .fill_fm label {
  color: var(--Dark-Blue-2, #0a1324);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.globalModal .modal-body .fill_fm label.checkbx-custom {
  font-size: 0.875rem;
  color: grey;
}
.globalModal .modal-body .fill_fm input:not([type=submit]),
.globalModal .modal-body .fill_fm select {
  color: var(--Grey, #6c6c6c);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  margin: 0 0 2.5rem;
}
.globalModal .modal-body .fill_fm .checkbx-custom {
  margin: 0 0 1rem;
}
.globalModal .modal-body .fill_fm .checkbx-custom + h3 {
  margin-top: 1.5rem;
}
.globalModal .modal-body .fill_fm .goals input:not([type=submit]),
.globalModal .modal-body .fill_fm .goals select {
  margin: 0 0 1.25rem;
}

section.inner_banner ul.banner_social_link {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
section.inner_banner ul.banner_social_link li a {
  display: flex;
  padding: 0.375rem 0.75rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.2);
  color: var(--White, #fefefe);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}
section.inner_banner ul.banner_social_link li a i {
  font-size: 1.5rem;
}
section.inner_banner.podDpg::after {
  content: " ";
  position: absolute;
  width: 31.25rem;
  height: 100%;
  background: url(../images/inner-banner-podcast-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 0;
  bottom: 0;
}
section.inner_banner.podDpg p {
  max-width: 40rem;
}

section.podcastDSec1 {
  padding: 5rem 0 0;
}

.auditItem {
  display: grid;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  align-items: center;
  gap: 3.75rem;
  flex-shrink: 0;
  grid-template-columns: 21.3125rem 1fr;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  margin: 0 0 2.5rem;
}
.auditItem .auditFm {
  width: 100%;
}
.auditItem .auditFm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auditItem .auditDetails h3 {
  color: var(--Blue-2, #1eafc5);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1rem;
}
.auditItem .auditDetails ul.aduit_txt {
  display: flex;
  margin: 0 0 2.5rem;
}
.auditItem .auditDetails ul.aduit_txt li {
  color: var(--Grey, #6c6c6c);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.auditItem .auditDetails ul.aduit_txt li + li::before {
  content: "-";
  color: var(--Grey, #6c6c6c);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0.25rem;
}
.auditItem .auditDetails .audioScound audio {
  width: 100%;
  background: transparent;
}

section.inner_banner.bkPg::after {
  content: " ";
  position: absolute;
  width: 31.25rem;
  height: 100%;
  background: url(../images/inner-banner-podcast-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 0;
  bottom: 0;
}
section.inner_banner.bkPg .fullbanner::before {
  display: none;
}
section.inner_banner.bkPg .fullbanner .woman_stand {
  width: 100%;
  max-width: 22.45rem;
  height: auto;
  position: relative;
  margin: unset;
  bottom: 0;
  right: 0;
  margin-left: auto;
}
section.inner_banner.bkPg .fullbanner .woman_stand .text_vertical {
  display: inline-block;
  position: absolute;
  right: 0.9375rem;
  line-height: 1;
  padding-top: 0;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.07);
  font-family: Montserrat;
  font-size: 4rem;
  /* font-style: normal; */
  font-weight: 800;
  line-height: normal;
  bottom: 0;
  z-index: -1;
}

section.bkSec1 {
  padding: 5rem 0;
}
section.bkSec1 .bkFm {
  width: 100%;
}
section.bkSec1 .bkFm img {
  width: 100%;
}
section.bkSec1 h4 {
  color: var(--Brown, #26211f);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
}
section.bkSec1 ul.listen_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
section.bkSec1 ul.listen_list li .sound-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
section.bkSec1 ul.listen_list li .sound-link p {
  color: var(--Brown, #26211f);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
  line-height: normal;
  margin: 0;
  padding: 0;
}

section.bkSec2 {
  text-align: center;
}
section.bkSec2 .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}
section.bkSec2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
section.bkSec2 .reviewSwiper {
  max-width: 68.125rem;
  width: 100%;
}
section.bkSec2 .reviewsItem p {
  position: relative;
  padding: 0 7rem;
  margin-bottom: 2.5rem;
}
section.bkSec2 .reviewsItem p::before {
  content: " ";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/left_topic.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
section.bkSec2 .reviewsItem p::after {
  content: " ";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/right_topic.svg) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
section.bkSec2 .reviewsItem .reviewUser {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4.5rem;
  border: 1px solid var(--Blue-2, #1eafc5);
  margin: 0 auto 0.75rem;
}
section.bkSec2 .reviewsItem h5 {
  color: var(--Brown, #26211f);
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.bkSec2 .reviewsItem h6 {
  color: var(--Grey, #6c6c6c);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.sponsorSec1 {
  padding: 5rem 0;
  text-align: center;
}
section.sponsorSec1 .sponsorItem {
  border-radius: 0.75rem;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  margin: 0 0 2.5rem;
}
section.sponsorSec1 .sponsorItem .sponsorImg {
  padding: 0 6rem;
}
section.sponsorSec1 .sponsorItem .sponsorImg a {
  display: block;
}
section.sponsorSec1 .sponsorItem .sponsorImg a img {
  width: 100%;
}
section.sponsorSec1 .sponsorItem h4 {
  border-top: 1px solid #ccc;
  color: var(--Dark-Blue-2, #0a1324);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0.88rem;
}

section.sponsorSec2 .sp_fm {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
section.sponsorSec2 .sp_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.resourceSec1 {
  padding: 5rem 0 0;
}

.resourcesItem {
  border-radius: 0.75rem;
  background: var(--White, #fff);
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.06);
  padding: 1rem 0.75rem;
}
.resourcesItem .resourcesFm {
  border-radius: 0.375rem;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.resourcesItem .resourcesFm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resourcesItem .resourcesDt h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1rem;
}
.resourcesItem .resourcesDt h3 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.resourcesItem .resourcesDt p {
  color: var(--Grey, #6c6c6c);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  margin: 0 0 1.5rem;
}
.resourcesItem .resourcesDt a {
  color: var(--Blue-3, #1b8fa4);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.resourcesItem .resourcesDt a span {
  display: inline-block;
  margin-right: 0.5rem;
}

section.merchSec1 {
  padding: 5rem 0;
}

.merchItem {
  width: 100%;
  border-radius: 0.75rem;
  background: var(--White, #fff);
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.06);
  padding: 0.75rem;
  margin: 0 0 2.5rem;
}
.merchItem .merchFm {
  width: 100%;
  margin: 0 0 1.19rem;
}
.merchItem .merchFm a {
  display: block;
}
.merchItem .merchFm a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.merchItem .merchDt .star-rates {
  margin: 0 0 0.75rem;
}
.merchItem .merchDt .star-rates span {
  color: #ffa336;
  font-size: 1.125rem;
}
.merchItem .merchDt h4 {
  color: var(--Dark-Blue-2, #0a1324);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.75rem;
}
.merchItem .merchDt h4 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.merchItem .merchDt h3 {
  color: var(--Blue-3, #1b8fa4);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
}
.merchItem .merchDt .btn {
  display: block;
}
.merchItem .merchDt .added_to_cart {
  display: inline-block;
  position: relative;
  color: var(--Dark-Blue-2, #0a1324);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: 1px solid #fff;
  border-radius: 4px;
  background: var(--White, #fefefe);
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  border: 1px solid var(--Dark-Blue-2, #0a1324);
  text-decoration: none;
}
.merchItem .merchDt .added_to_cart:focus, .merchItem .merchDt .added_to_cart:active:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
  background: var(--Dark-Blue-2, #0a1324);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
.merchItem .merchDt .added_to_cart:hover {
  color: #fff;
  background: var(--Dark-Blue-2, #0a1324);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}

section.contactSec2 {
  padding: 0 0 5rem;
}
section.contactSec2 .mapFm {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
section.contactSec2 .mapFm iframe {
  width: 100%;
  height: 21.875rem;
}

section.bkSec1 button.woocommerce-button.button.woocommerce-form-login__submit,
section.bkSec1 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  display: inline-block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; /* 187.5% */
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background: var(--Dark-Blue, #0d2341);
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
section.bkSec1 button.woocommerce-button.button.woocommerce-form-login__submit:focus, section.bkSec1 button.woocommerce-button.button.woocommerce-form-login__submit:active:focus,
section.bkSec1 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus,
section.bkSec1 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:active:focus {
  outline: 0;
  box-shadow: none;
  color: var(--Dark-Blue-2, #0a1324);
  background: var(--White, #fefefe);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
section.bkSec1 button.woocommerce-button.button.woocommerce-form-login__submit:hover,
section.bkSec1 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  color: var(--Dark-Blue-2, #0a1324);
  background: var(--White, #fefefe);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
section.bkSec1 a.woocommerce-privacy-policy-link,
section.bkSec1 p.woocommerce-LostPassword.lost_password a {
  color: var(--Blue-2, #1eafc5);
  text-decoration: none;
}
section.bkSec1 .woocommerce-privacy-policy-text {
  margin: 0 0 1.25rem;
}
section.bkSec1 label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
}
section.bkSec1 .wc-block-grid__product-title {
  font-size: 1.25rem;
  line-height: normal;
  color: var(--Blue-2, #1eafc5);
  text-decoration: none;
}
section.bkSec1 a.wc-block-grid__product-link {
  text-decoration: none;
}
section.bkSec1 .wc-block-grid__product-price.price {
  font-size: 1rem;
}
section.bkSec1 .wc-block-grid__product-rating .star-rating {
  font-size: 1.25rem;
}
section.bkSec1 .wc-block-grid__product-rating .star-rating span:before {
  color: var(--Blue-2, #1eafc5);
}
section.bkSec1 a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
  display: inline-block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; /* 187.5% */
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background: var(--Dark-Blue, #0d2341);
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px;
}
section.bkSec1 a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus, section.bkSec1 a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:active:focus {
  outline: 0;
  box-shadow: none;
  color: var(--Dark-Blue-2, #0a1324);
  background: var(--White, #fefefe);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}
section.bkSec1 a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
  color: var(--Dark-Blue-2, #0a1324);
  background: var(--White, #fefefe);
  border: 1px solid var(--Dark-Blue-2, #0a1324);
}

a.pdf-box {
  border-radius: 0.75rem;
  background: var(--White, #fff);
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.06);
  padding: 2rem 0.75rem;
  display: block;
  text-decoration: none;
  margin-bottom: 2rem;
  text-align: center;
}
a.pdf-box img {
  height: 70px;
  margin-bottom: 1.5rem;
  transition: all ease 0.3s 0s;
}
a.pdf-box i {
  font-size: 30px;
  color: #0d2341;
  margin: 0 0 20px 0;
  transition: all ease 0.3s 0s;
}
a.pdf-box h3 {
  color: var(--Blue-3, #1b8fa4);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
a.pdf-box:hover {
  background-color: rgba(0, 152, 172, 0.0784313725);
}
a.pdf-box:hover img {
  height: 80px;
}
a.pdf-box:hover i {
  font-size: 35px;
}/*# sourceMappingURL=style.css.map */