/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face { font-family: 'SamsungSharp'; url('https://4211389.fs1.hubspotusercontent-na1.net/hubfs/4211389/raw_assets/public/Samsung%20Landing%20Page%20Templates/Fonts/WOF/SamsungSharpSans-Regular.woff') format('woff'), url('https://4211389.fs1.hubspotusercontent-na1.net/hubfs/4211389/raw_assets/public/Samsung%20Landing%20Page%20Templates/Fonts/WOF/SamsungSharpSans-Regular.ttf') format('truetype');}
@font-face { font-family: 'SamsungSharp-Bold'; url('https://4211389.fs1.hubspotusercontent-na1.net/hubfs/4211389/raw_assets/public/Samsung%20Landing%20Page%20Templates/Fonts/WOF/SamsungSharpSans-Bold_0.woff') format('woff'), url('https://4211389.fs1.hubspotusercontent-na1.net/hubfs/4211389/raw_assets/public/Samsung%20Landing%20Page%20Templates/Fonts/TTF/SamsungSharpSans-Bold_0.ttf') format('truetype');}

html {
  scroll-behavior: smooth;
}

#hs_cos_wrapper_widget_1638809010488 textarea{
  width:100%;
  min-height:300px;
  line-height: 1.5!important;
  padding-top:.8rem!important;
}

.eyebrow .hs-image-widget {
    margin: 0 auto;
    display: block;
    width: 170px;
    padding: 1rem;
}

.eyebrow p{
  text-align: center;
    background: #28a1dc;
    color:white;
    padding: 1rem 0;
    width: 100%;
    max-width: 100%;
    margin: 0; 
}

.eyebrow a{
     color: #fff;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Sans-serif;
    border-bottom: 1px solid #fff;
}

.with-back{
  position:relative;
}

.container-header{
  padding:0;
}

p{
  font-family: 'SamsungSharp', 'Roboto', Helvetica, Sans-serif;
  max-width:80ch;
  text-wrap: balance;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.3684px;
  display:block;
  color: #000;
  margin-bottom: 30px;
}

h2{
  font-family: 'Roboto', Helvetica, Sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.875rem;
}

h3{
  font-family: 'Roboto', Helvetica, Sans-serif;
}

.hero{
  padding:0;
}

button{
  display:block;
  cursor: pointer;
}

form label{
  padding-left:0!important;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}

form label .hs-form-required{
  color: red;
  padding-left:2px;
}

.hs-form-radio span {
    font-size: 18px;
}

.ss-btn, .hs-button{
    font-family: 'Roboto', Helvetica, Sans-serif;
    font-size: .9375rem;
    font-weight:700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    
    background-color: #0077c8;
    border: 1px solid transparent;
    border-color: #0077c8;
    line-height: 1.5;
    border-radius: 25px;
    border-width: 0.125rem;
    padding: 0.75rem 1.25rem 0.625rem;
    min-width: 20.75rem;
    margin:0 auto;
}

.ss-video{
  border-radius:20px;
  overflow: hidden;
}

.ss-text-block{
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.ss-info-block{
  margin: 3rem 0 3rem;
}

.flex-vert-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-between-end{
  display:flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
}

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

.twocol-50{
  width:100%;
}

.twocol-25{
  width:100%;
}

.twocol-75{
  width:100%;
}

.with-back .row-number-1 .row-fluid{
  display:flex;
  justify-content: space-between;
}

.with-back .row-number-3{
  bottom:0;
  right:0;
  z-index:0;
  display:block;
}

.infobox{
  flex-direction:column;
}

.infoicon{
  margin 2rem 0;
}



@media screen and (min-width: 960px) {
  .with-back .row-number-3{
    display:block;
    position:absolute;
  }
  
  .infobox{
    flex-direction:row;
  }

  .infoicon{
    margin: 0 2rem 0 0;
  }
}

@media screen and (max-width: 960px) {
  .header-info-left{
    width:100%!important;
  }
}

@media screen and (min-width: 960px) {

.ss-info-block{
  margin: 7rem 0 7.25rem;
}
.ss-text-block{
  padding: 0 25%;
  }
  
.flex-between-end{
  flex-direction:row;
  }
  
  
.flex-between{
  flex-direction:row;
  }
  
.flex-reverse{
  flex-direction: row-reverse;
}
  
.twocol-50{
  width:50%;
  }
  
.twocol-25{
  width:25%;
}

.twocol-75{
  width:70%;
}

}