
@charset "utf-8";


@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot');
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), 
         url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); 
    font-style: normal;
    font-weight: normal;
}



@font-face {
  font-family: 'GothamGreek-Book';
  src: url('../fonts/GothamGreek-Book.eot');
  src: local('☺'), url('../fonts/GothamGreek-Book.woff') format('woff'), url('../fonts/GothamGreek-Book.ttf') format('truetype'), url('../fonts/GothamGreek-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamGreek-Bold';
  src: url('../fonts/GothamGreek-Bold.eot');
  src: local('☺'), url('../fonts/GothamGreek-Bold.woff') format('woff'), url('../fonts/GothamGreek-Bold.ttf') format('truetype'), url('../fonts/GothamGreek-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

.gs-page .gs-img-mob{
  display:none !important;
}

.gs-page .gs-clear{
  clear:both;
}

.gs-page *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.gs-page{
  font-family: 'PFDasGroteskPro-Regular';
  color: #282828;
  font-size: 23px;
  position:relative;
  margin:0 auto 0 auto;

    line-height:normal;
    padding:0px;
    text-align:center;
    overflow:hidden;
    background: #fff;
    padding: 0 0 60px 0;
}

.gs-page strong{
  font-family: 'PFDasGroteskPro-Bold';
  font-weight: normal;
}

.gs-page a{
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
} 


.gs-page a:hover{
  text-decoration: underline;
}


.gs-mob-br{
  display: none;
}

.gs-page img{
  display: block;
  width: 100%;
  max-width: 100%;
}

body.gs-locked{
  overflow: hidden;
}

@media screen and (max-width: 767px){

  .gs-page .gs-img-mob{
    display:block !important;
  }
  .gs-page .gs-img-desk{
    display:none !important;
  }

}




.gs-page:focus {
    outline: 2px solid #D1392B !important;
    outline-offset: 2px !important;
    transition: outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
  
.gs-page a:focus,
.gs-page button:focus,
.gs-page input:focus,
.gs-page select:focus,
.gs-page textarea:focus {
    outline: 2px solid #D1392B;
    outline-offset: 2px;
} 


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-page{
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 20px;
}


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */


.gs-hero{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;

  border-radius: 24px;
  border: 1px solid #000;
  background: #45AAF0;
  gap: 55px;
  padding: 85px 120px;
  color: #282828;

}

.gs-hero .gs-photo{
  max-width: 523px;
}


.gs-hero .gs-content{
  text-align: center;
}

.gs-hero .gs-content .gs-title{
  font-family: 'GothamGreek-Bold';
  font-size: 43px;
  line-height: 100%;
  letter-spacing: -1.29px;
  margin: 0px;
  padding: 0px;
}

.gs-hero .gs-content .gs-title span{
  font-size: 23px;
  font-family: 'GothamGreek-Book';
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-click-collect,
.gs-alternate{
  margin: 64px auto 0 auto;
  padding: 55px 100px;
}

.gs-alternate{
  margin: 11px auto 0 auto;
}

.gs-click-collect{
  border-radius: 24px;
  border: 1px solid #000;
}

.gs-click-collect .gs-title,
.gs-alternate .gs-title{
  color: #423F3F;
  font-family: 'GothamGreek-Bold';
  font-size: 43px;
  line-height: 100%;
  letter-spacing: -1.29px;
  padding: 0 0 65px 0;
  margin: 0px;
}


.gs-click-collect .gs-items,
.gs-alternate .gs-items{
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.gs-click-collect .gs-items .gs-item,
.gs-alternate .gs-items .gs-item{
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
}

.gs-click-collect .gs-items .gs-item:nth-child(odd),
.gs-alternate .gs-items .gs-item:nth-child(odd){
  flex-direction: row;
}

.gs-click-collect .gs-items .gs-item .gs-item-content,
.gs-alternate .gs-items .gs-item .gs-item-content{
  width: 530px;
  text-align: left;
}

.gs-click-collect .gs-items .gs-item img,
.gs-alternate .gs-items .gs-item img{
  max-width: 100%;
}

.gs-click-collect .gs-items .gs-item .gs-item-title,
.gs-alternate .gs-items .gs-item .gs-item-title{
  color:  #423F3F;
  font-size: 34px;
  font-family: 'PFDasGroteskPro-Bold';
  line-height: 130%;
  letter-spacing: -0.68px;
  margin: 0px;
  padding: 0px;
}

.gs-click-collect .gs-items .gs-item .gs-item-text,
.gs-alternate .gs-items .gs-item .gs-item-text{
  font-size: 19px;
  line-height: 140%;
  letter-spacing: -0.38px;
  margin: 0px;
  padding: 0px;
}

.gs-click-collect .gs-items .gs-item .gs-item-text p,
.gs-alternate .gs-items .gs-item .gs-item-text p{
  line-height: 140%;
}

.gs-click-collect .gs-items .gs-item .gs-item-text ul,
.gs-click-collect .gs-items .gs-item .gs-item-text li,
.gs-alternate .gs-items .gs-item .gs-item-text ul,
.gs-alternate .gs-items .gs-item .gs-item-text li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.gs-click-collect .gs-items .gs-item .gs-item-text li,
.gs-alternate .gs-items .gs-item .gs-item-text li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 1439px){
  
  .gs-hero {
    padding: 85px 65px;
  }

  .gs-hero .gs-photo {
    max-width: 50%;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 38px;
  }

  .gs-click-collect, .gs-alternate{
    padding: 55px 65px;
  }

}


@media screen and (max-width: 959px){

  .gs-hero{
    flex-direction: column;
  }

  .gs-click-collect .gs-items .gs-item, 
  .gs-alternate .gs-items .gs-item,
  .gs-click-collect .gs-items .gs-item:nth-child(odd),
  .gs-alternate .gs-items .gs-item:nth-child(odd){
    flex-direction: column;
  }

  
  .gs-click-collect, .gs-alternate {
    padding: 40px 20px 20px 20px;
  }


  .gs-click-collect .gs-items, .gs-alternate .gs-items{
    gap: 55px;
  }


  .gs-click-collect{ 
    margin-top: 30px;
  }

  .gs-alternate{
    margin-top: 40px;
  }

}
@media screen and (max-width: 767px){


  .gs-page{
    padding: 15px;
    
  }

  .gs-hero{
    padding: 50px 15px;
    gap: 40px;
  }

  .gs-hero .gs-photo{
    max-width: 250pc;
    margin: 0 auto;
    width: 100%;
  }

  .gs-hero .gs-content .gs-title span{
    font-size: 18px;
    line-height: 170%;

  }

  .gs-hero .gs-content .gs-title{
    font-size: 29px;
  }

  .gs-hero .gs-content .gs-title br{
    display: none;
  }

  .gs-click-collect .gs-title, .gs-alternate .gs-title{
    font-size: 34px;
  }


  .gs-click-collect .gs-items .gs-item .gs-item-content, .gs-alternate .gs-items .gs-item .gs-item-content{
    width: auto;
  }

  .gs-click-collect .gs-items .gs-item .gs-item-text, .gs-alternate .gs-items .gs-item .gs-item-text{
    font-size: 18px;
  }

  .gs-click-collect .gs-items .gs-item .gs-item-title, .gs-alternate .gs-items .gs-item .gs-item-title{
    font-size: 27px;
  }

  .gs-click-collect .gs-items .gs-item .gs-item-content br, 
  .gs-alternate .gs-items .gs-item .gs-item-content br{
    display: none;
  }

  .gs-alternate{
    padding-top: 0px;
  }

  .gs-click-collect .gs-title, .gs-alternate .gs-title{
    padding: 0 0 40px 0;
  }


  .gs-click-collect .gs-items, .gs-alternate .gs-items{
    gap: 40px;
  }




}



























































