







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













.container-fluid>.row-fluid-wrapper>.row-fluid {
    display: block;
}
.row-fluid {
  display:flex;
  justify-content:center!important;
  flex-direction: column;
  align-items: center;
}

.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}


body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #090C08;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

@media (max-width:767px) {
  body {
      font-size:calc(16px - 2px)!important;
    }

  h1:not(.logo_emoji), .h1 {
    font-size: calc(96px * 0.7)!important;
    }

  h2, .h2 {
    font-size: calc(64px*0.7);
  }

  h3, .h3 {
    font-size: calc(40px*0.7);
  }
  
  h4, .h4 {
    font-size: calc(32px*0.7);
  }
  h5, .h5 {
    font-size: calc(24px*0.7);
  }
}

@media (min-width:768px) {
  h1:not(.logo_emoji),
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #090C08;
  font-size: 96px!important;
  text-transform: none;
  margin:0;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #090C08;
  font-size: 64px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #090C08;
  font-size: 40px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #090C08;
  font-size: 32px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #090C08;
  font-size: 24px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #090C08;
  font-size: 20px;
  text-transform: none;
}
}






form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #FFFFFF;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 40px;
  color: #090C08;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #090C08;
}

/* Help text */

form legend {
  color: #090C08;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #090C08;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #999999;
}

.fn-date-picker td.is-selected .pika-button {
  background: #090C08;
}

.fn-date-picker td .pika-button:hover {
  background-color: #090C08 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #090C08;
}

/* Submit button */

form input[type=submit],
form .hs-button {
/*   border: 1px solid #090C08;
; */
  padding-top: 10px;
padding-right: 16px;
padding-bottom: 10px;
padding-left: 16px;
;
/*   font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(9, 12, 8, 1.0)

;
  border-radius: 6px;
  text-transform: none; */
}

/* form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
} */

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(49, 52, 48, 1.0);
  border-color: #313430;
}
.slide_down-50ms {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: slideDown;
    animation-timing-function: ease;
}

.animation_delay-25ms {
    animation-delay: 0.25s;
}

.animation_delay-50ms {
  animation-delay: 0.5s;
}

.fade_in-50ms {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function:ease;
  animation-fill-mode:forwards;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-24px);
}

100% {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
}

100% {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes fadeIn {
  0% {
    opacity: 0;
}

100% {
    opacity: 1;
}
}
/* @import url('http://example.com/example_style.css'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;700;800&display=swap'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/





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

a {
  text-decoration:none;
  color:inherit;
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

span, p, body {
  font-family: 'Inter', sans-serif;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Plus Jakarta Sans', sans-serif;
    margin:0;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
}

.light_weight {
  font-weight: 200;
}

.medium_weight {
  font-weight: 400;
}

.bold_weight {
  font-weight: 700;
}

.text_left {
  text-align:left;
}

.text_right {
  text-align:right;
}




@media (min-width:768px) {
.body-font__p1 {
  font-size:32px;
  font-family:'Inter', sans-serif;
}

.body-font__p2 {
  font-size:28px;
  font-family:'Inter', sans-serif;
}

.body-font__p3 {
  font-size:24px;
  font-family:'Inter', sans-serif;
}

.body-font__p4 {
  font-size:22px;
  font-family:'Inter', sans-serif;
}

.body-font__p5 {
  font-size:16px;
  font-family:'Inter', sans-serif;
}

.body-font__p6 {
  font-size:14px;
  font-family:'Inter', sans-serif;
}





h1 {
  font-family:'Plus Jakarta Sans', sans-serif; !important;
}

.heading-font__h1 {
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:96px;
}

.heading-font__h2 {
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:64px;
}

.heading-font__h3 {
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:40px;
}

.heading-font__h4 {
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:32px!important;
}

.heading-font__h5 {
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:28px;
}

.heading-font__h6 {
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:24px;
}
}

@media (max-width:767px) {
  .body-font__p1 {
  font-size:calc(32px * 0.7);
}

.body-font__p2 {
  font-size:calc(28px * 0.7);
}

.body-font__p3 {
  font-size:calc(24px * 0.7);
}

.body-font__p4 {
  font-size: calc(22px * 0.7);
}

.body-font__p5 {
  font-size:calc(16px * 0.7);
}

.body-font__p6 {
  font-size:calc(14px * 0.7);
}
  .heading-font__h1 {
  font-size:calc(96px * 0.7);
}

.heading-font__h2 {
  font-size:calc(64px * 0.7);
}

.heading-font__h3 {
  font-size:calc(40px * 0.7);
}

.heading-font__h4 {
  font-size:calc(32px * 0.7);
}

.heading-font__h5 {
  font-size:calc(28px * 0.7);
}

.heading-font__h6 {
  font-size:calc(24px * 0.7);
}
}
.dark_colours {
  background-color:#090C08;
  color:#FAFAF7;
}
/* Resuable components like buttons etc go here */





.secondary_button {
  transition-property: color,background-color,box-shadow,border,transform;
  transition-duration: .35s;
  transition-timing-function: ease-in-out;
  
  display:inline-flex;
  justify-content: center;
  align-items:center;

  color:#090C08;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius:0.7rem;
  border: 1px solid transparent;
}

.primary_button, input[type=submit] {
  transition-property: color,background-color,box-shadow,border,transform,background-image;
  transition-duration: .35s;
  transition-timing-function: ease-in-out;
  
  display:inline-flex;
  justify-content: center;
  align-items:center;

  color:#FAFAF7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius:0.7rem;
  border: 1px solid transparent;
  background-color:#090C08;
}

.primary_button:active, input[type=submit]:active {
  background-image: linear-gradient(#171c17, #212420);
  transform:translateY(1px);
}

.primary_button:hover, input[type=submit]:hover {
  background-image: linear-gradient(#171c17, #212420);
  border:1px solid rgba(0, 0, 0, 0.5);
}

.primary_button:focus, input[type=submit]:focus {
  box-shadow:0px 0px 0px 3px rgba(228,198,167,.5);
  border:1px solid rgba(0, 0, 0, 0.5);
}

.secondary_button:active {
  border:1px solid rgba(0, 0, 0, 0.5);
  transform:translateY(1px);
}

.secondary_button:hover {
  border:1px solid rgba(0, 0, 0, 0.5);
}

.secondary_button:focus {
  border:1px solid rgba(0, 0, 0, 0.5);
  box-shadow:0px 0px 0px 3px rgba(228,198,167,.5);
}

.menu__option-button {
  background:transparent;
  border: 1px solid transparent;
  border-radius:0.7rem;
  color:#141B12;
  
  display:inline-flex;
  justify-content: center;
  align-items:center;
  
  transition-property: color,background-color,box-shadow,border,transform;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.menu__option-button:hover, .menu__option-button:active, .menu__option-button:focus-visible {
  color:#090C08;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.menu__option-button:active {
  transform:translateY(1px);
}

.vertical_line-separator {
  height:20px;
  border-left:2px solid #E7E8E7;
}

.logo_emoji {
  transition-property:transform;
  transition-duration:0.25s;
  transition-timing-function:ease-in-out;
}

.logo_emoji:hover {
  transform:translateY(1px);
}

.logo_emoji:active {
  transform: translateY(4px);
}

@media (min-width: 992px) {
  .vertical_line-separator {
    display:inline-block!important;
  }
}
form {
  gap: 1rem;
    display: flex;
    flex-direction: column;
}

.hs-field-desc {
  font-size:12px;
  color:#aaacaa;
}

.hs-form-required {
    color:#DE3C4B;
}

.hs-error-msg {
  color:#DE3C4B;
  font-size:12px;
}

.form-columns-2 {
  display: flex;
  gap: 1rem;
}

ul.inputs-list {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.25rem;
}

label.hs-form-checkbox-display {
  display: flex;
  flex-direction: row;
  gap:1rem;
}

.hs-form-field {
  display:flex;
  gap:0.5rem;
  flex-direction:column;
}

.hs-input {
  width:100%!important;
}

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file], 
form select,
form textarea {
  padding:5px;
}

form-field {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_overall {
  transition-duration: .2s;
  transition-property: border-color,box-shadow;
  transition-timing-function: ease-in-out;
  border-color:transparent;
  background-color:#FFF;
  width:100%;
  top: 0;
  z-index: 9999;
  overflow:visible;
}

.content_body-container {
  z-index:10;
}

.header_scrolled {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.header_flex {
  justify-content:space-between;
  align-items:center;
}

.header_left  {
  display:flex;
  align-items: center;
}
.header_right {
  display:flex;
  align-items: center;
  gap:1.5rem;
}

#hs_cos_wrapper_gtb_menu {
  display:flex;
  align-items: center;
}

.header_ctas {
  align-items:center;
  gap:1rem;
}

.global_container, .footer_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer_container {
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }

.footer_sub-container > div > a > .logo_emoji {
  margin-top:0;
}

.footer_container {
    flex-direction:column;
    gap:2.5rem;
  }

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


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  .global_container, .footer_container {
    max-width:500px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .global_container, .footer_container {
    max-width:800px;
  }
  .footer_container {
    flex-direction:row;
  }
}

@media (min-width: 992px) {
.global_container, .footer_container {
    max-width:1100px;
    padding-left:1.5rem;
    padding-right:1.5rem;
}
  .footer_container {
    padding-top:1.75rem;
    padding-bottom:1.75rem;
  }
  .header_ctas {
    display:flex!important;
  }
  #hs_cos_wrapper_gtb_menu {
    gap:1.5rem;
  }
}

@media (min-width: 1200px) {
  .global_container, .footer_container {
    max-width: 1450px;
  }
}
.padding_top_bottom-7 {
  padding-top:7px;
  padding-bottom:7px;
}

.padding_top_bottom-10 {
  padding-top:10px;
  padding-bottom:10px;
}

.padding_top_bottom-12 {
  padding-top:12px;
  padding-bottom:12px;
}

.padding_left_right-10 {
  padding-left:10px;
  padding-right:10px;
}

.padding_left_right-14 {
  padding-left:14px;
  padding-right:14px;
}

.padding_left_right-16 {
  padding-left:16px;
  padding-right:16px;
}

.flex {
  display:flex;
}

.flex-col {
  flex-direction:column;
}

.flex-row {
  flex-direction:row;
}

.flex-gap-1r {
  gap:1rem;
}

.flex-gap-2r {
  gap:2rem;
}

.align-center {
  align-items:center;
}

.justify-between {
  justify-content:space-between;
}

.justify-center {
  justify-content:center;
}

.hidden {
  display:none;
}
.min-height-full {
    min-height: 100%;
}

div[data-global-resource-path='get-that-bread_static/templates/partials/header.html'] {
  position:sticky;
  top:0;
  z-index: 9999;
}

.sticky {
  position:sticky;
}

.fixed {
  position:fixed;
}

.absolute {
  position: absolute;
}

.responsive-width {
  width:90%;
}

.mt-20p {
  margin-top:20px;
}

.mb-20p {
  margin-bottom:20px;
}

@media (min-width:992px) {
.responsive-width {
  width:80%;
}
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}