/* @import url('http://example.com/example_style.css'); */
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding: 0 !important;
}
* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: Roboto; 
}

.contentOuterCotainer {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.contentInnerContainer {
  max-width: 1165px;
  width: 100%;
  z-index: 999;
}

.heading {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.header-logo {
  align-self: center;
}

.header-right-container {
  display: flex;
  align-items: center;
}

.header-border {
  border-right: 1px solid #F2F5F7;
  height: 80%;
  margin-left: 20px;
  margin-right: 20px;
}

.backgroundImage {
  background-image: url('https://info.nasuni.com/hubfs/Nasuni-2020/event-images/background1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
}

.sectionTwoSubContainerTop {
  max-width: 720px;
}

.sectionTwoSubContainer {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.sectionTwo {
  display: flex;
}

.sectionTwoHeading {
  color: white;
  font-weight: normal;
  font-size: 38px;
}

.sectionTwoParagraph {
 color: white; 
 font-size: 22px;
}

.sectionTwoParagraphRich {
 line-height: 25px; 
}

.iconMainContainer {
  display: flex;
  margin-top: 20px;
}

.iconContainer {
  display: flex;
  color: white;
}

.iconContainer-second {
  margin-left: 15px;
}

.iconContainer > div {
  margin-left: 10px;
}

.sectionTwoSubContainer2 {
  color: #637380;
  padding: 20px;
}

.sectionTwoHeading2 {
  font-size: 32px;
  font-weight: normal;
}

.sectionTwoParagraph2 {
  margin-top: 10px;
}

.sectionTwoImagesContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sectionTwoImagesContainer > img {
  align-self: center;
  padding: 10px;
  max-width: 120px;
}

.formContainer {
  background-color: #F5F7F9;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 20px;
  margin: 50px 0 50px 50px;
  max-width: 450px;
  position: relative;
  align-self: flex-start;
}

.FormHelpButton {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.FormHelpContainer {
  position: absolute;
  width: 100%;
  background: white;
  left: 0;
  top: 0;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
}

.show {
  visibility: visible;
  opacity: 1;
}

.showDisplay {
  display: block !important;
}

.hide {
  display: none;
}

.FormHelpCloseButton {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.FormHelpHeading {
  color: #435663;
  font-weight: bold;
  font-size: 18px;
}

.FormHelpParagraph {
  color: #637380;
  font-size: 16px;
}

.FormHelpLink {
  color: #58A619;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
}

.FormHelpLink > img {
  margin-left: 5px;
}

.FormSuccessContainer {
  padding: 5px;
  display: none;
}

.FormSuccessContainerGreen {
  background-color: #57A745;
  padding: 20px;
}

.FormSuccessBottomContainer {
  margin-top: 20px;
}

.FormSuccessBottomContainerHeading {
  color: #637380;
  font-size: 20px;
}

.FormSuccessBottomInnerContainer {
  display: flex;
  margin-top: 20px;
}

.FormSuccessBottomInnerContainerTextContainer {
  margin-left: 20px;
}

.FormInnerContainerTextOne {
  color: #637380;
  font-size: 14px;
}

.FormInnerContainerTextTwo {
  color: #425563;
  font-size: 11px;
  margin-top: 10px;
}

.FormInnerContainerLink {
  color: #58A619;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.FormInnerContainerLink > img {
  margin-left: 10px;
}

.FormSuccessMessageContainer {
  display: flex;
  color: white;
  align-items: center;
}

.FormSuccessMessageContainer > div {
  margin-left: 10px;
  font-size: 24px;
}

.FormSuccessLinkButton {
  background-color: #ffffff;
  width: 100%;
  padding: 12px;
  display: block;
  font-size: 18px;
  color: #57A745;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.formHeading {
  color: #435663;
  font-size: 26px;
}

.formDetails {
  color: #425563;
  font-size: 12px;
  line-height:20px;
}

.formContainer form {
  width: 95%;
}

.formContainer .hbspt-form {
 padding-top:10px;
}

.formContainer .hbspt-form label:not(.hs-error-msg) {
  display: none;
}
.formContainer .hbspt-form ul.hs-error-msgs {
  display: block;
  list-style-type: none;
  padding: 10px 5px 0;
  margin: 0;
  color: red;
}
.formContainer .hbspt-form fieldset {
  margin: 15px 0;
}
.formContainer .hbspt-form input {
  border: 1px solid #CED5D9;
  border-radius: 0;
  height: 45px;
  padding: 0 10px;
  margin: 0;
  font-size: inherit;
  width: 100% !important;
}
.formContainer .hbspt-form select {
  height: 45px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #CED5D9;
  border-radius: 0;
  width: 100%;
}
.formContainer .hbspt-form .hs_country {
  max-width: 50%;
}
.formContainer .hbspt-form .hs_state {
  max-width: 50%;
}
.formContainer .hbspt-form .hs_submit .actions {
  padding: 0px 0 !important;
  margin: 0 !important;
}
.formContainer .hbspt-form .hs-button {
  box-shadow: none !important;
  background: #58A619 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  height: 40px !important;
  width: 98% !important;
  border: none !important;
  color: #ffffff !important;
}

.sectionThreeOuter {
  background: #425563;
  min-height: 317px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.sectionThree {
  max-width: 1000px;
}

.sectionThreeParagraph1 {
  font-size: 28px;
  line-height: 38px;
}

.sectionThreeParagraph2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.sectionFourOuter {
  background: #F2F5F7 ;
  min-height: 382px;
  color: #435663;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.sectionFourHeader {
  font-size: 30px;
}

.greenLine {
  margin-top: 35px;
}

.sectionFourImagesContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100% !important;
  max-width: 100% !important;
}

.sectionFourImagesContainer > img {
  align-self: center;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 180px;
}

.sectionFiveOuter {
  background: white;
  color: #435663;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  padding-bottom: 50px;
}

.sectionFiveHeader {
  color: #435663;
  font-size: 30px;
}

.sectionFiveParagraph {
  margin-top: 30px;
  font-size: 16px;
  color: #637380;
}

.sectionFiveParagraph2 {
  margin-top: 20px;
  font-size: 16px;
  color: #637380;
}

.videoTrigger {
 cursor: pointer; 
}

.videoContainer {
  display: flex;
  text-align: left;
  justify-content: center;
  margin-top: 40px;
}

.videoContainer > div:nth-child(2) {
  margin-left: 20px;
} 

.videoSubContainer {
  border: 1px solid #CED5D9;
  background: white;
  max-width: 500px;
}

.videoBackgroundImage {
  height: 232px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fixedVideoContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s;
}

.show {
  visibility: visible;
  opacity: 1;
}

.videoBlock {
  width: 100%;
}

.videoPopupContainer {
  position: relative;
  width: 50%;
}

.iframeContainer {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframeContainer iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.closeButton {
  color: white;
  background: rgba(0,0,0,.5);
  font-size: 18px;
  position: absolute;
  right: -40px;
  top: 0;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.videoIcon {
  position: absolute;
  cursor: pointer;
}

.videoPadding {
  padding: 20px;
}

.videoType {
  color: #A6B5C4;
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
}

.videoHeading {
  color: #435663;
  font-weight: bold;
  font-size: 19px;
  margin-top: 10px;
}

.videoDescription {
  color: #637380;
  font-size: 17px;
  margin-top: 10px;
}

.videoView {
  color: #58A619;
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.videoView > img {
  margin-left: 10px;
}

.cloudImage {
  background-image: url('https://info.nasuni.com/hubfs/Nasuni-2020/event-images/cloud.png');
  height: 440px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.sectionSixOuter {
  background: #203341;
  padding: 20px;
}

.sectionSix {
  display: flex;
  justify-content: space-between;
}

.footerPrivacy {
  display: flex;
}

.footerLinkContainer {
  margin-left: 5px;
}

.footerLink, .footer-line, .footer-text {
  color: #ffff;
  opacity: .49;
}

.FooterlogoLinksContainer > a {
  margin-left: 3px;
  margin-right: 3px;
}

/* Virtual Events Extra Styles*/

.VirtualSectionTwoHeading {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 38px;
}

.VirtualSectionTwoParagraph {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
}

.VirtualSectionTwo {
  padding-bottom: 10px; 
}

.VirtualBackgroundImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
}

.VirtualTwoSubContainerDescription {
  font-size: 18px;
  line-height: 25px;
}

.VirtualTwoSubContainerCTA {
  color: #57A745;
  text-decoration: none;
  font-weight: bold;
}

.VirtualSectionFourOuter {
  background: #425563 ;
  min-height: 382px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.VirtualSectionFourHeader {
  font-size: 30px;
  text-align: center; 
}

.VirtualSectionFourImageContainer {
  max-width: 164px;
  margin: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.VirtualSectionFourParentContainer {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to next line */
  justify-content: center; /* Center items in the parent container */
  gap: 15px; /* Add some space between items */
}

.VirtualSectionFourName {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.VirtualSectionFourTitle {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.header-logo-right {
  max-width: 135px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 992px) {
  .VirtualSectionFourParentContainer {
    flex-direction: row; /* Align items in a row for desktop */
  }

  .VirtualSectionFourImageContainer {
    flex: 1 1 200px; /* Allow containers to grow and shrink, base width 200px */
    max-width: none; /* Remove the max-width to allow flexibility */
  }

@media screen and (max-width: 991px) {
  .iconMainContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .iconContainer-second {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .sectionTwo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sectionTwoParagraph {
    font-size: 18px;
  }

  .formContainer {
    margin-top: 20px;
    align-self: initial;
    margin: auto;
  }
  .videoPopupContainer {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .sectionTwoHeading {
    font-size: 23px;
  }
  .sectionTwoHeading2 {
    font-size: 20px;
  }
  .footerPrivacy {
    flex-direction: column;
    text-align: center;
  }
  .footerLinkContainer {
    margin-top: 10px;
  }
  .sectionSix {
    flex-direction: column;
    align-items: center;
  }
  .FooterlogoLinksContainer {
    margin-top: 20px;
  }
  .FormHelpHeading {
    font-size: 17px;
  }
  
  .FormHelpParagraph {
    font-size: 15px;
  }
  
  .FormHelpLink {
    font-size: 12px;
  }
  .videoContainer {
    flex-direction: column;
  }
  .videoContainer > div:nth-child(2) {
    margin-top: 20px;
    margin-left: 0px;
  }
  .videoSubContainer {
    max-width: 100%;
  }
  .sectionTwoImagesContainer > img {
    padding: 10px;
  }
  .videoPopupContainer {
    width: 95%;
  }
  .closeButton {
    right: 0px;
    top: -50px;
  }
  .VirtualSectionTwoHeading {
    font-size: 30px;
  }
  .VirtualSectionTwoParagraph {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
header {
  height: 100px;
  }
  .header-right-container {
    display: block;
  }
  .header-logo-right {
    margin-top: 10px;
  }
  .header-border {
    height: 10%;
  }
}