:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --kobra-winered: #c10a27;
  --light-grey: #fafafa;
  --kobra-winered-lighter: #cc3b52;
  --kobra-winered-darker: #91081c;
  --kobra-white: white;
  --kobra-petrol-darker: #002b30;
  --kobra-petrol: #003940;
  --petrol-grey: #ccd7d9;
  --kobra-transparent: rgba(0, 43, 48, .7);
  --petrol-lighter: #ebeff0;
  --kobra-petrol-lighter: #336166;
  --black: black;
  --kobra-yellow: #ffdf9b;
  --kobra-brown: #525149;
  --kobra-green: #08986f;
  --kobra-blue: #085498;
  --kobra-turquoise: #007581;
  --kobra-bordeaux: #9c1046;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: rgba(29, 31, 46, .7);
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px rgba(162, 95, 75, .3);
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: rgba(162, 95, 75, .8);
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

label {
  color: rgba(29, 31, 46, .6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(162, 95, 75, .2);
  border-left: 2px solid rgba(162, 95, 75, .2);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: rgba(29, 31, 46, .5);
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.white-button {
  z-index: 50;
  float: right;
  color: var(--kobra-winered);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px rgba(29, 31, 46, .1);
}

.white-button:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: var(--kobra-winered-lighter);
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.white-button:active {
  color: var(--kobra-winered-darker);
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  border: 1px solid var(--kobra-white);
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: rgba(255, 255, 255, .6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: rgba(255, 255, 255, .5);
}

.label {
  opacity: .6;
  color: var(--kobra-petrol-darker);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label:hover {
  color: var(--kobra-winered-lighter);
}

.label:active {
  color: var(--kobra-winered-darker);
}

.label.cc-subheadline {
  color: var(--kobra-white);
  margin-left: 15px;
  margin-right: 15px;
}

.label.cc-product-details {
  color: var(--kobra-winered);
  margin-bottom: 20px;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: rgba(29, 31, 46, .2);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid rgba(162, 95, 75, .3);
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(162, 95, 75, .3);
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: rgba(162, 95, 75, .3);
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: rgba(162, 95, 75, .3);
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: var(--kobra-winered);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid rgba(162, 95, 75, .3);
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--kobra-winered);
  border-color: rgba(162, 95, 75, .4);
  margin-left: 5px;
}

.kobra-vs-security-mechanism {
  color: var(--kobra-white);
  text-align: left;
}

.small-paragraph {
  color: var(--kobra-petrol);
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
}

.small-paragraph.cc-copyright-footer {
  color: var(--kobra-petrol);
  align-self: end;
  margin-bottom: 10px;
  transition: color .4s, opacity .4s;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--kobra-winered);
  align-self: end;
}

.small-paragraph.cc-copyright-footer:active {
  color: var(--kobra-winered-darker);
}

.menu-item-mobile {
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  border-bottom: 2px solid var(--kobra-white);
  color: var(--kobra-petrol);
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .4s, border .6s;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover {
  border-bottom-color: var(--kobra-winered);
  color: var(--kobra-petrol);
}

.menu-item-wrap:active {
  border-bottom-color: var(--kobra-winered-darker);
  color: var(--kobra-winered-darker);
}

.menu-item-wrap.w--current {
  clear: right;
  opacity: 1;
  color: var(--kobra-winered-darker);
}

.menu-item-wrap.w--current:hover {
  border-bottom-color: var(--kobra-winered-darker);
  color: var(--kobra-petrol);
}

.menu-item-wrap.w--current:active {
  color: var(--kobra-winered-darker);
}

.text-field {
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  position: relative;
}

.content.cc-subscribe-form, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  background-color: var(--kobra-white);
  margin-left: auto;
  margin-right: auto;
  font-family: Century gothic, sans-serif;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  color: var(--kobra-petrol);
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrap.cc-subscribe-form {
  background-color: var(--kobra-petrol);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  color: var(--kobra-petrol);
  flex: 1;
  justify-content: space-around;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  display: flex;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: var(--kobra-white);
  text-align: left;
  width: 36%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: var(--kobra-white);
  text-align: left;
  border: 1px #000;
  align-self: start;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrap {
  text-align: center;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  display: inline-block;
}

.about-image-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 60px;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  margin-bottom: 0;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  display: block;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: rgba(29, 31, 46, .05);
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-link {
  color: var(--kobra-petrol);
  min-width: 100%;
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: var(--kobra-winered);
}

.footer-link:active {
  color: var(--kobra-winered-darker);
}

.footer-link.w--current {
  color: var(--kobra-petrol);
}

.footer-link.w--current:hover {
  color: var(--kobra-winered);
}

.footer-link.w--current:active {
  color: var(--kobra-winered-darker);
}

.footer-grid-column {
  color: var(--kobra-petrol);
  flex-direction: column;
  align-self: end;
  display: flex;
}

.subscribe-wrap {
  background-color: var(--kobra-petrol);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--kobra-petrol);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: var(--kobra-petrol);
  display: inline-block;
}

.product-price-category.older-price-category {
  color: var(--kobra-petrol);
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-sale {
  color: var(--kobra-winered);
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--kobra-winered);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.product-image {
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--kobra-winered);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.error-message {
  background-color: var(--kobra-winered-darker);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image.cc-footer-logo {
  margin-top: 20px;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.premium-block {
  background-color: var(--kobra-petrol);
  color: var(--kobra-petrol);
  align-items: stretch;
  height: auto;
  margin-bottom: 60px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.premium-image {
  color: var(--kobra-white);
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid var(--kobra-winered);
  color: var(--kobra-winered);
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  border-bottom-color: var(--kobra-winered-lighter);
  color: var(--kobra-winered-lighter);
}

.underlined-link:active {
  border-bottom-color: var(--kobra-winered-darker);
  color: var(--kobra-winered-darker);
}

.underlined-link.cc-homepage-link {
  color: var(--kobra-winered);
  margin-top: 10px;
}

.underlined-link.cc-homepage-link:hover {
  color: var(--kobra-winered-lighter);
}

.underlined-link.cc-homepage-link:active {
  color: var(--kobra-winered-darker);
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--kobra-petrol);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-section {
  background-color: var(--kobra-petrol);
  width: 100%;
  margin-top: 120px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.product-info-petrol-box {
  background-image: linear-gradient(to bottom, var(--kobra-petrol), var(--kobra-petrol));
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.product-info-01 {
  text-align: center;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-info-headline {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  position: static;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  font-family: Century gothic, sans-serif;
}

.message-form {
  border: 1px solid var(--kobra-white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
}

.subscribe-form-deco-line {
  background-color: rgba(210, 210, 213, .1);
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  background-color: var(--kobra-petrol);
  color: var(--kobra-white);
  background-image: url('../images/kobra_blurred-glas.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 940px;
  max-width: 1440px;
  min-height: 230px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-family: Century gothic, sans-serif;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: var(--kobra-petrol);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 60px;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  color: var(--kobra-petrol);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  background-color: var(--kobra-white);
  width: 940px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.empty-message {
  color: rgba(29, 31, 46, .3);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-team-members, .you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  float: right;
  background-color: var(--kobra-winered);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: opacity .2s, background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  background-color: var(--kobra-winered-lighter);
  opacity: .96;
  color: #fff;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.dark-button:active {
  background-color: var(--kobra-winered-darker);
}

.dark-button.expand {
  display: block;
}

.dark-button.expand:hover {
  background-color: var(--kobra-winered-lighter);
}

.dark-button.expand:active {
  background-color: var(--kobra-winered-darker);
}

.contact-form {
  text-transform: none;
  margin-bottom: 20px;
  text-decoration: none;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--kobra-petrol);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.rich-text-block {
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

.blog-feed {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: rgba(29, 31, 46, .7);
  border-left: 2px solid rgba(162, 95, 75, .2);
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: rgba(162, 95, 75, .04);
}

.home-blog-item.w--current {
  color: rgba(29, 31, 46, .85);
  border-left-color: rgba(162, 95, 75, .4);
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.category-wrap {
  align-items: center;
  display: flex;
}

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kobra_blurred-glas.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
}

.password-field {
  border: 1px solid var(--line-colour);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.item-image {
  margin-top: 0;
}

.add-to-cart {
  margin-top: 20px;
}

.body {
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  font-family: Century gothic, sans-serif;
}

.paypal-2 {
  color: var(--kobra-white);
}

.heading, .text-block-2, .text-block-3, .div-block, .text-block-4, .heading-2, .line-item, .extra-item, .line-item-2, .heading-3, .text-block-5, .field-label-3, .heading-4, .text-block-6, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .heading-5, .radio-button, .shipping-method, .block-header, .block-content, .block-header-2, .block-content-2, .field-label-9, .field-label-10, .field-label-11, .country, .field-label-12, .field-label-13, .field-label-14, .checkbox-label, .field-label-15, .field-label-16, .field-label-17, .field-label-18 {
  color: var(--kobra-petrol);
}

.country-2 {
  border-color: var(--petrol-grey);
}

.checkout-form {
  background-color: var(--kobra-white);
}

.image-3 {
  float: left;
  border: 1px solid var(--kobra-white);
  text-align: left;
  max-width: 100%;
  max-height: 32px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-2 {
  width: 100%;
}

.text-block-7 {
  float: left;
  text-align: left;
  object-fit: fill;
}

.vs-bsi-seal {
  align-self: center;
  width: 10em;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.container {
  margin-top: -85px;
}

.security-features-pic {
  color: var(--kobra-white);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 54% 30%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.secure-workplace-pic {
  background-image: url('../images/sicherer-mobiler-Arbeitsplatz-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.data-diode-pic {
  background-image: url('../images/Datendiode-1000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 260px;
}

.read-only-windows-pic {
  background-image: url('../images/Read-only-Windows-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.geo-redundant-backup-pic {
  background-image: url('../images/Geo-Redundante-Backups-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.secure-data-transport-pic {
  background-image: url('../images/sicherer-Datentransport-2000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.server-system-migration-pic {
  background-image: url('../images/Migration-Serversysteme-2000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.boot-device-pic {
  background-image: url('../images/Verschlüsseltes-boot-device-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.access-control-pic {
  background-image: url('../images/zwei-faktor-authentisierung-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.kdb-seal {
  align-self: center;
  width: 10em;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.request-now-header {
  border: 1px solid var(--kobra-winered);
  background-color: var(--kobra-winered);
  color: var(--kobra-white);
  align-self: auto;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  transition: background-color .4s, color .4s, border .4s;
}

.request-now-header:hover {
  background-color: var(--kobra-winered-lighter);
  color: var(--kobra-white);
}

.request-now-header:active {
  background-color: var(--kobra-winered-darker);
}

.source-code-pic {
  background-image: url('../images/Quellcode-hinterlegen-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.airgap {
  background-image: url('../images/Airgap-Überbrückung-1000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.kobra-vs-feature-header {
  color: var(--kobra-petrol);
  text-align: center;
  font-family: Century gothic bold, sans-serif;
}

.vs-details-label {
  color: var(--kobra-winered);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.kobra-vs-product-description {
  color: var(--kobra-petrol);
  text-align: left;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.kobra-vs-product-headline {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
  line-height: 50px;
}

.bold-text {
  font-style: normal;
  font-weight: 400;
}

.use-cases-text {
  color: var(--kobra-petrol);
  text-align: left;
  padding: 30px 20px 20px;
  font-family: Century gothic, sans-serif;
}

.prduct-details-section {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 60px;
}

.security-mechanism-point {
  color: var(--kobra-white);
  font-family: Century gothic bold, sans-serif;
  font-weight: 400;
}

.kobra-vs-text {
  color: var(--kobra-petrol);
  text-align: left;
  margin-bottom: 60px;
}

.kobra-vs-heading {
  color: var(--kobra-petrol);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Century gothic bold, sans-serif;
  font-weight: 400;
}

.security-mechanism-header {
  color: var(--kobra-white);
  margin-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.security-mechanism-block {
  width: 470px;
  margin-top: 15px;
  padding: 40px 50px;
  display: inline-block;
}

.kobra-vs-feature-text {
  color: var(--kobra-petrol);
  text-align: center;
}

.kobra-vs-feature-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.kobra-vs-heading-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Century gothic bold, sans-serif;
}

.security-certificate {
  background-image: url('../images/Logo_VS-NfD-Zulassung_web_1000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.kobra-client-pic-main-window {
  background-image: url('../images/MainWindow_de.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 580px;
  margin-bottom: 40px;
}

.kobra-vs-comparison {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
}

.comparison-kobra-drive-vs-pic {
  margin-top: 0;
}

.kobra-vs-downloads {
  text-align: left;
  margin-bottom: 100px;
  font-family: Century gothic, sans-serif;
}

.download-list {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

.security-mechanism-content {
  text-align: center;
  min-height: 100px;
}

.os-independent-pic {
  background-image: url('../images/os-independent.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 640px;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.kobra-vs-encryption-pic {
  background-image: url('../images/Kobra-VS-Funktionsschema.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 640px;
  width: 80%;
  height: 100%;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
}

.kobra-brand {
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

.kobra-brand:hover {
  opacity: .8;
}

.kobra-brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 156px;
  height: 71px;
}

.column {
  padding-right: 40px;
}

.column-2 {
  padding-left: 40px;
}

.list-item-8 {
  width: 100%;
}

.kobra-vs-list {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.vs-category-description {
  color: var(--kobra-petrol);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.kobra-vs-list-about {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.kobra-vs-list-about-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.kobra-vs-heading-h1 {
  color: var(--kobra-white);
  margin-top: -40px;
}

.kobra-vs-heading-h1.sales-partners {
  padding-bottom: 40px;
}

.banner-underheading {
  color: var(--kobra-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.all-links {
  color: var(--kobra-winered);
}

.all-links:hover {
  color: var(--kobra-winered-lighter);
}

.all-links:active {
  color: var(--kobra-winered-darker);
}

.big-paragraph-full {
  color: var(--kobra-white);
  text-align: left;
  padding-bottom: 40px;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-full.cc-cover-paragraph {
  opacity: .9;
  color: var(--kobra-white);
  text-align: justify;
  border: 1px #000;
  align-self: start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
}

.heading-home {
  margin-top: -60px;
}

.column-3 {
  padding-right: 0;
}

.security-mechanism-flowtext {
  color: var(--kobra-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.linkedin {
  z-index: 50;
  background-color: var(--kobra-winered);
  color: var(--kobra-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  box-shadow: 0 2px 6px rgba(29, 31, 46, .1);
}

.linkedin:hover {
  background-color: var(--kobra-winered-lighter);
  opacity: .96;
  color: var(--kobra-white);
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.linkedin:active {
  background-color: var(--kobra-winered-darker);
  color: var(--kobra-white);
}

.likedin-text {
  color: var(--kobra-petrol);
  text-align: center;
  font-family: Century gothic, sans-serif;
}

.linkedin-image {
  width: 100px;
}

.social-media-content-section {
  text-align: center;
  margin-bottom: 60px;
}

.partner-text {
  color: var(--kobra-petrol);
  text-align: left;
}

.partner-section-wrap {
  grid-column-gap: 20px;
  background-image: linear-gradient(180deg, white, var(--petrol-lighter));
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
  margin-bottom: 80px;
  padding: 20px;
}

.partner-contact-text {
  color: var(--kobra-petrol);
  text-align: left;
  margin-bottom: 0;
}

.bold-contact {
  float: left;
  width: 100px;
}

.partner-underhead {
  color: var(--kobra-petrol);
  text-align: center;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Century gothic bold, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.logfiles-pic {
  background-image: url('../images/Log-Files-Website-1500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.software-deployment-pic {
  background-image: url('../images/Software-Deployment-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.column-4 {
  padding-left: 0;
}

.it-security-made-in-germany-seal {
  align-self: center;
  width: 10em;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.contact-top-text {
  color: var(--kobra-petrol);
  text-align: left;
  margin-top: auto;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-third-left {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 2%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

.text-field-third-left:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-third-left:active {
  border-color: #1d1f2e;
}

.text-field-third-left:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-third-left::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-half-right {
  float: right;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-half-right:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-half-right:active {
  border-color: #1d1f2e;
}

.text-field-half-right:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-half-right::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-half-clear {
  float: none;
  clear: both;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-half-clear:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-half-clear:active {
  border-color: #1d1f2e;
}

.text-field-half-clear:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-half-clear::placeholder {
  color: rgba(29, 31, 46, .3);
}

.flow-text {
  color: var(--kobra-petrol);
  text-transform: none;
}

.white-flow-text-central {
  color: var(--kobra-white);
  text-align: center;
}

.footer-contact-link {
  background-color: var(--kobra-winered);
  color: var(--kobra-white);
  align-self: auto;
  width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  transition: background-color .4s, color .4s, border .4s;
}

.footer-contact-link:hover {
  background-color: var(--kobra-winered-lighter);
  color: var(--kobra-white);
}

.footer-contact-link:active {
  background-color: var(--kobra-winered-darker);
}

.image-7 {
  z-index: 999;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.list-item-12 {
  font-family: Century gothic, sans-serif;
}

.tem-members-container {
  display: none;
}

.vs-header-banner-2 {
  color: #fff;
  background-image: url('../images/Kobra-Banner-top-01.jpg');
  background-position: 54% 30%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 940px;
  min-height: 680px;
  margin-top: -200px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.big-paragraph-home-2 {
  color: #fff;
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.white-button-2 {
  z-index: 50;
  float: right;
  color: #c10a27;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px rgba(29, 31, 46, .1);
}

.white-button-2:hover {
  opacity: .96;
  color: #cc3b52;
  background-color: #fafafa;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.white-button-2:active {
  color: #91081c;
}

.image-8 {
  float: left;
  text-align: left;
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 32px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 0;
}

.header-image-2 {
  background-color: #003940;
  justify-content: center;
  align-items: stretch;
  min-width: 940px;
  max-width: 1440px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.product-info-petrol-box-2 {
  color: #fff;
  background-image: linear-gradient(#003940, #003940);
  flex-direction: column;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.footer-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-block-logo {
  float: left;
  width: 40%;
}

.footer-block-contact {
  float: left;
  width: 16%;
  min-width: 140px;
  height: 150px;
}

.footer-container-kobra {
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

.footer-block-menu {
  float: left;
  width: 30%;
  padding-top: 20px;
}

.vs-details-label-2 {
  color: #c10a27;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.vs-product-description-01-2 {
  color: #003940;
  text-align: left;
}

.text-field-third-right {
  float: right;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

.text-field-third-right:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-third-right:active {
  border-color: #1d1f2e;
}

.text-field-third-right:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-third-right::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-third-middle {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 1%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

.text-field-third-middle:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-third-middle:active {
  border-color: #1d1f2e;
}

.text-field-third-middle:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-third-middle::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-half-left {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-half-left:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-half-left:active {
  border-color: #1d1f2e;
}

.text-field-half-left:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-half-left::placeholder {
  color: rgba(29, 31, 46, .3);
}

.partner-contact-text-2 {
  color: #003940;
  text-align: left;
  margin-bottom: 0;
}

.all-links-2 {
  color: #c10a27;
}

.all-links-2:hover {
  color: #cc3b52;
}

.all-links-2:active {
  color: #91081c;
}

.language-switcher-toggle-absolute-2 {
  z-index: 999;
  flex: none;
  align-self: center;
  width: 50px;
  height: 35px;
  margin-right: 75px;
  padding: 0 0 0 15px;
  position: static;
  top: 20px;
  bottom: auto;
  right: 3%;
}

.language-switcher-toggle-absolute-2.w--open {
  background-color: #fff;
}

.div-block-5 {
  flex: none;
  order: 0;
  align-self: auto;
  display: block;
  position: static;
}

.header-wrap-logo {
  background-color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.header-wrap-logo.cc-menu {
  z-index: 900;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #003940;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: center;
  align-items: center;
  width: 196px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.wrap-2 {
  background-color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-2.cc-menu {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #003940;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-self: flex-start;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.all-links-4 {
  color: #c10a27;
  background-color: #fff;
}

.all-links-4:hover {
  color: #cc3b52;
}

.all-links-4:active {
  color: #91081c;
}

.dropdown-list-2 {
  margin-left: 4px;
}

.dropdown-list-2.w--open {
  margin-top: 38px;
  margin-left: 0;
}

.grid-3 {
  grid-template: "Area Area-2"
  / 1fr 5fr;
  display: flex;
  position: relative;
}

.menu-item-wrap-2 {
  color: #003940;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  flex: none;
  order: 0;
  align-self: center;
  align-items: center;
  margin-right: 14px;
  padding: 4px 0;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border .6s;
  position: relative;
  overflow: auto;
}

.menu-item-wrap-2:hover {
  opacity: 1;
  border-bottom-color: #c10a27;
}

.menu-item-wrap-2:active {
  color: #91081c;
  border-bottom-color: #91081c;
}

.menu-item-wrap-2.w--current {
  clear: right;
  opacity: 1;
  color: #91081c;
}

.menu-item-wrap-2.w--current:hover {
  color: #003940;
  border-bottom-width: 2px;
  border-bottom-color: #91081c;
}

.language-switcher-toggle-2 {
  padding: 0;
  position: static;
}

.language-switcher-toggle-2.w--open {
  background-color: #fff;
}

.language-switcher-2 {
  top: 50%;
  transform: translate(0, -50%);
}

.request-now-header-2 {
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  object-fit: contain;
  background-color: #c10a27;
  border: 1px solid #c10a27;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  align-content: flex-start;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  top: 8px;
  overflow: visible;
}

.request-now-header-2:hover {
  color: #fff;
  background-color: #cc3b52;
}

.request-now-header-2:active {
  background-color: #91081c;
}

.nav-menu-2 {
  color: #003940;
  flex: 1;
  align-self: flex-start;
  font-style: normal;
}

.menu-item-2 {
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-2:hover {
  color: #002b30;
}

.grid-4 {
  flex-wrap: nowrap;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: static;
  right: 0;
}

.menu-item-deco-line-2 {
  opacity: 0;
  background-color: #c10a27;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-item-deco-line-2:active {
  background-color: #91081c;
}

.menu-2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--kobra-white);
  color: #003940;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  line-height: 10px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.kobra-brand-2 {
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

.kobra-brand-2:hover {
  opacity: .8;
}

.kobra-brand-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 156px;
  height: 71px;
}

.header-wrap {
  justify-content: center;
  display: flex;
}

.big-paragraph-full-center {
  color: var(--kobra-white);
  text-align: center;
  padding-bottom: 40px;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-header {
  background-color: var(--kobra-white);
  color: var(--kobra-winered);
  padding-left: 10px;
  padding-right: 10px;
}

.link-header:hover {
  color: var(--kobra-winered-lighter);
}

.link-header:active {
  color: var(--kobra-winered-darker);
}

.kobra-vs-text-flowing {
  color: var(--kobra-petrol);
  text-align: left;
  padding-left: 0;
}

.navbar-2 {
  background-color: var(--kobra-white);
  display: none;
}

.menu-item-wrap-3 {
  color: #003940;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .4s, border .6s;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap-3:hover {
  opacity: 1;
  border-bottom-color: #c10a27;
}

.menu-item-wrap-3:active {
  color: #91081c;
  border-bottom-color: #91081c;
}

.menu-item-wrap-3.w--current {
  clear: right;
  opacity: 1;
  color: #91081c;
}

.menu-item-wrap-3.w--current:hover {
  color: #003940;
  border-bottom-width: 2px;
  border-bottom-color: #91081c;
}

.big-paragraph-half {
  color: var(--kobra-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-half.cc-cover-paragraph {
  float: left;
  opacity: .9;
  color: var(--kobra-white);
  text-align: justify;
  border: 1px #000;
  align-self: start;
  width: 50%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 40px;
}

.big-paragraph-picture {
  float: left;
  color: var(--kobra-white);
  text-align: left;
  width: 50%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.header-pic-second {
  float: right;
  margin-top: 0;
}

.download-list-style-2 {
  background-color: #ebeff0;
  border: 1px #000;
  margin-bottom: 10px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.download-link-2 {
  color: #fff;
  text-align: center;
  background-color: #c10a27;
  border: 1px #000;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.download-link-2:hover {
  color: #fff;
  background-color: #cc3b52;
  border-bottom-color: rgba(162, 95, 75, .7);
}

.download-link-2:active {
  color: #fff;
  background-color: #91081c;
}

.download-link-text {
  background-color: var(--kobra-winered);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  min-width: 100px;
  padding: 10px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.download-link-text:hover {
  color: #fff;
  background-color: #cc3b52;
  border-bottom-color: rgba(162, 95, 75, .7);
}

.download-link-text:active {
  background-color: var(--kobra-winered-darker);
  color: #fff;
}

.parallax-section-2 {
  background-image: url('../images/kobra_blurred-glas.jpg'), linear-gradient(to bottom, var(--kobra-petrol), var(--kobra-petrol));
  background-position: 50% 75%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: 240px;
  padding-top: 40px;
  position: relative;
}

.copyright-2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
}

.magazine-text-wrap-2 {
  margin-bottom: 20px;
}

.icons-2 {
  float: left;
  margin-top: auto;
}

.white-flow-text {
  color: #fff;
  text-align: center;
  margin-right: 10%;
  padding-left: 20px;
}

.center-pic {
  width: 100%;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.center-pic-little {
  width: 100%;
  margin-top: 0;
  padding-left: 25%;
  padding-right: 25%;
}

.secure-workplace-pic-copy {
  background-image: url('../images/sicherer-mobiler-Arbeitsplatz-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.os-pics {
  width: 100%;
  height: 100%;
}

.os-image {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.os-heading {
  color: var(--kobra-petrol);
  text-align: center;
  font-family: Century gothic, sans-serif;
}

.os-sections {
  height: 220px;
}

.os-link {
  border-bottom: 2px solid var(--kobra-winered);
  color: var(--kobra-winered);
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.os-link:hover {
  border-bottom-color: var(--kobra-winered-lighter);
  color: var(--kobra-winered-lighter);
}

.os-link:active {
  border-bottom-color: var(--kobra-winered-darker);
  color: var(--kobra-winered-darker);
}

.os-link.cc-homepage-link {
  color: var(--kobra-winered);
}

.os-link.cc-homepage-link:hover {
  color: var(--kobra-winered-lighter);
}

.os-link.cc-homepage-link:active {
  color: var(--kobra-winered-darker);
}

.os-column {
  margin-bottom: 40px;
}

.os-background-win11 {
  background-image: url('../images/win11.png');
  background-position: 50%;
  background-size: auto;
  min-height: 22%;
}

.column-5 {
  height: 100%;
}

.news-post-header {
  color: var(--kobra-petrol);
  text-align: left;
  margin-top: 10px;
  font-family: Century gothic bold, sans-serif;
}

.news-post-picture {
  z-index: 10;
  float: left;
  width: auto;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 20px;
  position: relative;
}

.news-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 60px;
}

.news-section-flowtext {
  color: var(--kobra-petrol);
  text-align: justify;
  font-family: Century gothic, sans-serif;
}

.news-date {
  border-bottom: 1px solid var(--kobra-petrol);
  color: var(--kobra-petrol);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.news-section-bold-text {
  color: var(--kobra-petrol);
  text-align: justify;
  font-family: Century gothic bold, sans-serif;
}

.news-read-more {
  color: #fff;
  text-align: center;
  min-width: 100px;
  padding: 10px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.news-read-more:hover {
  color: #fff;
  background-color: #cc3b52;
  border-bottom-color: rgba(162, 95, 75, .7);
}

.news-read-more:active {
  color: #fff;
  background-color: #91081c;
}

.news-overall-short {
  border-bottom: 1px solid var(--kobra-petrol);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.news-overall-date {
  color: var(--kobra-petrol);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.news-overall-post-header {
  color: var(--kobra-petrol);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Century gothic bold, sans-serif;
}

.news-overall-header-h6-italic {
  clear: both;
  color: var(--kobra-petrol);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.news-overall-column {
  margin-left: 0;
  margin-right: 0;
}

.news-overall-picture {
  z-index: 10;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  position: relative;
}

.kobra-vs-heading-h3 {
  color: var(--kobra-petrol);
  text-align: center;
  margin-top: 40px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-list-3.w--open {
  color: var(--kobra-petrol);
  background-color: rgba(0, 0, 0, 0);
  font-family: Century gothic, sans-serif;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 0;
}

.download-list-flowtext {
  border-top: 1px solid var(--kobra-petrol);
  color: var(--kobra-petrol);
  white-space: pre-wrap;
  margin-left: 40px;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Century gothic, sans-serif;
}

.download-list-flowtext:hover {
  color: var(--kobra-petrol);
  background-color: rgba(0, 0, 0, 0);
}

.dropdown {
  width: 100%;
}

.faq-dropdown-button {
  color: var(--kobra-petrol);
  text-align: left;
  white-space: pre-wrap;
  padding-left: 40px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.faq-dropdown-button:hover {
  color: var(--kobra-petrol-lighter);
  border-bottom-color: rgba(162, 95, 75, .7);
}

.faq-dropdown-button:active {
  color: var(--kobra-petrol-darker);
}

.dropdown-icon-kobra-vs-2 {
  float: left;
  width: 20px;
  margin: 5px 20px 0 0;
}

.language-switcher-image-wrap {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.language-switcher-image-wrap:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.language-switcher-image-wrap.dropdown-toggle {
  padding-right: 30px;
}

.language-switcher-image-wrap.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.language-switcher-image-wrap.dropdown-toggle.light {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
}

.first-nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-icon {
  color: var(--kobra-petrol);
  margin-right: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.dropdown-link {
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.dropdown-link:hover {
  color: var(--kobra-winered);
}

.dropdown-link:active {
  color: var(--kobra-winered-darker);
}

.dropdown-link:focus {
  color: var(--kobra-petrol);
}

.dropdown-link:focus-visible {
  color: var(--kobra-petrol);
}

.dropdown-link[data-wf-focus-visible], .dropdown-link:visited {
  color: var(--kobra-petrol);
}

.dropdown-link.w--current {
  color: var(--kobra-winered-darker);
}

.dropdown-link.w--current:hover {
  color: var(--kobra-winered);
}

.dropdown-link.w--current:active {
  color: var(--kobra-winered-darker);
}

.logo-block {
  z-index: 10;
  color: var(--kobra-petrol);
  margin-right: 30px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.light.w--open {
  background-color: var(--petrol-lighter);
}

.nav-link.light {
  color: var(--kobra-petrol);
  text-transform: none;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition-duration: .2s, .4s;
}

.nav-link.light:hover {
  border-color: rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) var(--kobra-winered);
}

.nav-link.light.w--current {
  color: var(--kobra-winered-darker);
}

.nav-link.light.w--current:visited {
  color: var(--kobra-petrol);
}

.request-now-header-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.request-now-header-3:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.request-now-header-3.light {
  float: right;
  background-color: var(--kobra-winered);
  color: #fff;
  text-transform: none;
  border-radius: 0;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 2px;
  padding: 10px;
  font-size: 15px;
}

.request-now-header-3.light:hover {
  background-color: var(--kobra-winered-lighter);
  border-color: rgba(255, 255, 255, .2);
}

.request-now-header-3.light:active {
  background-color: var(--kobra-winered-darker);
}

.request-now-header-3.light.w--current {
  float: right;
}

.container-2 {
  display: inline;
}

.language-switcher {
  float: right;
  margin-top: 15px;
}

.navbar {
  background-color: var(--kobra-white);
  color: var(--kobra-petrol);
  padding: 20px;
  font-family: Century gothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link-mobile:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link-mobile.light {
  color: var(--kobra-petrol);
  text-transform: none;
  margin-top: 10px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.nav-link-mobile.light:hover {
  border-color: rgba(255, 255, 255, .2);
}

.logo-mobile {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.kobra-center-text {
  color: var(--kobra-petrol);
  text-align: center;
  padding: 30px 20px 20px;
  font-family: Century gothic, sans-serif;
}

.fair-info-header-wrap {
  width: 100%;
  margin-bottom: 25px;
}

.news-post-picture-without-space {
  z-index: 10;
  float: left;
  width: auto;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
}

.kobra-vs-list-same-padding {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.magazine-text-wrap-same-padding {
  margin-bottom: 20px;
}

.all-links--white {
  color: var(--kobra-white);
}

.all-links--white:hover {
  color: var(--petrol-grey);
}

.all-links--white:active {
  color: var(--petrol-lighter);
}

.all-links-5 {
  color: #c10a27;
}

.all-links-5:hover {
  color: #cc3b52;
}

.all-links-5:active {
  color: #91081c;
}

.faq-dropdown-button-2 {
  color: #1a171b;
  text-align: left;
  white-space: pre-wrap;
  padding-left: 40px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.faq-dropdown-button-2:hover {
  color: #336166;
  border-bottom-color: rgba(162, 95, 75, .7);
}

.faq-dropdown-button-2:active {
  color: #002b30;
}

.dropdown-list-5 {
  position: relative;
}

.dropdown-list-5.w--open {
  color: #003940;
  background-color: rgba(0, 0, 0, 0);
  font-family: Century gothic, sans-serif;
}

@media screen and (max-width: 991px) {
  .kobra-vs-security-mechanism {
    text-align: center;
    align-self: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    text-align: center;
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item-mobile {
    color: var(--kobra-petrol);
    text-align: center;
    display: block;
  }

  .menu-item-mobile:hover {
    color: var(--kobra-winered);
  }

  .menu-item-mobile:active {
    color: var(--kobra-winered-darker);
  }

  .menu-item-wrap {
    color: var(--kobra-petrol);
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap:hover {
    color: var(--kobra-winered);
  }

  .menu-item-wrap:active {
    color: var(--kobra-winered-darker);
  }

  .menu-item-wrap.w--current:hover {
    color: var(--kobra-winered);
  }

  .menu-item-wrap.w--current:active {
    color: var(--kobra-winered-darker);
  }

  .content.cc-subscribe-form, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding: 0 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    background-color: var(--kobra-white);
    color: var(--kobra-petrol);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(29, 31, 46, .05);
  }

  .menu-button {
    opacity: .6;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    display: block;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
    padding-bottom: 20px;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    clear: both;
    margin-top: 38px;
    margin-bottom: 0;
    margin-right: 40px;
    display: inline-block;
    position: relative;
  }

  .big-paragraph {
    text-align: justify;
    width: 100%;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
  }

  .about-image-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .about-section-2 {
    text-align: center;
    margin-bottom: auto;
    padding-right: 0;
  }

  .team-picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .header-section {
    background-color: var(--kobra-petrol);
    color: var(--kobra-white);
    margin-top: 97px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-info-petrol-box {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .product-info-01 {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .product-info-headline {
    margin-top: 0;
    padding-top: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid rgba(210, 210, 213, .3);
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    min-height: 0;
    margin-top: 100px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wrap-overlayed {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dark-button {
    margin-top: 20px;
  }

  .contact-form {
    margin-bottom: 0;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .utility-page-content {
    max-width: 400px;
  }

  .container {
    flex: none;
    margin-top: auto;
    padding-bottom: 20px;
  }

  .security-features-pic {
    background-size: cover;
    height: auto;
    min-height: 280px;
  }

  .secure-workplace-pic {
    min-height: none;
    background-image: url('../images/sicherer-mobiler-Arbeitsplatz.jpg');
    background-size: contain;
    width: 100%;
  }

  .data-diode-pic {
    width: 100%;
    min-height: 220px;
  }

  .read-only-windows-pic {
    min-height: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .geo-redundant-backup-pic, .secure-data-transport-pic {
    min-height: none;
    width: 100%;
  }

  .server-system-migration-pic {
    background-size: cover;
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-bottom: 30px;
  }

  .boot-device-pic {
    width: 100%;
    min-height: 350px;
  }

  .access-control-pic {
    width: 80%;
    min-height: 260px;
  }

  .request-now-header {
    margin-top: 29px;
    margin-bottom: 0;
  }

  .source-code-pic {
    background-size: 640px;
    min-height: 260px;
  }

  .airgap {
    width: 100%;
    min-height: 220px;
    margin-bottom: 30px;
  }

  .kobra-vs-product-description {
    align-self: center;
    margin-top: -20px;
  }

  .use-cases-text {
    align-self: center;
  }

  .prduct-details-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .security-mechanism-point {
    text-align: center;
  }

  .kobra-vs-text {
    align-self: center;
  }

  .kobra-vs-heading, .security-mechanism-header {
    text-align: center;
  }

  .security-mechanism-block {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .kobra-vs-feature-text {
    align-self: center;
  }

  .kobra-vs-heading-left {
    text-align: left;
  }

  .security-certificate {
    background-size: contain;
    width: 100%;
    margin-bottom: auto;
  }

  .kobra-client-pic-main-window {
    background-position: 50%;
    background-size: contain;
    min-height: 480px;
  }

  .kobra-vs-comparison {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .kobra-vs-downloads {
    text-align: center;
    padding-right: 0;
  }

  .download-list {
    padding-left: 0;
  }

  .os-independent-pic, .kobra-vs-encryption-pic {
    min-height: none;
    width: 100%;
    height: 320px;
  }

  .kobra-brand.w--current {
    flex: 0 auto;
  }

  .column {
    margin-bottom: 40px;
  }

  .it-security-label {
    background-size: contain;
    width: 100%;
    margin-bottom: auto;
  }

  .kobra-vs-heading-h1 {
    text-align: left;
    margin-top: 0;
  }

  .kobra-vs-heading-h1.sales-partners {
    text-align: center;
    margin-top: 0;
  }

  .banner-underheading {
    text-align: left;
  }

  .big-paragraph-full {
    padding-bottom: 0;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-right: 270px;
    padding-bottom: 0;
  }

  .heading-home {
    text-align: left;
    margin-top: 0;
  }

  .security-mechanism-flowtext {
    text-align: center;
    width: 100%;
  }

  .likedin-text, .partner-text {
    align-self: center;
  }

  .partner-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
  }

  .partner-pic {
    min-height: none;
    width: 300px;
  }

  .partner-contact-text {
    align-self: center;
  }

  .logfiles-pic {
    width: 100%;
    min-height: 350px;
  }

  .software-deployment-pic {
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-bottom: 30px;
  }

  .contact-top-text {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field-third-left, .text-field-half-right, .text-field-half-clear {
    width: 100%;
    margin-right: 0%;
  }

  .flow-text {
    text-align: left;
  }

  .white-flow-text-central {
    align-self: center;
    margin-right: auto;
  }

  .footer-contact-link {
    text-align: center;
    align-self: center;
  }

  .image-7:hover {
    background-color: var(--kobra-white);
  }

  .vs-header-banner-2 {
    background-position: 0%;
    background-size: 100%;
    width: 100%;
    min-height: 550px;
    margin-top: -20px;
  }

  .big-paragraph-home-2 {
    text-align: left;
  }

  .header-image-2 {
    clear: both;
    width: 100%;
    min-width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
  }

  .product-info-petrol-box-2 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .footer-container {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-block-logo {
    width: 100%;
  }

  .footer-block-contact {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .footer-container-kobra {
    display: inline-block;
  }

  .footer-block-menu {
    width: 100%;
    padding-top: 0;
  }

  .footer-center-block {
    flex-direction: column;
    width: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .vs-product-description-01-2 {
    align-self: center;
  }

  .text-field-third-right, .text-field-third-middle, .text-field-half-left {
    width: 100%;
    margin-right: 0%;
  }

  .partner-contact-text-2 {
    align-self: center;
  }

  .language-switcher-toggle-absolute-2 {
    margin-right: 30px;
    position: fixed;
    top: 32px;
    right: 10%;
  }

  .header-wrap-logo {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-wrap-logo.cc-menu {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }

  .wrap-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-2.cc-menu {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    height: 100px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .dropdown-list-2.w--open {
    margin-left: -20px;
  }

  .grid-3 {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .menu-item-wrap-2 {
    color: #003940;
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap-2:hover {
    color: #c10a27;
  }

  .menu-item-wrap-2:active {
    color: #91081c;
  }

  .menu-item-wrap-2.w--current {
    opacity: 1;
  }

  .request-now-header-2 {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 30%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-menu-2 {
    z-index: 1;
    opacity: 1;
    color: #003940;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    position: absolute;
    left: 0%;
    right: 0%;
    overflow: visible;
    box-shadow: 0 1px 3px rgba(29, 31, 46, .05);
  }

  .menu-item-2 {
    text-transform: none;
  }

  .grid-4 {
    z-index: 999;
    position: fixed;
  }

  .menu-item-deco-line-2 {
    display: none;
  }

  .menu-2 {
    height: 100px;
  }

  .menu-icon-2 {
    margin-top: -20px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }

  .kobra-brand-2 {
    padding-bottom: 0;
  }

  .kobra-brand-2.w--current {
    flex: 0 auto;
  }

  .menu-button-2 {
    opacity: .6;
    margin-top: 3px;
    margin-right: 0%;
    padding: 0;
    transition: opacity .4s;
    position: relative;
    top: 50%;
  }

  .menu-button-2:hover {
    opacity: 1;
  }

  .menu-button-2:active {
    opacity: .8;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    display: block;
  }

  .big-paragraph-full-center {
    text-align: left;
  }

  .kobra-vs-text-flowing {
    align-self: center;
  }

  .navbar-2 {
    background-color: #c10a27;
    height: 1px;
    display: block;
  }

  .nav-menu-5 {
    background-color: #fff;
    top: 99px;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-item-wrap-3 {
    color: #003940;
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap-3:hover {
    color: #c10a27;
  }

  .menu-item-wrap-3:active {
    color: #91081c;
  }

  .menu-item-wrap-3.w--current {
    opacity: 1;
  }

  .big-paragraph-half.cc-cover-paragraph {
    float: left;
    text-align: left;
    width: 50%;
  }

  .download-list-style-2 {
    max-width: 100%;
  }

  .parallax-section-2 {
    height: 260px;
  }

  .copyright-2 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .magazine-text-wrap-2 {
    margin-bottom: 0;
  }

  .white-flow-text {
    align-self: center;
  }

  .center-pic {
    padding-left: 0%;
    padding-right: 0%;
  }

  .center-pic-little {
    padding-left: 10%;
    padding-right: 10%;
  }

  .secure-workplace-pic-copy {
    min-height: none;
    background-image: url('../images/sicherer-mobiler-Arbeitsplatz.jpg');
    background-size: contain;
    width: 100%;
  }

  .os-pics {
    min-height: none;
    width: 100%;
  }

  .os-sections, .os-background-win11, .os-secure-workspace {
    text-align: center;
    padding-left: 0;
  }

  .news-post-header {
    position: relative;
  }

  .news-post-picture {
    width: 50%;
    height: auto;
    position: relative;
  }

  .news-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .news-section-flowtext, .news-date, .news-section-bold-text {
    align-self: center;
    position: relative;
  }

  .news-overall-short {
    padding-bottom: 0;
  }

  .news-overall-date {
    align-self: center;
    position: relative;
  }

  .news-overall-post-header {
    position: relative;
  }

  .news-overall-header-h6-italic {
    clear: both;
    position: relative;
  }

  .news-overall-picture {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .kobra-vs-heading-h3 {
    text-align: center;
  }

  .faq-dropdown-button {
    padding-left: 60px;
  }

  .dropdown-icon-kobra-vs-2 {
    margin-left: 20px;
  }

  .transparant-menu-button {
    float: right;
    background-color: var(--kobra-petrol);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-top: 7px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: var(--kobra-petrol-lighter);
  }

  .transparant-menu-button:active, .transparant-menu-button.w--open {
    background-color: var(--kobra-petrol-darker);
  }

  .language-switcher-image-wrap {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .language-switcher-image-wrap:hover {
    color: #fff;
    background-color: #000;
  }

  .language-switcher-image-wrap.dropdown-toggle {
    color: #fff;
  }

  .language-switcher-image-wrap.dropdown-toggle.light {
    background-color: var(--kobra-white);
    width: auto;
  }

  .first-nav-menu {
    border-bottom: 1px solid var(--kobra-petrol);
    background-color: var(--kobra-white);
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .dropdown-icon {
    color: var(--kobra-petrol);
    margin-right: 30px;
  }

  .dropdown-icon:hover {
    color: var(--kobra-white);
  }

  .dropdown-list.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 60px;
    font-size: 15px;
  }

  .dropdown-link:hover {
    color: var(--kobra-winered);
  }

  .dropdown-link:active {
    color: var(--kobra-winered-darker);
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.dropdown-toggle.light {
    color: var(--kobra-petrol);
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.dropdown-toggle.light:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav-link.dropdown-toggle.light.w--open {
    background-color: var(--petrol-lighter);
  }

  .nav-link.light {
    background-color: var(--kobra-white);
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.light:hover {
    color: var(--kobra-winered);
  }

  .nav-link.light:active {
    color: var(--kobra-winered-darker);
  }

  .nav-link.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .request-now-header-3 {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .request-now-header-3:hover {
    color: #fff;
    background-color: #000;
  }

  .request-now-header-3.light {
    border-color: rgba(0, 0, 0, 0);
    width: auto;
  }

  .request-now-header-3.light:hover {
    background-color: var(--kobra-winered-lighter);
  }

  .request-now-header-3.light:active {
    background-color: var(--kobra-winered-darker);
  }

  .request-now-header-3.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .dropdown-2 {
    width: 100%;
    max-width: 1500px;
  }

  .navbar {
    min-height: 100px;
  }

  .nav-link-mobile {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link-mobile:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link-mobile.light {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
  }

  .nav-link-mobile.light:hover {
    background-color: var(--kobra-white);
    color: var(--kobra-winered);
  }

  .nav-link-mobile.light:active {
    background-color: var(--kobra-white);
    color: var(--kobra-winered-darker);
  }

  .nav-link-mobile.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .kobra-center-text {
    align-self: center;
  }

  .news-post-picture-without-space {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
  }

  .faq-dropdown-button-2 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .white-button {
    float: none;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .menu-icon {
    margin-left: 10px;
    margin-right: 20px;
  }

  .big-paragraph {
    width: 100%;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 100%;
  }

  .content-wrap {
    width: 90%;
    min-height: auto;
  }

  .about-image-section-wrap {
    margin-bottom: 20px;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .team-picture {
    background-position: 50% 0;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image.cc-footer-logo {
    margin-top: 20px;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .product-info-petrol-box {
    justify-content: center;
  }

  .deco-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .vs-bsi-seal {
    margin-left: auto;
    margin-right: 10px;
  }

  .server-system-migration-pic {
    min-height: 260px;
    margin-bottom: auto;
  }

  .boot-device-pic {
    min-height: 260px;
  }

  .access-control-pic {
    width: 100%;
    min-height: 220px;
  }

  .kdb-seal {
    margin-left: 10px;
    margin-right: auto;
  }

  .request-now-header {
    margin-left: -30px;
  }

  .source-code-pic {
    background-size: cover;
  }

  .airgap {
    margin-bottom: auto;
  }

  .kobra-vs-feature-header {
    text-align: left;
  }

  .kobra-vs-product-description {
    margin-top: 20px;
  }

  .kobra-vs-product-headline {
    text-align: center;
    font-family: Century gothic, sans-serif;
  }

  .use-cases-text {
    width: 100%;
  }

  .security-mechanism-header {
    text-align: center;
  }

  .security-mechanism-block {
    width: 100%;
    padding: 30px 10% 0;
  }

  .kobra-vs-feature-wrap {
    width: 90%;
  }

  .kobra-client-pic-main-window {
    min-height: 380px;
  }

  .download-list {
    padding-left: 0;
  }

  .security-mechanism-content {
    width: 90%;
    min-height: auto;
    margin-left: 10px;
  }

  .os-independent-pic {
    background-size: contain;
  }

  .kobra-vs-encryption-pic {
    background-size: contain;
    height: 240px;
    min-height: 0;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .kobra-vs-heading-h1 {
    text-align: left;
    font-size: 30px;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    margin-right: 249px;
  }

  .security-mechanism-flowtext {
    width: 100%;
  }

  .linkedin {
    float: none;
  }

  .logfiles-pic {
    min-height: 260px;
  }

  .software-deployment-pic {
    min-height: 260px;
    margin-bottom: auto;
  }

  .it-security-made-in-germany-seal {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-field-third-left {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-left::placeholder {
    text-align: center;
  }

  .text-field-half-right {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-right::placeholder {
    text-align: center;
  }

  .text-field-half-clear {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-clear::placeholder {
    text-align: center;
  }

  .white-flow-text-central {
    text-align: left;
    margin-right: auto;
    padding-left: 38%;
  }

  .image-7 {
    margin-left: 20px;
  }

  .vs-header-banner-2 {
    background-position: 50%;
    min-height: 450px;
  }

  .white-button-2 {
    float: none;
  }

  .header-image-2 {
    min-width: auto;
  }

  .product-info-petrol-box-2 {
    justify-content: center;
  }

  .footer-block-menu {
    margin-top: 0;
  }

  .text-field-third-right {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-right::placeholder {
    text-align: center;
  }

  .text-field-third-middle {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-middle::placeholder {
    text-align: center;
  }

  .text-field-half-left {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-left::placeholder {
    text-align: center;
  }

  .language-switcher-toggle-absolute-2 {
    padding-left: 0;
    right: 10%;
  }

  .language-switcher-toggle-absolute-2.w--open {
    padding-left: 0;
  }

  .header-wrap-logo {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-wrap-logo.cc-menu {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-2.cc-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-list-2.w--open {
    margin-left: -20px;
  }

  .language-switcher-toggle-2, .language-switcher-toggle-2.w--open {
    padding-left: 0;
  }

  .menu-icon-2 {
    margin-left: 0;
  }

  .kobra-brand-2.w--current {
    padding-right: 20px;
  }

  .menu-button-2 {
    margin-top: 3px;
    margin-left: 0;
    padding-left: 0;
  }

  .big-paragraph-half.cc-cover-paragraph {
    text-align: left;
  }

  .download-list-style-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }

  .parallax-section-2 {
    height: 320px;
  }

  .copyright-2 {
    margin-top: 10px;
  }

  .icons-2 {
    margin-left: 25%;
  }

  .white-flow-text {
    text-align: left;
    margin-right: auto;
    padding-left: 38%;
  }

  .center-pic-little {
    padding-left: 0%;
    padding-right: 0%;
  }

  .os-image {
    width: 30%;
  }

  .os-sections {
    height: auto;
  }

  .os-column {
    margin-bottom: 0;
  }

  .news-post-header {
    clear: both;
    text-align: left;
  }

  .news-post-picture {
    clear: both;
    width: 100%;
    padding-right: 0;
  }

  .news-section-wrap {
    margin-bottom: 20px;
  }

  .news-overall-post-header {
    clear: both;
    text-align: left;
    line-height: 30px;
  }

  .news-overall-header-h6-italic {
    clear: both;
    text-align: left;
  }

  .news-all-column-inner-01 {
    padding-left: 0;
    padding-right: 0;
  }

  .news-overall-picture {
    width: 100%;
  }

  .column-6 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    padding-top: 8px;
  }

  .language-switcher-image-wrap {
    padding-left: 25px;
  }

  .language-switcher-image-wrap.dropdown-toggle.light {
    margin-left: 0;
  }

  .logo {
    margin-top: 0;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .logo-block {
    margin-right: 0;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.dropdown-toggle.light, .nav-link.light {
    padding-left: 20px;
  }

  .request-now-header-3 {
    padding-left: 25px;
  }

  .request-now-header-3.light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .language-switcher {
    margin-top: 15px;
  }

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

  .nav-link-mobile {
    padding-left: 25px;
  }

  .nav-link-mobile.light {
    padding-left: 20px;
    padding-right: 40px;
  }

  .logo-mobile {
    margin-top: 0;
  }

  .kobra-center-text {
    width: 100%;
  }

  .news-post-picture-without-space {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .kobra-vs-list-same-padding, .magazine-text-wrap-same-padding {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .white-button {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

  .kobra-vs-security-mechanism.cc-premium-block-paragraph {
    text-align: center;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .page-headline-wrap.cc-overlayed-headline.cc-white-headline {
    padding-bottom: 0;
  }

  .menu-icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .big-paragraph {
    width: 100%;
    margin-bottom: 0;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
  }

  .about-image-section-wrap {
    margin-bottom: 60px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .logo-image {
    width: 50px;
    height: 71px;
  }

  .logo-image.cc-footer-logo {
    align-self: center;
    width: 50%;
    margin-top: 20px;
  }

  .premium-block {
    margin-bottom: 0;
  }

  .premium-content-headline {
    text-align: center;
    font-size: 20px;
  }

  .product-info-headline {
    text-align: left;
    padding-top: 60px;
    padding-left: 0%;
  }

  .deco-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .utility-page-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .vs-bsi-seal {
    margin-right: auto;
    display: block;
  }

  .container {
    align-self: center;
    position: relative;
  }

  .secure-workplace-pic {
    background-size: contain;
    min-height: 260px;
  }

  .data-diode-pic {
    min-height: 140px;
  }

  .read-only-windows-pic, .geo-redundant-backup-pic {
    background-size: contain;
    min-height: 260px;
  }

  .secure-data-transport-pic {
    background-size: contain;
    min-height: 300px;
  }

  .server-system-migration-pic {
    width: 100%;
    min-height: 200px;
  }

  .boot-device-pic {
    min-height: 200px;
  }

  .access-control-pic {
    min-height: 180px;
  }

  .kdb-seal {
    margin-left: auto;
    display: block;
  }

  .request-now-header {
    margin-left: -10px;
  }

  .source-code-pic {
    background-size: cover;
    min-height: 200px;
  }

  .airgap {
    min-height: 140px;
  }

  .kobra-vs-feature-header, .vs-details-label {
    font-size: 20px;
  }

  .kobra-vs-product-description {
    padding-left: 0;
  }

  .kobra-vs-heading {
    font-size: 20px;
  }

  .security-mechanism-header {
    text-align: center;
    font-size: 20px;
  }

  .kobra-client-pic-main-window {
    min-height: 200px;
  }

  .security-mechanism-bold-red {
    font-size: 16px;
  }

  .security-mechanism-content {
    margin-left: 10px;
  }

  .os-independent-pic {
    background-size: contain;
    height: auto;
    min-height: 230px;
  }

  .kobra-vs-encryption-pic {
    background-size: contain;
    height: 140px;
  }

  .logo-image {
    clear: both;
  }

  .kobra-brand, .kobra-brand.w--current {
    background-image: url('../images/Kobra-Infosec-Logo-without-text-RGB.svg');
    background-size: contain;
    width: 40px;
  }

  .column-2 {
    padding-left: 0;
  }

  .kobra-vs-list, .kobra-vs-list-about {
    padding-left: 20px;
  }

  .kobra-vs-heading-h1 {
    text-align: left;
    font-size: 22px;
  }

  .banner-underheading {
    text-align: left;
    font-size: 20px;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .security-mechanism-flowtext {
    text-align: center;
    width: 100%;
  }

  .linkedin {
    margin-top: 14px;
  }

  .likedin-text {
    margin-bottom: 0;
  }

  .partner-head {
    font-size: 16px;
  }

  .partner-section-wrap {
    margin-bottom: 60px;
  }

  .partner-pic {
    width: 200px;
    min-height: 260px;
  }

  .logfiles-pic {
    background-size: contain;
    min-height: 200px;
  }

  .software-deployment-pic {
    width: 100%;
    min-height: 200px;
  }

  .it-security-made-in-germany-seal {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-top-text {
    padding-left: 0;
  }

  .white-flow-text-central {
    margin-bottom: auto;
    padding-left: 27%;
  }

  .image-7 {
    margin-left: 0;
  }

  .vs-header-banner-2 {
    background-position: 0 0;
    background-size: cover;
    min-height: 400px;
  }

  .magazine-text-wrap {
    margin-bottom: 10px;
  }

  .white-button-2 {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

  .vs-details-label-2 {
    font-size: 20px;
  }

  .language-switcher-toggle-absolute-2 {
    margin-left: 0;
    margin-right: 30px;
    right: 1px;
  }

  .header-wrap-logo {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-wrap-logo.cc-menu {
    height: 100px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-2.cc-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .dropdown-list-2.w--open {
    margin-top: 23px;
    margin-left: 0;
    top: 40px;
    right: 0;
  }

  .language-switcher-toggle-2 {
    margin-left: 0;
  }

  .request-now-header-2 {
    margin-left: 35px;
  }

  .menu-icon-2 {
    margin-left: 0;
  }

  .kobra-brand-2, .kobra-brand-2.w--current {
    background-image: url('../images/Kobra-Infosec-Logo-without-text-RGB.svg');
    background-size: contain;
    width: 40px;
  }

  .menu-button-2 {
    margin-top: 3px;
    margin-right: 20px;
  }

  .big-paragraph-half.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .big-paragraph-picture {
    width: 100%;
  }

  .header-pic-second {
    float: none;
    display: none;
  }

  .copyright-2 {
    margin-bottom: 20px;
  }

  .magazine-text-wrap-2 {
    margin-bottom: 10px;
  }

  .icons-2 {
    margin-left: 6%;
  }

  .white-flow-text {
    margin-bottom: auto;
    padding-left: 27%;
  }

  .secure-workplace-pic-copy, .os-pics {
    background-size: contain;
    min-height: 260px;
  }

  .os-image {
    margin-bottom: 10px;
  }

  .news-post-header {
    font-size: 20px;
  }

  .news-post-picture {
    background-size: contain;
  }

  .news-section-wrap {
    margin-bottom: 60px;
  }

  .news-section-flowtext, .news-date, .news-section-bold-text, .news-overall-date {
    padding-left: 0;
  }

  .news-overall-post-header {
    font-size: 20px;
    line-height: 30px;
  }

  .news-overall-picture {
    background-size: contain;
  }

  .kobra-vs-heading-h3 {
    font-size: 20px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .logo {
    margin-top: 0;
    display: none;
  }

  .dropdown-list.w--open {
    margin-left: -20px;
  }

  .nav-link.dropdown-toggle.light, .nav-link.light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .request-now-header-3.light {
    display: none;
  }

  .language-switcher {
    margin-left: 20px;
  }

  .nav-link-mobile.light {
    padding-left: 20px;
  }

  .logo-mobile {
    margin-top: 0;
    display: inline-block;
  }

  .news-post-picture-without-space {
    background-size: contain;
  }

  .kobra-vs-list-same-padding {
    padding-left: 20px;
  }

  .magazine-text-wrap-same-padding {
    margin-bottom: 10px;
  }

  .youtube-player {
    margin-top: 40px;
  }
}

#w-node-_712a3320-c908-af7c-ea10-e06f7d412db6-c1d00a04 {
  align-self: start;
  justify-self: start;
}

#w-node-d25cdd96-1e24-6daf-4123-4a235b3010c2-88d00a1a, #w-node-ce8af68c-bdc9-ce22-da31-e610641fe406-88d00a1a {
  align-self: auto;
  justify-self: auto;
}

#w-node-ce8af68c-bdc9-ce22-da31-e610641fe40b-88d00a1a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce8af68c-bdc9-ce22-da31-e610641fe418-88d00a1a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-cf66338d-4e1d-4aa0-20ab-be086c70ed22-88d00a1a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cf66338d-4e1d-4aa0-20ab-be086c70ed27-88d00a1a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f89b20c-dc59-28db-38a7-611521a1f8fb-88d00a1a {
  align-self: start;
  justify-self: start;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-49d00a1e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-49d00a1e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-58d00a1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-58d00a1f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-add00a24, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-add00a24, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-add00a24 {
  align-self: auto;
  justify-self: auto;
}

#w-node-d6478a67-770d-d1d7-0925-bba6792edc0e-add00a24 {
  align-self: start;
  justify-self: start;
}

#w-node-_74ea7fef-7a84-191f-bd70-4f444553ee16-02d00a25, #w-node-_4ab10f63-6364-0e6b-b412-8ca03c8dbcbe-02d00a25 {
  align-self: auto;
  justify-self: auto;
}

#w-node-dcb7ce46-a090-fe48-ccea-13812f4ae8a0-02d00a25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dcb7ce46-a090-fe48-ccea-13812f4ae8b3-02d00a25 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_367bd22a-d6d8-3299-048d-b3b3fa8b6772-02d00a25 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2dc8c6b9-ce49-4561-8f17-d32f3a21e354-02d00a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0824b2-576e-3418-a40d-351775847d23-02d00a25 {
  align-self: start;
  justify-self: start;
}

#w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2ca9b-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2cabe-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bdb79d7-dc73-8338-2dc1-c9123b3ea275-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3bdb79d7-dc73-8338-2dc1-c9123b3ea297-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a1e9f0d-5277-cdff-0937-6be942559fc6-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a1e9f0d-5277-cdff-0937-6be942559fe8-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4eeadabe-0ffd-a07a-f406-c9911f5ad6a3-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4eeadabe-0ffd-a07a-f406-c9911f5ad6c3-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b6e103d-f944-c159-ebfd-80f3965d19d4-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b6e103d-f944-c159-ebfd-80f3965d19f6-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15c354bd-2098-8986-c05b-bbd3725884da-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15c354bd-2098-8986-c05b-bbd3725884fc-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4908a30e-6507-74a0-faea-456082e5d068-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4908a30e-6507-74a0-faea-456082e5d08a-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_67612840-b736-d64f-d072-5d1f57d5f5fa-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_67612840-b736-d64f-d072-5d1f57d5f61d-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2dcbd6f6-4885-3d58-c778-fce3aba8eacf-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2dcbd6f6-4885-3d58-c778-fce3aba8eaf2-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8bca6d85-5ebd-5293-609b-23a780741dd8-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8bca6d85-5ebd-5293-609b-23a780741dfa-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2803f968-2f5b-6c69-e238-984e16b0e9cf-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2803f968-2f5b-6c69-e238-984e16b0e9f2-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62765e46-dfc5-9079-a1a6-b4d385d3a969-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_62765e46-dfc5-9079-a1a6-b4d385d3a988-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fed7d73-903d-33c6-0dd4-441529d1ab59-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fed7d73-903d-33c6-0dd4-441529d1ab76-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5aaba138-4792-637e-8b34-5682f353ac7e-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5aaba138-4792-637e-8b34-5682f353ac9c-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7c867ee6-8dc6-7c01-bcac-a9a00b315dab-03d00a27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7c867ee6-8dc6-7c01-bcac-a9a00b315dcd-03d00a27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bf88e06c-1951-025e-b9e2-a483d10f5f48-03d00a27 {
  align-self: start;
  justify-self: start;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c47-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c56-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_715702c2-c0ba-5cac-8cc5-720c91c89d62-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_715702c2-c0ba-5cac-8cc5-720c91c89d69-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8889eb2-b987-0c69-2fa5-645fae200aa4-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d8889eb2-b987-0c69-2fa5-645fae200ab0-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15a06545-e500-1936-4727-309525681180-bad00a2a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9db85f9e-ea62-c897-4be6-d34eeccdb141-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9db85f9e-ea62-c897-4be6-d34eeccdb145-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95d9ef3f-54d7-e433-31f2-fd59c9e2e4a4-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95d9ef3f-54d7-e433-31f2-fd59c9e2e4b0-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c59-bad00a2a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c58-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c67-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19ca6-bad00a2a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19ca5-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cb4-bad00a2a, #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cb6-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cc5-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cc8-bad00a2a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cc7-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cd6-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_904c1e0a-f6f2-d1dc-5c85-70b0def9505a-bad00a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_904c1e0a-f6f2-d1dc-5c85-70b0def95067-bad00a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9806fae6-c4cc-6428-475e-d22f3ed19ce9-bad00a2a {
  align-self: auto;
  justify-self: auto;
}

#w-node-b2bde252-4a25-785d-e780-5696210bc3e2-bad00a2a, #w-node-_08668994-1382-5c1a-56b1-7c378b7a14d1-f97120b9 {
  align-self: start;
  justify-self: start;
}

#w-node-_51293621-8e64-7b3d-fc81-60052b23303b-c4051c97 {
  align-self: auto;
  justify-self: auto;
}

#w-node-a1f6eead-3a4a-fb47-0605-3f74ad62eb44-c4051c97 {
  align-self: start;
  justify-self: start;
}

#w-node-eecddc8e-d066-8b93-7a1d-417e3366be9b-3baa53dd {
  align-self: auto;
  justify-self: auto;
}

#w-node-_7aecc687-95b7-c4dd-313c-866947d5205b-3baa53dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7aecc687-95b7-c4dd-313c-866947d52067-3baa53dd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94c2dfe2-681d-73e5-67fa-8cddf5ed98ed-3baa53dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_94c2dfe2-681d-73e5-67fa-8cddf5ed98f4-3baa53dd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8fd929b7-7f18-3020-121e-977cd1a5c203-3baa53dd, #w-node-d8c0a014-924a-a5fe-1d12-b5b9a6ea515b-8d1e5bfc, #w-node-a81532e5-4c4f-8f8d-6319-6b45c7ab5498-1b6222c9, #w-node-_31e14b9a-e375-6ee4-bd15-6209811542a7-4279eed4, #w-node-_092eb5bb-6d97-b3ce-2056-7418f58f1c56-c71344fc {
  align-self: start;
  justify-self: start;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-1de7a9d0, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-1de7a9d0, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-1de7a9d0 {
  align-self: auto;
  justify-self: auto;
}

#w-node-d6478a67-770d-d1d7-0925-bba6792edc0e-1de7a9d0 {
  align-self: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ce8af68c-bdc9-ce22-da31-e610641fe40b-88d00a1a, #w-node-dcb7ce46-a090-fe48-ccea-13812f4ae8a0-02d00a25, #w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2ca9b-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2cabe-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3bdb79d7-dc73-8338-2dc1-c9123b3ea275-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3bdb79d7-dc73-8338-2dc1-c9123b3ea297-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4a1e9f0d-5277-cdff-0937-6be942559fc6-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4a1e9f0d-5277-cdff-0937-6be942559fe8-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4eeadabe-0ffd-a07a-f406-c9911f5ad6a3-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4eeadabe-0ffd-a07a-f406-c9911f5ad6c3-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1b6e103d-f944-c159-ebfd-80f3965d19d4-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b6e103d-f944-c159-ebfd-80f3965d19f6-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_15c354bd-2098-8986-c05b-bbd3725884da-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15c354bd-2098-8986-c05b-bbd3725884fc-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4908a30e-6507-74a0-faea-456082e5d068-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4908a30e-6507-74a0-faea-456082e5d08a-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_67612840-b736-d64f-d072-5d1f57d5f5fa-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_67612840-b736-d64f-d072-5d1f57d5f61d-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2dcbd6f6-4885-3d58-c778-fce3aba8eacf-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2dcbd6f6-4885-3d58-c778-fce3aba8eaf2-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8bca6d85-5ebd-5293-609b-23a780741dd8-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8bca6d85-5ebd-5293-609b-23a780741dfa-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2803f968-2f5b-6c69-e238-984e16b0e9cf-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2803f968-2f5b-6c69-e238-984e16b0e9f2-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_62765e46-dfc5-9079-a1a6-b4d385d3a969-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_62765e46-dfc5-9079-a1a6-b4d385d3a988-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1fed7d73-903d-33c6-0dd4-441529d1ab59-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fed7d73-903d-33c6-0dd4-441529d1ab76-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5aaba138-4792-637e-8b34-5682f353ac7e-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5aaba138-4792-637e-8b34-5682f353ac9c-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7c867ee6-8dc6-7c01-bcac-a9a00b315dab-03d00a27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7c867ee6-8dc6-7c01-bcac-a9a00b315dcd-03d00a27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c47-bad00a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c56-bad00a2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_715702c2-c0ba-5cac-8cc5-720c91c89d62-bad00a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_715702c2-c0ba-5cac-8cc5-720c91c89d69-bad00a2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d8889eb2-b987-0c69-2fa5-645fae200aa4-bad00a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d8889eb2-b987-0c69-2fa5-645fae200ab0-bad00a2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_15a06545-e500-1936-4727-309525681180-bad00a2a, #w-node-_9db85f9e-ea62-c897-4be6-d34eeccdb141-bad00a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9db85f9e-ea62-c897-4be6-d34eeccdb145-bad00a2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_95d9ef3f-54d7-e433-31f2-fd59c9e2e4a4-bad00a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_95d9ef3f-54d7-e433-31f2-fd59c9e2e4b0-bad00a2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19c58-bad00a2a, #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19ca5-bad00a2a, #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cb6-bad00a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cc5-bad00a2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9806fae6-c4cc-6428-475e-d22f3ed19cc7-bad00a2a, #w-node-_904c1e0a-f6f2-d1dc-5c85-70b0def9505a-bad00a2a, #w-node-_7aecc687-95b7-c4dd-313c-866947d5205b-3baa53dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7aecc687-95b7-c4dd-313c-866947d52067-3baa53dd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_94c2dfe2-681d-73e5-67fa-8cddf5ed98ed-3baa53dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_94c2dfe2-681d-73e5-67fa-8cddf5ed98f4-3baa53dd {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic bold';
  src: url('../fonts/CenturyGothicBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}