@charset "UTF-8";
@import url(../font/stylesheet.css);

:root {
  --primary: #60d2bc;

  --white: #fff;
  --white60: rgba(255, 255, 255, 0.6);
  --black1: #1e1e1e;
  --gf-color-in-ctrl-primary: #60d2bc !important;
  --gf-color-primary: #60d2bc !important;
  --gf-color-primary-darker: #60d2bc !important;
  --gf-color-primary-lighter: #60d2bc !important;

  /* Fonts */
  --font96: 96px;
  --font64: 64px;
  --font55: 55px;
  --font40: 40px;
  --font36: 36px;
  --font32: 32px;
  --font28: 28px;
  --font24: 24px;
  --font20: 20px;

  /* Font Family */
  --manrope: "Manrope";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  color: var(--black1);
  background-color: var(--white);
  scroll-behavior: smooth;
  font-family: var(--manrope), sans-serif;
  overflow-x: hidden;
  font-size: var(--font24);
  line-height: 1.15;
}

ul {
  list-style: none;
}

.wrapper {
  background-color: var(--white);
  display: block;
  height: 100%;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 800;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--manrope);
  font-weight: 600;
}

h1,
.h1 {
  font-size: var(--font96);
  line-height: 1.1;
  letter-spacing: -3.38244px;
}

h2,
.h2 {
  font-size: var(--font64);
  line-height: 1.1;
  letter-spacing: -2px;
}

h3,
.h3 {
  font-size: var(--font40);
  line-height: 1.1;
  letter-spacing: -3.74px;
}

h4,
.h4 {
  font-size: var(--font32);
  line-height: 1.1;
  letter-spacing: -3.74px;
}

h5,
.h5 {
  font-size: var(--font24);
  line-height: 1.12;
  letter-spacing: -1.2px;
}

h6,
.h6 {
  font-size: var(--font20);
  line-height: 1.1;
  letter-spacing: -1.2px;
}

p {
  font-size: var(--font24);
  line-height: 1.15;
  letter-spacing: -1px;
}

.text-32 {
  font-size: var(--font32);
  line-height: 1.1;
  font-weight: 300;
  color: var(--white60);
  letter-spacing: 0;
}

.text-40 {
  font-size: var(--font40);
  line-height: 1.1;
  font-weight: 300;
  color: var(--white);
  letter-spacing: -2.49px;
}

.text-40 small {
  font-size: 20px;
  letter-spacing: -3.74px;
}

.text-20 {
  font-size: var(--font20);
  color: var(--white);
  font-weight: 300;
  margin-bottom: 6px;
}

.title-40 {
  font-size: var(--font40);
  line-height: 1.15;
  font-weight: 400;
  color: var(--black1);
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 34px;
}

.center-button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.fw-light {
  font-weight: 300 !important;
}

video {
  max-width: 100%;
}

.img-fluid {
  max-width: 100%;
  object-fit: contain;
}

.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/* Header */
.header {
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.main-middle-area {
  position: relative;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-div {
  position: relative;
}

.logo-div .logo_link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
}

.logo-div .logo_img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: left;
}
.banner-section .link-img {
    width: 240px;
}
.about-right {flex: 1;}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 65px;
  padding: 8px 50px;
  font-size: var(--font24);
  font-weight: 700;
  line-height: 1.1;
  border-radius: 99px;
  color: var(--white);
  background: var(--primary);
  transition: all 0.3s;
}

.btn:hover {
  background-color: var(--primary);
  box-shadow: 0 0 16px 0 #60d2bc66;
}

section {
  overflow: hidden;
}

/* Home page */

.banner-section {
  position: relative;
  color: var(--white);
}

.header-container {
  max-width: calc(100% - 120px);
  margin-inline: auto;
}

.banner-left-bottom {
  opacity: 60%;
}

.overlay-dv,
.overlay-dv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.banner-section .banner-inner {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: auto 700px;
}

.banner-left {
  padding: 180px 80px 40px 80px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-right {
  width: 700px;
  height: 100%;
  max-width: 100%;
}

.banner-right picture,
.banner-right picture img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.banner-text-between {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-block: 60px;
  gap: 100px;
}

.banner-left h1 {
  margin-bottom: 12px;
}

.link-img {
  display: flex;
  flex-wrap: wrap;
}

.join-section {
  padding: 90px 0 140px;
  position: relative;
}

.join-inner {
  padding: 110px 0 140px;
  margin: 0 auto;
  max-width: 756px;
}

.join-image-div {
  position: relative;
  display: flex;
}

.join-image-div img {
  width: 146px;
  height: 146px;
  object-fit: cover;
  border-radius: 25px;
  position: absolute;
}

.join-image-div .img1 {
  top: 0;
  left: -73px;
}

.join-image-div .img2 {
  top: 0;
  right: -73px;
}

.join-image-div .img3,
.join-image-div .img4 {
  width: 180px;
  height: 180px;
}

.join-image-div .img3 {
  top: 216px;
  left: -180px;
}

.join-image-div .img4 {
  top: 216px;
  right: -180px;
}

.join-video-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  padding-top: 56.25%;
}

.join-video-div iframe,
.join-video-div .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.play-pause-button {
  border: none;
  outline: none;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 1);
  border-radius: 28px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
  /* display: none; */
}

.join-video-div:hover .play-pause-button,
.vimeo-banner-video-dv:hover .play-pause-button {
  background: var(--white);
}

.play-pause-button img {
  display: none;
  width: 32px;
  height: auto;
}

.play-pause-button img.active {
  display: flex;
}

/* Play visible by default, pause hidden */
.play-pause-button .img-play {
  display: block;
}
.play-pause-button .img-pause {
  display: none;
}

/* Button visible by default */
.play-pause-button {
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: all;
}

/* Once video starts playing, hide it */
.join-video-div.is-playing .play-pause-button,
.vimeo-banner-video-dv.is-playing .play-pause-button {
  opacity: 0;
  pointer-events: none;
}

/* Show on click (show-controls class added via JS) */
.join-video-div.is-playing.show-controls .play-pause-button,
.vimeo-banner-video-dv.is-playing.show-controls .play-pause-button {
  opacity: 1;
  pointer-events: all;
}

/* Revert button visibility on hover when playing */
.join-video-div.is-playing:hover .play-pause-button,
.vimeo-banner-video-dv.is-playing:hover .play-pause-button {
  opacity: 1;
  pointer-events: all;
}
.video-poster-icon svg {
  opacity: 0;
}

.about-section {
  position: relative;
  padding: 84px 0px;
  color: var(--white);
}

.about-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}

.about-left {
  max-width: 670px;
}

.about-inner h2 {
  margin-bottom: 20px;
}

.about-inner p {
  font-weight: 400;
  margin-bottom: 24px;
}

.about-button {
  margin-top: 32px;
}

.about-list {
  display: grid;
  gap: 16px;
  padding-top: 6px;
}

.about-list li {
  display: grid;
  grid-template-columns: 36px auto;
  gap: 16px;
  align-items: center;
  font-weight: 300;
  color: var(--primary);
}

.about-list li .about-lst-img {
  display: flex;
  flex-wrap: wrap;
}

.about-list li strong {
  font-weight: 700;
}

.speakers-section {
  position: relative;
  padding: 72px 0 0;
}

.heading-dv {
  margin-bottom: 38px;
}

.speakers-root {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.speakers-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: var(--white);
}

.speakers-card .speakers-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.speakers-card .speakers-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speakers-card .speakers-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 25px;
}

.speakers-card h3 {
  font-size: var(--font55);
}

.speakers-card p {
  font-size: var(--font32);
  letter-spacing: 0;
}

.speakers-card .speakers-img .speakers-role {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 25px;
  font-weight: 200;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.event-section {
  position: relative;
  padding: 115px 0;
}

.footer {
  position: relative;
  padding: 84px 0;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}

.footer-inner {
  position: relative;
}

.footer .footer-logo {
  display: flex;
  margin-bottom: 70px;
}

.footer-inner .img-sm-com {
  object-fit: contain;
  width: 429px;
  margin: 0 auto;
}

.footer-btm p {
  font-weight: 500;
  font-size: var(--font32);
  margin: 0 0 20px;
  letter-spacing: 0;
}

.link-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 80px;
}

.footer-link {
  font-weight: 400;
  font-size: var(--font28);
  line-height: 1.15;
  color: var(--primary);
  transition: all 0.3s;
}

.footer-link:hover {
  color: var(--white);
}

.bottom-fixed {
  display: none;
}

/* Conatct css */
body .gform-theme--framework input[type="text"],
body .gform-theme--framework input[type="email"],
body .gform-theme--framework input[type="email"],
body .gform-theme--framework input[type="tel"],
body .gform-theme--framework textarea {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #1e1e1e;
  background: transparent;
  min-height: 64px;
  color: #1e1e1e;
  font-size: 36px;
  line-height: 42px !important;
  font-weight: 400;
  padding: 11px 0;
  outline: none;
  box-shadow: none;
}

body .ginput_container.ginput_container_date input {
  width: 100%;
}

body .gform-theme--foundation .gform_fields {
  -moz-column-gap: 44px !important;
  column-gap: 44px !important;
}

select option {
  background-color: #60d2bc !important;
  color: #ffffff !important;
}

body .gform-theme--framework select {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #1e1e1e;
  background-color: transparent;
  min-height: 64px;
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  padding: 11px 0;
  box-shadow: none !important;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4697 9.46967C16.7626 9.17678 17.2373 9.17678 17.5302 9.46967C17.8231 9.76256 17.8231 10.2373 17.5302 10.5302L12.5302 15.5302C12.2373 15.8231 11.7626 15.8231 11.4697 15.5302L6.46967 10.5302C6.17678 10.2373 6.17678 9.76256 6.46967 9.46967C6.76256 9.17678 7.23732 9.17678 7.53022 9.46967L11.9999 13.9394L16.4697 9.46967Z' fill='%2360D2BC'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: right 50%;
}

body .gform-theme--framework input[type="submit"] {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 65px !important;
  padding: 8px 24px 8px 24px !important;
  font-size: var(--font24) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 99px !important;
  transition: all 0.3s !important;
  color: var(--white) !important;
  position: relative;
  background-color: var(--primary) !important;
  box-shadow: none !important;
  min-width: 360px !important;
  outline: none !important;
  border: none !important;
}

.gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

body .gform-theme--foundation fieldset.gfield--type-checkbox {
  grid-column: span 6;
}

body
  .gform-theme--framework
  .gfield--type-choice
  .gfield_checkbox
  input.gfield-choice-input,
.gfield--type-checkbox > legend.gfield_label {
  display: none !important;
}

body
  .gform-theme--framework
  .gfield--type-choice
  .gfield_checkbox
  label.gform-field-label {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  margin: 0;
  padding: 0 0 0 42px;
  cursor: pointer;
  position: relative;
  min-height: 27px;
  display: flex;
  align-items: center;
}

body
  .gform-theme--framework
  .gfield--type-choice
  .gfield_checkbox
  label.gform-field-label::before {
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid #1e1e1e;
  background: #fbf9f9;
  display: flex;
  position: absolute;
  left: 0;
  border-radius: 5px;
}

body
  .gform-theme--framework
  .gfield--type-choice
  .gfield_checkbox
  label.gform-field-label::after {
  content: "";
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z' fill='%23fff' /%3E%3C/svg%3E");
  background-color: var(--primary);
  background-position: center;
  background-size: 20px;
  border: 1px solid #60d2bc;
}

body
  .gform-theme--framework
  .gfield--type-choice
  .gfield_checkbox
  input.gfield-choice-input:checked
  + label.gform-field-label::after {
  opacity: 1;
}

body
  .gform-theme--framework
  .gfield--type-choice
  .gfield_checkbox
  input.gfield-choice-input:checked
  + label.gform-field-label::before {
  border-color: #60d2bc;
}

body .gform-theme--framework.ui-datepicker table .ui-datepicker-today a,
body .gform-theme--framework.ui-datepicker table .ui-datepicker-today span {
  --gf-local-bg-color: #60d2bc45;
  --gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-hover);
}

body .gform-theme--framework.ui-datepicker {
  border-radius: 16px;
}

body .gform-theme--framework .gform_validation_errors {
  outline: none !important;
  border-radius: 0;
  border: none !important;
}

/* End of Conatct css */

.vimeo-banner-popup-video {
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.vimeo-banner-video-dv {
  width: 230px;
  overflow: hidden;
  border-radius: 36px;
}

.btn-banner-video,
.cancel-popup {
  display: none !important;
}

.play-pause-button.active {
  opacity: 0 !important;
}

.play-pause-button.active:hover {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  body .gform-theme--foundation fieldset.gfield--type-checkbox {
    position: relative;
    bottom: -17px;
    margin-bottom: -50px;
    z-index: 9;
  }

  .gform-footer.gform_footer.top_label {
    margin-top: 0 !important;
  }

  .about-left h2 br {
    display: none;
  }
}

@media (max-width: 1620px) {
  :root {
    --font96: 76px;
    --font64: 58px;
    --font55: 52px;
    --font40: 36px;
    --font32: 28px;
    --font28: 26px;
  }

  .header {
    padding: 30px 0;
  }

  .header-container {
    max-width: calc(100% - 40px);
  }

  .banner-section .banner-inner {
    grid-template-columns: auto 580px;
  }

  .banner-left {
    padding: 180px 40px 40px 40px;
    max-width: 800px;
  }

  .btn {
    min-height: 56px;
    padding-inline: 36px;
    font-size: 20px;
  }

  .banner-text-between {
    gap: 50px;
  }

  .join-image-div .img1 {
    left: -20px;
  }

  .join-image-div .img2 {
    right: -20px;
  }

  .join-image-div .img3 {
    left: -80px;
  }

  .join-image-div .img4 {
    right: -80px;
  }

  .join-inner {
    max-width: 674px;
  }

  .footer-inner .img-sm-com {
    width: 370px;
  }
}

@media (max-width: 1300px) {
  :root {
    --font96: 66px;
    --font64: 54px;
    --font55: 48px;
    --font40: 34px;
    --font32: 26px;
    --font28: 24px;
  }

  .container {
    max-width: 1080px;
  }

  .header-container {
    max-width: calc(100% - 20px);
  }

  .banner-left {
    padding-inline: 30px;
  }

  .banner-section .banner-inner {
    grid-template-columns: auto 520px;
  }

  .about-left {
    max-width: 600px;
  }

  .link-row {
    gap: 60px;
  }

  .footer-inner .img-sm-com {
    width: 350px;
  }

  .footer .footer-logo {
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) {
  :root {
    --font96: 64px;
    --font64: 48px;
    --font55: 40px;
    --font40: 28px;
    --font32: 24px;
    --font28: 24px;
  }

  .container {
    max-width: 900px;
  }

  .text-32 {
    font-size: 18px;
  }

  .text-40 small {
    font-size: 14px;
    letter-spacing: -2.55px;
  }

  .header-container {
    max-width: 100%;
  }

  .banner-left {
    padding-inline: 20px;
  }

  .banner-text-left p {
    font-size: 18px;
  }

  .banner-text-between {
    gap: 30px;
  }

  .banner-section .banner-inner {
    grid-template-columns: auto 460px;
  }

  .banner-left-bottom .text-20 {
    font-size: 14px;
    letter-spacing: 0;
  }

  .btn {
    padding-inline: 24px;
  }

  .banner-left-bottom .link-img img {
    width: 120px;
  }

  .join-inner .title-40 {
    font-size: 24px;
  }

  .join-image-div img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
  }

  .join-image-div .img3,
  .join-image-div .img4 {
    top: 140px;
    width: 120px;
    height: 120px;
  }

  .join-inner {
    max-width: 500px;
  }

  .join-inner {
    max-width: 500px;
    padding: 60px 0 100px;
  }

  .join-section {
    padding: 56px 0;
  }

  .join-video-div {
    border-radius: 24px;
  }

  .join-image-div .img1 {
    left: 40px;
  }

  .join-image-div .img2 {
    right: 40px;
  }

  .join-image-div .img3 {
    left: -40px;
  }

  .join-image-div .img4 {
    right: -40px;
  }

  .about-left {
    max-width: 500px;
  }

  .speakers-section {
    padding-top: 56px;
  }

  .heading-dv {
    margin-bottom: 30px;
  }

  .event-section {
    padding: 56px 0;
  }

  .footer-inner .img-sm-com {
    width: 320px;
  }

  .link-row {
    gap: 40px;
  }

  .btn-banner-video {
    display: flex !important;
    flex-wrap: wrap;
    position: absolute;
    bottom: 12px;
    right: 20px;
  }

  .btn-white-video {
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: -1px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 9px 12px 9px 30px;
    background-color: var(--white);
    color: var(--primary);
    outline: none;
    border: none;
    min-height: 48px;
  }

  .vimeo-banner-popup-video {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    bottom: auto;
    right: 0;
    background: #ffffff4d;
    top: 0;
    backdrop-filter: blur(10px);
  }

  .vimeo-banner-popup-video.popup-open {
    display: flex;
  }

  button.cancel-popup {
    display: flex !important;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    outline: none;
    position: fixed;
    top: 10px;
    right: 10px;
    border: none;
  }

  .vimeo-banner-video-dv {
    width: calc(100% - 40px);
    max-height: calc(100% - 120px);
    overflow: hidden;
    border-radius: 36px;
  }

  .banner-section .banner-inner {
    z-index: 100;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 40px 0 0;
  }

  .logo-div .logo_img {
    width: 52px;
    height: 52px;
  }

  .banner-section .banner-inner {
    grid-template-columns: 100%;
  }

  .banner-left h1 {
    margin-bottom: 8px;
  }

  .banner-right {
    width: 100%;
  }

  .banner-text-between {
    gap: 0;
    margin-block: 48px 0;
  }

  .banner-left {
    padding: 157px 20px 0px 20px;
    position: relative;
  }

  .banner-left-bottom .text-20 {
    font-size: 12px;
  }

  .banner-left-bottom .link-img img {
    width: 92px;
  }

  .btn.btn-reserve {
    display: none;
  }

  .banner-left-bottom {
    opacity: 100%;
  }

  .banner-text-between {
    margin-left: -20px;
    padding: 15px 20px;
    min-height: 82px;
    background: var(--primary);
    max-width: calc(100% - 100px);
  }

  .banner-text-left p {
    font-size: 17px;
  }

  .banner-left-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bottom-fixed {
    position: fixed;
    width: 100%;
    min-height: 126px;
    left: 0px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    z-index: 99;
    background: linear-gradient(180deg, rgba(26, 66, 93, 0) 0%, #1a425d 100%);
    backdrop-filter: blur(1.45px);
  }

  .btn.btn-btm-fixed {
    width: 100%;
    min-height: 65px;
    font-size: 24px;
  }

  .join-image-div {
    display: none;
  }

  .join-inner {
    max-width: 500px;
    padding: 0;
  }

  .join-inner .title-40 {
    margin-bottom: 56px;
  }

  .play-pause-button {
    width: 78px;
    height: 50px;
    border-radius: 15px;
  }

  .play-pause-button img {
    width: 20px;
  }

  .join-video-div {
    border-radius: 15px;
  }

  .play-pause-button {
    width: 78px;
    height: 50px;
    border-radius: 15px;
  }

  .play-pause-button img {
    width: 20px;
  }

  .about-section {
    padding: 56px 0px 40px;
  }

  .about-inner {
    gap: 16px;
  }

  .about-left {
    max-width: 100%;
  }

  .footer {
    padding: 44px 0 126px;
  }

  .footer-inner .img-sm-com {
    width: 215px;
  }

  .footer .footer-logo {
    margin-bottom: 35px;
  }

  .footer-btm p {
    font-size: 16px;
  }

  .footer-link {
    font-size: 14px;
  }

  .link-row {
    gap: 44px;
  }

  .banner-right[data-aos="fade-left"] {
    transform: translate3d(0, 100px, 0);
  }

  body .gform-theme--framework select,
  body .gform-theme--framework input[type="text"],
  body .gform-theme--framework input[type="email"],
  body .gform-theme--framework input[type="email"],
  body .gform-theme--framework input[type="tel"],
  body .gform-theme--framework textarea {
    border-bottom: 1px solid #1e1e1e;
    font-size: 24px;
    line-height: 28px !important;
    min-height: 42px;
    padding: 7px 0;
  }

  body
    .gform-theme--framework
    .gfield--type-choice
    .gfield_checkbox
    label.gform-field-label {
    font-size: 16px;
    padding: 0 0 0 38px;
    min-height: 24px;
  }

  body
    .gform-theme--framework
    .gfield--type-choice
    .gfield_checkbox
    label.gform-field-label::after,
  body
    .gform-theme--framework
    .gfield--type-choice
    .gfield_checkbox
    label.gform-field-label::before {
    width: 24px;
    height: 24px;
  }

  body .gform-theme--foundation .gform_fields {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .join-section .btn.btn-reserve {
    display: inline-flex;
  }
  .join-section .center-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  body .gform-theme--foundation fieldset.gfield--type-checkbox {
    grid-column: span 12;
    margin-top: 19px;
  }

  body .gform-theme--foundation .gform_fields {
    gap: 15px !important;
  }

  body .gform-theme--framework input[type="submit"] {
    width: 100% !important;
    min-width: 100% !important;
  }

  body .gform-footer.gform_footer.top_label {
    margin-top: 34px;
  }

  .speakers-section {
    padding-top: 0;
  }

  .speakers-section .container {
    padding: 0;
  }

  .speakers-section .heading-dv {
    display: none;
  }

  .speakers-root {
    grid-template-columns: 100%;
    gap: 0;
  }

  .speakers-card .speakers-img .speakers-role {
    padding: 14px;
  }

  .speakers-card .speakers-content {
    padding: 15px 20px;
  }

  .heading-dv {
    margin-bottom: 24px;
  }

  .banner-left-bottom .text-20 {
    font-size: 11px;
  }

  .banner-left-bottom .link-img img {
    width: 82px;
  }

  .banner-left-bottom {
    width: 82px;
  }

  .banner-text-between {
    max-width: calc(100% - 87px);
  }
}
