* {
  box-sizing: border-box;
  outline: 0 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Google Sans", Arial, Helvetica, sans-serif !important;
}

.header-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding: 50px 16px 50px 16px;
}
.header-section .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
}
.header-section .header-container .preheader-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 20px;
}
.header-section .header-container .preheader-box .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media (max-width: 375px) {
  .header-section .header-container .preheader-box .header-logo {
    width: 120px !important;
  }
}
.header-section .header-container .preheader-box .preheader-bubble {
  background-color: #e8eaed;
  color: #5f6368;
  padding: 5px 20px;
  border-radius: 60px;
}
.header-section .header-container .preheader-box .preheader-bubble-month {
  background-color: #e8eaed;
  color: #5f6368;
  padding: 5px 20px;
  border-radius: 60px;
}
@media (max-width: 480px) {
  .header-section .header-container .preheader-box .preheader-bubble-month {
    font-size: 12px;
    padding: 5px 15px;
  }
}
.header-section .header-container .header-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
  max-width: 1024px;
}
.header-section .header-container .header-text img {
  width: 100%;
  max-width: 1024px;
}

.ia-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 16px 0px 16px;
}
.ia-section .ia-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
}
.ia-section .ia-container .ia-buble-text {
  font-size: 20px;
  color: #3c4043;
  text-align: center;
  margin: 0;
}
.ia-section .ia-text {
  font-size: 20px;
  line-height: 30px;
  color: #3c4043;
  text-align: center;
  margin: 0;
  padding: 0px 0 0 0;
  width: 90%;
}
@media (max-width: 768px) {
  .ia-section .ia-text {
    font-size: 17px;
    line-height: 20px;
  }
}

.event-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 16px 0px 16px;
}
.event-section a {
  text-decoration: none !important;
}
.event-section .event-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
}
.event-section .event-container .title-section-gif {
  width: 100%;
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-section .event-container .title-section-gif .gif {
  width: 37%;
}
@media (max-width: 768px) {
  .event-section .event-container .title-section-gif .gif {
    width: 70% !important;
  }
}
@media (max-width: 480px) {
  .event-section .event-container .title-section-gif .gif {
    width: 100% !important;
  }
}
.event-section .event-container .fit {
  height: -moz-fit-content;
  height: fit-content;
}
.event-section .event-container .gap {
  gap: 40px;
}
.event-section .event-container .horizontal-box {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .event-section .event-container .horizontal-box {
    flex-direction: column;
    gap: 0;
  }
}
.event-section .event-container .vertical-box {
  display: flex;
  flex-direction: column !important;
}
.event-section .event-container .full-box {
  width: 100% !important;
}
.event-section .event-container .half-box {
  width: 50% !important;
}
@media (max-width: 768px) {
  .event-section .event-container .half-box {
    width: 100% !important;
  }
}
.event-section .event-container .info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container {
    flex-direction: column;
    justify-content: center;
  }
}
.event-section .event-container .info-container .small-text-box {
  font-style: italic;
  font-size: 14px;
  color: #3c4043;
  text-align: left;
  width: 100%;
}
.event-section .event-container .info-container .text-box {
  width: 60%;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .text-box {
    width: 100%;
  }
}
.event-section .event-container .info-container .text-box .cta-box-title {
  background: #4285F4;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 20px;
  border: 1px solid #3c4043;
  margin-top: 7px;
}
.event-section .event-container .info-container .text-box .cta-box-title p {
  margin: 0px;
  font-size: 13px;
}
.event-section .event-container .info-container .text-box .title-box {
  padding: 0 0px 0px 0px;
}
.event-section .event-container .info-container .text-box .blue-title {
  color: #4285F4;
}
.event-section .event-container .info-container .text-box .red-title {
  color: #ea4335;
}
.event-section .event-container .info-container .text-box .green-title {
  color: #34a853;
}
.event-section .event-container .info-container .text-box .yellow-title {
  color: #f29900;
}
.event-section .event-container .info-container .text-box .grey-title {
  color: #80868b;
}
.event-section .event-container .info-container .text-box .paragraph-box {
  color: #3c4043;
  font-weight: 400px !important;
  padding: 0 20px 0px 0px;
  text-align: left;
}
.event-section .event-container .info-container .full-cta-box {
  width: 100% !important;
}
.event-section .event-container .info-container .cta-box-event {
  align-items: center !important;
}
.event-section .event-container .info-container .cta-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box {
    width: 100%;
  }
}
.event-section .event-container .info-container .cta-box .short-cta {
  max-width: 330px !important;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .short-cta {
    max-width: 100% !important;
  }
}
.event-section .event-container .info-container .cta-box .event-cta {
  width: 60% !important;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .event-cta {
    width: 100% !important;
  }
}
.event-section .event-container .info-container .cta-box .full-cta {
  width: 100%;
}
.event-section .event-container .info-container .cta-box .big-cta {
  height: 95px !important;
}
.event-section .event-container .info-container .cta-box .green-cta {
  height: 65px !important;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .green-cta {
    height: 100px !important;
  }
}
.event-section .event-container .info-container .cta-box .medium-cta {
  height: 90px !important;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .medium-cta {
    height: 160px !important;
  }
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .mob-cta {
    height: 100px !important;
  }
}
.event-section .event-container .info-container .cta-box .cursor {
  cursor: pointer !important;
}
@media (max-width: 890px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta {
    height: 80px !important;
  }
}
@media (max-width: 480px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta {
    height: 80px !important;
  }
}
@media (max-width: 390px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta {
    height: 80px !important;
  }
}
@media (max-width: 360px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta {
    height: 100px !important;
  }
}
@media (max-width: 900px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta-event {
    height: 80px !important;
  }
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta-event {
    height: 60px !important;
  }
}
@media (max-width: 480px) {
  .event-section .event-container .info-container .cta-box .ultimate-cta-event {
    height: 80px !important;
  }
}
.event-section .event-container .info-container .cta-box .cta {
  height: 60px;
  border-radius: 80px;
  border: 1px solid #3c4043;
  margin: 7px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px 0 5px;
  cursor: unset;
  text-align: left;
  gap: 10px;
  width: 100%;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .cta {
    max-width: 100% !important;
  }
}
.event-section .event-container .info-container .cta-box .cta .cta-span {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3c4043;
}
.event-section .event-container .info-container .cta-box .cta .cta-span .cta-img {
  width: 30px;
}
.event-section .event-container .info-container .cta-box .cta .div-text-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.event-section .event-container .info-container .cta-box .cta .div-text-span .simple-text {
  font-weight: 400 !important;
}
.event-section .event-container .info-container .cta-box .cta .div-text-span .bold-text {
  font-weight: bold !important;
}
.event-section .event-container .info-container .cta-box .cta .div-text-span .text-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px !important;
  line-height: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .event-section .event-container .info-container .cta-box .cta .div-text-span .text-span {
    max-width: 100% !important;
  }
}
.event-section .event-container .info-container .cta-box .cta .div-text-span .left-text {
  justify-content: flex-start !important;
}
.event-section .event-container .info-container .cta-box .cta .div-text-span .whitespace {
  white-space: nowrap;
}
.event-section .event-container .info-container .cta-box .white-theme {
  background-color: #ffffff;
  color: #3c4043;
  cursor: auto;
}
.event-section .event-container .info-container .cta-box .blue-bg {
  background-color: #4285f4;
}
.event-section .event-container .info-container .cta-box .blue-theme {
  background-color: #4285f4;
  color: #ffffff;
}
.event-section .event-container .info-container .cta-box .blue-theme:hover {
  background-color: #3b79dc;
}
.event-section .event-container .info-container .cta-box .red-hover:hover {
  background-color: #da4032;
}
.event-section .event-container .info-container .cta-box .red-bg {
  background-color: #ea4335;
}
.event-section .event-container .info-container .cta-box .red-theme {
  background-color: #ea4335;
  color: #ffffff;
}
.event-section .event-container .info-container .cta-box .green-bg {
  background-color: #34a853;
}
.event-section .event-container .info-container .cta-box .green-theme {
  background-color: #34a853;
  color: #ffffff;
}
.event-section .event-container .info-container .cta-box .green-hover:hover {
  background-color: #2f9d4d;
  cursor: pointer;
}
.event-section .event-container .info-container .cta-box .yellow-bg {
  background-color: #fbbc05;
}
.event-section .event-container .info-container .cta-box .yellow-theme {
  background-color: #fbbc05;
  color: #ffffff;
}
.event-section .event-container .info-container .cta-box .yellow-hover:hover {
  background-color: #f2b602;
  cursor: pointer;
}
.event-section .event-container .info-container .cta-box .grey-hover:hover {
  background-color: #72787c;
}
.event-section .event-container .info-container .cta-box .grey-bg {
  background-color: #80868b;
}
.event-section .event-container .info-container .cta-box .grey-theme {
  background-color: #80868b;
  color: #ffffff;
}
.event-section .event-container .info-container .cta-box .dark-text {
  color: #212121;
  font-weight: bold;
  font-size: 12px;
}
.event-section .event-container .info-container .cta-box .white-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px !important;
}
.event-section .event-container .blue-light-theme {
  background-color: #e8f0fe;
}
.event-section .event-container .red-light-theme {
  background-color: #fce8e6;
}
.event-section .event-container .green-light-theme {
  background-color: #e6f4ea;
}
.event-section .event-container .yellow-light-theme {
  background-color: #fef7e0;
}
.event-section .event-container .grey-light-theme {
  background-color: #f1f3f4;
}

@media (max-width: 768px) {
  .no-margin-mob {
    margin-top: 20px !important;
  }
}

.footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px 0 0;
}
.footer-section .footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
}
.footer-section .footer-container .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #80868b;
  width: 100%;
  padding: 30px 16px;
}
.footer-section .footer-container .footer-logo .logo {
  width: 80px;
}
.footer-section .footer-container .footer-grey-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #e8eaed;
  width: 100%;
  padding: 15px 16px;
}
.footer-section .footer-container .footer-grey-box .footer-grey-box-text {
  color: #212121;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer-section .footer-container .footer-grey-box .footer-grey-box-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.footer-section .footer-container .footer-white-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  padding: 15px 16px;
}
.footer-section .footer-container .footer-white-box .footer-white-box-text {
  color: #212121;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer-section .footer-container .footer-white-box .footer-white-box-text {
    font-size: 15px;
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */