@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1330px;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #666666;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
h1.white {
  color: #ffffff;
}
h1.f-70 {
  font-size: 70px;
  line-height: 78px;
}
h1.f-60 {
  font-size: 60px;
  line-height: 78px;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #666666;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
h2 span,
.h2 span {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2 span,
  .h2 span {
    font-size: 35px;
    line-height: 45px;
  }
}
h2.w-800,
.h2.w-800 {
  font-weight: 800;
}
h2.w-800 span,
.h2.w-800 span {
  font-weight: 800;
}
h2.cyan,
.h2.cyan {
  color: #009FE3;
}
h2.cyan span,
.h2.cyan span {
  color: #009FE3;
}
h2.f-50,
.h2.f-50 {
  font-size: 50px;
  line-height: 60px;
}
h2.f-50 span,
.h2.f-50 span {
  font-size: 50px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  font-family: "Roboto", sans-serif;
}
h3.bold,
.h3.bold {
  font-weight: 700;
}
h3.medium_bold,
.h3.medium_bold {
  font-weight: 500;
}
h3.medium,
.h3.medium {
  font-size: 24px;
  line-height: 140%;
}
h3.cyan,
.h3.cyan {
  color: #009FE3;
}
h3 strong,
.h3 strong {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h3.f-30,
.h3.f-30 {
  font-size: 30px;
  line-height: 38px;
}
h3.f-22,
.h3.f-22 {
  font-size: 22px;
  line-height: 30px;
}
h3.f-26,
.h3.f-26 {
  font-size: 26px;
  line-height: 34px;
}
h3.f-20,
.h3.f-20 {
  font-size: 20px;
  line-height: 28px;
}
h3.f-18,
.h3.f-18 {
  font-size: 18px;
  line-height: 26px;
}

.h3 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

p,
.p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #666666;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  p,
  .p {
    font-size: 14px;
    line-height: 22px;
  }
}
p.medium,
.p.medium {
  font-weight: 500;
}
p.gray,
.p.gray {
  color: #16181A;
}
p.small,
.p.small {
  font-size: 12px;
  line-height: 18px;
}

.p {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 14px;
    line-height: 22px;
  }
}

strong {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #666666;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  strong {
    font-size: 14px;
    line-height: 22px;
  }
}
strong.cyan {
  color: #009FE3;
}
strong.w-600 {
  font-weight: 600;
}

span {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #16181A;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  span {
    font-size: 14px;
    line-height: 22px;
  }
}

a,
.a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #666666;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a,
  .a {
    font-size: 14px;
    line-height: 22px;
  }
}
a:hover,
.a:hover {
  color: #000000;
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  font-family: "Roboto", sans-serif;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  gap: 12px;
  padding: 6px 16px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  background: #023F86;
  border: 2px solid #023F86;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .btn-style {
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 11px 35px !important;
  }
}
.btn-style img,
.btn-style svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.btn-style.large-font {
  font-size: 22px;
  line-height: 28px;
  padding: 10px 40px;
}
.btn-style.large-font img,
.btn-style.large-font svg {
  width: 30px;
  height: 30px;
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #023F86;
}
.btn-style:hover img,
.btn-style:hover svg {
  filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(4220%) hue-rotate(203deg) brightness(88%) contrast(98%);
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #16181A;
  color: #16181A;
}
.btn-style.colored-border {
  color: #023F86;
  text-transform: capitalize;
  border-radius: 60px;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #023F86;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.white-bg {
  background: #ffffff;
  color: #023F86 !important;
  border-color: #ffffff;
}
.btn-style.white-bg img,
.btn-style.white-bg svg {
  filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(4220%) hue-rotate(203deg) brightness(88%) contrast(98%);
}
.btn-style.white-bg:hover {
  background: #023F86;
  color: #ffffff !important;
  border-color: #023F86;
}
.btn-style.white-bg:hover span {
  color: #ffffff;
}
.btn-style.white-bg:hover img,
.btn-style.white-bg:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.btn-style.transparent-white {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn-style.transparent-white img,
.btn-style.transparent-white svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.btn-style.transparent-white:hover {
  color: #ffffff;
  background: transparent;
}
.btn-style.transparent-white:hover img,
.btn-style.transparent-white:hover svg {
  color: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(4220%) hue-rotate(203deg) brightness(88%) contrast(98%);
}
.btn-style.bg-white {
  border-color: #ffffff;
  color: #023F86;
  background: #ffffff;
}
.btn-style.bg-white img,
.btn-style.bg-white svg {
  filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(4220%) hue-rotate(203deg) brightness(88%) contrast(98%);
}
.btn-style.bg-white:hover {
  border-color: #ffffff;
  color: #023F86;
  background: #ffffff;
}
.btn-style.bg-blue {
  background-color: #023F86;
  color: #ffffff;
}
.btn-style.bg-blue:hover {
  color: #023F86;
  background: #ffffff;
}
.btn-style.cyan {
  border-color: #009FE3;
  color: #ffffff;
  background: #009FE3;
}
.btn-style.cyan img,
.btn-style.cyan svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.btn-style.cyan:hover {
  border-color: #009FE3;
  color: #ffffff;
  background: #009FE3;
}
.btn-style.sea-green {
  background-color: #33869A;
  color: #ffffff;
  border-color: #33869A;
}
.btn-style.sea-green:hover {
  border-color: #33869A;
  color: #33869A;
  background: #ffffff;
}
.btn-style.sea-green:hover img,
.btn-style.sea-green:hover svg {
  filter: brightness(0) saturate(100%) invert(44%) sepia(7%) saturate(4173%) hue-rotate(145deg) brightness(101%) contrast(71%);
}
.btn-style.teal-blue {
  border-color: #006881;
  color: #ffffff;
  background: #006881;
}
.btn-style.teal-blue img,
.btn-style.teal-blue svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.btn-style.teal-blue:hover {
  border-color: #006881;
  color: #ffffff;
  background: #006881;
}

.btn-style-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 45px;
  padding: 10px 25px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background: #023F86;
  border: 2px solid #023F86;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-shadow: 0 40px 0 #ffffff;
}
.btn-style-2:hover {
  transition: all 0.3s ease-in-out;
  background: #023F86;
  border: 2px solid #023F86;
  color: #ffffff;
}
.btn-style-2:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.btn-style-2:hover span {
  transform: translateY(-40px);
}
.btn-style-2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.btn-style-2 .icon-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
  max-width: 18px;
}
.btn-style-2 span {
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-style-2:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.btn-style-2.small {
  padding: 10px 15px 11px;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
}
.btn-style-2.transparent {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  padding: 10px;
  font-size: 10px;
  height: 30px;
}
.btn-style-2.colored-border {
  color: #023F86;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  border: 2px solid transparent;
}
.btn-style-2.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #023F86;
}
.btn-style-2.round {
  border-radius: 50px;
}
.btn-style-2.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style-2.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style-2.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style-2.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style-2.icon-circle i {
  font-size: 22px;
}
.btn-style-2.pink {
  background: #023F86;
  color: #ffffff;
  border-color: #023F86;
}
.btn-style-2.pink:hover {
  background: transparent;
  color: #023F86;
  border-color: #023F86;
}
.btn-style-2.black {
  background: #F1F5FF;
  color: #ffffff;
  border-color: #F1F5FF;
}
.btn-style-2.black:hover {
  background: transparent;
  color: #ffffff;
  border-color: #F1F5FF;
}

.form .form-group {
  margin-bottom: 24px;
}
.form .form-group .upload-card input[type=file] {
  display: none;
}
.form .form-group .upload-card label.upload-label {
  width: 100%;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 16px;
  cursor: pointer;
  background: #F9FAFB;
  border: 1px dashed #AFB0B0;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper {
  text-align: center;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content .upload-icon {
  max-width: 60px;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
  font-weight: 600;
  margin: 5px 0 10px;
}
@media screen and (max-width: 991px) {
  .form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
    margin: 5px 0;
  }
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p strong {
  font-weight: 600;
  color: #023F86;
}
.form .form-group .search-wrapper {
  position: relative;
}
.form .form-group .search-wrapper.align-left .form-control {
  padding: 9px 12px 9px 35px;
}
.form .form-group .search-wrapper.align-left .search-icon {
  position: absolute;
  right: unset;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group .search-wrapper .form-control {
  padding: 9px 35px 9px 12px;
}
.form .form-group .search-wrapper .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group.radio-group ul.radio-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.radio-group ul.radio-list li input {
  display: none;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label):before, .form .form-group.radio-group ul.radio-list li label:not(.radio-label):after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #E5E7EB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label)::after {
  background-color: #023F86;
  border-color: #023F86;
  transform: translateY(-50%) scale(0);
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::before {
  border-color: #023F86;
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.checkbox-group ul.checkbox-list li label {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin: 0 0 0 3px;
  display: block;
}
.form .form-group.checkbox-group ul.checkbox-list li label a {
  display: inline;
  text-decoration: underline;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #023F86;
  background: #023F86;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked:before {
  opacity: 1;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox].executives:checked {
  border-color: #006881;
  background: #006881;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.form .form-group select {
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 13px) 50%;
  padding: 9px 35px 9px 12px;
}
.form label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #666666;
  display: inline-flex;
  align-items: self-start;
  gap: 1px;
  margin-bottom: 4px;
}
.form label sup {
  font-size: 14px;
  line-height: 10px;
  color: #F15338;
  position: relative;
  top: 1px;
}
.form textarea {
  min-height: 121px;
  resize: none;
}
.form .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #666666;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #E5E7EB;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.form .form-control::placeholder {
  color: #AFB0B0;
}
.form .form-control:focus {
  box-shadow: none;
}

/*<div class="circle-animation">
<span class="tp-circle-1"></span>
<span class="tp-circle-2"></span>
</div>*/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.sec-network-profile {
  padding: 50px 0;
}
.sec-network-profile .filter-content-main .filter-grid .filter-text {
  margin-bottom: 20px;
}
.sec-network-profile .filter-content-main .filter-grid .filter-text p {
  font-size: 14px;
  font-weight: 500;
  color: #16181A;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form {
  margin-bottom: 30px;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group {
  margin-bottom: 0;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  border-radius: 8px;
  padding: 9px 12px;
  border: 1px solid #E5E7EB;
  background-color: #ffffff;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group .form-control::placeholder {
  color: #AFB0B0;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .table-wrapper {
  overflow-x: auto;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .pagination-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .pagination-wrapper .pagination-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .pagination-wrapper .pagination-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
  border: 1px solid #E5E7EB;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .pagination-wrapper .pagination-list li a.active, .sec-network-profile .filter-content-main .filter-grid .filter-table-main .pagination-wrapper .pagination-list li a:hover {
  background-color: #023F86;
  color: #ffffff;
  border-color: #023F86;
}
.sec-network-profile .filter-content-main .filter-grid .filter-table-main .pagination-wrapper .pagination-list li a.arrow-icon img {
  max-width: 16px;
}

.network-table {
  width: 100%;
}
.network-table .table-header {
  background-color: #f8f9fa;
  border-bottom: 2px solid #E5E7EB;
}
.network-table .table-header .table-row .table-column {
  padding: 15px 12px;
}
.network-table .table-header .table-row .table-column strong {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}
.network-table .table-body .table-row {
  border-bottom: 1px solid #E5E7EB;
  transition: background-color 0.2s ease;
}
.network-table .table-body .table-row:hover {
  background-color: #f8f9fa;
}
.network-table .table-body .table-row .table-column {
  padding: 15px 12px;
}
.network-table .table-body .table-row .table-column p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin: 0;
}
.network-table .table-body .table-row .table-column.action-column .action-list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.network-table .table-body .table-row .table-column.action-column .action-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #f0f4f8;
  transition: all 0.2s ease;
}
.network-table .table-body .table-row .table-column.action-column .action-list li a:hover {
  background-color: #023F86;
}
.network-table .table-body .table-row .table-column.action-column .action-list li a:hover img {
  filter: brightness(0) invert(1);
}
.network-table .table-body .table-row .table-column.action-column .action-list li a img {
  max-width: 18px;
  transition: filter 0.2s ease;
}
.network-table .table-body .table-row .table-column .name-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.network-table .table-body .table-row .table-column .name-wrapper img {
  max-width: 18px;
}
.network-table .table-body .table-row .table-column .name-wrapper p {
  margin: 0;
}

.table-row {
  display: grid;
}
.table-row.grid-5 {
  grid-template-columns: 1fr 1fr 1.5fr 1.5fr 120px;
}
@media screen and (max-width: 767px) {
  .table-row.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 100px;
  }
}
.table-row.grid-4 {
  grid-template-columns: 1.5fr 2fr 1fr 100px;
}
@media screen and (max-width: 767px) {
  .table-row.grid-4 {
    grid-template-columns: 1fr 1.5fr 1fr 80px;
  }
}

.modal {
  z-index: 10000;
}
.modal .modal-dialog {
  max-width: 600px;
}
.modal .modal-dialog.modal-lg {
  max-width: 800px;
}
.modal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.modal .modal-header {
  background: #ffffff;
  border-bottom: 1px solid #E5E7EB;
  padding: 20px 24px;
}
.modal .modal-header .modal-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #666666;
}
.modal .modal-header .modal-title strong {
  font-weight: 700;
}
.modal .modal-header .btn-close {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.modal .modal-header .btn-close:hover {
  opacity: 1;
}
.modal .modal-body {
  padding: 24px;
  background: #ffffff;
}
.modal .modal-body .form-group {
  margin-bottom: 20px;
}
.modal .modal-body .form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 6px;
  display: block;
}
.modal .modal-body .form-group .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #E5E7EB;
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.modal .modal-body .form-group .form-control:focus {
  border-color: #023F86;
  box-shadow: 0 0 0 3px rgba(2, 63, 134, 0.1);
  outline: none;
}
.modal .modal-body .form-group .form-control::placeholder {
  color: #AFB0B0;
}
.modal .modal-body .form-group textarea.form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
}
.modal .modal-body .btn-send-message,
.modal .modal-body .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #023F86;
  border: 2px solid #023F86;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal .modal-body .btn-send-message:hover,
.modal .modal-body .btn-primary:hover {
  background: rgb(1.4, 44.1, 93.8);
  border-color: rgb(1.4, 44.1, 93.8);
}
.modal .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #E5E7EB;
  padding: 16px 24px;
}
.modal .modal-footer .btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.fa-spin {
  animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-backdrop {
  z-index: 9999;
}

.network-card-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  transition: transform 0.2s ease;
}
.network-card-link:hover {
  transform: translateY(-5px);
}
.network-card-link:hover .network-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  padding: 37px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 20px 0;
  }
}
.header.scrolled {
  background: #009FE3;
  z-index: 9001;
  padding: 20px 0;
  border-bottom: 2px solid #fff;
}
.header.bg-blue {
  background: #009FE3;
}
@media screen and (min-width: 769px) {
  .header .logo-wrapper {
    margin-left: 60px;
  }
}
.header .logo-wrapper a img,
.header .logo-wrapper a svg {
  max-width: 197px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header .logo-wrapper a img,
  .header .logo-wrapper a svg {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo-wrapper a img,
  .header .logo-wrapper a svg {
    max-width: 115px;
  }
}
.header .menu-wrapper {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .header .menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    background: #023F86;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    padding: 70px 0 0 0;
  }
  .header .menu-wrapper.active {
    left: 0;
  }
}
.header .menu-wrapper .close-menu-btn {
  border: none;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .header .menu-wrapper .close-menu-btn {
    display: block;
  }
}
.header .menu-wrapper .close-menu-btn img,
.header .menu-wrapper .close-menu-btn svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
  width: 20px;
  height: 20px;
}
.header .menu-wrapper ul.menu {
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1466px) {
  .header .menu-wrapper ul.menu {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .header .menu-wrapper ul.menu {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header .menu-wrapper ul.menu li {
    display: block;
  }
}
.header .menu-wrapper ul.menu li:not(.header .menu-wrapper ul.menu li:last-of-type) {
  margin: 0 80px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1466px) {
  .header .menu-wrapper ul.menu li:not(.header .menu-wrapper ul.menu li:last-of-type) {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .header .menu-wrapper ul.menu li:not(.header .menu-wrapper ul.menu li:last-of-type) {
    margin: 0 3px 0 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .header .menu-wrapper ul.menu li:not(.header .menu-wrapper ul.menu li:last-of-type) {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .header .menu-wrapper ul.menu li:not(.header .menu-wrapper ul.menu li:last-of-type) {
    margin: 0 0 20px 0;
  }
}
.header .menu-wrapper ul.menu li a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .header .header-side-lift-wrapper {
    margin-right: 60px;
  }
}
.header .header-side-lift-wrapper ul.list {
  text-align: right;
}
.header .header-side-lift-wrapper ul.list li {
  margin: 0 22px 0 0;
}
.header .header-side-lift-wrapper ul.list li a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.header .header-side-lift-wrapper ul.list li a img,
.header .header-side-lift-wrapper ul.list li a svg {
  color: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.header .header-side-lift-wrapper ul.list li a img.medium,
.header .header-side-lift-wrapper ul.list li a svg.medium {
  width: 35px;
  height: 35px;
}
.header .header-side-lift-wrapper ul.list li a img.small,
.header .header-side-lift-wrapper ul.list li a svg.small {
  width: 30px;
  height: 30px;
}
.header .header-side-lift-wrapper .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.header .header-side-lift-wrapper .mobile-menu .btn-style {
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  padding: 4px 15px;
}
.header .header-side-lift-wrapper .mobile-menu .btn-style img,
.header .header-side-lift-wrapper .mobile-menu .btn-style svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.header .header-side-lift-wrapper .mobile-menu .hamburger-icon {
  border: none;
  background: transparent;
  padding: 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .header .header-side-lift-wrapper .mobile-menu .hamburger-icon {
    display: block;
  }
}
.header .header-side-lift-wrapper .mobile-menu .hamburger-icon img,
.header .header-side-lift-wrapper .mobile-menu .hamburger-icon svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.home-banner-section {
  position: relative;
  background-image: url("../images/banner-bg-img.png");
  background-position: center;
  background-size: cover;
  padding: 260px 0 127px;
}
@media screen and (max-width: 767px) {
  .home-banner-section {
    padding: 120px 0 36px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-banner-section {
    padding: 160px 0 90px;
  }
}
.home-banner-section::before {
  content: "";
  display: block;
  align-items: center;
  background: rgba(2, 63, 134, 0.5019607843);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner-section.sec-meeting-banner {
  background-image: url("../images/meeting-banner-img.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-meeting-banner .inner-section-wrapper .banner-content {
    max-width: max-content;
  }
}
.home-banner-section.sec-meeting-banner .inner-section-wrapper .banner-content .tag-wrapper {
  margin-bottom: 0;
}
.home-banner-section.sec-information-banner {
  background-image: url("../images/information-banner-img.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-information-banner .inner-section-wrapper .banner-content {
    max-width: max-content;
  }
}
.home-banner-section.sec-information-banner .inner-section-wrapper .banner-content .banner-btns {
  margin: 59px 0 0;
}
.home-banner-section.sec-information-banner .inner-section-wrapper .banner-content .banner-btns .btn-style {
  font-size: 28px;
  line-height: 38px;
  height: 65px;
  padding: 10px 45px;
  background-color: transparent !important;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-information-banner .inner-section-wrapper .banner-content .banner-btns .btn-style {
    height: 40px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 18px;
  }
}
.home-banner-section.sec-information-banner .inner-section-wrapper .banner-content .banner-btns .btn-style img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-information-banner .inner-section-wrapper .banner-content .banner-btns .btn-style img {
    width: 22px;
    height: 22px;
  }
}
.home-banner-section.sec-society-banner {
  background-image: url("../images/society-banner-img.png");
  background-position: center;
  background-size: cover;
}
.home-banner-section.sec-society-banner:before {
  display: none;
}
.home-banner-section.sec-society-banner .inner-section-wrapper .banner-content {
  max-width: max-content;
}
.home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper {
  display: flex;
  align-items: center;
  margin: 22px 0 35px;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper {
    margin: 16px 0 20px;
    display: block;
  }
}
.home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper.mb-54 {
  margin: 22px 0 54px;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper.mb-54 {
    margin: 16px 0 20px;
  }
}
.home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper .btn-style {
  min-width: 240px;
  height: 35px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper .btn-style {
    min-width: auto;
  }
}
.home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper .btn-style.transparent-text {
  min-width: auto;
  border: unset;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 6px 22px;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .tag-wrapper .btn-style.transparent-text {
    padding: 6px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .banner-btns {
  margin-top: 69px;
}
@media screen and (max-width: 767px) {
  .home-banner-section.sec-society-banner .inner-section-wrapper .banner-content .banner-btns {
    margin-top: 30px;
  }
}
.home-banner-section.sec-pier-banner {
  background-image: url("../images/pier-banner-img.png");
  background-position: center;
  background-size: cover;
}
.home-banner-section.sec-pier-banner:before {
  display: none;
}
.home-banner-section.sec-pier-banner .inner-section-wrapper .banner-content {
  max-width: max-content;
}
.home-banner-section .inner-section-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content {
    max-width: 211px;
  }
}
.home-banner-section .inner-section-wrapper .banner-content h1 {
  margin: 0 0 9px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home-banner-section .inner-section-wrapper .banner-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content h1 {
    font-size: 24px;
    line-height: 120%;
  }
}
.home-banner-section .inner-section-wrapper .banner-content h3 {
  color: #ffffff;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home-banner-section .inner-section-wrapper .banner-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-banner-section .inner-section-wrapper .banner-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content h3 {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
}
.home-banner-section .inner-section-wrapper .banner-content .tag-wrapper {
  margin: 15px 0 31px;
}
.home-banner-section .inner-section-wrapper .banner-content .tag-wrapper .btn-style {
  height: 35px;
  font-size: 16px;
  min-width: 240px;
}
.home-banner-section .inner-section-wrapper .banner-content .tag-wrapper .btn-style.transparent-text {
  min-width: auto;
  border: unset;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 6px 22px;
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content .tag-wrapper .btn-style.transparent-text {
    padding: 6px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.home-banner-section .inner-section-wrapper .banner-content .date-wrapper {
  margin: 54px 0 0;
}
.home-banner-section .inner-section-wrapper .banner-content .date-wrapper h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content .date-wrapper h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.home-banner-section .inner-section-wrapper .banner-content .date-wrapper h3 {
  font-weight: 400;
  margin: 6px 0 40px;
}
.home-banner-section .inner-section-wrapper .banner-content .date-wrapper .banner-btns {
  margin: 0;
}
.home-banner-section .inner-section-wrapper .banner-content .banner-btns {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content .banner-btns {
    margin: 40px 0 0;
  }
}
.home-banner-section .inner-section-wrapper .banner-content .banner-btns .btn-style {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content .banner-btns .btn-style {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 18px;
  }
}
.home-banner-section .inner-section-wrapper .banner-content .banner-btns .btn-style img,
.home-banner-section .inner-section-wrapper .banner-content .banner-btns .btn-style svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .home-banner-section .inner-section-wrapper .banner-content .banner-btns .btn-style img,
  .home-banner-section .inner-section-wrapper .banner-content .banner-btns .btn-style svg {
    width: 16px;
    height: 16px;
  }
}

.ruling-company-section {
  padding: 80px 0 0px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ruling-company-section {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section {
    padding: 40px 0;
  }
}
.ruling-company-section .inner-section-wrapper h2 {
  margin: 0 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ruling-company-section .inner-section-wrapper h2 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper h2 {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper h2 span {
    font-size: 20px;
    line-height: 30px;
  }
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs {
  margin: 0 0 27px;
  border: none;
  gap: 32px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs {
    gap: 5px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs {
    flex-direction: column;
    gap: 20px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item {
    display: block;
  }
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.green button {
  border-color: #006881;
  color: #006881;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.green button.active .icon {
  background: #006881;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.green button .icon img,
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.green button .icon svg {
  filter: brightness(0) saturate(100%) invert(25%) sepia(58%) saturate(2090%) hue-rotate(165deg) brightness(95%) contrast(101%);
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.blue button {
  border-color: #0065A7;
  color: #0065A7;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.blue button.active .icon {
  background: #0065A7;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.blue button .icon img,
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item.blue button .icon svg {
  filter: brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(2035%) hue-rotate(183deg) brightness(96%) contrast(102%);
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button {
  display: inline-flex;
  align-items: center;
  line-height: 28px;
  font-weight: 500;
  color: #023F86;
  position: relative;
  font-size: 20px;
  padding: 10px 85px 10px 30px;
  border-radius: 50px;
  border: 2.5px solid #023F86;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 70px 12px 26px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    padding: 2px 95px 2px 80px;
  }
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button.active .icon {
  background: #023F86;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button.active .icon img,
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button.active .icon svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon {
    border-radius: 0 50px 50px 0;
    width: auto;
    padding: 0 20px 0 70px;
    justify-content: flex-end;
    height: 34px;
  }
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon img,
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(4220%) hue-rotate(203deg) brightness(88%) contrast(98%);
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon img,
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper ul.nav-tabs .nav-item button .icon svg {
    width: 20px;
    height: 20px;
  }
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper {
  padding: 24px 0 55px;
  position: relative;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .content-main-wrapper .text-wrapper:not(.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .content-main-wrapper .text-wrapper:last-of-type) {
  margin: 0 0 20px;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .content-main-wrapper .text-wrapper h3 {
  color: #023F86;
  margin: 0 0 10px;
  font-weight: 600;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .content-main-wrapper .text-wrapper h3.green {
  color: #006881;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .content-main-wrapper .text-wrapper h3.blue {
  color: #0065A7;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .content-main-wrapper .text-wrapper p strong {
  font-weight: 700;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .img-wrapper img {
  width: 100%;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 0 34px 0 0;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  background: #023F86;
  border-radius: 50px;
  height: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1490196078);
  border-color: #ffffff;
  border-width: 3px;
}
@media screen and (max-width: 767px) {
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style {
    font-size: 14px;
    line-height: 28px;
    padding: 4px 2px 4px 20px;
    border-width: 2px;
  }
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style img,
  .ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style svg {
    width: 22px;
    height: 22px;
  }
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style:hover {
  color: #ffffff;
  background: #023F86;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style:hover img,
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .tab-content-wrapper .bottom-bar-wrapper .label-wrapper .btn-style:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .rulling-executives-content .bottom-bar-wrapper .label-wrapper::before {
  background: #006881;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .rulling-executives-content .bottom-bar-wrapper .label-wrapper .btn-style {
  background: #006881;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .rulling-network-content .bottom-bar-wrapper .label-wrapper::before {
  background: #0065A7;
}
.ruling-company-section .inner-section-wrapper .tabs-main-wrapper .tab-content .rulling-network-content .bottom-bar-wrapper .label-wrapper .btn-style {
  background: #0065A7;
}

.prossimi-programma-section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .prossimi-programma-section {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .prossimi-programma-section {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section {
    padding: 0px 0 20px;
  }
}
.prossimi-programma-section .inner-section-wrapper .title-wrapper {
  margin: 0 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .prossimi-programma-section .inner-section-wrapper .title-wrapper {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .title-wrapper {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .title-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .title-wrapper h2 span {
    font-size: 20px;
    line-height: 24px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper :focus-visible {
  outline: none;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:not(.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:last-of-type) .card-main-wrapper {
  border-right: 1px solid #666666;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:not(.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:last-of-type) .card-main-wrapper {
    padding-right: 0;
    border-right: none;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:not(.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:first-of-type) .card-main-wrapper {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:not(.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .col-md-4:first-of-type) .card-main-wrapper {
    padding: 0 0;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper {
  height: 100%;
  position: relative;
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper {
    padding: 0 0 0;
    display: grid;
    grid-template-columns: 70% 30%;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper .date h3.large {
  color: #666666;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper .date h3.large {
    font-size: 50px;
    line-height: 60px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper .detail h3 {
  font-size: 20px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper .detail h3 {
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 0;
    font-weight: 500;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper .detail p {
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .content-wrapper {
  padding: 0px 0 40px;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .content-wrapper {
    padding: 0px 0 20px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .content-wrapper strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .content-wrapper strong {
    font-size: 14px;
    line-height: 22px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .content-wrapper strong a {
  font-size: 20px;
  line-height: 28px;
  color: #009FE3;
  font-weight: 500;
  max-width: 80%;
  display: block;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .content-wrapper strong a {
    font-size: 15px;
    line-height: 140%;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location img,
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location svg {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location img,
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location svg {
    width: 20px;
    height: 20px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location strong {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper .location strong {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge {
  font-size: 16px;
  padding: 6px 30px;
  line-height: 24px;
  display: inline-block;
  border-radius: 50px;
  background: #023F86;
  font-weight: 400;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge {
    font-size: 12px;
    line-height: 100%;
    padding: 8px 20px;
    margin-top: 10px;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge.rulling-leader {
  background: #023F86;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge.green {
  background: #006881;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge.cyan {
  background: #009FE3;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge.ruling-leader {
  background: #023F86;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge.ruling-executives {
  background: #006881;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .footer-content .location-wrapper span.badge.ruling-network {
  background: #0065A7;
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper {
    padding: 4px 15px;
    background: #E6E6E6;
    grid-column: 1/-1;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper a {
    font-size: 14px;
    line-height: 100%;
  }
}
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper a img,
.prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper a svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(19%) saturate(10%) hue-rotate(354deg) brightness(102%) contrast(96%);
}
@media screen and (max-width: 767px) {
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper a img,
  .prossimi-programma-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .partecipa-btn-wrapper a svg {
    width: 20px;
    height: 20px;
  }
}

.sec-program {
  padding: 80px 0 40px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-program {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-program {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-program {
    padding: 40px 0 20px;
  }
}
.sec-program.sec-meeting-attend {
  padding: 45px 0 25px;
}
.sec-program.sec-meeting-attend.pt-24 {
  padding: 24px 0 25px;
}
.sec-program .inner-section-wrapper .title-wrapper {
  margin: 0 0 67px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-program .inner-section-wrapper .title-wrapper {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .title-wrapper {
    margin: 0 0 40px;
  }
}
.sec-program .inner-section-wrapper .title-wrapper.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-program .inner-section-wrapper .title-wrapper.mb-80 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .title-wrapper.mb-80 {
    margin: 0 0 40px;
  }
}
.sec-program .inner-section-wrapper .title-wrapper.mb-97 {
  margin-bottom: 97px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-program .inner-section-wrapper .title-wrapper.mb-97 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .title-wrapper.mb-97 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .title-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .title-wrapper h2 span {
    font-size: 20px;
    line-height: 24px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper :focus-visible {
  outline: none;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper.repeat-card .col-lg-4 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper.repeat-card .col-lg-4 {
    margin-bottom: 30px !important;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .col-lg-4 {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .col-lg-4 {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 30px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .col-lg-4:nth-of-type(3n+1) {
  padding-left: 14px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .col-lg-4:nth-of-type(3n+3) {
  padding-right: 14px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card {
  height: 100%;
  position: relative;
  background: #F6F6F6;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card.meeting-attend {
  height: auto;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card.meeting-attend .main-wrapper {
  padding: 35px 21px 44px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card.meeting-attend .main-wrapper {
    padding: 20px 21px 44px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card.meeting-attend .main-wrapper ul.feature-list {
  margin-bottom: 0;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .img-wrapper {
  position: relative;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .img-wrapper .tag-btn {
  font-size: 15px;
  font-weight: 700;
  color: #023F86;
  padding: 4px 21px 1px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .main-wrapper {
  padding: 35px 21px 100px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .main-wrapper {
    padding: 20px 21px 100px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper {
    align-items: anchor-center;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper .date h3.large {
  color: #666666;
  font-size: 70px;
  line-height: 70px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper .date h3.large {
    font-size: 50px;
    line-height: 60px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper .detail h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper .detail h3 {
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 0;
    font-weight: 500;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper .detail p {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper {
  margin: 20px 0 30px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper {
    min-height: auto;
    margin: 0 0 30px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper.h-84 {
  min-height: 84px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper strong {
    font-size: 14px;
    line-height: 22px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper strong a {
  font-size: 24px;
  line-height: 28px;
  color: #009FE3;
  font-weight: 500;
  max-width: 80%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .content-wrapper strong a {
    font-size: 15px;
    line-height: 140%;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list {
  margin-bottom: 30px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 15px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list li .content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list li .content p.title {
  margin-bottom: 12px;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card ul.feature-list li .content p strong {
  font-weight: 700;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .btn-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
}
.sec-program .inner-section-wrapper .cards-listings-wrapper .program-card .btn-wrapper .btn-style {
  height: 45px;
  font-size: 18px;
  min-width: 240px;
}
.sec-program .inner-section-wrapper .load-more-btn {
  text-align: center;
  margin: 42px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn {
    margin: 0;
  }
}
.sec-program .inner-section-wrapper .load-more-btn .btn-style {
  background: transparent;
  border-color: transparent;
  font-size: 22px;
  line-height: 28px;
  color: #009FE3;
  font-weight: 500;
  padding: 2px 2px 2px 30px;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn .btn-style {
    padding: 2px 2px;
    font-size: 14px;
    line-height: 28px;
  }
}
.sec-program .inner-section-wrapper .load-more-btn .btn-style .icon {
  background: #009FE3;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn .btn-style .icon {
    width: 28px;
    height: 28px;
  }
  .sec-program .inner-section-wrapper .load-more-btn .btn-style .icon img,
  .sec-program .inner-section-wrapper .load-more-btn .btn-style .icon svg {
    width: 16px;
    height: 16px;
  }
}
.sec-program .inner-section-wrapper .load-more-btn .btn-style .icon img,
.sec-program .inner-section-wrapper .load-more-btn .btn-style .icon svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn .btn-style .icon img,
  .sec-program .inner-section-wrapper .load-more-btn .btn-style .icon svg {
    width: 25px;
    height: 25px;
  }
}
.sec-program .inner-section-wrapper .load-more-btn-v2 {
  text-align: center;
  margin: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn-v2 {
    margin: 0;
  }
}
.sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style {
  background: #009FE3;
  border-color: #009FE3;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 2px 2px 30px;
  min-width: 250px;
  display: inline-grid;
  grid-template-columns: 1fr 62px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style {
    grid-template-columns: 1fr 35px;
    min-width: 180px;
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style span {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style span {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style .icon {
  background: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style .icon {
    width: 35px;
    height: 35px;
  }
}
.sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style .icon img,
.sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style .icon svg {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1867%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style .icon img,
  .sec-program .inner-section-wrapper .load-more-btn-v2 .btn-style .icon svg {
    width: 25px;
    height: 25px;
  }
}

.sec-executive {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .sec-executive {
    padding: 30px 0;
  }
}
.sec-executive .executive-card {
  overflow: hidden;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-executive .executive-card {
    max-width: 600px;
    margin: auto;
  }
}
.sec-executive .executive-card:not(:last-of-type) {
  margin-bottom: 70px;
}
.sec-executive .executive-card .col-md-6 {
  padding-left: 27px;
  padding-right: 27px;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .col-md-6 {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.sec-executive .executive-card .col-md-6:nth-of-type(2n+1) {
  padding-left: 14px;
}
.sec-executive .executive-card .col-md-6:nth-of-type(2n+2) {
  padding-right: 14px;
}
.sec-executive .executive-card .executive-img {
  position: relative;
  width: 100%;
  min-height: 642px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-executive .executive-card .executive-img {
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-executive .executive-card .executive-img {
    min-height: 615px;
  }
}
@media screen and (max-width: 991px) {
  .sec-executive .executive-card .executive-img {
    min-height: auto;
    margin: 0 auto 25px;
  }
}
.sec-executive .executive-card .executive-img:before {
  content: "";
  background: #009FE3;
  background: linear-gradient(180deg, rgba(0, 159, 227, 0.74) 0%, rgba(4, 54, 76, 0.56) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-executive .executive-card .executive-img img.logo-img {
  position: absolute;
  top: 50px;
  left: 40px;
  max-width: 180px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-img img.logo-img {
    top: 20px;
    left: 20px;
    max-width: 130px;
  }
}
.sec-executive .executive-card .executive-img img.arrow-img {
  position: absolute;
  bottom: -23px;
  right: 28px;
  max-height: 190px;
  z-index: 2;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-executive .executive-card .executive-img img.arrow-img {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-img img.arrow-img {
    max-width: 130px;
  }
}
.sec-executive .executive-card .executive-img img.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  min-height: 642px;
}
@media screen and (max-width: 991px) {
  .sec-executive .executive-card .executive-img img.thumbnail-img {
    min-height: auto;
    height: auto;
  }
}
.sec-executive .executive-card .executive-content {
  padding: 50px 48px 70px 59px;
  background: #F3F3F3;
  min-height: 642px;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content {
    min-height: auto;
    padding: 32px;
  }
}
.sec-executive .executive-card .executive-content h2 {
  font-weight: 700;
  margin-bottom: 36px;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content h2 {
    min-height: auto;
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 32px;
  }
}
.sec-executive .executive-card .executive-content .load-more-btn {
  text-align: left;
}
.sec-executive .executive-card .executive-content .load-more-btn .btn-style {
  background: #009FE3;
  border-color: #009FE3;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 2px 2px 30px;
  min-width: 250px;
  display: inline-grid;
  grid-template-columns: 1fr 62px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content .load-more-btn .btn-style {
    grid-template-columns: 1fr 35px;
    min-width: 180px;
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-executive .executive-card .executive-content .load-more-btn .btn-style span {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content .load-more-btn .btn-style span {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-executive .executive-card .executive-content .load-more-btn .btn-style .icon {
  background: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content .load-more-btn .btn-style .icon {
    width: 35px;
    height: 35px;
  }
}
.sec-executive .executive-card .executive-content .load-more-btn .btn-style .icon img,
.sec-executive .executive-card .executive-content .load-more-btn .btn-style .icon svg {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1867%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content .load-more-btn .btn-style .icon img,
  .sec-executive .executive-card .executive-content .load-more-btn .btn-style .icon svg {
    width: 25px;
    height: 25px;
  }
}
.sec-executive .executive-card .executive-content .detail {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content .detail {
    margin-top: 22px;
  }
}
.sec-executive .executive-card .executive-content .detail p,
.sec-executive .executive-card .executive-content .detail a,
.sec-executive .executive-card .executive-content .detail strong {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-executive .executive-card .executive-content .detail p,
  .sec-executive .executive-card .executive-content .detail a,
  .sec-executive .executive-card .executive-content .detail strong {
    font-size: 16px;
    line-height: 24px;
  }
  .sec-executive .executive-card .executive-content .detail p br,
  .sec-executive .executive-card .executive-content .detail a br,
  .sec-executive .executive-card .executive-content .detail strong br {
    display: none;
  }
}
.sec-executive .executive-card .executive-content .detail p.blue,
.sec-executive .executive-card .executive-content .detail a.blue,
.sec-executive .executive-card .executive-content .detail strong.blue {
  color: #023F86;
  text-decoration: underline;
}
.sec-executive .executive-card .executive-content .detail p.green,
.sec-executive .executive-card .executive-content .detail a.green,
.sec-executive .executive-card .executive-content .detail strong.green {
  color: #006881;
  text-decoration: underline;
}
.sec-executive .executive-card .executive-content .detail a {
  font-weight: 600;
}
.sec-executive .executive-card .executive-content .detail strong {
  font-weight: 700;
}

.sec-you-want {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec-you-want {
    padding: 40px 0;
  }
}
.sec-you-want .container > h2 {
  color: #009FE3;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec-you-want .container > h2 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}
.sec-you-want .form {
  display: grid;
  grid-template-columns: 1fr 62px;
  column-gap: 25px;
  align-items: center;
}
.sec-you-want .form .form-group {
  margin-bottom: 0;
}
.sec-you-want .form .form-group .form-control {
  height: 62px;
  width: 100%;
  color: #666666;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  padding-left: 26px;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .menifesto-section .container {
    padding-inline: 0;
    overflow: hidden;
  }
}
.menifesto-section .main-card-wrapper {
  position: relative;
  height: 100%;
  padding: 57px 64px 50px 100px;
  position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .menifesto-section .main-card-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper {
    padding: 34px 20px 30px;
  }
}
.menifesto-section .main-card-wrapper .tall-down-arrow {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .menifesto-section .main-card-wrapper .tall-down-arrow {
    display: none;
  }
}
.menifesto-section .main-card-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.menifesto-section .main-card-wrapper.manifesto {
  background-image: url("../images/mennifest-img.png");
}
.menifesto-section .main-card-wrapper.manifesto::after {
  background: linear-gradient(360deg, rgba(4, 54, 76, 0.7) 24.5%, rgba(0, 159, 227, 0.7) 99.05%);
}
.menifesto-section .main-card-wrapper.moddule {
  background-image: url("../images/moddule-img.png");
}
.menifesto-section .main-card-wrapper.moddule:after {
  background: linear-gradient(360deg, rgba(4, 54, 76, 0.7) 24.5%, rgba(0, 159, 227, 0.7) 99.05%);
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper.moddule {
    background-image: url("../images/modello-bg-img.png");
  }
}
.menifesto-section .main-card-wrapper .title {
  margin: 0 0 43px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .menifesto-section .main-card-wrapper .title {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .title {
    margin: 0 0 12px;
  }
}
.menifesto-section .main-card-wrapper .title strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .menifesto-section .main-card-wrapper .title strong {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .title strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.menifesto-section .main-card-wrapper .main-content {
  z-index: 2;
  position: relative;
}
.menifesto-section .main-card-wrapper .main-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 145%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .menifesto-section .main-card-wrapper .main-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .main-content p {
    font-size: 16px;
    line-height: 145%;
  }
}
.menifesto-section .main-card-wrapper .main-content p strong {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  line-height: 145%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .menifesto-section .main-card-wrapper .main-content p strong {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .main-content p strong {
    font-size: 16px;
    line-height: 145%;
  }
}
.menifesto-section .main-card-wrapper .main-content .main-wrapper {
  display: grid;
  grid-template-columns: 65px auto;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .main-content .main-wrapper {
    grid-template-columns: 45px auto;
    gap: 20px;
  }
}
.menifesto-section .main-card-wrapper .main-content .main-wrapper:not(.menifesto-section .main-card-wrapper .main-content .main-wrapper:last-of-type) {
  margin: 0 0 15px;
}
.menifesto-section .main-card-wrapper .main-content .main-wrapper .icon-wrapper img,
.menifesto-section .main-card-wrapper .main-content .main-wrapper .icon-wrapper svg {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .menifesto-section .main-card-wrapper .main-content .main-wrapper .icon-wrapper img,
  .menifesto-section .main-card-wrapper .main-content .main-wrapper .icon-wrapper svg {
    width: 45px;
    height: 45px;
  }
}
.menifesto-section .main-card-wrapper .main-content .main-wrapper .text-wrapper span {
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .menifesto-section .main-card-wrapper .main-content .main-wrapper .text-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .main-content .main-wrapper .text-wrapper span {
    font-size: 16px;
    line-height: 145%;
  }
}
.menifesto-section .main-card-wrapper .main-content .btn-style {
  margin: 74px 0 0 0;
  z-index: 2;
  position: relative;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .menifesto-section .main-card-wrapper .main-content .btn-style {
    font-size: 14px;
    line-height: 28px;
    margin: 24px 0 0 0;
    padding: 2px 16px;
  }
}

.temi-section {
  padding: 72px 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .temi-section {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .temi-section {
    padding: 40px 0;
    overflow: hidden;
  }
}
.temi-section.pt-30 {
  padding: 30px 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .temi-section.pt-30 {
    padding: 100px 0 60px;
  }
}
.temi-section.pt-80 {
  padding: 80px 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .temi-section.pt-80 {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .temi-section .container {
    padding-inline: 0;
  }
}
.temi-section .inner-section-wrapper .title-wrapper {
  margin: 0 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .temi-section .inner-section-wrapper .title-wrapper {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .title-wrapper {
    margin: 0 0 40px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .title-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .title-wrapper h2 span {
    font-size: 20px;
    line-height: 30px;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper :focus-visible {
  outline: none;
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper {
    margin: 0 0 2px;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .img-wrapper {
  position: relative;
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .img-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 159, 227, 0.6);
  z-index: 1;
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .img-wrapper img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .img-wrapper img {
    height: 99px;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper h3 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn .btn-style {
  font-size: 22px;
  line-height: 28px;
  padding: 2px 2px 2px 24px;
  gap: 13px;
  font-weight: 500;
  background: #ffffff;
  color: #009FE3;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn .btn-style {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #ffffff;
    padding: 0 0;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn .btn-style .icon {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009FE3;
}
@media screen and (max-width: 767px) {
  .temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn .btn-style .icon {
    display: none;
    background: transparent;
  }
}
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn .btn-style .icon img,
.temi-section .inner-section-wrapper .cards-listings-wrapper .card-main-wrapper .move-btn .btn-style .icon svg {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}

.ruling-companies-main-wrapper {
  padding: 0 0 140px;
}
.ruling-companies-main-wrapper.who-we-ruling-companies {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper.who-we-ruling-companies {
    padding: 60px 0 0;
  }
}
.ruling-companies-main-wrapper.who-we-ruling-companies .load-more-btn {
  margin: 0;
}
.ruling-companies-main-wrapper .inner-main-wrapper {
  background: rgb(0, 159, 227);
  border: 1px solid rgb(255, 255, 255);
  padding-top: 66px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper {
    padding-top: 30px;
    border: none;
    padding-bottom: 35px;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper.sticky .col-md-3:not(.ruling-companies-main-wrapper .inner-main-wrapper.sticky .col-md-3:last-of-type) .main-text-wrapper {
  transform: translateY(0);
}
.ruling-companies-main-wrapper .inner-main-wrapper h1,
.ruling-companies-main-wrapper .inner-main-wrapper h2,
.ruling-companies-main-wrapper .inner-main-wrapper h6,
.ruling-companies-main-wrapper .inner-main-wrapper p,
.ruling-companies-main-wrapper .inner-main-wrapper strong {
  color: #ffffff;
}
.ruling-companies-main-wrapper .inner-main-wrapper h1 {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper h1 {
    font-size: 70px;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper h6 {
  font-weight: 700;
}
.ruling-companies-main-wrapper .inner-main-wrapper h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper h2 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper h2 span {
    font-size: 20px;
    line-height: 30px;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper .col-md-3:not(.ruling-companies-main-wrapper .inner-main-wrapper .col-md-3:last-of-type) .main-text-wrapper {
  transform: translateY(200px);
  transition: all 1.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper .col-md-3:not(.ruling-companies-main-wrapper .inner-main-wrapper .col-md-3:last-of-type) .main-text-wrapper {
    margin: 0 0 88px;
  }
  .ruling-companies-main-wrapper .inner-main-wrapper .col-md-3:not(.ruling-companies-main-wrapper .inner-main-wrapper .col-md-3:last-of-type) .main-text-wrapper::after {
    content: "";
    display: block;
    height: 7px;
    background: #ffffff;
    width: 140px;
    position: absolute;
    bottom: -46px;
    left: 0;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper {
    height: auto;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper h1 {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper h1 {
    font-size: 60px;
    line-height: 70px;
    padding: 0;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper h1 span {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper {
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding: 16px 0 50px 17px;
  height: 100%;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper {
    border-right: none;
    border-left: none;
    border-top: none;
    height: auto;
    padding: 0;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper.last {
  border: none;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper.last {
    padding-top: 0;
  }
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 23px;
}
.ruling-companies-main-wrapper .inner-main-wrapper .main-text-wrapper .text-wrapper p strong {
  font-weight: 700;
}
.ruling-companies-main-wrapper .load-more-btn {
  text-align: center;
  margin: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .load-more-btn {
    margin: 55px 0 0 0;
  }
}
.ruling-companies-main-wrapper .load-more-btn .btn-style {
  background: #009FE3;
  border-color: #009FE3;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 2px 2px 30px;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .load-more-btn .btn-style {
    font-size: 14px;
    line-height: 28px;
  }
}
.ruling-companies-main-wrapper .load-more-btn .btn-style .icon {
  background: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ruling-companies-main-wrapper .load-more-btn .btn-style .icon {
    width: 28px;
    height: 28px;
  }
  .ruling-companies-main-wrapper .load-more-btn .btn-style .icon img,
  .ruling-companies-main-wrapper .load-more-btn .btn-style .icon svg {
    width: 16px !important;
    height: 16px !important;
  }
}
.ruling-companies-main-wrapper .load-more-btn .btn-style .icon img,
.ruling-companies-main-wrapper .load-more-btn .btn-style .icon svg {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1867%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.owl-carousel-main-wrapper {
  background-color: #F3F3F3;
  padding: 78px 0 63px;
}
@media screen and (min-width: 900px) {
  .owl-carousel-main-wrapper {
    margin-top: 100px;
  }
}
.owl-carousel-main-wrapper .quotes-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .owl-carousel-main-wrapper .quotes-wrapper {
    display: none;
  }
}
.owl-carousel-main-wrapper .quotes-wrapper .left-quote-icon {
  position: absolute;
  left: 75px;
  top: 0;
}
.owl-carousel-main-wrapper .quotes-wrapper .right-quote-icon {
  position: absolute;
  right: 75px;
  top: -17px;
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper {
  width: 90%;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper {
    width: 75%;
  }
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper strong {
    font-size: 16px;
    line-height: 150%;
  }
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper .ratings-wrapper {
  padding-block: 33px;
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper .ratings-wrapper ul li img {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper .ratings-wrapper ul li img {
    width: 16px;
    height: 17px;
  }
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .item .content-wrapper .ratings-wrapper ul li:not(:first-child) {
  margin-left: 18px;
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .owl-nav button span {
  font-size: 70px;
  color: rgba(124, 124, 124, 0.4509803922);
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .owl-nav button .owl-prev {
  left: 0;
}
.owl-carousel-main-wrapper .owl-carousel-wrapper .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

footer.footer .col-md-3:not(footer.footer .col-md-3:last-of-type) .footer-content {
  border-right: 1px solid #ffffff;
}
footer.footer .col-md-3:not(footer.footer .col-md-3:first-of-type) {
  padding: 0 0 0 30px;
}
footer.footer .upper-footer {
  padding: 96px 0;
  background: #009FE3;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer {
    padding: 50px 0;
  }
}
footer.footer .upper-footer .logo-wrapper {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .logo-wrapper {
    margin: 0 0 14px;
  }
}
footer.footer .upper-footer .logo-wrapper a img,
footer.footer .upper-footer .logo-wrapper a svg {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer.footer .upper-footer .logo-wrapper a img,
  footer.footer .upper-footer .logo-wrapper a svg {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .logo-wrapper a img,
  footer.footer .upper-footer .logo-wrapper a svg {
    max-width: 80px;
  }
}
footer.footer .upper-footer .footer-menu {
  padding: 90px 0 0 0;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .footer-menu {
    padding: 30px 0 0 0;
  }
}
footer.footer .upper-footer .footer-content {
  height: 100%;
}
footer.footer .upper-footer .footer-content strong {
  font-weight: 700;
  color: #ffffff;
}
footer.footer .upper-footer .footer-content ul.footer-links {
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .footer-content ul.footer-links {
    margin: 5px 0 0 0;
  }
}
footer.footer .upper-footer .footer-content ul.footer-links li {
  display: block;
}
footer.footer .upper-footer .footer-content ul.footer-links li:not(footer.footer .upper-footer .footer-content ul.footer-links li:last-of-type) {
  margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .footer-content ul.footer-links li:not(footer.footer .upper-footer .footer-content ul.footer-links li:last-of-type) {
    margin: 0 0 2px;
  }
}
footer.footer .upper-footer .footer-content ul.footer-links li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
footer.footer .upper-footer .footer-content .text-wrapper {
  padding: 0 130px 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  footer.footer .upper-footer .footer-content .text-wrapper {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .footer-content .text-wrapper {
    padding: 0 10px 0 0;
  }
}
footer.footer .upper-footer .footer-content .text-wrapper p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .footer-content .text-wrapper p {
    margin: 0 0 3px 0;
  }
}
footer.footer .upper-footer .footer-content .text-wrapper p:not(footer.footer .upper-footer .footer-content .text-wrapper p:last-of-type) {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  footer.footer .upper-footer .footer-content .text-wrapper p:not(footer.footer .upper-footer .footer-content .text-wrapper p:last-of-type) {
    margin: 0 0 5px;
  }
}
footer.footer .footer-bottom {
  padding: 60px 0 20px;
  text-align: center;
}
footer.footer .footer-bottom ul.social-links {
  margin: 0 0 35px;
}
footer.footer .footer-bottom ul.social-links li:not(footer.footer .footer-bottom ul.social-links li:last-of-type) {
  margin: 0 30px 0 0;
}
footer.footer .footer-bottom ul.social-links li a img,
footer.footer .footer-bottom ul.social-links li a svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  footer.footer .footer-bottom ul.social-links li a img,
  footer.footer .footer-bottom ul.social-links li a svg {
    width: 30px;
    height: 30px;
  }
}
footer.footer .footer-bottom .footer-text p {
  font-size: 14px;
  line-height: 140%;
}
footer.footer .footer-bottom .footer-text p:not(footer.footer .footer-bottom .footer-text p:last-of-type) {
  margin: 0 0 7px;
}

@media screen and (min-width: 769px) {
  .br-separator {
    border-right: 1px solid #666666;
  }
}
.sec-contact {
  padding: 270px 0 203px;
}
.sec-contact h1 {
  font-size: 40px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-contact {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 130px 0 80px;
  }
}
.sec-contact .container > h1 {
  color: #009FE3;
  font-weight: 400;
  margin-bottom: 37px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-contact .container > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .container > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
.sec-contact ul.date-wrapper li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sec-contact ul.date-wrapper li:not(:last-of-type) {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.date-wrapper li:not(:last-of-type) {
    margin: 0 30px 0 0;
  }
}
.sec-contact ul.date-wrapper li:not(:last-of-type):before {
  content: "";
  background: #999999;
  width: 1px;
  height: 75px;
  position: absolute;
  right: -25px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.date-wrapper li:not(:last-of-type):before {
    right: -18px;
    height: 50px;
  }
}
.sec-contact ul.date-wrapper li .time-wrapper {
  display: flex;
  align-items: start;
  gap: 15px;
}
.sec-contact ul.date-wrapper li .time-wrapper .date h3.large {
  color: #666666;
  font-size: 70px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.date-wrapper li .time-wrapper .date h3.large {
    font-size: 50px;
    line-height: 60px;
  }
}
.sec-contact ul.date-wrapper li .time-wrapper .detail h3 {
  font-size: 20px;
  line-height: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.date-wrapper li .time-wrapper .detail h3 {
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 0;
  }
}
.sec-contact ul.date-wrapper li .time-wrapper .detail p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.date-wrapper li .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-contact ul.date-wrapper li .location {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}
.sec-contact ul.date-wrapper li .location img,
.sec-contact ul.date-wrapper li .location svg {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.date-wrapper li .location img,
  .sec-contact ul.date-wrapper li .location svg {
    width: 20px;
    height: 20px;
  }
}
.sec-contact ul.date-wrapper li .location strong {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  display: block;
}
.sec-contact .form-wrapper {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper {
    margin-top: 40px;
  }
}
.sec-contact .form-wrapper.secondary-color .form-header {
  background: #006881;
}
.sec-contact .form-wrapper.secondary-color .form-body {
  background: rgba(243, 243, 243, 0.1);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.1) 0%, rgba(0, 103, 129, 0.2) 65%);
}
.sec-contact .form-wrapper.secondary-color .form-body .form .form-group.submit .btn-style {
  background: #006881;
  border-color: #006881;
}
.sec-contact .form-wrapper.secondary-color .form-body .form .form-group.submit .btn-style:hover {
  color: #006881;
  background: transparent;
}
.sec-contact .form-wrapper.secondary-color .form-body .form .form-group.submit .btn-style:hover img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(3620%) hue-rotate(179deg) brightness(101%) contrast(101%);
}
.sec-contact .form-wrapper.network-color .form-header {
  background: #0065A7;
}
.sec-contact .form-wrapper.network-color .form-body {
  background: rgba(243, 243, 243, 0.1);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.1) 0%, rgba(0, 101, 167, 0.2) 65%);
}
.sec-contact .form-wrapper.network-color .form-body .form .form-group.submit .btn-style {
  background: #0065A7;
  border-color: #0065A7;
}
.sec-contact .form-wrapper.network-color .form-body .form .form-group.submit .btn-style:hover {
  color: #0065A7;
  background: transparent;
}
.sec-contact .form-wrapper.network-color .form-body .form .form-group.submit .btn-style:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(2035%) hue-rotate(183deg) brightness(96%) contrast(102%);
}
.sec-contact .form-wrapper .form-header {
  background: #023F86;
  padding: 19px 33px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-header {
    padding: 19px 22px;
  }
}
.sec-contact .form-wrapper .form-header > h3 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-header > h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.sec-contact .form-wrapper .form-header > h3 strong {
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-header > h3 strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
}
.sec-contact .form-wrapper .form-body {
  padding: 61px 37px 81px;
  border-radius: 0 0 20px 20px;
  background: rgba(243, 243, 243, 0.1);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.1) 0%, rgba(2, 63, 134, 0.2) 65%);
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-body {
    padding: 40px 22px 50px;
  }
}
.sec-contact .form-wrapper .form-body .form .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-body .form .col-md-4 {
    margin-bottom: 20px;
  }
}
.sec-contact .form-wrapper .form-body .form .form-group {
  margin-bottom: 0;
}
.sec-contact .form-wrapper .form-body .form .form-group.checkbox-group {
  margin-bottom: 85px;
}
.sec-contact .form-wrapper .form-body .form .form-group.checkbox-group ul.checkbox-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: self-start;
  column-gap: 25px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-body .form .form-group.checkbox-group ul.checkbox-list li {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.sec-contact .form-wrapper .form-body .form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin-bottom: 32px;
}
.sec-contact .form-wrapper .form-body .form .form-group.checkbox-group ul.checkbox-list li label {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 0;
  font-weight: 400;
}
.sec-contact .form-wrapper .form-body .form .form-group.checkbox-group ul.checkbox-list li label a {
  color: #666666;
}
.sec-contact .form-wrapper .form-body .form .form-group.submit {
  margin-bottom: 0;
  text-align: center;
}
.sec-contact .form-wrapper .form-body .form .form-group.submit .btn-style {
  width: 302px;
}
.sec-contact .form-wrapper .form-body .form .form-group label {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper .form-body .form .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-contact .form-wrapper .form-body .form .form-group .input-container {
  position: relative;
}
.sec-contact .form-wrapper .form-body .form .form-group .input-container .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.sec-contact .form-wrapper .form-body .form .form-group .input-container .icon img,
.sec-contact .form-wrapper .form-body .form .form-group .input-container .icon svg {
  max-width: 24px;
}
.sec-contact .form-wrapper .form-body .form .form-group .input-container .form-control {
  height: 50px;
  border-radius: 12px;
  padding: 9px 12px 9px 45px;
  border: 1px solid #E6E6E6;
}
.sec-contact .form-wrapper .form-body .form .terms-text {
  text-align: center;
  margin: 15px 0 40px;
  color: #666666;
}
.sec-contact .form-wrapper .form-body .form .terms-text strong {
  color: #666666;
  font-weight: 700;
}
.sec-contact .form-wrapper .form-body .form .terms-text a {
  color: #666666;
  text-decoration: underline;
}

.sec-participate {
  padding: 264px 0 50px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-participate {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-participate {
    padding: 130px 0 80px;
  }
}
.sec-participate .sec-heading {
  max-width: 1044px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .sec-participate .sec-heading {
    margin: 0 auto 40px;
  }
}
.sec-participate .sec-heading > h1 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 29px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-participate .sec-heading > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-participate .sec-heading > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
.sec-participate .sec-heading > p {
  margin-bottom: 0;
}
.sec-participate .sec-heading > p a {
  font-weight: 700;
  text-decoration: underline;
}
.sec-participate .storage-tool-card {
  position: relative;
  max-width: 1410px;
  margin: auto;
  min-height: 720px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-participate .storage-tool-card {
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-participate .storage-tool-card {
    min-height: 615px;
  }
}
@media screen and (max-width: 767px) {
  .sec-participate .storage-tool-card {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card:nth-of-type(odd) .col-lg-6:first-of-type {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card:nth-of-type(odd) .col-lg-6:last-of-type {
    order: 1;
  }
}
.sec-participate .storage-tool-card:nth-of-type(odd) .img-wrapper {
  left: unset;
  right: -12px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card:nth-of-type(odd) .img-wrapper {
    right: 0;
  }
}
.sec-participate .storage-tool-card:nth-of-type(odd) .img-wrapper img.arrow-img {
  left: unset;
  right: 0;
}
.sec-participate .storage-tool-card:nth-of-type(even) .col-lg-6:first-of-type {
  order: 2;
}
.sec-participate .storage-tool-card:nth-of-type(even) .col-lg-6:last-of-type {
  order: 1;
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.sec-participate .storage-tool-card .img-wrapper {
  position: absolute;
  top: 0;
  left: -18px;
  width: 100%;
  max-width: 720px;
  min-height: 720px;
  margin-right: 45px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-participate .storage-tool-card .img-wrapper {
    max-width: 500px;
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-participate .storage-tool-card .img-wrapper {
    max-width: 615px;
    min-height: 615px;
  }
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card .img-wrapper {
    position: relative;
    min-height: auto;
    margin: 0 auto 25px;
    left: 0;
  }
}
.sec-participate .storage-tool-card .img-wrapper:before {
  content: "";
  background: rgba(0, 159, 227, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-participate .storage-tool-card .img-wrapper img.arrow-img {
  position: absolute;
  top: -4px;
  left: 0;
  max-height: 402px;
  z-index: 2;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-participate .storage-tool-card .img-wrapper img.arrow-img {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-participate .storage-tool-card .img-wrapper img.arrow-img {
    max-width: 130px;
  }
}
.sec-participate .storage-tool-card .img-wrapper img.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card .img-wrapper img.thumbnail-img {
    height: auto;
  }
}
.sec-participate .storage-tool-card .content-wrapper {
  max-width: 423px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-participate .storage-tool-card .content-wrapper {
    max-width: max-content;
    margin: unset;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-participate .storage-tool-card .content-wrapper {
    padding-top: 0;
  }
}
.sec-participate .storage-tool-card .content-wrapper strong {
  color: #009FE3;
  display: block;
  font-size: 140px;
  line-height: 140px;
  font-weight: 900;
  margin-bottom: 21px;
}
@media screen and (max-width: 991px) {
  .sec-participate .storage-tool-card .content-wrapper strong {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
}
.sec-participate .storage-tool-card .content-wrapper h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-participate .storage-tool-card .content-wrapper h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .sec-participate .storage-tool-card .content-wrapper h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

body.dark-blue header {
  background-color: #023F86;
}
body.dark-blue header.scrolled {
  background-color: #023F86;
}
body.dark-blue .sec-guest-banner {
  background-color: #023F86;
}
body.dark-blue .sec-guest-banner .btn-style {
  background-color: #023F86;
  border-color: #023F86;
}
body.dark-blue .sec-guest-banner .btn-style:hover {
  background-color: #023F86;
  border-color: #023F86;
  color: #ffffff;
}
body.dark-blue .sec-guest-banner .btn-style:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
body.mint-blue header {
  background-color: #006881;
}
body.mint-blue header.scrolled {
  background-color: #006881;
}
body.mint-blue .sec-guest-banner {
  background-color: #006881;
}
body.mint-blue .sec-guest-banner .btn-style {
  background-color: #006881;
  border-color: #006881;
}
body.mint-blue .sec-guest-banner .btn-style:hover {
  background-color: #006881;
  border-color: #006881;
  color: #ffffff;
}
body.mint-blue .sec-guest-banner .btn-style:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
body.light-blue header {
  background-color: #009FE3;
}
body.light-blue header.scrolled {
  background-color: #009FE3;
}
body.light-blue .sec-guest-banner {
  background-color: #009FE3;
}
body.light-blue .sec-guest-banner .btn-style {
  background-color: #009FE3;
  border-color: #009FE3;
}
body.light-blue .sec-guest-banner .btn-style:hover {
  background-color: #009FE3;
  border-color: #009FE3;
  color: #ffffff;
}
body.light-blue .sec-guest-banner .btn-style:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}

.sec-guest-banner {
  padding: 188px 0 62px;
  background-color: #023F86;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner {
    padding: 120px 0 40px;
  }
}
.sec-guest-banner h1,
.sec-guest-banner h2,
.sec-guest-banner h3,
.sec-guest-banner p,
.sec-guest-banner strong,
.sec-guest-banner a,
.sec-guest-banner span {
  color: #ffffff;
}
.sec-guest-banner .container > h1 {
  font-weight: 400;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .container > h1 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }
}
.sec-guest-banner .guest-condition .guest-detail {
  max-width: 489px;
}
@media screen and (max-width: 991px) {
  .sec-guest-banner .guest-condition .guest-detail {
    max-width: max-content;
    margin-bottom: 40px;
  }
}
.sec-guest-banner .guest-condition .guest-detail .time-wrapper {
  display: flex;
  align-items: start;
  gap: 15px;
}
.sec-guest-banner .guest-condition .guest-detail .time-wrapper .date h3.large {
  font-size: 80px;
  line-height: 75px;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-detail .time-wrapper .date h3.large {
    font-size: 65px;
    line-height: 60px;
  }
}
.sec-guest-banner .guest-condition .guest-detail .time-wrapper .detail h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-detail .time-wrapper .detail h3 {
    font-size: 20px;
  }
}
.sec-guest-banner .guest-condition .guest-detail .time-wrapper .detail p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-detail .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-guest-banner .guest-condition .guest-detail .time-detail {
  margin-top: 26px;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail > p {
  margin-bottom: 12px;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail ul.feature-list {
  margin-bottom: 30px;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail ul.feature-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-detail .time-detail ul.feature-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-guest-banner .guest-condition .guest-detail .time-detail ul.feature-list li .content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail ul.feature-list li .content p.title {
  margin-bottom: 12px;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail ul.feature-list li .content p strong {
  font-weight: 700;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail .milano-card {
  display: flex;
  align-items: self-end;
  gap: 11px;
}
.sec-guest-banner .guest-condition .guest-detail .time-detail .milano-card .icon img {
  max-width: 24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.sec-guest-banner .guest-condition .guest-detail .time-detail .milano-card .content p {
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.sec-guest-banner .guest-condition .guest-form {
  max-width: 743px;
  margin: 0 0 0 auto;
}
.sec-guest-banner .guest-condition .guest-form .form {
  padding: 44px 32px 49px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form .form {
    padding: 32px 26px;
  }
}
.sec-guest-banner .guest-condition .guest-form .form .form-group {
  margin-bottom: 24px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group {
  margin: 13px 0 39px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group ul.checkbox-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  column-gap: 16px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin: 0 0 18px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  top: 3px;
  height: 25px;
  width: 25px;
  border-radius: 5px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  border-color: #E6E6E6;
  background: #ffffff;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 7px;
  height: 14px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.checkbox-group ul.checkbox-list li label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  user-select: none;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.submit {
  margin-bottom: 0;
  text-align: center;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group.submit {
    padding-left: 0;
  }
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.submit .btn-style {
  height: 60px;
  border-radius: 12px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  width: 100%;
  max-width: 625px;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group.submit .btn-style {
    min-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}
.sec-guest-banner .guest-condition .guest-form .form .form-group.submit .btn-style img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group.submit .btn-style img {
    width: 25px;
  }
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group .input-card {
    column-gap: 12px;
    grid-template-columns: 20px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group .input-card {
    column-gap: 12px;
    grid-template-columns: 20px 1fr;
  }
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card.active .content .guest-input {
  display: flex;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .icon img {
  width: 100%;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .guest-input {
  display: none;
  align-items: center;
  gap: 10px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .guest-input .edit-guest-input {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #666666;
  border: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  display: inline-block;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .guest-input .edit-guest-input:focus {
  box-shadow: none;
  outline: none;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .input-result {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .input-result h3 {
  font-weight: 700;
  margin-bottom: 0;
  color: #666666;
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .input-result h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content .input-result h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content a.guest-save-icon img,
.sec-guest-banner .guest-condition .guest-form .form .form-group .input-card .content a.guest-edit-icon img {
  max-width: 14px;
}
.sec-guest-banner .guest-condition .guest-form > h3 {
  text-align: center;
  font-weight: 400;
  margin: 31px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-guest-banner .guest-condition .guest-form > h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.sec-discover-ruling {
  padding: 112px 0 184px;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-discover-ruling {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-discover-ruling {
    padding: 60px 0;
  }
}
.sec-discover-ruling .content-wrapper {
  text-align: center;
}
.sec-discover-ruling .content-wrapper h2 {
  font-weight: 400;
  margin-bottom: 31px;
  color: #009FE3;
}
@media screen and (max-width: 991px) {
  .sec-discover-ruling .content-wrapper h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
.sec-discover-ruling .content-wrapper h3,
.sec-discover-ruling .content-wrapper strong,
.sec-discover-ruling .content-wrapper a {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .sec-discover-ruling .content-wrapper h3,
  .sec-discover-ruling .content-wrapper strong,
  .sec-discover-ruling .content-wrapper a {
    font-size: 20px;
    line-height: 30px;
  }
  .sec-discover-ruling .content-wrapper h3 br,
  .sec-discover-ruling .content-wrapper strong br,
  .sec-discover-ruling .content-wrapper a br {
    display: none;
  }
}
.sec-discover-ruling .content-wrapper h3 {
  margin-bottom: 0;
}
.sec-discover-ruling .content-wrapper h3 a {
  font-weight: 700;
  text-decoration: underline;
}

.sec-meeting-results {
  padding: 244px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results {
    padding: 130px 0 40px;
  }
}
.sec-meeting-results .filter-form {
  margin-bottom: 33px;
}
.sec-meeting-results .filter-form .form {
  display: grid;
  grid-template-columns: 1fr 62px;
  column-gap: 22px;
  align-items: center;
}
.sec-meeting-results .filter-form .form .form-group {
  margin-bottom: 0;
}
.sec-meeting-results .filter-form .form .form-group .form-control {
  height: 62px;
  width: 100%;
  color: #666666;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  padding-left: 26px;
  font-size: 16px;
  line-height: 24px;
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav {
  text-align: left;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
  }
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li {
  display: inline-block;
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li:not(:last-of-type) {
  margin: 0 39px 0 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li:not(:last-of-type) {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li:not(:last-of-type) {
    margin: 0;
  }
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li:nth-last-child(2) {
  margin: 0;
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li .nav-link {
  height: 53px;
  width: 100%;
  background: #F3F3F3;
  border: 2px solid #F3F3F3;
  border-radius: 20px;
  padding: 10px 38px 11px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li .nav-link {
    border-radius: 10px;
    height: 45px;
    padding: 10px 22px 11px;
    font-size: 14px;
    line-height: 24px;
    min-width: 100%;
  }
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li .nav-link.active {
  border-color: #BFBFBF;
  background: #BFBFBF;
  color: #ffffff;
}
.sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li .nav-link.filter-btn {
  border: unset;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .filter-tabs ul.nav li .nav-link.filter-btn img {
    display: none;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result h2.result-count {
  color: #009FE3;
  margin-bottom: 53px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result h2.result-count {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result h2.result-count span {
  color: #009FE3;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result h2.result-count span {
    font-size: 36px;
    line-height: 44px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 59px;
  overflow: hidden;
  position: relative;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid.grid-2 {
  grid-template-columns: 1fr 480px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid.grid-2 {
    grid-template-columns: 1fr 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid.grid-2 {
    column-gap: 0;
    grid-template-columns: 1fr;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar {
  width: 100%;
  max-width: 480px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  overflow: hidden;
  transition: right 0.3s ease-in-out;
  z-index: 100;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar {
    max-width: 359px;
  }
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    display: block;
    overflow: auto;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar.active {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar.active {
    right: 0;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  padding: 23px 37px 40px;
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar {
    padding: 23px 30px 30px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .close-icon {
  text-align: right;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .close-icon a img {
  max-width: 20px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar h3.title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 13px 0 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar h3.title {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar h3.title img {
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar h3.title img {
    max-width: 25px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card:not(:last-of-type) {
  margin-bottom: 35px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card h3.title {
  padding: 13px 0 13px 57px;
  font-weight: 700;
  position: relative;
  background: #ffffff;
  border-radius: 10px 0 0 10px;
  margin: 0 0 25px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card h3.title:before {
  content: "";
  background: #ffffff;
  width: 38px;
  height: 100%;
  position: absolute;
  right: -36px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card h3.title:before {
    right: -29px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  column-gap: 19px;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li {
    column-gap: 12px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li label {
  position: relative;
  top: 1px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li label {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #009FE3;
  background: #009FE3;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li input[type=checkbox]:checked:before {
  opacity: 1;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li input[type=checkbox]:checked + label {
  font-weight: 700;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 7px;
  height: 16px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-filter-sidebar .filter-sidebar .filter-card ul.checkbox-list li input[type=checkbox]:before {
    width: 6px;
    height: 13px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content {
  height: 100%;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .img-wrapper {
  position: relative;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .img-wrapper:before {
  content: "";
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .img-wrapper .thumbnail-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .img-wrapper .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .img-wrapper .play-icon img {
  max-width: 100px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .img-wrapper .tag-btn {
  font-size: 15px;
  font-weight: 700;
  color: #023F86;
  padding: 4px 21px 1px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper {
  background: #F6F6F6;
  padding: 26px 21px 42px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .tv-name {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 32px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .tv-name img {
  max-width: 45px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .tv-name strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #666666;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .content p b {
  font-weight: 700;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .content .tag-location {
  margin-top: 4px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .program-video .content-wrapper .content .tag-location strong {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #009FE3;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 69px;
  row-gap: 69px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid {
    column-gap: 50px;
    row-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid {
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid.grid-2 {
    grid-template-columns: 1fr;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card {
  height: 577px;
  position: relative;
  background: #F6F6F6;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .img-wrapper {
  position: relative;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .img-wrapper .tag-btn {
  font-size: 15px;
  font-weight: 700;
  color: #023F86;
  padding: 4px 21px 1px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .main-wrapper {
  padding: 30px 25px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper {
  display: flex;
  align-items: start;
  gap: 15px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper .date h3.large {
  font-size: 80px;
  line-height: 70px;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper .date h3.large {
    font-size: 65px;
    line-height: 65px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper .detail h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper .detail h3 {
    font-size: 20px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper .detail p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .content-wrapper {
  margin: 34px 0 30px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .content-wrapper {
    min-height: auto;
    margin: 30px 0;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .content-wrapper.h-84 {
  min-height: 84px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .content-wrapper strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .content-wrapper strong a {
  font-size: 24px;
  line-height: 28px;
  color: #009FE3;
  font-weight: 500;
  max-width: 80%;
  display: block;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list {
  margin-bottom: 0;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 15px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list li .content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list li .content p.title {
  margin-bottom: 12px;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card ul.feature-list li .content p strong {
  font-weight: 700;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .btn-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
}
.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid .result-tab-content .tab-content .tab-pane .program-grid .program-card .btn-wrapper .btn-style {
  height: 45px;
  font-size: 18px;
  min-width: 240px;
}
.sec-meeting-results ul.pagination-list {
  text-align: center;
  margin: 80px 0 0;
}
.sec-meeting-results ul.pagination-list li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-meeting-results ul.pagination-list li:not(:last-of-type) {
    margin: 0 10px 0 0;
  }
}
.sec-meeting-results ul.pagination-list li.arrow {
  display: inline-block;
}
.sec-meeting-results ul.pagination-list li.arrow.arrow-left {
  transform: rotate(180deg);
}
.sec-meeting-results ul.pagination-list li.arrow.arrow-right {
  transform: rotate(180deg);
}
.sec-meeting-results ul.pagination-list li.active:not(.arrow) a {
  background: #009FE3;
  border-color: #009FE3;
  color: #ffffff;
}
.sec-meeting-results ul.pagination-list li:not(.arrow) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  color: #AFB0B0;
  background: #F3F3F3;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

.sec-webinars {
  padding: 254px 0 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-webinars {
    padding: 150px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-webinars {
    padding: 130px 0 40px;
  }
}
.sec-webinars .meeting-detail {
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .meeting-detail {
    margin-bottom: 60px;
  }
}
.sec-webinars .meeting-detail > h2 {
  margin-bottom: 0;
  font-weight: 800;
  color: #009FE3;
}
@media screen and (max-width: 767px) {
  .sec-webinars .meeting-detail > h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
.sec-webinars .meeting-detail > h2 span {
  color: #009FE3;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-webinars .meeting-detail > h2 span {
    font-size: 35px;
    line-height: 43px;
  }
}
.sec-webinars .meeting-detail > p {
  margin: 29px 0 22px;
}
.sec-webinars .meeting-detail > p a {
  font-weight: 700;
  text-decoration: underline;
}
.sec-webinars .meeting-detail ul.feature li {
  position: relative;
  display: block;
  padding-left: 45px;
  font-size: 16px;
}
.sec-webinars .meeting-detail ul.feature li:not(:last-of-type) {
  margin-bottom: 15px;
}
.sec-webinars .meeting-detail ul.feature li:before {
  content: "";
  background: url("../images/icons/cyan-circle-down-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -4px;
}
.sec-webinars .meeting-detail ul.feature li p {
  margin-bottom: 0;
}
.sec-webinars .community-wrapper .community-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 21px 24px;
  background: #F3F3F3;
  border-radius: 20px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-webinars .community-wrapper .community-header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-header {
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }
}
.sec-webinars .community-wrapper .community-header p.title {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-webinars .community-wrapper .community-header p.title {
    margin-bottom: 20px;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-header ul.nav {
    max-width: 280px;
    margin: auto;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-header ul.nav li {
    display: block;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li:not(:last-of-type) {
  margin: 0 39px 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-webinars .community-wrapper .community-header ul.nav li:not(:last-of-type) {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-header ul.nav li:not(:last-of-type) {
    margin: 0 0 12px;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link {
  height: 65px;
  width: 100%;
  background: #ffffff;
  border: 3px solid #023F86;
  border-radius: 30px;
  padding: 0;
  min-width: 295px;
  text-transform: capitalize;
  display: grid;
  grid-template-columns: 1fr 65px;
  align-items: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-webinars .community-wrapper .community-header ul.nav li .nav-link {
    min-width: 218px;
  }
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-header ul.nav li .nav-link {
    min-width: 100%;
    height: 60px;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active span.icon {
  background: #023F86;
  width: 61px;
  height: 61px;
  right: -8px;
  top: -1px;
}
@media screen and (max-width: 991px) {
  .sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active span.icon {
    width: 56px;
    height: 56px;
    right: -10px;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active span.icon img,
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active span.icon svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active.mint-blue span.icon {
  background: #006881;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active.mint-blue span.icon img,
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active.mint-blue span.icon svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active.light-blue span.icon {
  background: #0065A7;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active.light-blue span.icon img,
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.active.light-blue span.icon svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.mint-blue {
  border-color: #006881;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.mint-blue span.content {
  color: #006881;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.mint-blue span.icon {
  background: #ffffff;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.mint-blue span.icon img,
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.mint-blue span.icon svg {
  filter: brightness(0) saturate(100%) invert(17%) sepia(71%) saturate(4028%) hue-rotate(177deg) brightness(95%) contrast(101%);
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.light-blue {
  border-color: #0065A7;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.light-blue span.content {
  color: #0065A7;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.light-blue span.icon {
  background: #ffffff;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.light-blue span.icon img,
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link.light-blue span.icon svg {
  filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(1705%) hue-rotate(184deg) brightness(95%) contrast(103%);
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link span {
  display: block;
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link span.content {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #023F86;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sec-webinars .community-wrapper .community-header ul.nav li .nav-link span.content {
    font-size: 18px;
    line-height: 26px;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link span.icon {
  background: #ffffff;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -7px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-header ul.nav li .nav-link span.icon {
    right: -11px;
    width: 55px;
    height: 54px;
  }
}
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link span.icon img,
.sec-webinars .community-wrapper .community-header ul.nav li .nav-link span.icon svg {
  filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(4220%) hue-rotate(203deg) brightness(88%) contrast(98%);
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card.mint-blue > h2 {
  color: #006881;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card.mint-blue .program-grid .program-card .main-wrapper .btn-wrapper .btn-style {
  background: #006881;
  border-color: #006881;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card.mint-blue .more-content .ruling-wrapper > h3 {
  color: #006881;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card.light-blue > h2 {
  color: #0065A7;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card.light-blue .program-grid .program-card .main-wrapper .btn-wrapper .btn-style {
  background: #0065A7;
  border-color: #0065A7;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card.light-blue .more-content .ruling-wrapper > h3 {
  color: #0065A7;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card > h2 {
  color: #023F86;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card > h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid {
  display: grid;
  grid-template-columns: repeat(2, 428px);
  align-items: self-start;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid {
    grid-template-columns: 1fr;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card {
  height: 100%;
  position: relative;
  background: transparent;
  border-right: 1px solid #999999;
  padding: 15px 30px 30px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card {
    padding: 40px 30px;
    border-right: unset;
    border-bottom: 1px solid #999999;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper {
  display: flex;
  align-items: start;
  gap: 15px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper .date h3.large {
  font-size: 80px;
  line-height: 65px;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper .date h3.large {
    font-size: 65px;
    line-height: 65px;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper .detail h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper .detail h3 {
    font-size: 20px;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper .detail p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .content-wrapper {
  margin: 29px 0 15px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .content-wrapper {
    min-height: auto;
    margin: 30px 0;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .content-wrapper.h-84 {
  min-height: 84px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .content-wrapper strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #009FE3;
  display: block;
  min-height: 85px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list {
  margin-bottom: 0;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  column-gap: 6px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li .icon img {
  width: 100%;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li .content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li .content p.title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper ul.feature-list li .content p strong {
  font-weight: 700;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .btn-wrapper {
  margin: 39px 0 0;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .btn-wrapper .btn-style {
  height: 53px;
  font-size: 20px;
  line-height: 28px;
  min-width: 100%;
  background: #023F86;
  border-color: #023F86;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .program-grid .program-card .main-wrapper .btn-wrapper .btn-style .arrow-icon {
  width: 30px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .more-content {
  margin-top: 89px;
  max-width: 970px;
}
@media screen and (max-width: 767px) {
  .sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .more-content {
    margin-top: 40px;
  }
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .more-content > p {
  line-height: 1.8;
  margin-bottom: 16px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .more-content .ruling-wrapper > h3 {
  font-weight: 700;
  color: #023F86;
  margin-bottom: 8px;
}
.sec-webinars .community-wrapper .community-body .tab-content .tab-pane .community-card .more-content .ruling-wrapper p {
  margin-bottom: 0;
  line-height: 1.8;
}

.banner-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 28px 0;
  background-color: #009FE3;
}
@media screen and (max-width: 767px) {
  .banner-wrapper {
    padding: 20px 0;
  }
}
.banner-wrapper.sea-green {
  background-color: #33869A;
}
.banner-wrapper.dark-blue {
  background-color: #023F86;
}
.banner-wrapper ul.btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrapper ul.btn-list .btn-style.text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .banner-wrapper ul.btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner-wrapper ul.btn-list li:first-of-type {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .banner-wrapper ul.btn-list li:first-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper ul.btn-list li .btn-style {
    font-size: 14px;
    line-height: 22px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px 5px;
  }
}
.banner-wrapper .btn-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .btn-text-wrapper {
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
}
.banner-wrapper .btn-text-wrapper .btn-wrapper .btn-style {
  width: 100%;
  font-size: 16px;
}
.banner-wrapper .pdf-wrapper {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 9px;
}
@media screen and (max-width: 767px) {
  .banner-wrapper .pdf-wrapper {
    display: flex;
    justify-content: center;
  }
}

.reporting-banner-section {
  position: relative;
  background-image: url("../images/reporting-banner-img.png");
  background-position: center;
  background-size: cover;
  min-height: 740px;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .reporting-banner-section {
    display: flex;
    align-items: center;
    padding: 120px 0 36px;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .reporting-banner-section {
    padding: 160px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .reporting-banner-section .video-wrapper .container {
    padding: 0 12px 0 6px;
  }
}
.reporting-banner-section iframe {
  min-width: 730px;
  min-height: 412px;
}
@media screen and (max-width: 767px) {
  .reporting-banner-section iframe {
    min-width: 400px;
    min-height: 200px;
  }
}

.sec-event-detail-content {
  padding: 93px 0;
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content {
    padding: 40px 0;
  }
}
.sec-event-detail-content h2 {
  color: #009FE3;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-event-detail-content ul.date-list {
  margin-top: 12px;
}
.sec-event-detail-content ul.date-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 14px;
}
.sec-event-detail-content ul.date-list li:first-of-type .content-wrapper a {
  font-weight: 600;
}
.sec-event-detail-content ul.date-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec-event-detail-content .focus-wrapper {
  margin: 55px 0;
}
.sec-event-detail-content .user-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  column-gap: 27px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.sec-event-detail-content .user-card .img-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.sec-event-detail-content .need-help-card {
  max-width: 258px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content .need-help-card {
    display: grid;
    text-align: center;
    row-gap: 0;
    justify-content: center;
  }
}
.sec-event-detail-content .need-help-card.sea-green {
  background-color: #33869A;
}
.sec-event-detail-content .need-help-card .btn-style {
  height: 65px;
  min-width: 258px;
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content .need-help-card .btn-style {
    margin-bottom: 20px;
  }
}
.sec-event-detail-content .need-help-card span.contact {
  color: #666666;
  text-decoration: underline;
}
.sec-event-detail-content .need-help-card a:not(.btn-style) {
  text-align: center;
  margin-top: 26px;
}
.sec-event-detail-content .need-help-card a:not(.btn-style):hover {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content .need-help-card {
    width: 100%;
    max-width: 500px;
    flex-direction: row;
    margin-top: 32px;
  }
  .sec-event-detail-content .need-help-card a:not(.btn-style) {
    margin-top: 0;
    margin-right: 32px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec-event-detail-content .need-help-card a:not(.btn-style) {
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content .need-help-card a:not(.btn-style) br {
    display: none;
  }
}

.sec-document .document-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  row-gap: 24px;
  margin-top: 23px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .sec-document .document-grid {
    grid-template-columns: 3fr;
    row-gap: 20px;
  }
}
.sec-document .document-grid .document-card {
  padding: 24px;
  border-radius: 16px;
  background-color: #F6F6F6;
}
.sec-document .document-grid .document-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
}
.sec-document .document-grid .document-card a .content-wrapper {
  flex: 1;
  max-width: 300px;
}
.sec-document .document-grid .document-card a .content-wrapper p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
.sec-document .document-grid .document-card a .icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-document .document-grid .document-card a .icon-wrapper img {
  width: 94px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-document .document-grid .document-card a .icon-wrapper img {
    width: 48px;
  }
}

.sec-program {
  margin-bottom: 55px;
}

.sec-reviews {
  margin-top: 46px;
}
.sec-reviews ul.rating-numbers {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 11px;
  border-bottom: 2px solid #EEEEEE;
  padding-bottom: 22px;
}
.sec-reviews ul.rating-numbers li .rating-stars-wrapper {
  display: grid;
  grid-template-columns: repeat(5, auto);
  column-gap: 7px;
  align-items: center;
  position: relative;
  padding-left: 11px;
}
.sec-reviews ul.rating-numbers li .rating-stars-wrapper::before {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #666666;
  position: absolute;
  left: 0;
}
.sec-reviews ul.rating-list {
  padding: 35px 0;
}
.sec-reviews ul.rating-list li {
  display: grid;
  grid-template-columns: 123px 1fr;
  column-gap: 82px;
  align-items: center;
}
.sec-reviews ul.rating-list li:not(:last-of-type) {
  margin-bottom: 14px;
}
.sec-reviews ul.rating-list li .rating-stars {
  display: grid;
  grid-template-columns: repeat(5, auto);
  column-gap: 7px;
  align-items: center;
}
.sec-reviews ul.rating-list li .progress .progress-bar {
  border-radius: 0 !important;
  background-color: #FFC908;
}
.sec-reviews ul.review-list li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 1fr 123px;
  align-items: center;
  border-top: 2px solid #EEEEEE;
}
.sec-reviews ul.review-list li:last-of-type {
  border-bottom: 2px solid #EEEEEE;
}
.sec-reviews ul.review-list li .rating-stars {
  display: grid;
  grid-template-columns: repeat(5, auto);
  column-gap: 7px;
  align-items: center;
}

.map-banner-section {
  position: relative;
  background-image: url("..//images/map-sec-banner.png");
  background-position: center;
  background-size: cover;
  min-height: 740px;
  padding-top: 180px;
}

.sec-event-detail-content .map-wrapper {
  margin-top: 55px;
}
.sec-event-detail-content .map-wrapper iframe {
  min-width: 820px;
  min-height: 449px;
}
@media screen and (max-width: 767px) {
  .sec-event-detail-content .map-wrapper iframe {
    min-width: 400px;
    min-height: 200px;
  }
}

.sec-event-detail-content strong,
.sec-event-detail-content {
  font-size: 16px;
  line-height: 150%;
  font-family: "Roboto", sans-serif;
}

[itemprop=description] {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #666666;
  font-family: "Roboto", sans-serif;
}

.executive-banner-section {
  position: relative;
  background-image: url("../images/executive-banner.png");
  background-position: center;
  background-size: cover;
  min-height: 740px;
  padding-top: 180px;
}
.executive-banner-section .executive-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 28px 0;
  background-color: #33869A;
}
.executive-banner-section .executive-wrapper .btn-wrapper .btn-style {
  width: 100%;
}
.executive-banner-section .executive-wrapper .pdf-wrapper {
  max-width: 162px;
  margin-left: auto;
}
.executive-banner-section .executive-wrapper .pdf-wrapper .icon-wrapper img {
  margin-right: 9px;
}

.speaker-wrapper .user-card .img-wrapper img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.sec-about-us {
  padding: 264px 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-about-us {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us {
    padding: 130px 0 80px;
  }
}
.sec-about-us .container-fluid {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec-about-us .container-fluid {
    padding: 0 24px;
  }
}
.sec-about-us .sec-heading {
  max-width: 1044px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .sec-about-us .sec-heading {
    margin: 0 auto 40px;
  }
}
.sec-about-us .sec-heading > h1 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 29px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-about-us .sec-heading > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about-us .sec-heading > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
.sec-about-us .sec-heading > p {
  margin-bottom: 0;
}
.sec-about-us .sec-heading > p a {
  font-weight: 700;
  text-decoration: underline;
}
.sec-about-us .about-us-card {
  position: relative;
  max-width: 1410px;
  margin: auto;
  min-height: 720px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-about-us .about-us-card {
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-about-us .about-us-card {
    min-height: 615px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us .about-us-card {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card:nth-of-type(odd) .col-lg-6:first-of-type {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card:nth-of-type(odd) .col-lg-6:last-of-type {
    order: 1;
  }
}
.sec-about-us .about-us-card:nth-of-type(odd) .content-wrapper {
  text-align: right;
}
.sec-about-us .about-us-card:nth-of-type(odd) .img-wrapper {
  left: unset;
  right: -12px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card:nth-of-type(odd) .img-wrapper {
    right: 0;
  }
}
.sec-about-us .about-us-card:nth-of-type(odd) .img-wrapper img.arrow-img {
  left: unset;
  right: 0;
}
.sec-about-us .about-us-card:nth-of-type(even) .col-lg-6:first-of-type {
  order: 2;
}
.sec-about-us .about-us-card:nth-of-type(even) .col-lg-6:last-of-type {
  order: 1;
}
@media screen and (max-width: 767px) {
  .sec-about-us .about-us-card .col-lg-6 {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.sec-about-us .about-us-card .img-wrapper {
  position: absolute;
  top: 0;
  left: -18px;
  width: 100%;
  max-width: 720px;
  min-height: 720px;
  max-height: 720px;
  margin-right: 45px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-about-us .about-us-card .img-wrapper {
    max-width: 500px;
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-about-us .about-us-card .img-wrapper {
    max-width: 615px;
    min-height: 615px;
    max-height: 615px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card .img-wrapper {
    position: relative;
    min-height: auto;
    margin: 0 auto 25px;
    left: 0;
  }
}
.sec-about-us .about-us-card .img-wrapper:before {
  content: "";
  background: rgba(0, 159, 227, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-about-us .about-us-card .img-wrapper img.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card .img-wrapper img.thumbnail-img {
    height: auto;
  }
}
.sec-about-us .about-us-card .content-wrapper {
  max-width: 461px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-about-us .about-us-card .content-wrapper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-about-us .about-us-card .content-wrapper {
    max-width: max-content;
    margin: unset;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us .about-us-card .content-wrapper {
    padding-top: 0;
  }
}
.sec-about-us .about-us-card .content-wrapper strong {
  color: #009FE3;
  display: block;
  font-size: 140px;
  line-height: 140px;
  font-weight: 900;
  margin-bottom: 21px;
}
@media screen and (max-width: 991px) {
  .sec-about-us .about-us-card .content-wrapper strong {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
}
.sec-about-us .about-us-card .content-wrapper h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-about-us .about-us-card .content-wrapper h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us .about-us-card .content-wrapper h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .sec-about-us .about-us-card .content-wrapper h3.f-40 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sec-about-us .about-us-card .content-wrapper p {
  line-height: 26px;
}
.sec-about-us .about-us-card .content-wrapper p.f-36 {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .sec-about-us .about-us-card .content-wrapper p.f-36 {
    font-size: 26px;
    line-height: 36px;
  }
}
.sec-about-us .about-us-card .content-wrapper ul.feature-list {
  margin-bottom: 16px;
}
.sec-about-us .about-us-card .content-wrapper ul.feature-list li {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.sec-about-us .load-more-btn {
  display: flex;
  justify-content: center;
}
.sec-about-us .load-more-btn .btn-style {
  min-width: 428px;
  min-height: 70px;
  justify-content: space-between;
  padding: 2px 2px 2px 70px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-about-us .load-more-btn .btn-style {
    min-height: 60px;
    min-width: 320px;
  }
}
.sec-about-us .load-more-btn .btn-style .icon {
  width: 62px;
  height: 62px;
}
.sec-about-us .load-more-btn .btn-style .icon img {
  width: 40px !important;
  height: 40px !important;
}

.sec-ruling-community {
  padding: 230px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-ruling-community {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ruling-community {
    padding: 130px 0 40px;
  }
}
.sec-ruling-community.sec-community-meeting {
  padding: 0 0 59px;
}
@media screen and (max-width: 767px) {
  .sec-ruling-community.sec-community-meeting {
    padding: 0 0 30px;
  }
}
.sec-ruling-community.sec-community-meeting .membership-card {
  margin: 0;
}
.sec-ruling-community .sec-heading {
  max-width: 1044px;
  margin: 0 auto 80px 0;
}
@media screen and (max-width: 767px) {
  .sec-ruling-community .sec-heading {
    margin: 0 auto 50px;
  }
}
.sec-ruling-community .sec-heading > h1 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-ruling-community .sec-heading > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-ruling-community .sec-heading > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
.sec-ruling-community ul.card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 35px));
  column-gap: 58px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sec-ruling-community ul.card-wrapper {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
.sec-ruling-community ul.card-wrapper li:not(:last-of-type) {
  position: relative;
}
.sec-ruling-community ul.card-wrapper li:not(:last-of-type)::before {
  content: "";
  width: 1.5px;
  height: 210px;
  background-color: rgba(153, 153, 153, 0.6);
  position: absolute;
  top: 0;
  right: -29px;
}
@media screen and (max-width: 767px) {
  .sec-ruling-community ul.card-wrapper li:not(:last-of-type)::before {
    display: none;
  }
}
.sec-ruling-community ul.card-wrapper li .page-card .img-wrapper {
  width: 100%;
  max-width: 400px;
  background-color: #023F86;
  border-radius: 16px;
  padding: 30px 130px;
}
.sec-ruling-community ul.card-wrapper li .page-card .content-wrapper {
  text-align: center;
  margin-top: 24px;
}
.sec-ruling-community ul.card-wrapper li:nth-of-type(2) .img-wrapper {
  background-color: #006881;
}
.sec-ruling-community ul.card-wrapper li:last-of-type .img-wrapper {
  background-color: #0065A7;
}
.sec-ruling-community .meeting-wrapper {
  margin-top: 40px;
}
.sec-ruling-community .meeting-wrapper > h2 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-ruling-community .meeting-wrapper > h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-ruling-community .meeting-wrapper > h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
.sec-ruling-community .meeting-wrapper ul.feature-list {
  margin-bottom: 16px;
}
.sec-ruling-community .meeting-wrapper ul.feature-list li {
  font-size: 16px;
  line-height: 26px;
  display: block;
}
.sec-ruling-community .membership-card {
  margin-top: 94px;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 24%, rgb(238, 238, 238) 100%);
  width: 100%;
  min-height: 850px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-ruling-community .membership-card .img-wrapper {
    max-width: 500px;
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-ruling-community .membership-card .img-wrapper {
    max-width: 615px;
    min-height: 615px;
  }
}
.sec-ruling-community .membership-card .img-wrapper img {
  width: calc(100% - 80px);
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-ruling-community .membership-card .img-wrapper img {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ruling-community .membership-card .img-wrapper img {
    width: 100%;
  }
}
.sec-ruling-community .membership-card .content-wrapper {
  padding-top: 48px;
  max-width: 461px;
}
@media screen and (max-width: 767px) {
  .sec-ruling-community .membership-card .content-wrapper {
    padding: 40px 24px 20px;
  }
}
.sec-ruling-community .membership-card .content-wrapper > h2 {
  color: #009FE3;
  margin-bottom: 23px;
}
.sec-ruling-community .membership-card .more-content {
  margin-top: 68px;
  max-width: 1237px;
}
@media screen and (max-width: 767px) {
  .sec-ruling-community .membership-card .more-content {
    margin-top: 0;
    padding: 0 24px;
  }
}

.sec-guide-principal {
  padding: 230px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-guide-principal {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-principal {
    padding: 130px 0 40px;
  }
}
.sec-guide-principal .sec-heading {
  max-width: 1044px;
  margin: 0 auto 80px 0;
}
@media screen and (max-width: 767px) {
  .sec-guide-principal .sec-heading {
    margin: 0 auto 50px;
  }
}
.sec-guide-principal .sec-heading > h1 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-guide-principal .sec-heading > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-guide-principal .sec-heading > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
.sec-guide-principal .container-fluid {
  padding: 0;
}
.sec-guide-principal .guide-wrapper .guide-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-guide-principal .guide-wrapper .guide-img {
    margin-bottom: 40px;
  }
}
.sec-guide-principal .guide-wrapper .guide-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .sec-guide-principal .guide-wrapper .guide-img img {
    height: 300px;
  }
}
.sec-guide-principal .guide-wrapper .guide-content > h2 {
  color: #009FE3;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .sec-guide-principal .guide-wrapper .guide-content > h2 {
    margin-bottom: 20px;
  }
}
.sec-guide-principal .guide-wrapper .guide-content ul.guide-list li {
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-guide-principal .guide-wrapper .guide-content ul.guide-list li {
    font-size: 16px;
    line-height: 26px;
  }
}
.sec-guide-principal .guide-wrapper .guide-content ul.guide-list li:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sec-guide-principal .guide-wrapper .guide-content ul.guide-list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.sec-join {
  padding: 230px 0 99px;
  overflow: hidden;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-join {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-join {
    padding: 120px 0 40px;
  }
}
.sec-join .sec-heading {
  max-width: 1014px;
  margin-bottom: 47px;
}
.sec-join .sec-heading > h1 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-join .sec-heading > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-join .sec-heading > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .sec-join .sec-heading > p {
    line-height: 26px;
  }
}
.sec-join .join-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 26px));
  column-gap: 52px;
}
@media screen and (max-width: 767px) {
  .sec-join .join-grid {
    grid-template-columns: 1fr;
  }
}
.sec-join .join-grid .join-card {
  min-height: 376px;
  text-align: center;
  padding: 66px 30px 84px;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 24%, rgb(238, 238, 238) 100%);
}
.sec-join .join-grid .join-card .icon-wrapper {
  margin-bottom: 42px;
}
.sec-join .join-grid .join-card .icon-wrapper img {
  max-width: 130px;
}
.sec-join .join-grid .join-card .content p {
  margin-bottom: 0;
  line-height: 26px;
}
.sec-join .load-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 99px;
}
.sec-join .load-more-btn .btn-style {
  background: #009FE3;
  border-color: #009FE3;
  color: #ffffff;
  min-width: 428px;
  min-height: 70px;
  justify-content: space-between;
  padding: 2px 2px 2px 70px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-join .load-more-btn .btn-style {
    min-height: 60px;
    min-width: 320px;
    font-size: 14px;
    line-height: 28px;
  }
}
.sec-join .load-more-btn .btn-style .icon {
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-join .load-more-btn .btn-style .icon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1867%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 40px !important;
  height: 40px !important;
}

.auth-body header {
  background: transparent !important;
}
.auth-body header.scrolled {
  background: #023F86 !important;
}

.video-player-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.video-player-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.video-player-section .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-player-section .video-overlay .play-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-player-section .video-overlay .play-button-wrapper .play-button {
  cursor: pointer;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}
.video-player-section .video-overlay .play-button-wrapper .play-button:hover {
  transform: scale(1.1);
}
.video-player-section .video-overlay .play-button-wrapper .play-button svg {
  display: block;
}
.video-player-section .live-badge {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 3;
}
.video-player-section .live-badge span {
  background: rgba(0, 159, 227, 0.9);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 10px rgba(0, 159, 227, 0.3);
}
.video-player-section .video-content-section {
  position: relative;
  z-index: 3;
  padding: 80px 0 60px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.video-player-section .video-content-section .container {
  width: 100%;
}
.video-player-section .video-content-section .company-logo {
  margin-bottom: 40px;
}
.video-player-section .video-content-section .company-logo img {
  max-width: 200px;
  height: auto;
  filter: brightness(0) invert(1);
}
.video-player-section .video-content-section .event-title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .video-player-section .video-content-section .event-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
.video-player-section .video-content-section .event-info {
  margin-bottom: 50px;
}
.video-player-section .video-content-section .event-info .event-date {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.video-player-section .video-content-section .event-info .event-date strong {
  font-weight: 700;
}
.video-player-section .video-content-section .event-info .event-network {
  color: #009FE3;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.video-player-section .video-content-section .feedback-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin: 0 auto;
  backdrop-filter: blur(10px);
}
.video-player-section .video-content-section .feedback-card .card-header {
  background: #023F86;
  color: white;
  text-align: center;
  padding: 25px;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.video-player-section .video-content-section .feedback-card .card-body {
  padding: 40px;
}
.video-player-section .video-content-section .feedback-card .card-body .feedback-intro {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}
.video-player-section .video-content-section .feedback-card .card-body .rating-section {
  text-align: center;
  margin-bottom: 30px;
}
.video-player-section .video-content-section .feedback-card .card-body .rating-section .rating-stars {
  font-size: 24px;
}
.video-player-section .video-content-section .feedback-card .card-body .form-row {
  margin-bottom: 20px;
}
.video-player-section .video-content-section .feedback-card .card-body .form-row.captcha-row {
  text-align: center;
}
.video-player-section .video-content-section .feedback-card .card-body .form-row.submit-row {
  margin-top: 30px;
  margin-bottom: 0;
}
.video-player-section .video-content-section .feedback-card .card-body .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 14px;
}
.video-player-section .video-content-section .feedback-card .card-body .form-control:focus {
  border-color: #023F86;
  box-shadow: 0 0 0 2px rgba(2, 63, 134, 0.2);
}
.video-player-section .video-content-section .feedback-card .card-body .btn-submit {
  background: #023F86;
  border-color: #023F86;
  color: white;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  min-width: 200px;
  transition: all 0.3s ease;
}
.video-player-section .video-content-section .feedback-card .card-body .btn-submit:hover {
  background: rgb(1.25, 39.375, 83.75);
  border-color: rgb(1.25, 39.375, 83.75);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(2, 63, 134, 0.3);
}
@media screen and (max-width: 768px) {
  .video-player-section .live-badge {
    top: 20px;
    right: 20px;
  }
  .video-player-section .live-badge span {
    font-size: 12px;
    padding: 6px 12px;
  }
  .video-player-section .video-content-section {
    padding: 40px 0 30px;
  }
  .video-player-section .video-content-section .feedback-card .card-body {
    padding: 25px;
  }
}

.sec-auth {
  padding: 235px 0 70px;
  overflow: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-auth {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-auth {
    padding: 130px 0 40px;
  }
}
.sec-auth.sec-login {
  background: url("../images/login-bg-img.png") no-repeat center;
  background-size: cover;
}
.sec-auth.sec-signup {
  background: url("../images/signup-bg-img.png") no-repeat bottom;
  background-size: cover;
}
.sec-auth.sec-verify-email {
  background: url("../images/verify-email-bg-img.png") no-repeat bottom;
  background-size: cover;
}
.sec-auth.sec-recover {
  background: url("../images/recover-bg-img.png") no-repeat center;
  background-size: cover;
}
.sec-auth .btn-style {
  background: #009FE3;
  border-color: #009FE3;
  color: #ffffff;
  min-width: 197px;
  min-height: 57px;
  justify-content: space-between;
  padding: 2px 2px 2px 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  display: inline-grid;
  grid-template-columns: 1fr 51px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style {
    grid-template-columns: 1fr 42px;
    min-height: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 28px;
  }
}
.sec-auth .btn-style.reverse-btn {
  padding: 2px 16px 2px 2px;
  grid-template-columns: 51px 1fr;
}
.sec-auth .btn-style.reverse-btn .icon img {
  transform: rotate(180deg);
}
.sec-auth .btn-style.bg-gray {
  background: #B9B9B9;
  border-color: #B9B9B9;
}
.sec-auth .btn-style.bg-gray .icon img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(161%) hue-rotate(135deg) brightness(90%) contrast(74%);
}
.sec-auth .btn-style span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style span {
    font-size: 14px;
    line-height: 28px;
  }
}
.sec-auth .btn-style.w-297 {
  min-width: 297px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-297 {
    min-width: 200px;
  }
}
.sec-auth .btn-style.w-197 {
  min-width: 197px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-197 {
    min-width: 150px;
  }
}
.sec-auth .btn-style.w-337 {
  min-width: 337px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-337 {
    min-width: 250px;
  }
}
.sec-auth .btn-style.w-252 {
  min-width: 252px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-252 {
    min-width: 180px;
  }
}
.sec-auth .btn-style.w-258 {
  min-width: 258px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-258 {
    min-width: 180px;
  }
}
.sec-auth .btn-style.w-180 {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-180 {
    min-width: 150px;
  }
}
.sec-auth .btn-style.w-318 {
  min-width: 318px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-318 {
    min-width: 250px;
  }
}
.sec-auth .btn-style.w-177 {
  min-width: 177px;
}
.sec-auth .btn-style.w-232 {
  min-width: 232px;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style.w-232 {
    min-width: 180px;
  }
}
.sec-auth .btn-style .icon {
  width: 51px;
  height: 51px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style .icon {
    width: 42px;
    height: 42px;
  }
}
.sec-auth .btn-style .icon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1867%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 40px !important;
  height: 40px !important;
}
@media screen and (max-width: 767px) {
  .sec-auth .btn-style .icon img {
    width: 35px !important;
    height: 35px !important;
  }
}
.sec-auth .form .form-group {
  margin-bottom: 23px;
}
.sec-auth .form .form-group.checkbox-group {
  margin: 27px 0 0;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: self-start;
  column-gap: 26px;
}
@media screen and (max-width: 767px) {
  .sec-auth .form .form-group.checkbox-group ul.checkbox-list li {
    grid-template-columns: 20px 1fr;
    column-gap: 16px;
  }
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin-bottom: 26px;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li label {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  margin: 0;
  position: relative;
  top: 4px;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li label.f-12 {
  font-size: 12px;
  line-height: 16px;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li label.f-12 a {
  font-size: 12px;
  line-height: 16px;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li label a {
  color: #666666;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  vertical-align: text-top;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
    height: 20px;
    width: 20px;
    border-radius: 3px;
  }
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #023F86;
  background: #023F86;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked:before {
  opacity: 1;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox].executives:checked {
  border-color: #006881;
  background: #006881;
}
.sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec-auth .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
    width: 5px;
    height: 10px;
  }
}
.sec-auth .form .form-group.submit {
  margin-bottom: 0;
  text-align: center;
}
.sec-auth .form .form-group label {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sec-auth .form .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-auth .form .form-group .input-container {
  position: relative;
}
.sec-auth .form .form-group .input-container .icon {
  position: absolute;
  left: 18px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  z-index: 1;
}
.sec-auth .form .form-group .input-container .icon img,
.sec-auth .form .form-group .input-container .icon svg {
  max-width: 24px;
}
.sec-auth .form .form-group .input-container .form-control {
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #B9B9B9;
  padding: 9px 12px 9px 56px;
  border: 1px solid #E6E6E6;
}
.sec-auth .form .form-group .input-container .form-control::placeholder {
  color: #B9B9B9;
}
.sec-auth .login-wrapper {
  max-width: 1080px;
  margin: auto;
}
.sec-auth .login-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 41px));
  column-gap: 81px;
}
@media screen and (max-width: 767px) {
  .sec-auth .login-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.sec-auth .login-card {
  min-height: 596px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 33px 45px 71px;
}
@media screen and (max-width: 767px) {
  .sec-auth .login-card {
    min-height: auto;
    padding: 33px;
  }
}
.sec-auth .login-card.code-card {
  margin-top: 91px;
  min-height: auto;
  padding: 29px 45px 46px;
}
@media screen and (max-width: 767px) {
  .sec-auth .login-card.code-card {
    margin-top: 20px;
    padding: 33px;
  }
}
.sec-auth .login-card.recover-card {
  min-height: 491px;
}
.sec-auth .login-card.recover-card .form .form-group.captcha-group {
  margin: 36px 0 60px;
}
@media screen and (max-width: 767px) {
  .sec-auth .login-card.recover-card .form .form-group.captcha-group {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-auth .login-card.recover-card .form .form-group.submit .btn-style {
    min-width: 200px !important;
    margin-bottom: 12px;
  }
}
.sec-auth .login-card.recover-card .form .form-group.submit ul.btn-list li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec-auth .login-card.recover-card .form .form-group.submit ul.btn-list li {
    display: block;
  }
}
.sec-auth .login-card.recover-card .form .form-group.submit ul.btn-list li:not(:last-of-type) {
  margin: 0 33px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-auth .login-card.recover-card .form .form-group.submit ul.btn-list li:not(:last-of-type) {
    margin: 0;
  }
}
.sec-auth .login-card.recover-card .form .form-group .input-container {
  max-width: 433px;
  margin: auto;
}
.sec-auth .login-card h3.title {
  color: #009FE3;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 29px;
}
.sec-auth .login-card > p {
  line-height: 26px;
  margin-bottom: 48px;
}
.sec-auth .login-card > p.mb-20 {
  margin-bottom: 20px;
}
.sec-auth .login-card .detail-wrapper {
  min-height: 208px;
  margin-bottom: 24px;
}
.sec-auth .login-card .detail-wrapper p {
  color: #B9B9B9;
  line-height: 26px;
  margin-bottom: 48px;
}
.sec-auth .login-card .detail-wrapper p:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec-auth .login-card .btn-wrapper {
  text-align: center;
}
.sec-auth .login-card .btn-wrapper .forgot-password {
  margin-top: 20px;
}
.sec-auth .login-card .btn-wrapper .forgot-password a {
  color: #666666;
  line-height: 26px;
}
.sec-auth .signup-wrapper {
  max-width: 820px;
  margin: auto;
}
.sec-auth .signup-wrapper .signup-card {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 35px 30px;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card {
    min-height: auto;
    padding: 25px;
  }
}
.sec-auth .signup-wrapper .signup-card.h-745 {
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card.h-745 {
    min-height: auto;
  }
}
.sec-auth .signup-wrapper .signup-card h3.title {
  color: #009FE3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sec-auth .signup-wrapper .signup-card > p {
  margin-bottom: 16px;
}
.sec-auth .signup-wrapper .signup-card .warning-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}
.sec-auth .signup-wrapper .signup-card .warning-wrapper p {
  line-height: 26px;
  margin: 0;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header {
    margin-bottom: 20px;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav {
  gap: 0;
  border: none;
  margin-bottom: 0;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(3, 280px);
  align-items: center;
  column-gap: 20px;
  position: relative;
  left: calc(50% - 75px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 8px;
    left: 0;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item:nth-child(3) {
    grid-column: 1/-1;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item button {
  width: 100%;
  height: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  padding: 18px 20px 10px;
  border-radius: 12px;
  position: relative;
  border: unset !important;
  background: #F3F3F3;
  border: unset;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item button {
    padding: 8px 16px 6px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item button.active {
  background: #009FE3;
  color: #ffffff;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item button.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(233deg) brightness(103%) contrast(100%);
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item button img {
  max-width: 40px;
  margin: 0 auto 8px;
  display: block;
  filter: brightness(0) saturate(100%) invert(39%) sepia(4%) saturate(10%) hue-rotate(77deg) brightness(102%) contrast(95%);
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-header ul.nav li.nav-item button img {
    display: none;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .signup-code {
  margin-bottom: 25px;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .signup-code p {
  margin-bottom: 0;
  line-height: 26px;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form {
  max-width: 550px;
  margin: auto;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form p {
  color: #666666;
  line-height: 26px;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form p a {
  color: #666666;
  text-decoration: underline;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group {
    margin-bottom: 12px;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.privacy-policy {
  margin: 25px 0 30px;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.privacy-policy {
    margin: 15px 0 20px;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.captcha-group {
  margin: 25px 0 0;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.essential-group {
  margin: 20px 0 0;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.essential-group p {
  margin: 0;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.essential-group p b {
  color: #FF0A0A;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.submit {
  margin: 25px 0 0;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group.checkbox-group ul.checkbox-list li label {
  top: 0;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .form .form-group .input-container {
  max-width: 400px;
  margin: auto;
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps .btn-style {
    min-width: 280px !important;
    margin-bottom: 12px;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps ul.btn-list li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps ul.btn-list li {
    display: block;
  }
}
.sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps ul.btn-list li:not(:last-of-type) {
  margin: 0 29px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-auth .signup-wrapper .signup-card .signup-steps .tabs-body .tab-content .signup-user-card .finishing-steps ul.btn-list li:not(:last-of-type) {
    margin: 0;
  }
}
.sec-auth .copyright-footer {
  text-align: center;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .sec-auth .copyright-footer {
    margin-top: 40px;
  }
}
.sec-auth .copyright-footer p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-auth .copyright-footer p {
    line-height: 24px;
  }
}

.sec-contact {
  padding: 235px 0 124px;
  overflow: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-contact {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 130px 0 40px;
  }
}
.sec-contact .btn-style {
  background: #009FE3;
  border-color: #009FE3;
  color: #ffffff;
  min-width: 197px;
  min-height: 57px;
  justify-content: space-between;
  padding: 2px 2px 2px 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  display: inline-grid;
  grid-template-columns: 1fr 51px;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-style {
    grid-template-columns: 1fr 42px;
    min-height: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 28px;
  }
}
.sec-contact .btn-style.reverse-btn {
  padding: 2px 16px 2px 2px;
  grid-template-columns: 51px 1fr;
}
.sec-contact .btn-style.reverse-btn .icon img {
  transform: rotate(180deg);
}
.sec-contact .btn-style.bg-gray {
  background: #B9B9B9;
  border-color: #B9B9B9;
}
.sec-contact .btn-style.bg-gray .icon img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(161%) hue-rotate(135deg) brightness(90%) contrast(74%);
}
.sec-contact .btn-style span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-style span {
    font-size: 14px;
    line-height: 28px;
  }
}
.sec-contact .btn-style.w-297 {
  min-width: 297px;
}
.sec-contact .btn-style.w-197 {
  min-width: 197px;
}
.sec-contact .btn-style.w-337 {
  min-width: 337px;
}
.sec-contact .btn-style.w-252 {
  min-width: 252px;
}
.sec-contact .btn-style.w-258 {
  min-width: 258px;
}
.sec-contact .btn-style.w-180 {
  min-width: 180px;
}
.sec-contact .btn-style.w-318 {
  min-width: 318px;
}
.sec-contact .btn-style.w-177 {
  min-width: 177px;
}
.sec-contact .btn-style.w-232 {
  min-width: 232px;
}
.sec-contact .btn-style.w-302 {
  min-width: 302px;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-style.w-302 {
    min-width: 200px;
  }
}
.sec-contact .btn-style .icon {
  width: 51px;
  height: 51px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-style .icon {
    width: 42px;
    height: 42px;
  }
}
.sec-contact .btn-style .icon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1867%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 40px !important;
  height: 40px !important;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-style .icon img {
    width: 35px !important;
    height: 35px !important;
  }
}
.sec-contact .form .form-group {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form .form-group {
    margin-bottom: 16px;
  }
}
.sec-contact .form .form-group.checkbox-group {
  margin: 27px 0 0;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: self-start;
  column-gap: 26px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form .form-group.checkbox-group ul.checkbox-list li {
    grid-template-columns: 20px 1fr;
  }
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin-bottom: 26px;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li label {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  margin: 0;
  position: relative;
  top: 4px;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li label.f-12 {
  font-size: 12px;
  line-height: 16px;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li label.f-12 a {
  font-size: 12px;
  line-height: 16px;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li label a {
  color: #666666;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  vertical-align: text-top;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .sec-contact .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
    height: 20px;
    width: 20px;
  }
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #023F86;
  background: #023F86;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked:before {
  opacity: 1;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox].executives:checked {
  border-color: #006881;
  background: #006881;
}
.sec-contact .form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.sec-contact .form .form-group.privacy-policy {
  margin: 43px 0 46px;
}
.sec-contact .form .form-group.captcha-group {
  margin: 41px 0 0;
}
.sec-contact .form .form-group.essential-group {
  margin: 33px 0 0;
}
.sec-contact .form .form-group.essential-group p {
  margin: 0;
}
.sec-contact .form .form-group.essential-group p b {
  color: #FF0A0A;
}
.sec-contact .form .form-group.submit {
  margin: 33px 0 0;
}
.sec-contact .form .form-group label {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-contact .form .form-group .input-container {
  position: relative;
}
.sec-contact .form .form-group .input-container.textarea .icon {
  top: 12px;
  left: 17px;
  transform: unset;
}
.sec-contact .form .form-group .input-container.textarea textarea {
  height: 170px;
}
.sec-contact .form .form-group .input-container .icon {
  position: absolute;
  left: 18px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  z-index: 1;
}
.sec-contact .form .form-group .input-container .icon img,
.sec-contact .form .form-group .input-container .icon svg {
  max-width: 24px;
}
.sec-contact .form .form-group .input-container .form-control {
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #B9B9B9;
  padding: 9px 12px 9px 56px;
  border: 1px solid #E6E6E6;
}
.sec-contact .form .form-group .input-container .form-control::placeholder {
  color: #B9B9B9;
}
.sec-contact .sec-heading {
  max-width: 840px;
  margin-bottom: 47px;
}
.sec-contact .sec-heading > h1 {
  color: #009FE3;
  font-weight: 800;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-contact .sec-heading > h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-heading > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .sec-contact .sec-heading > p {
    line-height: 26px;
  }
}
.sec-contact .contact-form-card {
  max-width: 762px;
}
@media screen and (max-width: 767px) {
  .sec-contact .contact-form-card {
    margin-bottom: 40px;
  }
}
.sec-contact .contact-card {
  max-width: 360px;
  margin: 0 0 0 auto;
}
.sec-contact .contact-card:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec-contact .contact-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.sec-contact .contact-card h3 {
  color: #009FE3;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 6px;
}
.sec-contact .contact-card p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 0;
}
.sec-contact .contact-card a {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 600;
}
.sec-contact .contact-card ul.contact-info li {
  display: block;
}
.sec-contact .contact-card ul.contact-info li:not(:last-of-type) {
  margin-bottom: 16px;
}
.sec-contact ul.help-list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: self-start;
  column-gap: 26px;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.help-list li {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.sec-contact ul.help-list li:not(:last-of-type) {
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .sec-contact ul.help-list li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.sec-contact ul.help-list li .icon {
  max-width: 80px;
}
.sec-contact ul.help-list li .content h3 {
  color: #666666;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}
.sec-contact ul.help-list li .content p,
.sec-contact ul.help-list li .content a {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 0;
}
.sec-contact ul.help-list li .content p:not(:last-of-type),
.sec-contact ul.help-list li .content a:not(:last-of-type) {
  margin-bottom: 16px;
}

#resendform-recaptcha-recaptcha-codice-registration-form,
#guest-recaptcha-recaptcha-participation-form,
.field-registrationform-recaptcha,
.field-recoveryform-recaptcha {
  justify-content: center;
  display: flex;
}

.program-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.program-card-link:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
}
.program-card-link:focus {
  outline: 2px solid #009FE3;
  outline-offset: 2px;
}

.spotlight-search-modal {
  max-width: 600px;
  margin-top: 10vh;
}
.spotlight-search-modal .modal-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  padding: 0;
  overflow: hidden;
}

.spotlight-search-container {
  padding: 0;
}

.spotlight-search-input-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.spotlight-search-input-wrapper .spotlight-search-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  opacity: 0.6;
}
.spotlight-search-input-wrapper .spotlight-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  color: #333;
  outline: none;
  padding: 8px 0;
}
.spotlight-search-input-wrapper .spotlight-search-input::placeholder {
  color: #999;
}
.spotlight-search-input-wrapper .spotlight-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}
.spotlight-search-input-wrapper .spotlight-close:hover {
  color: #333;
}

.spotlight-results {
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.spotlight-results .spotlight-result-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.spotlight-results .spotlight-result-item:hover, .spotlight-results .spotlight-result-item.selected {
  background-color: rgba(0, 159, 227, 0.1);
}
.spotlight-results .spotlight-result-item:last-child {
  border-bottom: none;
}
.spotlight-results .spotlight-result-item .spotlight-result-image {
  position: relative;
  width: 60px;
  height: 45px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.spotlight-results .spotlight-result-item .spotlight-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotlight-results .spotlight-result-item .spotlight-result-image .spotlight-result-tag {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(0, 159, 227, 0.9);
  color: white;
  font-size: 8px;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 2px;
  text-transform: uppercase;
}
.spotlight-results .spotlight-result-item .spotlight-result-content {
  flex: 1;
  min-width: 0;
}
.spotlight-results .spotlight-result-item .spotlight-result-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spotlight-results .spotlight-result-item .spotlight-result-content .spotlight-result-date {
  font-size: 12px;
  color: #666;
  margin: 0 0 2px 0;
}
.spotlight-results .spotlight-result-item .spotlight-result-content .spotlight-result-speakers {
  font-size: 11px;
  color: #999;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spotlight-empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}
.spotlight-empty-state .spotlight-empty-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.spotlight-empty-state p {
  margin: 0;
  font-size: 14px;
}

.spotlight-loading,
.spotlight-no-results {
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 14px;
}

.spotlight-loading {
  color: #009FE3;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.spotlight-search-input:focus {
  outline: none;
}

.spotlight-auth-error {
  text-align: center;
  padding: 20px;
  color: #dc3545;
  font-size: 14px;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 6px;
  margin: 10px 20px;
}

.video-introduction-modal .modal-dialog {
  max-width: 1200px;
}
.video-introduction-modal .modal-dialog .modal-content {
  padding: 105px 94px 64px;
  border-radius: 30px;
  border: 8px solid #009FE3;
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content {
    border-width: 4px;
    border-radius: 20px;
    padding: 60px 16px 30px;
  }
}
.video-introduction-modal .modal-dialog .modal-content .close-modal {
  position: absolute;
  right: 33px;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content .close-modal {
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content .close-modal img {
    max-width: 16px;
  }
}
.video-introduction-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
.video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction {
  text-align: center;
}
.video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-heading h3 {
  color: #666666;
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-heading h3 {
    font-size: 22px;
    line-height: 23px;
  }
}
.video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-heading p {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-heading p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-heading p br {
    display: none;
  }
}
.video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-wrapper {
  max-width: 1000px;
  margin: auto;
}
.video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-wrapper iframe {
  width: 100%;
  height: 563px;
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .video-wrapper iframe {
    height: 198px;
  }
}
.video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .date-wrapper p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #666666;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .video-introduction-modal .modal-dialog .modal-content .modal-body .video-introduction .date-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0;
  }
}

.sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid.filter-open .result-tab-content .tab-content .tab-pane .program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 69px;
  row-gap: 69px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid.filter-open .result-tab-content .tab-content .tab-pane .program-grid {
    column-gap: 50px;
    row-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec-meeting-results .filter-result-wrapper .show-filter-result .result-grid.filter-open .result-tab-content .tab-content .tab-pane .program-grid {
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
}
.sec-profile-update {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update {
    padding-top: 120px;
  }
}
.sec-profile-update .profile-main-card {
  padding: 60px 0;
  border-bottom: 2px solid #CCCCCC;
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: self-start;
  column-gap: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card {
    padding: 60px 0 20px;
    grid-template-columns: 1fr;
  }
}
.sec-profile-update .profile-main-card .profile-content > h3.title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #009FE3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content > h3.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 22px;
  }
}
.sec-profile-update .profile-main-card .profile-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-profile-update .profile-main-card .profile-content p b {
  font-weight: 500;
}
.sec-profile-update .profile-main-card .profile-content .profile-update .user-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  column-gap: 55px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .profile-update .user-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-img img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-content {
    text-align: center;
  }
}
.sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-content h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #009FE3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-profile-update .profile-main-card .profile-content .profile-update .user-card .user-content p:not(:last-of-type) {
  margin-bottom: 5px;
}
.sec-profile-update .profile-main-card .profile-content .profile-update .profile-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .profile-update .profile-link {
    text-align: center;
    margin-top: 20px;
  }
}
.sec-profile-update .profile-main-card .profile-content .profile-update .profile-link a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.sec-profile-update .profile-main-card .profile-content .profile-update .profile-link a span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  text-decoration: underline;
}
.sec-profile-update .profile-main-card .profile-content ul.community-logo-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 0px));
  column-gap: 58px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content ul.community-logo-list {
    grid-template-columns: 100%;
    row-gap: 16px;
  }
}
.sec-profile-update .profile-main-card .profile-content ul.community-logo-list li:not(:last-of-type) {
  position: relative;
}
.sec-profile-update .profile-main-card .profile-content ul.community-logo-list li .page-card .img-wrapper {
  width: 100%;
  max-width: 400px;
  background-color: #023F86;
  border-radius: 16px;
  padding: 30px 130px;
}
.sec-profile-update .profile-main-card .profile-content ul.community-logo-list li.community-leaders .img-wrapper {
  background-color: #023F86;
}
.sec-profile-update .profile-main-card .profile-content ul.community-logo-list li.community-executives .img-wrapper {
  background-color: #006881;
}
.sec-profile-update .profile-main-card .profile-content ul.community-logo-list li.community-webinar .img-wrapper {
  background-color: #0065A7;
}
.sec-profile-update .profile-main-card .profile-content .password-update {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .password-update {
    display: grid;
    row-gap: 20px;
  }
}
.sec-profile-update .profile-main-card .profile-content .password-update p {
  margin-bottom: 0;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group label,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .form-control,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .form-control {
  height: 50px;
  border-color: #E6E6E6;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  border-radius: 12px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .form-control,
  .sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .form-control {
    min-width: auto;
  }
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .btn-circle-submit,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .btn-circle-submit {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #009FE3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .btn-circle-submit:hover,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .btn-circle-submit:hover {
  background: #009FE3;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .btn-circle-submit:hover img,
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .btn-circle-submit:hover svg,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .btn-circle-submit:hover img,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .btn-circle-submit:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(104%) contrast(103%);
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .btn-circle-submit img,
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .password-input-row .btn-circle-submit svg,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .btn-circle-submit img,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .password-input-row .btn-circle-submit svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.sec-profile-update .profile-main-card .profile-content .password-update .form .form-group .help-block,
.sec-profile-update .profile-main-card .profile-content .password-update .form .field-dynamicmodel-new_password .help-block {
  font-size: 14px;
  color: #dc3545;
  margin-top: 5px;
}
.sec-profile-update .profile-main-card .profile-content ul.skill-list li {
  margin: 0 33px 18px 0;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content ul.skill-list li {
    margin: 0 12px 12px 0;
  }
}
.sec-profile-update .profile-main-card .profile-content ul.skill-list li a {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  padding: 10px 22px;
  border: 1px solid #E6E6E6;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .profile-content ul.skill-list li a {
    height: 45px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .edit-icon {
    position: absolute;
    right: 0;
    top: 16px;
  }
}
.sec-profile-update .profile-main-card .edit-icon a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #009FE3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .edit-icon a {
    width: 55px;
    height: 55px;
  }
}
.sec-profile-update .profile-main-card .edit-icon a img {
  max-width: 23px;
}
@media screen and (max-width: 767px) {
  .sec-profile-update .profile-main-card .edit-icon a img {
    max-width: 18px;
  }
}

.sec-your-course {
  padding: 200px 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-your-course {
    padding: 120px 0 40px;
  }
}
.sec-your-course .user-profile-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  column-gap: 55px;
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 60px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .user-profile-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec-your-course .user-profile-card .user-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.sec-your-course .user-profile-card .user-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .sec-your-course .user-profile-card .user-img img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .sec-your-course .user-profile-card .user-content {
    text-align: center;
  }
}
.sec-your-course .user-profile-card .user-content h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #009FE3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .user-profile-card .user-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-your-course .user-profile-card .user-content p:not(:last-of-type) {
  margin-bottom: 5px;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header {
    display: grid;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header h3.title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #009FE3;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header h3.title b {
  font-weight: 600;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs {
  padding: 8px;
  border: none;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: right;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs {
    display: flex;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li.text-li {
    display: none;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li.text-li p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li button {
  width: 100%;
  height: 53px;
  border: unset;
  position: relative;
  border-radius: 20px;
  border: unset !important;
  padding: 13px 22px 12px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #666666;
  background: #F3F3F3;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li button {
    height: 42px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 8px;
    padding: 13px 16px 12px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li button.active {
  color: #ffffff;
  background: #009FE3;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content {
  padding: 0;
  border-radius: 0;
  background: #ffffff;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid {
  display: grid;
  grid-template-columns: repeat(3, 385px);
  gap: 76px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card {
  height: 100%;
  position: relative;
  background: #F6F6F6;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .img-wrapper {
  position: relative;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .img-wrapper .tag-btn {
  font-size: 15px;
  font-weight: 700;
  color: #023F86;
  padding: 4px 21px 1px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .main-wrapper {
  padding: 35px 21px 44px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .main-wrapper {
    padding: 20px 21px 44px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper {
    align-items: anchor-center;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper .date h3.large {
  color: #666666;
  font-size: 70px;
  line-height: 70px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper .date h3.large {
    font-size: 50px;
    line-height: 60px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper .detail h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper .detail h3 {
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 0;
    font-weight: 500;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper .detail p {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .time-wrapper .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper {
  margin: 20px 0 30px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper {
    min-height: auto;
    margin: 0 0 30px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper.h-84 {
  min-height: 84px;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper strong {
    font-size: 14px;
    line-height: 22px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper strong a {
  font-size: 24px;
  line-height: 28px;
  color: #009FE3;
  font-weight: 500;
  max-width: 80%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .content-wrapper strong a {
    font-size: 15px;
    line-height: 140%;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list {
  margin-bottom: 0;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 15px;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list li .content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list li .content p.title {
  margin-bottom: 12px;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card ul.feature-list li .content p strong {
  font-weight: 700;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .btn-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
}
.sec-your-course .network-tab-wrapper .tab-widget-1 .tab-content .course-grid .course-card .btn-wrapper .btn-style {
  height: 45px;
  font-size: 18px;
  min-width: 240px;
}

.sec-network-profile {
  padding: 200px 0 91px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile {
    padding: 120px 0 40px;
  }
}
.sec-network-profile .user-profile-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  column-gap: 55px;
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 60px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .user-profile-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec-network-profile .user-profile-card .user-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.sec-network-profile .user-profile-card .user-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .sec-network-profile .user-profile-card .user-img img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .sec-network-profile .user-profile-card .user-content {
    text-align: center;
  }
}
.sec-network-profile .user-profile-card .user-content h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #009FE3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .user-profile-card .user-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-network-profile .user-profile-card .user-content p:not(:last-of-type) {
  margin-bottom: 5px;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header {
    display: grid;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header h3.title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #009FE3;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header h3.title b {
  font-weight: 600;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs {
  padding: 8px;
  border: none;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: right;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs {
    display: flex;
    gap: 8px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li.nav-item button {
  width: 100%;
  height: 53px;
  border: unset;
  position: relative;
  border-radius: 20px;
  border: unset !important;
  padding: 13px 22px 12px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #666666;
  background: #F3F3F3;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li.nav-item button {
    height: 42px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 8px;
    padding: 13px 16px 12px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-header ul.nav-tabs li.nav-item button.active {
  color: #ffffff;
  background: #009FE3;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content {
  padding: 0;
  border-radius: 0;
  background: #ffffff;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid {
  display: grid;
  grid-template-columns: 86px 1fr;
  column-gap: 25px;
  align-items: self-start;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-text {
    margin-bottom: 12px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #666666;
  padding-top: 9px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form {
    margin-bottom: 30px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form {
  display: grid;
  grid-template-columns: 250px 250px 250px 300px;
  column-gap: 18px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form.grid-3 {
  grid-template-columns: 250px 525px 250px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form.grid-3 {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group {
  margin-bottom: 0;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group .form-control {
  height: 50px;
  border-color: #E6E6E6;
  padding: 14px 19px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  border-radius: 12px;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group .form-control {
    min-width: auto;
    font-size: 16px;
    line-height: 26px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .filter-form .form .form-group .form-control::placeholder {
  color: #666666;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper {
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper {
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table {
    min-width: 600px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .grid-4 {
  display: grid;
  grid-template-columns: 298px 500px 266px 130px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .grid-4 {
    grid-template-columns: 200px 300px 220px 130px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .grid-5 {
  display: grid;
  grid-template-columns: 266px 266px 266px 266px 130px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .grid-5 {
    grid-template-columns: 200px 200px 220px 220px 130px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column {
  padding: 13px 19px 8px;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column strong {
  color: #666666;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column p {
  margin-bottom: 0;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column .name-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column ul.action-list {
  text-align: right;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column ul.action-list li {
  display: inline-block;
  vertical-align: middle;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-column ul.action-list li:not(:last-of-type) {
  margin: 0 25px 0 0;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-header {
  border-bottom: 2px solid #E6E6E6;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-body .table-row:nth-of-type(odd) .table-column {
  background: #F6F6F6;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .table-wrapper .network-table .table-body .table-row:nth-of-type(odd) .table-column.action-column {
  background: transparent;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper {
    margin-top: 60px;
  }
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper ul.pagination-list li {
  vertical-align: middle;
  display: inline-block;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper ul.pagination-list li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper ul.pagination-list li:first-of-type {
  margin-right: 14px;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper ul.pagination-list li:nth-last-child(2) {
  margin-right: 14px;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper ul.pagination-list li a.page-number {
  min-width: 30px;
  height: 25px;
  background: #F3F3F3;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-network-profile .network-tab-wrapper .tab-widget-1 .tab-content .filter-content-main .filter-grid .filter-table-main .pagination-wrapper ul.pagination-list li a.page-number.active {
  color: #ffffff;
  background: #009FE3;
  border-color: #009FE3;
}

.sec-network-event {
  padding: 69px 0;
}
@media screen and (max-width: 767px) {
  .sec-network-event {
    padding: 40px 0;
  }
}
.sec-network-event .network-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 35px));
  column-gap: 70px;
}
@media screen and (max-width: 767px) {
  .sec-network-event .network-grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
.sec-network-event .network-grid.no-grid {
  display: block;
}
.sec-network-event .network-grid .network-card {
  overflow: hidden;
  padding: 38px 45px 166px;
  background: #009FE3;
  position: relative;
  height: 100%;
}
.sec-network-event .network-grid .network-card h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .sec-network-event .network-grid .network-card h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-network-event .network-grid .network-card h3 b {
  font-weight: 700;
}
.sec-network-event .network-grid .network-card strong {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-network-event .network-grid .network-card strong {
    font-size: 70px;
    line-height: 80px;
  }
}
.sec-network-event .network-grid .network-card p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-network-event .network-grid .network-card p {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec-network-event .network-grid .network-card .arrow-icon {
  position: absolute;
  right: 0;
  bottom: -105px;
}
@media screen and (max-width: 767px) {
  .sec-network-event .network-grid .network-card .arrow-icon {
    max-width: 280px;
  }
}

.meeting-modal {
  z-index: 999999;
}
.meeting-modal .modal-dialog {
  max-width: 1012px;
}
.meeting-modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  padding: 49px 99px 37px 54px;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content {
    padding: 32px;
  }
}
.meeting-modal .modal-dialog .modal-content .close-modal {
  position: absolute;
  right: 32px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .close-modal {
    right: 14px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .close-modal img {
    max-width: 14px;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
.meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form {
  margin-bottom: 34px;
}
.meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form .form-group {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 62px;
  align-items: center;
  column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form .form-group {
    grid-template-columns: 1fr 50px;
    column-gap: 18px;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form .form-group .form-control {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #666666;
  padding: 18px 0;
  border-radius: 0;
  border: unset;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form .form-group .form-control {
    font-size: 14px;
    line-height: 22px;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form .form-group .submit-btn {
  width: 62px;
  height: 62px;
  border-radius: 50px;
  background: #009FE3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .form.meeting-form .form-group .submit-btn {
    width: 50px;
    height: 50px;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card {
  display: grid;
  grid-template-columns: 128px 1fr;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card {
    grid-template-columns: 100px 1fr;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card:not(:last-of-type) {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card .img-wrapper img {
  width: 100%;
  height: 78px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card .img-wrapper img {
    height: 100%;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card .content-wrapper {
  padding: 8px 17px;
  background: #F6F6F6;
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card .content-wrapper h3 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #009FE3;
  margin-bottom: 2px;
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card .content-wrapper p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.meeting-modal .modal-dialog .modal-content .modal-body .meeting-wrapper .meeting-card .content-wrapper span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #999999;
}
.meeting-modal .modal-dialog .modal-content .modal-body .more-result {
  text-align: center;
  margin-top: 38px;
}
.meeting-modal .modal-dialog .modal-content .modal-body .more-result p,
.meeting-modal .modal-dialog .modal-content .modal-body .more-result a {
  font-size: 18px;
  line-height: 26px;
  color: #009FE3;
}
@media screen and (max-width: 767px) {
  .meeting-modal .modal-dialog .modal-content .modal-body .more-result p,
  .meeting-modal .modal-dialog .modal-content .modal-body .more-result a {
    font-size: 14px;
    line-height: 22px;
  }
}
.meeting-modal .modal-dialog .modal-content .modal-body .more-result p {
  font-weight: 400;
  margin-bottom: 0;
}
.meeting-modal .modal-dialog .modal-content .modal-body .more-result p a {
  font-weight: 600;
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
