:root {
  --black: #000000;
  --white: #ffffff;
  --white-but-darker: #f6f7fb;
  --ghost-white-darker: #eff3fe;
  --slightly-dark-gray: #3d3d3d;
  --dark-gray: #1f1f1f;
  --persian-blue: #003aba;
  --medium-light-blue: #dfeafc;
  --gray: #757575;
  --lighter-blue: #0640bf;
  --lavander: #dadfeb;
  --powder-blue: #9faac5;
  --yinmn-blue: #4a5f93;
  --ghost-white: #f6f7fb;
  --slightly-dark-gray: #3d3d3d;
  --selective-yellow: #ffb200;
  --light-gray: #cecece;
  --delft-blue: #344067;
  --spotify-green: #1fd05d;

  --light-bg: linear-gradient(to right, #ffffff, #dee0f5);
  --dark-bg: linear-gradient(82.33deg, #303c4a 27.33%, #000315 88.68%);
  --blue-gradient-conference: linear-gradient(to right, #275fdc, #003aba);
  --white-linear-gradient: linear-gradient(
    to bottom,
    #ffffff00 0%,
    #fffffff6 50%,
    #ffffff 100%
  );
  --white-linear-gradient-to-right: linear-gradient(
    to right,
    #ffffff00 0%,
    #fffffff6 50%,
    #ffffff 100%
  );
  --gradient-blue: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
}

body {
  background-color: var(--ghost-white);
  font-family: "Poppins", sans-serif;
}

.container {
  padding: 0 33px;
}

.community-cover-section {
  padding: 34px 0 32px 0;
}

.community-cover-section video {
  object-fit: cover;
  border-radius: 25px;
  width: 101%;
}

.community-cover-video-container {
  border-radius: 25px;
  height: 380px;
}

.community-cover-text {
  background-color: #ffffff;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  border-radius: 19px;
  padding: 36.5px 37px;
  box-shadow:
    0 9.485px 7.588px 0 rgba(38, 57, 138, 0.04),
    0 5.038px 4.03px 0 rgba(38, 57, 138, 0.03),
    0 2.096px 1.677px 0 rgba(38, 57, 138, 0.02);
}

.community-cover-text h2 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 17px;
  margin-bottom: 16px;
}

.community-cover-text p {
  line-height: 1.1;
  font-size: 11px;
}

.community-cover-text p:last-child {
  margin-bottom: 0;
}

.community-map-container {
  width: 100%;
  max-width: 1144px;
}

.community-num-value {
  font-size: 30px;
  line-height: 1.1;
}

.community-num-text {
  font-size: 16px;
  line-height: 1.1;
}

.community-numbers {
  row-gap: 22px;
  column-gap: 34px;
  margin-bottom: 32px;
}

.community-map-section {
  padding: 17px 0 38px 0;
}

.section-badge {
  font-size: 14px;
  line-height: 1.1;
  border-radius: 48px;
  border: 1px solid #cecece;
  padding: 8px 18px;
  margin-bottom: 28px;
}

.section-title h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
  max-width: 263px;
}

.section-community-text {
  line-height: 1.1;
}

.section-community-text .left-block__link {
  margin-top: 44px;
}

.community-youtube-inner {
  gap: 22px;
}

.community-youtube-section {
  padding: 26px 0 122px 0;
}

.cyt-text-box {
  position: absolute;
  padding-top: 32px;
  width: calc(100% - 32px);
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
}

.cyt-text-box-inner {
  border-radius: 25px;
  padding: 16px 27px 33px 30px;
  background: #ffffff;
  box-shadow:
    0 12.522px 10.017px 0 rgba(38, 57, 138, 0.04),
    0 6.65px 5.32px 0 rgba(38, 57, 138, 0.03),
    0 2.767px 2.214px 0 rgba(38, 57, 138, 0.02);
}

.cyt-video-container {
  height: 345px;
  border-radius: 22px;
}

.cyt-video-container video {
  object-fit: cover;
}

.ratio__yt-logo {
  display: block;
  width: 6rem;
  height: fit-content;
  top: 2rem;
  left: 2rem;
}

.ratio__yt-logo-sm {
  display: none;
  width: 6rem;
  height: fit-content;
  top: 2rem;
  left: 2rem;
}

@media (max-width: 416px) {
  .ratio__yt-logo {
    display: none;
  }
  .ratio__yt-logo-sm {
    display: block;
    top: 1rem;
    left: 1rem;
  }
}

.cyt-logo {
  width: 75px;
  height: 75px;
  transform: translateY(37px);
  margin-left: 21px;
}

.cyt-box-top {
  padding-bottom: 16px;
  border-bottom: 1px solid #eff3fe;
  margin-bottom: 23px;
}

.fw-semibold {
  font-weight: 600;
}

.cyt-name {
  color: #3d3d3d;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 7px;
}

.cyt-name svg {
  width: 19px;
  margin-left: 9px;
}

.cyt-info {
  color: #3d3d3d;
  font-size: 13px;
  margin-bottom: 9px;
}

.cyt-text-box-inner p {
  line-height: 1.1;
  color: #3d3d3d;
  margin: 0;
}

.community-newsletter-section {
  padding: 17px 0 26px 0;
}

.community-newsletter-block {
  padding: 40px;
  border-radius: 19px;
  background-color: #ffffff;
}

.newsletter-btn {
  font-size: 18px;
  background-color: var(--persian-blue);
  color: #ffffff;
  padding: 23px 30px 25px 35px;
  border-radius: 9px;
  line-height: 1.1;
  text-decoration: none;
  width: 100%;
}

.newsletter-btn:hover,
.newsletter-btn:focus {
  background-color: var(--black);
  color: #ffffff;
}

.newsletter-btn img {
  width: 11px;
  margin-left: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(12%)
    hue-rotate(252deg) brightness(102%) contrast(102%);
}

.newsletter-title {
  margin-bottom: 13px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
}

.newsletter-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 35px;
}

.social-media-icons a {
  width: 37px;
  height: 37px;
  border-radius: 7px;
  background-color: var(--persian-blue);
}

.social-media-icons a img {
  max-width: 22px;
  max-height: 22px;
}

.social-media-icons a:hover {
  background-color: var(--black);
}

.community-social-section {
  padding: 26px 0 12px 0;
}

.social-media-icons {
  gap: 12px;
  margin-top: 23px;
}

.social-video-container {
  height: 345px;
  border-radius: 22px;
}

.social-video-container img {
  object-fit: cover;
  object-position: left bottom;
}

.community-social-section .section-title h3 {
  max-width: 213px;
}

.community-social-block {
  gap: 36px;
}

.community-podcast-block {
  border-radius: 22px;
  background-color: #ffffff;
}

.cp-img {
  height: 225px;
}

.cp-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.cp-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.spotify-btn {
  position: relative;
  overflow: hidden;

  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background-color: var(--black);
  z-index: 0;

  transition: background-color 0.3s ease-out;
}
.spotify-btn img {
  position: relative;
  z-index: 2;
}
.spotify-btn span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 0;
  height: 0;

  border-radius: 50%;
  background-color: var(--spotify-green);

  transform: translate(-50%, -50%);

  transition:
    width 0.3s ease-out,
    height 0.3s ease-out;

  z-index: 1;
}
.spotify-btn:hover {
  background-color: var(--spotify-green);
}
.spotify-btn:hover span {
  width: 300%;
  height: 300%;
}

.cp-text {
  padding: 20px 27px 40px 27px;
}

.cp-logo img {
  width: 80px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(12%)
    hue-rotate(252deg) brightness(102%) contrast(102%);
}

.cp-logo {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
}

.community-podcast-section {
  padding: 12px 0 25px 0;
}

.community-opinion-section {
  padding: 26px 0;
}

.co-images {
  height: 190px;
}

.co-images .row {
  --bs-gutter-x: 14px;
}

.co-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 11px;
}

.community-opinion-block {
  gap: 40px;
}

.community-events-block .c360-btn {
  margin-top: 24px;
}

.community-events-section {
  padding: 26px 0 90px 0;
}

.community-events-block {
  gap: 50px;
}

.community-events-img {
  height: 275px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow:
    0 12.522px 10.017px 0 rgba(38, 57, 138, 0.04),
    0 6.65px 5.32px 0 rgba(38, 57, 138, 0.03),
    0 2.767px 2.214px 0 rgba(38, 57, 138, 0.02);
}

.community-events-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hear-community-section {
  padding: 26px 0;
}

.hear-community-video-container {
  border-radius: 20px;
}

.container__nysora-360-section {
  border-radius: 0.75rem;
  background: linear-gradient(to right, #ffffff, #dee0f5);
}
.nysora-360-section__left-block {
  padding: 3rem 2rem 0 2rem;
}
.nysora-360-section__left-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--yinmn-blue);
}
.nysora-360-section__left-block h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  color: var(--delft-blue);
  margin-top: 1.25rem;
}
.nysora-360-section__left-block h1 span {
  font-weight: 600;
}
.nysora-360-section__right-block {
  transform: skewX(-12deg);
}
.nysora-360-section__right-block img {
  width: 100%;
  height: auto;
  object-position: top;
  object-fit: cover;
  display: block;
  margin-top: 5%;
}
.left-block__link {
  margin-top: 0.75rem;
  gap: 0.75rem;
}
.left-block__link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--yinmn-blue);
  border-radius: 0.5rem;
  gap: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  text-wrap: nowrap;
}
.left-block__link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue-gradient-conference);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.left-block__link a:hover::before {
  opacity: 1;
}
.left-block__link a span,
.left-block__link a svg {
  position: relative;
  z-index: 1;
}
.left-block__link a svg {
  fill: currentColor;
}
.left-block__link a:hover {
  color: var(--white) !important;
}
.link__line {
  height: 1px;
  background-color: var(--yinmn-blue);
}
.world-map-wrapper__country-flag {
  width: 24px !important;
  height: auto !important;
  transform: translate(-50%, -100%);
  transform-origin: center bottom;
}
.world-map-wrapper__country-flag:hover {
  animation: bounce 1s ease infinite;
}
@keyframes bounce {
  0% {
    transform: translate(-50%, -100%) translateY(0);
  }
  50% {
    transform: translate(-50%, -100%) translateY(-14px);
  }
  100% {
    transform: translate(-50%, -100%) translateY(0);
  }
}
.world-map-wrapper__country-flag--canada {
  top: 32%;
  left: 19%;
}
.world-map-wrapper__country-flag--america-1 {
  top: 43%;
  left: 26.9%;
}
.world-map-wrapper__country-flag--america-2 {
  top: 47%;
  left: 22%;
}
.world-map-wrapper__country-flag--america-3 {
  top: 52.5%;
  left: 23.8%;
}
.world-map-wrapper__country-flag--america-4 {
  top: 53%;
  left: 15%;
}
.world-map-wrapper__country-flag--america-5 {
  top: 58%;
  left: 19%;
}
.world-map-wrapper__country-flag--america-6 {
  top: 59.5%;
  left: 21%;
}
.world-map-wrapper__country-flag--puerto-rico {
  top: 60.5%;
  left: 28%;
}
.world-map-wrapper__country-flag--brazil {
  top: 79%;
  left: 34.6%;
}
.world-map-wrapper__country-flag--gran-canaria {
  top: 54%;
  left: 41.5%;
}
.world-map-wrapper__country-flag--belgium {
  top: 36%;
  left: 48%;
}
.world-map-wrapper__country-flag--france {
  top: 41%;
  left: 47%;
}
.world-map-wrapper__country-flag--austria {
  top: 38.5%;
  left: 51%;
}
.world-map-wrapper__country-flag--uae {
  top: 55.5%;
  left: 62%;
}
.world-map-wrapper__country-flag--hong-kong {
  top: 55.5%;
  left: 78.5%;
}
.world-map-wrapper__country-flag--australia {
  top: 83%;
  left: 89%;
}
@media (min-width: 576px) {
  .world-map-wrapper__country-flag {
    width: clamp(24px, 3.6vw, 36px) !important;
  }
}
@media (min-width: 992px) {
  .world-map-wrapper__country-flag {
    width: clamp(27px, 3vw, 36px) !important;
  }
}
@media (max-width: 472px) {
  .nysora-360-section__right-block {
    width: 200%;
    position: relative;
    left: 50%;
    transform: translateX(-36%) skewX(-12deg);
  }
}
@media (max-width: 575.98px) {
  .nysora-360-section__right-block {
    height: 12rem;
  }
}

@media (max-width: 767.98px) {
  .nysora-360-section__right-block {
    height: 27.188rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nysora-360-section__right-block {
    height: 25.188rem;
  }
}

@media (min-width: 768px) {
  .nysora-360-section__left-block {
    padding: 3rem 4.5rem 0 4.5rem;
  }
}

@media (min-width: 992px) {
  .container__nysora-360-section {
    height: 33rem;
  }
  .nysora-360-section__left-block {
    padding: 7rem 4.5rem;
  }
  .nysora-360-section__left-block h1 {
    font-size: 3rem;
    margin-top: 1.5rem;
  }
  .nysora-360-section__right-block {
  }
  .nysora-360-section__right-block img {
    width: 150%;
    height: 150%;
  }
  .nysora-360-section__right-block img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .container__nysora-360-section {
    height: 29rem;
  }
}
@media (min-width: 1400px) {
  .container__nysora-360-section {
    height: 28rem;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .community-cover-section {
    padding: 42px 0 107px 0;
  }

  .community-cover-video-container {
    height: 250px;
  }

  .community-cover-text {
    bottom: -77px;
    width: calc(100% - 80px);
    padding: 40px 57px;
  }

  .community-num-value {
    font-size: 40px;
  }

  .community-map-section {
    padding: 30px 0 38px 0;
  }

  .community-numbers {
    margin-bottom: 45px;
    column-gap: 55px;
  }

  .community-youtube-inner .section-title h3 {
    max-width: 186px;
  }

  .yt-block-title {
    gap: 40px;
  }

  .community-youtube-inner {
    gap: 50px;
  }

  .community-360-section {
    padding: 38px 0;
  }

  .community-youtube-section {
    padding: 38px 0 92px 0;
  }

  .cyt-logo {
    width: 95px;
    height: 95px;
    transform: translateY(65px);
    margin-left: 37px;
  }

  .cyt-box-top {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }

  .cyt-name {
    font-size: 20px;
  }

  .cyt-info {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .cyt-text-box-inner {
    padding: 20px 45px 40px 45px;
  }

  .cyt-text-box {
    width: calc(100% - 150px);
    bottom: -75px;
  }

  .community-newsletter-block {
    padding: 70px 50px 70px 65px;
  }

  .social-media-icons {
    margin-top: 26px;
  }

  .cp-text {
    padding: 20px 80px 50px 55px;
  }

  .cp-logo {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
  }

  .cp-logo img {
    filter: none;
  }

  .co-images {
    height: 355px;
  }

  .community-events-section {
    padding: 36px 0 35px 0;
  }

  .community-events-block {
    gap: 44px;
  }
  .hear-community-section {
    padding: 36px 0;
  }
}

@media (min-width: 992px) {
  .community-cover-section {
    padding: 0 0 42px 0;
  }

  .community-cover-video-container {
    height: 485px;
  }

  .community-cover-text {
    bottom: 70px;
    width: 405px;
    padding: 40px 88px 40px 56px;
    left: 70px;
    transform: none;
  }

  .community-cover-text h2 {
    font-size: 22px;
  }

  .community-cover-text p {
    font-size: 14px;
  }

  .community-map-section {
    padding: 42px 0 50px 0;
  }

  .community-numbers {
    margin-bottom: 60px;
  }

  .community-num-value {
    font-size: 50px;
  }

  .section-title h3 {
    font-size: 30px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .community-youtube-inner .section-title h3 {
    max-width: 100%;
  }

  .section-community-text {
    max-width: 720px;
  }

  .community-youtube-inner {
    gap: 20px;
  }

  .community-youtube-section {
    padding: 38px 0 25px 0;
  }

  .cyt-text-box {
    position: static;
    width: 40%;
    transform: none;
    padding-top: 0;
    margin-left: auto;
    margin-top: -65px;
  }

  .cyt-video-container {
    position: absolute;
    width: calc(60% - 16px);
    height: calc(100% - 30px);
    bottom: 0;
  }

  .community-newsletter-section {
    padding: 25px 0 20px 0;
  }

  .social-media-icons {
    margin-top: 36px;
  }

  .community-social-section .section-title h3 {
    max-width: 100%;
  }

  .social-video-container {
    height: 430px;
    width: 53%;
  }

  .community-social-block {
    gap: 52px;
  }

  .community-social-section {
    padding: 20px 0 42px 0;
  }

  .community-podcast-section {
    padding: 20px 0 45px 0;
  }

  .cp-img {
    width: 43%;
    height: unset;
  }

  .cp-img::after {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    height: 100%;
    width: 120px;
    right: 0;
    top: 0;
    left: auto;
  }

  .cp-text {
    padding: 65px 70px 65px 40px;
  }

  .cp-logo {
    top: 45px;
    right: 35px;
    left: auto;
    bottom: auto;
  }

  .cp-logo img {
    width: 135px;
  }

  .community-opinion-section {
    padding: 40px 0 50px 0;
  }

  .co-images {
    height: 400px;
    width: 57%;
  }

  .community-events-block .c360-btn {
    margin-top: 44px;
  }

  .community-events-section {
    padding: 37px 0 70px 0;
  }

  .community-events-img {
    width: 56%;
    height: 430px;
  }

  .community-events-block {
    gap: 50px;
  }

  .hear-community-section {
    padding: 55px 0 40px 0;
  }
}

@media (min-width: 1200px) {
  .community-num-value {
    font-size: 60px;
  }

  /*         .c360-text p {
            max-width: 403px;
        }

        .c360-logo {
            font-size: 50px;
        }

        .c360-img {
            right: -10px;
        }
 */
  .community-newsletter-block {
    padding: 80px 65px 80px 65px;
  }

  .cp-text {
    padding: 75px 80px 75px 50px;
  }

  .community-opinion-block {
    gap: 75px;
  }
}

@media (min-width: 1400px) {
  .community-num-value {
    font-size: 60px;
  }

  .container {
    max-width: 1210px;
  }
}

@media (min-width: 1600px) {
  .container-large {
    max-width: 1400px;
  }
}
