@media(min-width:2200px){
  .c02 { left: 63%!important;}
  .c03 { top: 31%!important; left: 24% !important;}
  .c06 { left: 24%!important;}
  .c07 { left: 62%!important;}
}

.main-wrapper{background:#18434E; overflow: hidden;padding:40px 0;position: relative;}
.header_div {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;margin-bottom: 58px;
}
.social-sharing {
    display: flex;    align-items: center;
}
.social-sharing ul {
    display: flex;
}
.social-sharing ul li  {
    margin-left:10px;
}
.social-sharing p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: 'AauxNext-Bold';
    margin-right: 10px;
}
.social-sharing ul li a {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-width: 200px;
   
}
.sec_header {
    z-index: 1;
    position: relative;max-width: 860px;
    
}
.sec_header p {
    color: #14BEC6;
}
.sec_header.left {
    text-align: left;
}
.sec_header h2 {
    margin: 0 0 10px;
    font-weight: 400;font-family: 'Livory-RegularItalic';
}
.sec_header h5 {
    color: #14BEC6;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'AauxNext-Regular';
}
.head_div h5 {
    margin: 0 0 8px;
}
.cont_se.sec_header.right {
    max-width: 100%;
    display: flex;text-align: left;
    align-items: flex-end;    margin-bottom: 60px;
    justify-content: space-between;
}
.head_div {
    width: 53%;
}
.text_div {
    width: 40%;
    margin-bottom: 26px;
}
.text_div p {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
}
.video_bg img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
}
.vid_wrp,.video-wrapper {
    max-width: 390px;width:100%;
     z-index: 1;cursor: pointer;
    border-radius: 9px;position: relative;
}
.pdf-div .play-btn {
    background: transparent;
}
.video_text h3 {
    color: #18434E;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 300;
}

.video-flex {
    max-width: 980px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*     position: relative;
    z-index: 1; */
  align-items: flex-start;
}
.circle {
    position: absolute;
    width: 245px;
    height: 245px;
    background: rgba(20, 190, 198,.1);
    transform: rotate(40deg);
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
    left: 0;
    right: 0;
    top: 45%;
    margin: 0 auto;
    z-index: 0;
}
.video_text {
    padding: 27px 40px;
    text-align: center;border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;    background: #fff;
}
.fixed_bottom {
    background: #3C3E44;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;    min-height: 50px;
}
.btm-flex {
    max-width: 600px;
    margin: 0 auto;align-items: center;
    justify-content: space-between;
}
.btm-flex p {
    color: #FFFFFF;
    font-family: AauxNext-Regular;
    font-size: 16px;margin: 0;
    line-height: 1;
}
.btm-flex button {
    border-radius: 21px;
    background: #D71D4A;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: AauxNext-Bold;
    padding: 12px 20px;
}
.video_bg {
    position: relative;
}
.play-btn {
    background: #D71D4A;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}
a.video-wrapper.lock .video_text h3, a.video-wrapper.lock .video_text p, .pdf-div.lock .video_text p, .pdf-div.lock .video_text h3 {
    color: #8DCCDC;
}
a.video-wrapper.lock .video_text, .pdf-div.lock .video_text {
    background: #205A68;
}
a.video-wrapper.lock .play-btn, .pdf-div.lock .play-btn {
    background: #E4E5E7 url(https://cdn2.hubspot.net/hubfs/4943089/Symmetra%20June%202019/Images/noun_Lock_2617526.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
}
a.video-wrapper.lock .play-btn i {
    display: none;
}
a.video-wrapper.lock .video_bg:after, .pdf-div.lock .video_bg:after {
    background: rgba(57, 52, 88,.64);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.sec_header.right {
    margin-left: auto;
    text-align: right;
}
.sec_header.right.right-wd {
    width: 100%;
    max-width: 539px;
}
.unlock .video_text h5 {
    color: #D71D4A;
}
.lock .video_text h5 {
    color: #042229;
}
button{cursor: pointer;}
.progress {
    max-width: 980px;
    margin: -161px auto 0;position: relative;
}
.progress_bar {
    width: 380px;
    height: 380px;
    border-radius: 50%;
/*     border: 16px solid #14BEC6; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 30px;
    flex-direction: column;
}
canvas {
    position: absolute;top:0;left:0;
}
select::-ms-expand {
      display: none;
    }
.progress_bar span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 120px;font-family: 'AauxNext-Bold';
    line-height: 1.2;
}
.progress_bar p {
    margin: 16px 0 0;
    font-size: 16px;
    color: #fff;
}
.progress_bar p a, .sec_header a {
    text-decoration: underline;cursor: pointer;
    z-index: 1;
    position: relative;
}
.progress_bar h4 {
    color: #fff;
    font-family: 'AauxNext-Regular';
    font-size: 20px;
    font-weight: 100;
    max-width: 256px;
    margin: 0 auto;
    line-height: 1.5;
}
.container {
    padding: 0 0 110px !important;
}
.form-wrappre {
  transition-property: all;
	transition-duration: .5s;
    transition: top 900ms cubic-bezier(0.17,0.04,0.03,0.94);
    overflow: hidden;
    position: absolute;
    top: -2200px;
    left: 0;
    right: 0;
    margin: 0 auto;width: 100vw;
    height: 100vh;padding: 105px 20px 100px;
    z-index: 99; background: rgba(24,67,78,.92);
}


.form-wrappre.active {
display: block;
position: fixed;
top: 0px;left:0;
overflow: hidden;   
  
}
.hs-richtext.hs-main-font-element p {
    font-size: 14px;
    color: #53B3CA;
}
.hs-richtext.hs-main-font-element {
   
    font-size: 14px;
    color: #53B3CA;
}
.hs_hidden.hs-hidden.hs-fieldtype-text.field.hs-form-field {
    margin: 0;
}
.form-wrappre.active h3 {
    color: #fff;
    text-align: center;
    max-width: 615px;
    margin: 0 auto 40px;
    font-weight: 200;
}

.btm-flex button:hover {
    box-shadow: 8px 6px 27px 0 rgba(215, 29, 74, 0.55);
}


button.close {
    border: 0;
    top: 22px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'AauxNext-Regular';
    position: fixed;
    top: 2rem;
    right: 2rem;
    opacity: 1;
    display: none;
    transition: opacity 0.3s linear 0s;
}
button.close img {
    margin-bottom: 11px;
}

.form_div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    overflow-y: auto;
}
.for_div_inner {
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    margin: auto 0px;
}
.hs_form {
    width: 100%;
}
.form-wrappre.active button.close {
    display: block;
}
.c01 { top: 10%;left:12%; right: 0;background: rgba(20, 190, 198,.4);    }
.c01:hover {
    background: rgba(20, 190, 198,.6);
}
.c02 {
    top: 20%;
    left: 69%;
    background: #0a5f63;
    right: 0;
    width: 282px;
    height: 298px;
}
.c02:hover{background: rgba(10, 95, 99,.6);}
.c03 { top: 30%;left: 16%;right: 0;background: rgba(32, 90, 104,.68);    width: 279px; height: 245px;}
.c03:hover{background:  rgba(32, 90, 104,1);}
.c04 {
    top: 43%;
    left: 28%;
    right: 0; background: rgba(20,190,198,.4);
}
.c04:hover{background:  rgba(20,190,198,1);}
.c05 {
    top: 65%;
    left: 43%;
    right: 0;
    width: 229px;
    height: 242px;background: rgba(32, 90, 104,.68);
}
.c05:hover{background: rgba(32, 90, 104,1);}
.c06 {
    top: 83%;
    left: 15%;    width: 247px;
    height: 280px;
    right: 0;background: rgba(10, 95, 99,.8);
}
.c06:hover{background: rgba(10, 95, 99,1);}
.c07 {
    top: 90%;
    left: 69%;width: 243px;
    height: 273px;
    background: rgba(20, 190, 198,.4);
}
.c07:hover{background: rgba(20, 190, 198,1);}

.floatingX {  
    animation-name: floatingX;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingX {
    from { transform:rotate(17deg) translate(0,  0px); }
    65%  { transform:rotate(17deg) translate(0, 15px); }
    to   { transform:rotate(17deg) translate(0, -0px); }    
}


.floatingY {  
    animation-name: floatingY;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingY {
    from { transform: rotate(38deg) translate(0px,  0); }
    65%  { transform: rotate(38deg) translate(15px, 0); }
    to   { transform: rotate(38deg) translate(-0px, 0); }    
}



.floatingc1 {  
    animation-name: floatingc1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingc1 {
    from { transform: rotate(40deg) translate(0px,  0); }
    65%  { transform: rotate(40deg) translate(15px, 0); }
    to   { transform: rotate(40deg) translate(-0px, 0); }    
}
.floatingc2 {  
    animation-name: floatingc2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingc2 {
    from { transform:rotate(73deg) translate(0,  0px); }
    65%  { transform:rotate(73deg) translate(0, 15px); }
    to   { transform:rotate(73deg) translate(0, -0px); }    
}
.floatingc3 {  
    animation-name: floatingc3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingc3 {
    from { transform:  rotate(25deg) translate(0px,  0); }
    65%  { transform:  rotate(25deg) translate(15px, 0); }
    to   { transform:  rotate(25deg) translate(-0px, 0); }    
}

.floatingc4 {  
    animation-name: floatingc4;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingc4 {
    from { transform:rotate(-22deg) translate(0,  0px); }
    65%  { transform:rotate(-22deg) translate(0, 15px); }
    to   { transform:rotate(-22deg) translate(0, -0px); }    
}

.floatingc5 {  
    animation-name: floatingc5;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floatingc5 {
    from { transform:  rotate(59deg) translate(0px,  0); }
    65%  { transform:  rotate(59deg) translate(15px, 0); }
    to   { transform:  rotate(59deg) translate(-0px, 0); }    
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    padding: 70px 40px;
}

@media(max-width:1300px){
  .container {padding: 0 20px 70px !important;}
  .c03 {
    top: 20%;
    left: 10%;}
}

@media(max-width:1024px){
  .cont_se.sec_header.right {flex-wrap: wrap;}
  .header_div { padding: 0 20px;}
  .container {padding: 0 20px 35px !important;}
  .sec_header.right { margin-left: 0; text-align: left;}
  .video-flex { margin: 0px auto;display:block;}
  .vid_wrp, .video-wrapper { display:block;margin: 0 auto 80px !important;}
  .progress { margin: 73px auto 131px;}
  .progress_bar { width: 340px; height: 340px;    margin: 0 auto;}
  canvas {left: 0; right: 0; margin: 0 auto;}
  .sec_header.right.right-wd { width: 100%; max-width: 870px;}
  .first-right, .sec_header {margin-bottom: 68px;}
  .progress_bar span {font-size: 90px;}
  .c01 { left: -11%;}
  .c04 {  left: 75%;}
  .c05 {  left: 63%;}
  .mfp-auto-cursor .mfp-content { padding:70px 40px;}
  .mfp-wrap {  overflow-x: scroll !important;}
  .mfp-wrap {height: 100% !important; top: 0 !important;}
  .mfp-container { top: 0px !important;}
  .head_div {width: 100%;}
  .text_div { width: 100%; margin-bottom: 26px;}
  
}

@media(max-width:981px){
.hm form fieldset.form-columns-2>div.hs-form-field {margin-right:5.9%!important; width: 47%!important;}
.hm form fieldset.form-columns-2>div.hs-form-field:last-child { margin-right: 0 !important;}
}

@media(max-width:767px){
  .btm-flex {padding: 0 20px;}
  .btm-flex p {width: 100%;}
  .btm-flex button { margin: 20px auto 0;}
  .progress_bar span {font-size:73px;}
  .progress_bar {  width: 280px; height: 280px;}
   canvas {  width:280px !important; height:280px !important;}
  .progress_bar h4 {font-size: 16px; line-height: 1.3;}
  .progress { margin: 73px auto;}
  
}
@media(max-width:640px){
  .hm form fieldset.form-columns-2>div.hs-form-field { margin-right:0%!important; width: 100%!important;}
  .header_div { flex-wrap: wrap;}
  .social-sharing {margin-top: 18px;width: 100%;}
  .cont_se.sec_header.right { margin-bottom: 20px;}
}


@media(max-width:480px){
  .circle { width: 180px; height: 180px;}
  .c01 {top: 14%;}
  .hs-richtext.hs-main-font-element p { margin-bottom: 0;}
  .mfp-auto-cursor .mfp-content { padding: 20px;}
  .form-wrappre.active h3 {line-height: 1.3;}
  .form-wrappre.active{ height: 100%;overflow:scroll;padding: 97px 20px 104px;}
}

body.active {overflow: hidden;position: fixed; width: 100%; height: 100%;}
body.modalOpen {overflow-y: hidden !important; /*overflow: hidden auto;position: fixed; width: 100%; height: 100%;*/}
span.hs-form-required {display: none;}
.pop {max-width: 1100px; margin: 0 auto;}
.video-mockup iframe {width: 100%;}
.morph-button-modal-4.open .morph-content { width: 1150px;}


.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.video_bg {position: relative;
   
}
.pop .video_bg {
    background: #fff;
    position: relative;
    padding-top: 56.25%;
}
.video_bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mfp-close-btn-in .mfp-close, .mfp-close:active {
    color: #fff !important;
    font-size: 57px;
    top: -59px !important;
    right: -10px;
    opacity: 1;
}
.spacer {opacity: 0; visibility: hidden;}
.one-col {
    margin-left: auto;
}