.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  font-family: Nunito, sans-serif;
  color: #475874;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 71px;
  line-height: 1.05em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 52px;
  line-height: 1.15em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 36px;
  line-height: 1.15em;
  font-weight: 400;

}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #0a2046;
  font-size: 18px;
  line-height: 1.45em;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 35px;
}

a {
  -webkit-transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #4680b6;
  text-decoration: none;
}

a:hover {
  color: #4680b6;
}

ul {
  margin-top: 0px;
  margin-bottom: 35px;
  padding-left: 35px;
  color: #0a2046;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 600;
}

ol {
  margin-top: 0px;
  margin-bottom: 35px;
  padding-left: 35px;
  color: #0a2046;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 600;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 8px;
}

strong {
  color: #0a2046;
  font-weight: 700;
}

blockquote {
  margin-bottom: 35px;
  padding: 23px 35px;
  border-left: 5px none #e2e2e2;
  border-radius: 5px;
  background-color: #eaf9fa;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 22px;
  line-height: 1.4em;
  font-style: italic;
}

figure {
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 5px;
}

figcaption {
  margin-top: 5px;
  padding: 12px;
  background-color: #eaf9fa;
  color: #0a2046;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  transform: unset !important;
}

.block-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1416px;
  padding: 14px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 30px -30px rgba(10, 32, 70, 0.3);
}

.white-fill-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 0 0 150px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 13px 10px;
  color: #000;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover {
  color: #4680b6;
}

.nav-link.w--current {
  color: #0a2046;
}

.nav-link.w--current:hover {
  color: #4680b6;
}

.nav-button {
  display: none;
  margin-left: 10px;
  padding: 13px 30px;
  border-radius: 6px;
  background-color: #7d9bb7;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.nav-button:hover {
  background-color: #4680b6;
  color: #fff;
}

.dropdown-toggle {
  display: block;
  margin-right: 0px;
  padding: 13px 15px 13px 10px;
  color: #0a2046;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.icon-dropdown {
  margin-right: 20px;
  font-size: 12px;
  color: rgb(10, 32, 70);
}

.dropdown-text {
  color: #000;
}

.dropdown-text:hover {
  color: #4680b6;
}

.dropdown-list {
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  
}

.dropdown-list.w--open {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown-link {
  padding: 10px 22px;
 
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #4680b6;
}

.dropdown-link.w--current {
  color: #0a2046;
}

.dropdown-link.w--current:hover {
  color: #4680b6;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 68vh;
  padding: 0px 26px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}


.section-hero.alternative {
  overflow: visible;
  padding-top: 155px;
  padding-bottom: 0px;
}

.section-hero.overflow {
  overflow: visible;
}

.section-hero.gradient {
  overflow: visible;
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#a3ebf0));
  background-image: linear-gradient(0deg, #fff, #a3ebf0);*/
}

.section-hero.gradient._100vh {
  min-height: 100vh;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1416px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.small {
  margin-top: 80px;
  margin-bottom: 20px;
}

.content.zero {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content.full {
  max-width: 960px;
  margin-top: 20px;
}

.content.single-page {
  margin-top: auto;
  border-radius: 10px;
  background-color: #faf8f6;
}

.hero-title {
  margin-bottom: 20px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 42px;
  line-height: 120%;
  text-transform: none;
  max-width: 600px;
}

.hero-title.small {
  margin-bottom: 30px;
  font-size: 71px;
}

.block-hero {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-large {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 120%;
  width: 90%;
}

.paragraph-large.max-w {
  max-width: 730px;
}

.button {
  padding: 19px 44px;
  border-radius: 100px;
  background-color: #ac800a;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #946d08;
  color: #fff;
}

.button.green {
  border-radius: 6px;
  background-color: #ac800a;
}

.button.green:hover {
  background-color: #946d08;
}

.button.plavi {
  border-radius: 6px;
  background-color: #ac800a;
  opacity: 1;
}

.button.plavi:hover {
  background-color: #946d08;
}

.img-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-style {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.text-hero {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-hero.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.img-hero-1-3 {
  position: absolute;
  right: -693px;
  width: 320px;
  height: 380px;
}

.img-hero-1-5 {
  position: absolute;
  left: -44px;
  top: -413px;
  width: 320px;
  height: 380px;
}

.img-hero-1-7 {
  position: absolute;
  left: -347px;
  bottom: -225px;
  width: 320px;
  height: 380px;
}

.img-hero-1-4 {
  position: absolute;
  left: -499px;
  top: -187px;
  width: 320px;
  height: 380px;
}

.img-hero-1-6 {
  position: absolute;
  left: -766px;
  bottom: -3px;
  width: 320px;
  height: 380px;
}

.img-hero-1-2 {
  position: absolute;
  top: -135px;
  right: -489px;
  width: 320px;
  height: 380px;
}

.img-hero-1-1 {
  position: absolute;
  right: -307px;
  bottom: -258px;
  width: 320px;
  height: 380px;
}

.section-icons {
  position: relative;
  top: -26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5-columns {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-icon-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  text-align: center;
  text-decoration: none;
}

.link-icon-service:hover {
  background-color: #eaf9fa;
}

.link-icon-service.dark {
  background-color: #f8f8f8;
}

.link-icon-service.dark:hover {
  background-color: #f2e4d5;
}

.icon-service {
  width: 34px;
  height: 34px;
  margin-right: 7px;
  margin-bottom: 17px;
  margin-left: 7px;
  color: #4680b6;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-service-small {
  max-width: 130px;
}

.heading-service-small.white {
  color: #0a2046;
}

.section-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faf8f6;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-style-grid {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title {
  color: #07142b;
  font-size: 48px;
}

.title.white {
  color: #fff;
}

.subtitle {
  color: #4680b6;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.subtitle.blue {
  margin-bottom: 20px;
  color: #4680b6;
  text-transform: uppercase;
}

.subtitle.gold {
  margin-bottom: 20px;
  color: #f4cc72;
  text-transform: uppercase;
}

.section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.block-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.block-center.large {
  max-width: 1300px;
}

.grid-3-columns {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-columns.margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-service {
  width: 100%;
  text-decoration: none;
}

.image-style-service {
  width: 100%;
  height: 260px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-style-service:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.heading-service-cms {
  margin-top: 36px;
  margin-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.heading-service-cms:hover {
  color: #4680b6;
}

.collection-list-wrapper-service {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-service.zero {
  margin-top: 0px;
  margin-bottom: 0px;
}

.collection-list-service {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-service.small {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-service-cms {
  margin-bottom: 28px;
  padding-right: 28px;
  padding-left: 28px;
}

.collection-item-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.empty-state {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.text-empty {
  color: #0a2046;
  line-height: 1.2em;
  font-weight: 600;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaf9fa;
}

.block-full.dark {
  background-color: #0a2046;
}

.block-full-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-white {
  color: #9da5b5;
}

.single-form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  /*-ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;*/
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 50px;
  margin-bottom: 0px;
  padding: 20px 25px;
  border: 1px solid #7d9bb7;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #0a2046;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.text-field:focus {
  border-color: #9da5b5;
}

.text-field::-webkit-input-placeholder {
  color: #9da5b5;
}

.text-field:-ms-input-placeholder {
  color: #9da5b5;
}

.text-field::-ms-input-placeholder {
  color: #9da5b5;
}

.text-field::placeholder {
  color: #9da5b5;
}

.submit-button {
  padding: 19px 44px;
  border-radius: 6px;
  background-color: #ac800a;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.submit-button:hover {
  background-color: #946d08;
  color: #fff;
}

.submit-button.blue {
  border-radius: 6px;
  background-color: #ac800a;
}

.submit-button.blue:hover {
  background-color: #946d08;
}

.single-form-block {
  max-width: 510px;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
}

.text-success {
  color: #0a2046;
  line-height: 1.2em;
  font-weight: 600;
}

.error-message {
  margin-top: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #11365f;
  border-radius: 5px;
  background-color: #0a2046;
  text-align: center;
}

.text-error {
  color: #fff;
  line-height: 1.2em;
  font-weight: 600;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #faf8f6;
  text-align: center;
  height: 100%;
}

.avatar {
  width: 78px;
  height: auto;
  margin-top: -40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
}

.heading-testimonial {
  margin-top: 22px;
}

.paragraph-italic {
  margin-bottom: 18px;
  font-style: italic;
}

.icon-star {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-left: 4px;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height:  20px;
}

.block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12% 50px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 30px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.circle-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #ead794;
}

.icon-contact {
  width: 20px;
  height: 20px;
  max-width: none;
}

.heading-contact {
  margin-bottom: 0px;
  margin-left: 18px;
}

.heading-contact.white {
  color: #000;
}

.block-image {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.absolute-phone {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 7%;
}

.image-grid {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-italic {
  color: #4680b6;
  font-style: italic;
}

.title-italic.green {
  color: #f4cc72;
}

.circle-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #ead794;
}

.icon-check {
  width: 13px;
  height: 13px;
  max-width: none;
}

.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-check {
  margin-bottom: 0px;
  font-size: 24px;
  margin-left: 14px;
}

.grid-4-columns {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-style-staff {
  width: 100%;
  height: 320px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.staff {
  text-align: center;
}

.heading-staff {
  margin-top: 34px;
  margin-bottom: 10px;
}

.text-staff {
  font-size: 16px;
  line-height: 1.2em;
}

.block-image-staff {
  position: relative;
}

.block-link-social {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-social {
  width: 40px;
  height: 40px;
  margin: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
}

.icon-social {
  width: 18px;
  height: 18px;
  margin-top: 11px;
  margin-bottom: 11px;
  opacity: 0.5;
}

.grid-banner {
  width: 100%;
  margin-top: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-banner {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #282c33;
}

.collection-list-wrapper-blog {
  width: 100%;
  margin-top: 10px;
}

.collection-list-blog {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-blog._3-columns {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-item-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-blog {
  width: 100%;
}

.image-style-blog {
  width: 100%;
  height: 180px;
  max-width: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-style-blog:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.heading-blog {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.post-date {
  margin-top: 34px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.2em;
}

.post-date.margin {
  margin-top: 0px;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282c33;
}

.section-footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ead794;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-contact-footer {
  max-width: 290px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #000;
    font-size: 20px;
}

.grid-footer {
  width: 100%;
  padding-bottom: 90px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  
}

.block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-footer {
  margin-top: 8px;
  margin-bottom: 15px;
  color: #fff;
}

.link-footer {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #9da5b5;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: #ead794;
}

.brand-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-footer img { width: 155px; height: 100%; }

.white-semi-bold {
  color: #fff;
  font-weight: 600;
}

.footer-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-footer-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(39, 177, 217, 0.1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.link-social-footer:hover {
  background-color: #4680b6;
}

.icon-social-footer {
  width: 17px;
  height: 17px;
}

.grid-hero {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.action-box { grid-template-columns: 3fr 1fr; }
.action-heading { font-size: 32px; }
.subheading-action { width: 70%; }

.bg-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pozadina.webp');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
}

.naslovna-mala {
  position: relative;
  left: 262px;
  display: none;
  width: 870px;
  height: 100%;
  max-width: none;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.bg-smile {
  position: absolute;
  left: 52%;
  top: 25%;
  display: none;
  width: 1090px;
  height: 480px;
  max-width: none;
}

.icons-dark {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1416px;
  margin-top: -50px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.grid-image {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.book-now {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-book-now {
  position: relative;
  top: -80px;
  z-index: 20;
  max-width: 600px;
  margin-top: 100px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(10, 32, 70, 0.3);
  text-align: center;
}

.form {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  width: 100%;
  max-width: 510px;
}

.heading-form {
  margin-bottom: 30px;
  color: #07142b;
}

.img-hero-2-1 {
  position: absolute;
  left: 796px;
  bottom: -246px;
  width: 200px;
  height: 250px;
}

.img-hero-2-2 {
  position: absolute;
  left: 494px;
  top: -179px;
  width: 320px;
  height: 380px;
}

.img-hero-2-3 {
  position: absolute;
  left: 619px;
  top: 78px;
  width: 240px;
  height: 270px;
}

.img-hero-2-4 {
  position: absolute;
  left: 144px;
  top: -4px;
  width: 280px;
  height: 330px;
}

.img-hero-2-5 {
  position: absolute;
  left: 40px;
  top: -413px;
  width: 320px;
  height: 380px;
}

.img-hero-2-6 {
  position: absolute;
  left: -92px;
  bottom: -258px;
  width: 320px;
  height: 380px;
}

.img-hero-2-7 {
  position: absolute;
  left: 350px;
  bottom: -365px;
  width: 320px;
  height: 380px;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-small {
  padding: 13px 30px;
  border-radius: 100px;
  background-color: #4680b6;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-small:hover {
  background-color: #946d08;
  color: #fff;
}

.button-small.green {
  background-color: #946d08;
}

.button-small.green:hover {
  background-color: #946d08;
}

.paragraph-service {
  margin-bottom: 22px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.collection-item-service-icon.small {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
}

.collection-item-service-icon.left {
  margin-top: -25px;
  margin-left: -25px;
  padding: 65px 55px 65px 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.heading-service-icon-cms {
  margin-bottom: 15px;
  -webkit-transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: color 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.heading-service-icon-cms:hover {
  color: #4680b6;
}

.link-icon-service-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 25px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f2e4d5;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #475874;
  text-decoration: none;
}

.link-icon-service-cms:hover {
  border-color: #eaf9fa;
  background-color: #f2e4d5;
  color: #475874;
}

.heading-service-icon-cms-small {
  margin-top: 3px;
  margin-bottom: 18px;
}

.contact-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  padding: 30px 50px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-hours {
  margin-bottom: 0px;
}

.semi-bold {
  color: #0a2046;
  font-weight: 600;
}

.absolute-location {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 7%;
}

.banner-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 120px 256px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0a2046;
}

.block-banner-large {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-banner-large-1 {
  position: absolute;
  right: 52px;
  bottom: -28px;
  width: 190px;
  height: 190px;
}

.img-banner-large-2 {
  position: absolute;
  left: 55px;
  bottom: -39px;
  width: 290px;
  height: 170px;
}

.img-banner-large-3 {
  position: absolute;
  top: 32px;
  right: -33px;
  width: 200px;
  height: 235px;
}

.img-banner-large-4 {
  position: absolute;
  left: 42px;
  top: -42px;
  width: 210px;
  height: 210px;
}

.img-banner-large-5 {
  position: absolute;
  left: -35px;
  top: 110px;
  width: 175px;
  height: 210px;
}

.grid-hero-alternative {
  width: 100%;
  margin-bottom: -40px;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 2.5fr 1.1fr;
  grid-template-columns: 2.5fr 1.1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-book-now-hero {
  z-index: 20;
  margin-top: -70px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  text-align: center;
}

.block-video {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.background-video-style {
  z-index: 10;
  width: 108%;
  height: 490px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.absolute-phone-hero {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 15;
}

.grid-request {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #eaf9fa;
}

.request {
  z-index: 20;
  width: 100%;
  max-width: 460px;
  margin-bottom: -25px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  text-align: center;
}

.block-request {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smile-single {
  position: absolute;
  left: -43px;
  top: -60px;
}

.collection-list-service-large {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-service-large {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.2fr 1fr;
  grid-template-columns: 2.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-style-service-large {
  width: 100%;
  height: 500px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-style-service-large:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.block-single-page {
  position: relative;
  width: 100%;
  margin-top: 55px;
  margin-bottom: -125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-style-grid-single {
  width: 100%;
  min-height: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.absolute-about {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: -4%;
}

.block-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 30px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0a2046;
}

.number {
  margin-left: 15px;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 1.05em;
}

.page-content-large {
  width: 100%;
  max-width: 1078px;
}

.grid-single {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-margin {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rich-text-block {
  margin-bottom: 40px;
  margin-top:  40px;
}

.rich-text-block.margin {
  margin-bottom: 0px;
}

.grid-partition {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(10, 32, 70, 0.3);
}

.grid-partition.dark {
  border-style: none;
  background-color: #0a2046;
}

.grid-partition.background {
  border-style: none;
  background-color: #eaf9fa;
  box-shadow: none;
}

.image-partition {
  width: 100%;
  min-height: 500px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-partition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-image-about {
  width: 100%;
  height: 420px;
  margin-top: 35px;
  margin-bottom: -100px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-style-about {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-wrapper-blog-large {
  width: 100%;
}

.collection-list-blog-large {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-blog-large {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
}

.image-style-blog-large {
  width: 100%;
  height: 350px;
  max-width: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-style-blog-large:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.block-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}

.heading-blog-large {
  margin-bottom: 24px;
  font-family: 'DM Serif Display', sans-serif;
  color: #0a2046;
  font-size: 36px;
  line-height: 1.15em;
  font-weight: 400;
  text-decoration: none;
}

.page-content {
  width: 100%;
  max-width: 880px;
}

.icon-service-single {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.block-icon-service-single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  margin: -44px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
}

.block-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 35px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.paragraph-contact {
  margin-bottom: 22px;
}

.block-icon-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  margin-top: -30px;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 100px;
  background-color: #fff;
}

.form-block-contact {
  width: 100%;
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 140px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 18px 25px;
  border: 1px solid #7d9bb7;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #0a2046;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.textarea:focus {
  border-color: #9da5b5;
}

.textarea::-webkit-input-placeholder {
  color: #9da5b5;
}

.textarea:-ms-input-placeholder {
  color: #9da5b5;
}

.textarea::-ms-input-placeholder {
  color: #9da5b5;
}

.textarea::placeholder {
  color: #9da5b5;
}

.block-map {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.image-map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-block-book-now {
  width: 100%;
  max-width: 840px;
}

.form-book-now {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkbox-label {
  color: #475874;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

.checkbox-label a { text-decoration: underline; color: #4680b6; }

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #7d9bb7;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1), border-radius 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1), border-radius 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-width: 4px;
  border-color: #4680b6;
  background-color: #4680b6;
}

.icon-license {
  display: inline-block;
  width: 88px;
  height: 88px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 100px;
}

.block-icon-license {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.space {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #caebed;
}

.grid-image-license {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-license {
  width: 100%;
  height: 220px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-image {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.style-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #eaf9fa;
}

.grid-buttons {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-style-colors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-color {
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #4680b6;
  text-align: center;
}

.style-color.white {
  border-style: solid;
  border-width: 1px;
  border-color: #caebed;
  background-color: #fff;
}

.style-color.green {
  background-color: #4680b6;
}

.style-color.dark-gradient {
  background-color: transparent;
  background-image: linear-gradient(145deg, #132f5f, #2d4d86);
}

.style-color.light-gradient {
  background-color: transparent;
  background-image: linear-gradient(145deg, #eaf9fa, #a3ebf0);
}

.style-color.heading {
  background-color: #0a2046;
}

.style-color.paragraphs {
  background-color: #475874;
}

.style-color.border {
  background-color: #caebed;
}

.style-color.light-border {
  background-color: #d9f3f5;
}

.style-color.dark-border {
  background-color: #11365f;
}

.style-color.white-paragraphs {
  background-color: #9da5b5;
}

.style-color.background {
  background-color: #eaf9fa;
}

.text-style-color {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

.text-style-color.dark {
  color: #0a2046;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-text-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 12% 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-img-hero {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2-splash {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-splash {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1);
  transition: filter 300ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 300ms cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-splash:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.link-block-splash {
  width: 100%;
}

.block-splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-splash {
  margin-top: 20px;
  color: #0a2046;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  text-decoration: none;
}

.grid-3-splash {
  width: 100%;
  margin-top: 60px;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-2 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.heading-primary {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Josefin Sans', sans-serif;
  color: #2e3642;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-2 {
  max-width: 320px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #343af0;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.container.space-below {
  max-width: 1416px;
  margin-bottom: 120px;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.text-span {
  color: #484dff;
}

.column {
  width: 33%;
  padding: 10px;
}

.text--large {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
}

.icon--large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.card--light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 30px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(83, 6, 11, 0.08);
}

.grid--4col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card_icon {
  display: none;
  margin-bottom: 16px;
  color: #f75706;
}

.section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.align--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tag {
  margin-bottom: 16px;
  color: #4680b6;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-4 {
  margin-bottom: 0px;
}

.list-2 {
  margin-bottom: 10px;
}

.heading-5 {
  margin-bottom: auto;
  color: #07142b;
  font-size: 48px;
}

.link {
  color: #4680b6;
}

.link:hover {
  color: #4680b6;
}

.grid--3col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breadcrumb {
  margin-bottom: 20px;
  color: #4680b6;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.breadcrumb.blue {
  margin-bottom: 20px;
  color: #f4cc72;
}

.text-field-2 {
  height: 58px;
  margin-bottom: 0px;
  padding: 20px 25px;
  border: 1px solid #7d9bb7;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #0a2046;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.text-field-2:focus {
  border-color: #9da5b5;
}

.text-field-2::-webkit-input-placeholder {
  color: #9da5b5;
}

.text-field-2:-ms-input-placeholder {
  color: #9da5b5;
}

.text-field-2::-ms-input-placeholder {
  color: #9da5b5;
}

.text-field-2::placeholder {
  color: #9da5b5;
}

.text-success-2 {
  color: #0a2046;
  line-height: 1.2em;
  font-weight: 600;
}

.success-message-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
}

.error-message-2 {
  margin-top: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #11365f;
  border-radius: 5px;
  background-color: #0a2046;
  text-align: center;
}

.submit-button-2 {
  padding: 19px 44px;
  border-radius: 6px;
  background-color: #ac800a;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.submit-button-2:hover {
  background-color: #946d08;
  color: #fff;
}

.submit-button-2.blue {
  border-radius: 6px;
  background-color: #ac800a;
}

.submit-button-2.blue:hover {
  background-color: #946d08;
}

.text-error-2 {
  color: #fff;
  line-height: 1.2em;
  font-weight: 600;
}

.block-book-now-2 {
  position: relative;
  top: -80px;
  z-index: 20;
  max-width: 600px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  text-align: center;
}

.call-zaglavlje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #ead894;
}

.link-2 {
  color: #4680b6;
}

.link-footer-naslov {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #9da5b5;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.link-footer-naslov:hover {
  color: #ead794;
}

.title-quali {
  color: #07142b;
  font-size: 36px;
}

.title-quali.white {
  color: #fff;
}

.link-3 {
  color: #4680b6;
}

.link-4 {
  color: #4680b6;
}

.link-5 {
  color: #4680b6;
}

.link-6 {
  color: #4680b6;
}

.link-7 {
  color: #4680b6;
}

.link-8 {
  color: #4680b6;
}

.link-9 {
  color: #4680b6;
}

.link-10 {
  color: #4680b6;
}

.link-11 {
  color: #4680b6;
}

.link-12 {
  color: #4680b6;
}

.link-13 {
  color: #4680b6;
}

.slika-srednja {
  display: none;
  width: 100%;
  min-height: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.slika-mala {
  display: none;
  width: 100%;
  min-height: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.slika-velika {
  width: 100%;
  max-width: 1100px;
  min-height: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.slika-prva {
  position: relative;
  width: 100%;
  max-width: 1078px;
  margin-top: 55px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sadrzaj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 26px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}





.slika-mala-zgrada {
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.slika-srednja-zgrada {
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.slika-velika-zgrda {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.prednosti {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prednosti.small {
  margin-top: 80px;
  margin-bottom: 24px;
}

.prednosti.zero {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prednosti.full {
  max-width: none;
  margin-top: 20px;
}

.prednosti.single-page {
  margin-top: auto;
  border-radius: 10px;
  background-color: #faf8f6;
}

.naslovna-srednja {
  position: relative;
  left: 262px;
  display: none;
  width: 870px;
  height: 100%;
  max-width: none;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.naslovna-velika {
  position: relative;
  left: 262px;
  display: block;
  width: 750px;
  height: 100%;
  max-width: none;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.akcija-mala {
  display: none;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.akcija-velika {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-1mala {
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-1velika {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-2-mala {
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-2-srednja {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-3-mala {
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-3-velika {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-4-mala {
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.klinika-4velika {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.naslov {
  color: #07142b;
  font-size: 48px;
}

.naslov.white {
  color: #fff;
}

.rich-text-block-copy {
  margin-bottom: 40px;
}

.rich-text-block-copy.margin {
  margin-bottom: 0px;
}

.pasica {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1416px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pasica.small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pasica.zero {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pasica.full {
  max-width: 960px;
  margin-top: 20px;
}

.pasica.single-page {
  margin-top: auto;
  border-radius: 10px;
  background-color: #faf8f6;
}

.rich-text-block-faq {
  margin-bottom: 40px;
}

.rich-text-block-faq.margin {
  margin-bottom: 0px;
}

.block-contact-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 35px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.block-icon-contact-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  margin-top: -30px;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9f3f5;
  border-radius: 100px;
  background-color: #fff;
}

.semi-bold-2 {
  color: #0a2046;
  font-weight: 600;
}

.block-contatto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ead794;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.naslov-contatti {
  margin-right: auto;
}

.podaci-contatto {
  margin-right: auto;
  margin-bottom: 22px;
  text-align: left;
}

.subtitle-2 {
  color: #4680b6;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.subtitle-2.blue {
  margin-bottom: 20px;
  color: #4680b6;
  text-transform: uppercase;
}

.textarea-2 {
  max-height: 300px;
  max-width: 100%;
  min-height: 140px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 18px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #caebed;
  border-radius: 29px;
  background-color: #fff;
  -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #0a2046;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.textarea-2:focus {
  border-color: #9da5b5;
}

.textarea-2::-webkit-input-placeholder {
  color: #9da5b5;
}

.textarea-2:-ms-input-placeholder {
  color: #9da5b5;
}

.textarea-2::-ms-input-placeholder {
  color: #9da5b5;
}

.textarea-2::placeholder {
  color: #9da5b5;
}

.stomatoloska-rjesenja {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1416px;
  margin-top: 60px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stomatoloska-rjesenja.small {
  margin-top: 80px;
  margin-bottom: 20px;
}

.stomatoloska-rjesenja.zero {
  margin-top: 0px;
  margin-bottom: 0px;
}

.stomatoloska-rjesenja.full {
  max-width: 960px;
  margin-top: 20px;
}

.stomatoloska-rjesenja.single-page {
  margin-top: auto;
  border-radius: 10px;
  background-color: #faf8f6;
}

.block-center-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.block-center-2.large {
  max-width: 1300px;
}

.cards-servizio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(83, 6, 11, 0.08);
}

.text--large-2 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 20px 0 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.content-o-doktorima {
  width: 100%;
  max-width: 1078px;
  margin-bottom: 50px;
}

.section-hero-lista {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 68vh;
  padding: 0px 26px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.section-hero-lista.alternative {
  overflow: visible;
  padding-top: 155px;
  padding-bottom: 0px;
}

.section-hero-lista.overflow {
  overflow: visible;
  min-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-hero-lista.gradient {
  overflow: visible;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#a3ebf0));
  background-image: linear-gradient(0deg, #fff, #a3ebf0);
}

.section-hero-lista.gradient._100vh {
  min-height: 100vh;
}

.image-zahvati {
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.zahvati-lista {
  width: 100%;
  max-width: 1078px;
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.paragraph-4 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 120%;
}

.image-zahvati-mala {
  display: none;
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-zahvati-mala-copy {
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-zahvati-srednja {
  display: none;
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-zahvati-velika {
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.zahvati {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}

.galerija-hp {
  width: 100%;
  margin-bottom: 100px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.richiedi-prima-visita-gratuita {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1416px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.richiedi-prima-visita-gratuita.small {
  margin-top: 80px;
  margin-bottom: 20px;
}

.richiedi-prima-visita-gratuita.zero {
  margin-top: 0px;
  margin-bottom: 0px;
}

.richiedi-prima-visita-gratuita.full {
  max-width: 960px;
  margin-top: 20px;
}

.richiedi-prima-visita-gratuita.single-page {
  margin-top: auto;
  border-radius: 10px;
  background-color: #faf8f6;
}

.richiedi-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.richiedi-block.large {
  max-width: 1300px;
}

.richiedi-naslov-forma {
  margin-bottom: 20px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 3em;
  text-transform: none;
}

.richiedi-naslov-forma.small {
  margin-bottom: 30px;
  font-size: 48px;
}

.richiesta-invia {
  padding: 19px 44px;
  border-radius: 6px;
  background-color: #ac800a;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.richiesta-invia.richiesta-new-button { padding: 0 !important; }
.richiesta-invia.richiesta-new-button span { display: block; width: 100%; height: auto; padding: 20px; }

.richiesta-invia:hover {
  background-color: #946d08;
  color: #fff;
}

.richiesta-invia.blue {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #ac800a;
  width: 100%;
}

.richiesta-invia.blue:hover {
  background-color: #946d08;
}

.testimonianze-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 68vh;
  padding: 0px 26px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.testimonianze-hero.alternative {
  overflow: visible;
  padding-top: 155px;
  padding-bottom: 0px;
}

.testimonianze-hero.overflow {
  overflow: visible;
  min-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonianze-hero.gradient {
  overflow: visible;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#a3ebf0));
  background-image: linear-gradient(0deg, #fff, #a3ebf0);
}

.testimonianze-hero.gradient._100vh {
  min-height: 100vh;
}

.testimonianze-teskst {
  width: 100%;
  max-width: 800px;
  font-style: italic;
  text-align: center;
}

.testimonianze-teskst .item { margin-bottom: 40px; }
.testimonianze-teskst .item .testimo { margin-bottom: 0; }
.testimonianze-teskst .item .name { margin-bottom: 0;  font-weight: 700; }

.youtube-video {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 0px;
    right: auto;
    margin-top: auto;
    background-color: #fff;
    transform: unset !important;
  }

  .block-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    max-width: none;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .dropdown-list {
    display: none;
  }

  .section-hero {
    min-height: unset;
    height: 100vh;
    max-height:  800px;
    padding-top: 0px;
  }


  .content {
    margin-bottom: auto;
  }

  .content.small {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .content.full {
    max-width: 960px;
  }

  .content.single-page {
    background-color: #faf8f6;
  }

  .hero-title {
    font-family: 'DM Serif Display', sans-serif;
    color: #07142b;
    text-transform: none;
  }

  .naslovna-velika { width: auto; }

  .paragraph-large {
    max-width: 700px;
  }

  .button.green {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .section-icons {
    position: relative;
    top: -34px;
  }

  .title {
    font-size: 48px;
  }

  .title.white {
    color: #fff;
  }

  .subtitle.blue {
    margin-bottom: 20px;
    color: #4680b6;
    text-transform: uppercase;
  }

  .subtitle.gold {
    margin-bottom: 20px;
    color: #f4cc72;
    text-transform: uppercase;
  }

  .circle-contact {
    background-color: #ead794;
  }

  .heading-contact {
    color: #618db6;
  }

  .heading-contact.white {
    color: #000;
  }

  .absolute-phone {
    left: auto;
  }

  .title-italic.green {
    color: #f4cc72;
  }

  .check {
    margin-bottom: 14px;
  }

  .grid-banner {
    margin-top: 40px;
  }

  .section-footer {
    background-color: #282c33;
  }

  .section-footer-top {
    background-color: #ead794;
    background-image: none;
  }

  .contact-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-contact-footer {
    color: #000;
  }

  .grid-footer {
    -ms-grid-columns: 1fr 0.25fr 0.25fr 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr 0.25fr 1fr 1fr 0.25fr;
  }

  .link-footer:hover {
    color: #ead794;
  }

  .link-footer.link-footer-naslov.drugi {
    margin-top: 20px;
  }

  .grid-hero {
    margin-top: auto;
  }

  .bg-hero {
    background-image: url(../images/pozadina.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }

  .naslovna-mala {
    top: auto;
  }

  .block-book-now {
    top: -120px;
    max-width: 600px;
    margin-top: 140px;
  }

  .block-single-page {
    max-width: 1100px;
  }

  .block-margin {
    margin-bottom: 60px;
  }

  .rich-text-block {
    margin-bottom: 60px;
  }

  .grid-partition {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    box-shadow: 0 0 20px 0 rgba(10, 32, 70, 0.3);
  }

  .paragraph-contact {
    text-align: left;
  }

  .heading-contact-large {
    text-align: left;
  }

  .textarea {
    border-color: #7d9bb7;
  }

  .text--large {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .icon--large {
    font-size: 32px;
    line-height: 32px;
  }

  .card--light {
    margin-bottom: 24px;
    padding: 30px 32px 20px 30px;
  }

  .grid--4col {
    grid-auto-flow: row;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card_icon {
    display: none;
  }

  .card {
    margin-bottom: 24px;
    padding: 32px;
  }

  .tag {
    font-size: 20px;
    line-height: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .section_col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .list-item {
    color: #4680b6;
  }

  .list {
    padding-left: 20px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .heading-5 {
    margin-bottom: auto;
    font-size: 48px;
  }

  .link {
    color: #618db6;
  }

  .link:hover {
    color: #4680b6;
  }

  .grid--3col {
    grid-auto-flow: row;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .breadcrumb.blue {
    margin-bottom: 20px;
    color: #f4cc72;
    text-transform: uppercase;
  }

  .block-book-now-2 {
    top: -120px;
    max-width: 600px;
  }

  .link-2 {
    color: #4680b6;
  }

  .link-footer-naslov {
    text-transform: uppercase;
  }

  .link-footer-naslov:hover {
    color: #ead794;
  }

  .title-quali {
    font-size: 40px;
  }

  .title-quali.white {
    color: #fff;
  }

  .link-3 {
    color: #4680b6;
  }

  .slika-srednja {
    box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
  }

  .slika-mala {
    box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
  }

  .slika-velika {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
    text-align: left;
  }

  .slika-prva {
    max-width: 1078px;
    margin-bottom: auto;
  }

  .slika-mala-zgrada {
    display: none;
  }

  .slika-velika-zgrda {
    box-shadow: 0 0 30px 0 rgba(10, 32, 70, 0.3);
  }

  .prednosti {
    margin-bottom: auto;
  }

  .prednosti.small {
    margin-top: 80px;
  }

  .prednosti.single-page {
    background-color: #faf8f6;
  }

  .naslovna-srednja {
    top: auto;
  }

  .naslovna-velika {
    top: auto;
  }

  .klinika-4-mala {
    display: none;
  }

  .naslov {
    font-size: 48px;
  }

  .naslov.white {
    color: #fff;
  }

  .rich-text-block-copy {
    margin-bottom: 0px;
  }

  .pasica {
    margin-bottom: auto;
  }

  .pasica.small {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pasica.full {
    max-width: 960px;
  }

  .pasica.single-page {
    background-color: #faf8f6;
  }

  .rich-text-block-faq {
    margin-bottom: 60px;
  }

  .block-contatto {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 1px;
    text-align: left;
  }

  .naslov-contatti {
    margin-right: auto;
    text-align: left;
  }

  .podaci-contatto {
    margin-right: auto;
    text-align: left;
  }

  .subtitle-2.blue {
    margin-bottom: 20px;
    color: #4680b6;
    text-transform: uppercase;
  }

  .stomatoloska-rjesenja {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .stomatoloska-rjesenja.small {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .stomatoloska-rjesenja.full {
    max-width: 960px;
  }

  .stomatoloska-rjesenja.single-page {
    background-color: #faf8f6;
  }

  .cards-servizio {
    margin-bottom: 0px;
    padding: 0px;
  }

  .text--large-2 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  .text--large-2 a { font-size: 24px; line-height: 28px;  }

  .slika-doktor {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .content-o-doktorima {
    margin-bottom: 80px;
  }

  .section-hero-lista {
    min-height: 68vh;
    padding-top: 0px;
  }

  .section-hero-lista.overflow {
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-zahvati {
    max-width: 70%;
    margin-top: auto;
  }

  .zahvati-lista {
    margin-bottom: 60px;
    padding: 20px 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  }

  .paragraph-4 {
    margin-bottom: 0px;
  }

  .image-zahvati-mala {
    max-width: 70%;
    margin-top: auto;
  }

  .image-zahvati-mala-copy {
    max-width: 70%;
    margin-top: auto;
  }

  .image-zahvati-srednja {
    max-width: 70%;
    margin-top: auto;
  }

  .image-zahvati-velika {
    max-width: 70%;
    margin-top: auto;
  }

  .zahvati {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .galerija-hp {
    margin-bottom: 100px;
  }

  .richiedi-prima-visita-gratuita {
    margin-bottom: auto;
  }

  .richiedi-prima-visita-gratuita.small {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .richiedi-prima-visita-gratuita.full {
    max-width: 960px;
  }

  .richiedi-prima-visita-gratuita.single-page {
    background-color: #faf8f6;
  }

  .richiedi-naslov-forma {
    font-family: 'DM Serif Display', sans-serif;
    color: #07142b;
    text-transform: none;
  }

  .richiedi-naslov-forma.small {
    font-size: 50px;
  }

  .richiesta-invia.blue {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonianze-hero {
    min-height: 68vh;
    padding-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }
  .menu-dropdown
  {display: none;}
  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    margin-top: auto;
    background-color: #fff;
  }

  .block-navbar {
    top: auto;
  }

  .nav-button {
    display: none;
    border-radius: 6px;
    background-color: #7d9bb7;
  }

  .nav-button:hover {
    background-color: #4680b6;
  }

  .dropdown-list {
    margin-left: 0px;
  }

  .menu-button {
    margin-left: 6px;
    padding: 12px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    color: #0a2046;
    font-size: 22px;
    line-height: 1.2em;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #FFF;
    color: #000;
  }

  .section-hero {
    position: relative;
    min-height: unset;
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #fff;
    background-image: none;
  }

  .section-hero.alternative {
    padding-top: 140px;
  }

  .nav-menu {
    margin-top: 10px;
    margin-right: 26px;
    margin-left: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 20px 30px -30px rgba(10, 32, 70, 0.3);
  }

  .content {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .content.small {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content.full {
    margin-top: 40px;
  }

  .content.single-page {
    margin-top: 0px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .hero-title {
    font-family: 'DM Serif Display', sans-serif;
    font-size: 32px;
    line-height: 120%;
    text-transform: none;

  }

  .hero-title.small {
    font-size: 58px;
  }

  .block-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    max-width: 600px;
    margin-bottom: 20px;
    width: 80%;
  }

  .button.green:hover {
    background-color: #4680b6;
  }

  .img-hero-1-3 {
    right: -337px;
    width: 220px;
    height: 280px;
  }

  .img-hero-1-5 {
    left: -21px;
    top: -308px;
    width: 220px;
    height: 280px;
  }

  .img-hero-1-7 {
    left: -135px;
    bottom: -261px;
    width: 220px;
    height: 280px;
  }

  .img-hero-1-4 {
    left: -274px;
    top: -190px;
    width: 220px;
    height: 280px;
  }

  .img-hero-1-6 {
    left: -319px;
    bottom: -52px;
    width: 220px;
    height: 280px;
  }

  .img-hero-1-2 {
    top: -264px;
    right: -230px;
    width: 220px;
    height: 280px;
  }

  .img-hero-1-1 {
    right: -129px;
    bottom: -270px;
    width: 220px;
    height: 280px;
  }

  .section-icons {
    top: auto;
  }

  .grid-5-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-icon-service {
    padding: 24px 10px 10px;
  }

  .link-icon-service.dark {
    background-color: #f8f8f8;
  }

  .link-icon-service.dark:hover {
    background-color: #f2e4d5;
  }

  .heading-service-small.white {
    color: #0a2046;
  }

  .section-background {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #faf8f6;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
  }

  .image-style-grid {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .block-right {
    padding: 25px 6%;
  }

  .subtitle.blue {
    color: #4680b6;
  }

  .subtitle.gold {
    color: #f4cc72;
  }

  .section-white {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .block-center {
    max-width: 640px;
  }

  .grid-3-columns {
    margin-bottom: 70px;
    grid-column-gap: 15px;
  }

  .image-style-service {
    height: 210px;
  }

  .heading-service-cms {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 26px;
  }

  .collection-list-wrapper-service {
    margin-bottom: 15px;
  }

  .collection-list-service {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-list-service.small {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-service-cms {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .block-full {
    padding: 90px 10%;
  }

  .text-field {
    border-color: #618db6;
    border-radius: 6px;
  }

  .submit-button {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button:hover {
    background-color: #4680b6;
  }

  .submit-button.blue {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button.blue:hover {
    background-color: #4680b6;
  }

  .testimonial {
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    background-color: #faf8f6;
    height:  auto;
  }

  .block-left {
    padding-top: 30px;
    padding-right: 6%;
    padding-bottom: 30px;
  }

  .contact {
    padding: 25px 35px 25px 25px;
  }

  .block-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .absolute-phone {
    left: auto;
  }

  .image-grid {
    min-height: 510px;
  }

  .circle-check {
    background-color: #ead794;
  }

  .check {
    margin-top: 3px;
    margin-bottom: 14px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-4-columns {
    margin-bottom: 40px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-style-staff {
    height: 250px;
  }

  .heading-staff {
    margin-top: 20px;
  }

  .block-link-social {
    margin-bottom: 10px;
  }

  .link-social {
    width: 36px;
    height: 36px;
    margin: 3px;
  }

  .icon-social {
    width: 15px;
    height: 15px;
  }

  .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #282c33;
  }

  .collection-list-blog {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-style-blog {
    height: 170px;
  }

  .heading-blog {
    font-size: 22px;
  }

  .post-date {
    margin-top: 25px;
  }

  .section-footer {
    padding-top: 80px;
  }

  .section-footer-top {
    background-color: #ead794;
  }

  .contact-footer {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .block-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-contact-footer {
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .grid-footer {
    padding-bottom: 80px;
    -ms-grid-columns: 1fr 0.5fr 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 0.5fr 1fr 1fr 0.25fr;
  }

  .link-footer:hover {
    color: #ead794;
  }

  .grid-hero {
    margin-top: auto;
    margin-bottom: auto;
  }


.action-box { grid-template-columns: 3fr 1fr; }
.action-heading { font-size: 37px; }
.subheading-action { width: 70%; }

  .bg-hero {
    min-height: auto;
    background-image: url('../images/pozadina-srednja.webp');
    background-position: 0% 0%;
  }

  .naslovna-mala {
    left: 248px;
    display: none;
    width: 800px;
  }

  .icons-dark {
    margin-top: -40px;
    padding: 5px;
    background-color: #f8f8f8;
  }

  .grid-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-book-now {
    position: relative;
    top: -80px;
    margin-top: 100px;
    padding: 35px;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(10, 32, 70, 0.3);
  }

  .img-hero-2-1 {
    left: 414px;
    bottom: -113px;
    width: 100px;
    height: 150px;
  }

  .img-hero-2-2 {
    left: 277px;
    top: -130px;
    width: 220px;
    height: 280px;
  }

  .img-hero-2-3 {
    left: 238px;
    top: 105px;
    width: 150px;
    height: 190px;
  }

  .img-hero-2-4 {
    left: 79px;
    top: -13px;
    width: 180px;
    height: 230px;
  }

  .img-hero-2-5 {
    left: 22px;
    top: -325px;
    width: 220px;
    height: 280px;
  }

  .img-hero-2-6 {
    bottom: -279px;
    width: 220px;
    height: 280px;
  }

  .img-hero-2-7 {
    left: 162px;
    bottom: -196px;
    width: 220px;
    height: 280px;
  }

  .background-video {
    min-height: 510px;
  }

  .collection-item-service-icon {
    padding: 30px 20px;
  }

  .collection-item-service-icon.left {
    margin-top: -15px;
    padding: 35px 30px 35px 55px;
  }

  .heading-service-icon-cms {
    font-size: 26px;
  }

  .link-icon-service-cms {
    border-color: #f2e4d5;
  }

  .link-icon-service-cms:hover {
    background-color: #f2e4d5;
  }

  .contact-location {
    padding: 25px 35px 25px 25px;
  }

  .absolute-location {
    left: -2%;
    bottom: 4%;
  }

  .banner-large {
    padding: 90px 125px;
  }

  .img-banner-large-1 {
    width: 140px;
    height: 140px;
  }

  .img-banner-large-2 {
    left: 21px;
    bottom: -45px;
    width: 210px;
    height: 130px;
  }

  .img-banner-large-3 {
    top: 11px;
    right: -13px;
    width: 130px;
    height: 150px;
  }

  .img-banner-large-4 {
    top: -38px;
    width: 130px;
    height: 130px;
  }

  .img-banner-large-5 {
    left: -18px;
    top: 53px;
    width: 110px;
    height: 140px;
  }

  .grid-hero-alternative {
    margin-bottom: -25px;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1.7fr 1.1fr;
    grid-template-columns: 1.7fr 1.1fr;
  }

  .block-book-now-hero {
    padding: 25px;
  }

  .block-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .background-video-style {
    height: 420px;
  }

  .absolute-phone-hero {
    left: 20px;
    bottom: 20px;
  }

  .grid-request {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .request {
    max-width: 400px;
    padding: 25px;
  }

  .block-request {
    padding-top: 15px;
    padding-right: 15px;
  }

  .smile-single {
    left: -41px;
    top: -42px;
  }

  .grid-service-large {
    -ms-grid-columns: 1.7fr 1fr;
    grid-template-columns: 1.7fr 1fr;
  }

  .image-style-service-large {
    height: 430px;
  }

  .block-single-page {
    margin-top: 45px;
    margin-bottom: -100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-number {
    padding: 25px 35px 25px 25px;
  }

  .block-margin {
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rich-text-block {
    margin-bottom: 25px;
    margin-top:  40px;
  }

  .grid-partition {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-partition {
    padding: 45px 10%;
  }

  .grid-image-about {
    height: 280px;
    margin-top: 15px;
    margin-bottom: -80px;
    grid-column-gap: 15px;
  }

  .collection-list-blog-large {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .block-blog {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-blog-large {
    font-size: 32px;
  }

  .block-contact {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .textarea {
    border-radius: 6px;
  }

  .block-text-request {
    padding: 40px 10% 25px;
  }

  .grid-2-splash {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .grid-3-splash {
    margin-top: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .column {
    width: 100%;
  }

  .icon--large {
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--light {
    margin-bottom: 20px;
  }

  .grid--4col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card_icon {
    display: none;
  }

  .section_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .tag {
    margin-bottom: 8px;
  }

  .container-2 {
    max-width: 768px;
  }

  .section_col {
    max-width: none;
    min-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .list {
    margin-bottom: 0px;
  }

  .list-2 {
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-bottom: auto;
  }

  .link:hover {
    color: #4680b6;
  }

  .grid--3col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .breadcrumb {
    margin-bottom: 30px;
    color: #4680b6;
  }

  .breadcrumb.blue {
    color: #f4cc72;
  }

  .text-field-2 {
    border-color: #7d9bb7;
    border-radius: 6px;
  }

  .submit-button-2 {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button-2:hover {
    background-color: #4680b6;
  }

  .submit-button-2.blue {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button-2.blue:hover {
    background-color: #4680b6;
  }

  .block-book-now-2 {
    position: relative;
    top: -80px;
    padding: 35px;
    border-radius: 6px;
  }

  .call-zaglavlje {
    background-color: #ead894;
  }

  .link-2 {
    color: #4680b6;
  }

  .link-footer-naslov {
    text-transform: uppercase;
  }

  .link-footer-naslov:hover {
    color: #ead794;
  }

  .title-quali {
    font-size: 26px;
  }

  .link-4 {
    color: #4680b6;
  }

  .link-5 {
    color: #4680b6;
  }

  .link-6 {
    color: #4680b6;
  }

  .link-7 {
    color: #4680b6;
  }

  .link-8 {
    color: #4680b6;
  }

  .link-9 {
    color: #4680b6;
  }

  .link-10 {
    color: #4680b6;
  }

  .link-11 {
    color: #4680b6;
  }

  .link-12 {
    color: #4680b6;
  }

  .link-13 {
    color: #4680b6;
  }

  .slika-srednja {
    display: block;
    box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
  }

  .slika-mala {
    display: none;
    box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
  }

  .slika-velika {
    display: none;
  }

  .slika-prva {
    margin-top: 45px;
    margin-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sadrzaj {
    padding-top: 10px;
    padding-bottom: 45px;
  }

  .slika-mala-zgrada {
    display: none;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }



  .prednosti {
    max-width: 990px;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .prednosti.small {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .prednosti.full {
    margin-top: 40px;
  }

  .prednosti.single-page {
    margin-top: 0px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .naslovna-srednja {
    left: 248px;
    display: block;
    width: 650px;
  }

  .naslovna-velika {
    left: 248px;
    display: none;
    width: 800px;
  }

  .akcija-mala {
    display: none;
  }

  .klinika-1mala {
    display: none;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-1velika {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-2-mala {
    display: none;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-2-srednja {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-3-mala {
    display: none;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-3-velika {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-4-mala {
    display: none;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-4velika {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .rich-text-block-copy {
    margin-bottom: 25px;
  }

  .pasica {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .pasica.small {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pasica.full {
    margin-top: 40px;
  }

  .pasica.single-page {
    margin-top: 0px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .rich-text-block-faq {
    margin-bottom: 25px;
  }

  .block-contact-2 {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .block-contatto {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-width: 1px;
    border-color: #ead794;
  }

  .naslov-contatti {
    margin-right: auto;
  }

  .subtitle-2.blue {
    color: #4680b6;
  }

  .stomatoloska-rjesenja {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .stomatoloska-rjesenja.small {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stomatoloska-rjesenja.full {
    margin-top: 40px;
  }

  .stomatoloska-rjesenja.single-page {
    margin-top: 0px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .block-center-2 {
    max-width: 640px;
  }

  .cards-servizio {
    margin-bottom: 20px;
  }

  .text--large-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    font-size: 24px;
  }

  .doktor-slika {
    margin-bottom: 20px;
  }

  .section-hero-lista {
    position: relative;
    min-height: 55vh;
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #fff;
    background-image: none;
  }

  .section-hero-lista.alternative {
    padding-top: 140px;
  }

  .image-zahvati {
    max-width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .zahvati-lista {
    margin-bottom: 60px;
  }

  .paragraph-4 {
    margin-bottom: 0px;
  }

  .image-zahvati-mala {
    display: none;
    max-width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-zahvati-mala-copy {
    max-width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-zahvati-srednja {
    display: block;
    max-width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-zahvati-velika {
    display: none;
    max-width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .zahvati {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .galerija-hp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .richiedi-prima-visita-gratuita {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .richiedi-prima-visita-gratuita.small {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .richiedi-prima-visita-gratuita.full {
    margin-top: 40px;
  }

  .richiedi-prima-visita-gratuita.single-page {
    margin-top: 0px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .richiedi-block {
    max-width: 640px;
  }

  .richiedi-naslov-forma {
    font-family: 'DM Serif Display', sans-serif;
    font-size: 3em;
    text-transform: none;
  }

  .richiedi-naslov-forma.small {
    font-size: 40px;
  }

  .richiesta-invia {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .richiesta-invia:hover {
    background-color: #946d08;
  }

  .richiesta-invia.blue {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 6px;
    background-color: #ac800a;
  }

  .richiesta-invia.blue:hover {
    background-color: #946d08;
  }

  .testimonianze-hero {
    position: relative;
    min-height: 55vh;
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #fff;
    background-image: none;
  }

  .testimonianze-hero.alternative {
    padding-top: 140px;
  }

  .testimonianze-teskst {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 48px;
  }

  h2 {
    margin-bottom: 27px;
    font-size: 36px;
  }

  h3 {
 
    font-size: 28px;
  }

  h4 {
    margin-bottom: 14px;
    font-size: 24px;
  }

  h5 {
    margin-bottom: 14px;
    font-size: 21px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    margin-bottom: 30px;
  }

  ul {
    margin-bottom: 30px;
    padding-left: 30px;
  }

  ol {
    margin-bottom: 30px;
    padding-left: 30px;
  }

  li {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 5px;
  }

  blockquote {
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .slika-srednja-zgrada {
    display: block;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slika-velika-zgrda {
    display: none;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: 0 0 10px 0 rgba(10, 32, 70, 0.3);
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    margin-top: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-button {
    display: none;
    border-radius: 6px;
    background-color: #7d9bb7;
  }

  .nav-button:hover {
    background-color: #4680b6;
  }

  .menu-button {
    background-color: transparent;
  }

  .section-hero {
    padding: 0px 0px 35px;
    background-color: #fff;
    background-image: none;
  }

  .section-hero.alternative {
    padding-top: 130px;
  }

  .nav-menu {
    margin-right: 15px;
    margin-left: 15px;
  }

  .content {
    margin-top: 40px;
    margin-bottom: auto;
  }

  .content.small {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .content.full {
    margin-top: 20px;
  }

  .content.single-page {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .hero-title {
    font-family: 'DM Serif Display', sans-serif;
    font-size: 30px;
    text-transform: none;
    line-height: 120%;
    text-transform: none;
  }



  .hero-title.small {
    font-size: 48px;
  }

  .paragraph-large {
    max-width: 500px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 120%;
  }

  .button.green:hover {
    background-color: #4680b6;
  }

  .img-hero-1-3 {
    right: -193px;
    width: 170px;
    height: 230px;
  }

  .img-hero-1-5 {
    left: 22px;
    top: -243px;
    width: 170px;
    height: 230px;
  }

  .img-hero-1-7 {
    left: 0px;
    bottom: -229px;
    width: 170px;
    height: 230px;
  }

  .img-hero-1-4 {
    left: -159px;
    top: -142px;
    width: 170px;
    height: 230px;
  }

  .img-hero-1-6 {
    left: -188px;
    bottom: -37px;
    width: 170px;
    height: 230px;
  }

  .img-hero-1-2 {
    top: -221px;
    right: -108px;
    width: 170px;
    height: 230px;
  }

  .img-hero-1-1 {
    right: -18px;
    bottom: -213px;
    width: 170px;
    height: 230px;
  }

  .section-icons {
    top: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-5-columns {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-icon-service.dark {
    background-color: #f8f8f8;
  }

  .link-icon-service.dark:hover {
    background-color: #f2e4d5;
  }

  .heading-service-small.white {
    color: #0a2046;
  }

  .section-background {
    padding: 35px 25px;
    background-color: #faf8f6;
  }

  .grid-2-columns {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-style-grid {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .block-right {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .title {
    font-size: 40px;
    text-align: left;
  }

  .subtitle.blue {
    margin-right: auto;
    color: #4680b6;
    text-align: left;
  }

  .subtitle.gold {
    margin-right: auto;
    color: #f4cc72;
    text-align: left;
  }

  .section-white {
    padding: 35px 15px;
  }

  .block-center {
    max-width: none;
    padding: 0 25px;
  }

  .grid-3-columns {
    margin-bottom: 80px;
    justify-items: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-style-service {
    height: 290px;
  }

  .heading-service-cms {
    margin-top: 20px;
    font-size: 24px;
  }

  .collection-list-service {
    justify-items: center;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-item-service {
    max-width: 500px;
  }

  .grid-full {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-full {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-field {
    border-color: #618db6;
    border-radius: 6px;
  }

  .submit-button {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button:hover {
    background-color: #4680b6;
  }

  .submit-button.blue {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button.blue:hover {
    background-color: #4680b6;
  }

  .testimonial {
    max-width: 500px;
    background-color: #faf8f6;
  }

  .heading-testimonial {
    margin-right: auto;
  }

  .paragraph-italic {
    text-align: left;
  }

  .block-left {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6%;
    padding:  0;
  }

  .contact {
    padding: 8px 24px 8px 18px;
  }

  .circle-contact {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ead794;
  }

  .heading-contact.white {
    margin-left: 0px;
  }

  .absolute-phone {
    left: auto;
  }

  .image-grid {
    min-height: 300px;
  }

  .circle-check {
    background-color: #ead794;
  }

  .check {
    margin-bottom: 14px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-4-columns {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-style-staff {
    height: 300px;
  }

  .heading-staff {
    margin-top: 18px;
    margin-bottom: 5px;
  }

  .block-banner {
    background-color: #282c33;
  }

  .collection-list-blog {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-blog._3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-item-blog {
    max-width: 500px;
  }

  .image-style-blog {
    height: 36vw;
  }

  .heading-blog {
    font-size: 21px;
  }

  .post-date {
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .section-footer {
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-footer-top {
    padding: 15px;
    background-color: #ead794;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-footer {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-footer-top {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-footer {
    padding-bottom: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-footer {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-footer:hover {
    color: #ead794;
  }

  .brand-footer {
    padding-left: 0px;
  }

  .footer-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-footer-down {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .link-social-footer {
    margin-right: 4px;
    margin-left: 4px;
  }

  .grid-hero {
    padding-right: 0px;
    padding-left: 25px;
    -ms-grid-columns: 6fr 1fr;
    grid-template-columns: 6fr 1fr;
  }

.action-box { width: 100%; display: block; padding: 0 25px !important; }
.action-heading { width: 100%; max-width:  unset; font-size: 40px;text-align: center; margin-bottom: 10px; }
.action-heading span { display: inline-block; }
.subheading-action { width: 100%; text-align: center; max-width: unset; }
.subheading-action span { display: inline-block; }
.action-form-filed { width: 100%; max-width: 500px; margin: 0 auto; }
.action-submit-form { max-width: unset; margin: 0 auto; }


  .bg-hero {
    position: relative;
    display: block;
    background-image: url('../images/pozadina-srednja.webp');
  }

  .naslovna-mala {
    left: auto;
    display: none;
    width: 100%;
  }

  .icons-dark {
    margin-top: -30px;
    background-color: #f8f8f8;
  }

  .grid-image {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-book-now {
    position: relative;
    top: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(10, 32, 70, 0.3);
  }

  .heading-form {
    text-align: left;
  }

  .img-hero-2-1 {
    left: 20px;
    bottom: -165px;
  }

  .img-hero-2-2 {
    left: 7px;
    top: -101px;
    width: 120px;
    height: 180px;
  }

  .img-hero-2-3 {
    left: 36px;
    top: 44px;
    width: 120px;
    height: 180px;
  }

  .img-hero-2-4 {
    left: 9px;
    top: -241px;
    width: 100px;
    height: 130px;
  }

  .img-hero-2-5 {
    left: -138px;
    top: -221px;
    width: 120px;
    height: 180px;
  }

  .img-hero-2-6 {
    left: -230px;
    bottom: -176px;
    width: 140px;
    height: 160px;
  }

  .img-hero-2-7 {
    left: -60px;
    bottom: -121px;
    width: 120px;
    height: 180px;
  }

  .background-video {
    min-height: 420px;
  }

  .collection-item-service-icon {
    max-width: 500px;
  }

  .collection-item-service-icon.left {
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-service-icon-cms {
    font-size: 24px;
  }

  .link-icon-service-cms {
    border-color: #f2e4d5;
  }

  .link-icon-service-cms:hover {
    background-color: #f2e4d5;
  }

  .contact-location {
    padding: 8px 24px 18px 18px;
  }

  .location {
    margin-bottom: 0px;
  }

  .absolute-location {
    left: -6px;
  }

  .banner-large {
    padding: 70px 40px;
  }

  .img-banner-large-1 {
    right: 17px;
    bottom: -47px;
    width: 120px;
    height: 120px;
  }

  .img-banner-large-2 {
    left: 10px;
    bottom: -52px;
    width: 180px;
    height: 110px;
  }

  .img-banner-large-3 {
    top: -51px;
    right: 8px;
    width: 110px;
    height: 130px;
  }

  .img-banner-large-4 {
    left: 90px;
    top: -51px;
    width: 110px;
    height: 110px;
  }

  .img-banner-large-5 {
    left: 18px;
    top: -30px;
    width: 90px;
    height: 120px;
  }

  .grid-hero-alternative {
    grid-row-gap: 15px;
    -ms-grid-columns: 1.7fr;
    grid-template-columns: 1.7fr;
  }

  .block-book-now-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-video {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video-style {
    width: 100%;
    height: 300px;
  }

  .grid-request {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-request {
    padding-right: 0px;
  }

  .smile-single {
    left: 1px;
  }

  .collection-list-service-large {
    justify-items: center;
    grid-row-gap: 40px;
  }

  .grid-service-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-style-service-large {
    height: 320px;
  }

  .block-single-page {
    margin-top: 30px;
    margin-bottom: -70px;
  }

  .image-style-grid-single {
    display: none;
    min-height: 300px;
  }

  .number {
    margin-right: 18px;
  }

  .block-margin {
    margin-bottom: 20px;
  }

  .rich-text-block {
    margin-bottom: auto;
  }

  .grid-partition {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-partition {
    min-height: 300px;
  }

  .grid-image-about {
    height: 430px;
    margin-bottom: -70px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-blog-large {
    justify-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-blog-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-blog {
    margin-top: 5px;
    padding: 30px 7%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-blog-large {
    font-size: 28px;
  }

  .block-icon-service-single {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .block-contact {
    width: 100%;
    max-width: 500px;
  }

  .textarea {
    border-radius: 6px;
  }

  .image-map {
    height: 480px;
  }

  .grid-image-license {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .map-image {
    height: 250px;
  }

  .grid-style-colors {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-splash {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-splash {
    font-size: 17px;
  }

  .text--large {
    margin-bottom: 8px;
  }

  .icon--large {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .card--light {
    padding: 20px;
  }

  .grid--4col {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card_icon {
    display: none;
  }

  .section_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    padding: 20px;
  }

  .card.align--center {
    text-align: left;
  }

  .tag {
    font-size: 14px;
    line-height: 18px;
  }

  .container-2 {
    max-width: 600px;
  }

  .section_col {
    width: 100%;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .list-item {
    color: #4680b6;
  }

  .list-2 {
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-bottom: auto;
    font-size: 40px;
    text-align: left;
  }

  .link:hover {
    color: #4680b6;
  }

  .paragraph-3 {
    text-align: left;
  }

  .grid--3col {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .breadcrumb {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #4680b6;
  }

  .breadcrumb.blue {
    margin-right: auto;
    color: #f4cc72;
    text-align: left;
  }

  .text-field-2 {
    border-color: #7d9bb7;
    border-radius: 6px;
  }

  .submit-button-2 {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button-2:hover {
    background-color: #4680b6;
  }

  .submit-button-2.blue {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button-2.blue:hover {
    background-color: #4680b6;
  }

  .block-book-now-2 {
    position: relative;
    top: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 25px;
  }

  .call-zaglavlje {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ead894;
    margin-left: 0;
  }

  .link-2 {
    color: #4680b6;
  }

  .link-footer-naslov {
    text-transform: uppercase;
  }

  .link-footer-naslov:hover {
    color: #ead794;
  }

  .title-quali {
    font-size: 26px;
    text-align: left;
  }

  .link-4 {
    color: #4680b6;
  }

  .link-5 {
    color: #4680b6;
  }

  .link-6 {
    color: #4680b6;
  }

  .link-7 {
    color: #4680b6;
  }

  .link-8 {
    color: #4680b6;
  }

  .link-9 {
    color: #4680b6;
  }

  .link-10 {
    color: #4680b6;
  }

  .link-11 {
    color: #4680b6;
  }

  .link-12 {
    color: #4680b6;
  }

  .link-13 {
    color: #4680b6;
  }

  .slika-srednja {
    display: block;
    min-height: 300px;
  }

  .slika-mala {
    display: none;
    min-height: 300px;
    box-shadow: 0 10px 40px 0 rgba(10, 32, 70, 0.3);
  }

  .slika-velika {
    display: none;
    min-height: 300px;
  }

  .slika-prva {
    margin-top: 30px;
    margin-bottom: auto;
    padding: 0 25px;
  }

  .sadrzaj {
    padding: 10px 25px 35px;
  }

  .slika-mala-zgrada {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slika-srednja-zgrada {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slika-velika-zgrda {
    display: none;
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: 0 0 10px 0 rgba(10, 32, 70, 0.3);
  }

  .prednosti {
    margin-top: 40px;
    margin-bottom: auto;
  }

  .prednosti.small {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .prednosti.full {
    margin-top: 20px;
  }

  .prednosti.single-page {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .naslovna-srednja {
    left: auto;
    width: 100%;
  }

  .naslovna-velika {
    left: auto;
    display: none;
    width: 100%;
  }

  .akcija-mala {
    display: none;
  }

  .klinika-1mala {
    display: none;
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-1velika {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-2-mala {
    display: none;
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-2-srednja {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-3-mala {
    display: none;
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-3-velika {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-4-mala {
    display: none;
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .klinika-4velika {
    overflow: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .naslov {
    font-size: 40px;
    text-align: left;
  }

  .pasica {
    margin-top: 40px;
    margin-bottom: auto;
  }

  .pasica.small {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .pasica.full {
    margin-top: 20px;
  }

  .pasica.single-page {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .block-contact-2 {
    width: 100%;
    max-width: 500px;
  }

  .block-contatto {
    width: 100%;
    max-width: 500px;
    border-width: 1px;
    border-color: #ead794;
  }

  .naslov-contatti {
    margin-right: auto;
  }

  .podaci-contatto {
    margin-right: auto;
  }

  .subtitle-2.blue {
    margin-right: auto;
    color: #4680b6;
    text-align: left;
  }

  .stomatoloska-rjesenja {
    margin-top: 60px;
    margin-bottom: auto;
  }

  .stomatoloska-rjesenja.small {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .stomatoloska-rjesenja.full {
    margin-top: 20px;
  }

  .stomatoloska-rjesenja.single-page {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .block-center-2 {
    max-width: none;
  }

  .cards-servizio {
    margin-bottom: 40px;
    padding: 0px;
  }

  .text--large-2 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .doktor-slika {
    margin-bottom: 20px;
  }

  .section-hero-lista {
    padding: 0px 0px 35px;
    background-color: #fff;
    background-image: none;
  }

  .section-hero-lista.alternative {
    padding-top: 130px;
  }

  .image-zahvati {
    max-width: 70%;
    margin-top: auto;
  }

  .zahvati-lista {
    margin-bottom: 60px;
  }

  .paragraph-4 {
    margin-bottom: 0px;
  }

  .image-zahvati-mala {
    display: none;
    max-width: 70%;
    margin-top: auto;
  }

  .image-zahvati-mala-copy {
    max-width: 70%;
    margin-top: auto;
  }

  .image-zahvati-srednja {
    max-width: 70%;
    margin-top: auto;
  }

  .image-zahvati-velika {
    display: none;
    max-width: 70%;
    margin-top: auto;
  }

  .zahvati {
    margin-bottom: 20px;
  }

  .galerija-hp {
    margin-bottom: 20px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .richiedi-prima-visita-gratuita {
    margin-top: 40px;
    margin-bottom: auto;
  }

  .richiedi-prima-visita-gratuita.small {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .richiedi-prima-visita-gratuita.full {
    margin-top: 20px;
  }

  .richiedi-prima-visita-gratuita.single-page {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #faf8f6;
    background-image: none;
  }

  .richiedi-block {
    max-width: none;
  }

  .richiedi-naslov-forma {
    font-family: 'DM Serif Display', sans-serif;
    font-size: 3em;
    text-transform: none;
  }

  .richiedi-naslov-forma.small {
    font-size: 40px;
  }

  .richiesta-invia {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .richiesta-invia:hover {
    background-color: #946d08;
  }

  .richiesta-invia.blue {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 6px;
    background-color: #ac800a;
  }

  .richiesta-invia.blue:hover {
    background-color: #946d08;
  }

  .testimonianze-hero {
    padding: 0px 0px 35px;
    background-color: #fff;
    background-image: none;
  }

  .testimonianze-hero.alternative {
    padding-top: 130px;
  }

  .testimonianze-teskst {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

 
  .nav-button {
    display: none;
    width: 50px;
    height: 50px;
    margin-left: 3px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 6px;
    background-color: transparent;
    background-image: url('../images/numero-verde.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-button:hover {
    background-color: #4680b6;
  }

  .dropdown-toggle {
    padding-top: 20px;
  }

  .icon-menu {
    color: #0c2045;
    font-size: 30px;
  }

  .menu-button {
    background-color: transparent;
  }

  .section-hero {
    padding: 0px 0px 30px;
    background-color: #fff;
    background-image: none;
  }

  .section-hero.alternative {
    padding-top: 110px;
  }

  .section-hero.overflow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-hero.gradient {
    background-image: none;
  }

  .nav-menu {
    margin-right: 10px;
    margin-left: 10px;
  }

  .content {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content.single-page {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #faf8f6;
    background-image: none;
    background-clip: border-box;
  }

  .hero-title {
    font-family: 'DM Serif Display', sans-serif;
    color: #07142b;
    font-size: 28px;
    text-transform: none;
    line-height: 120%;
   

  }

.action-box { width: 100%; display: flex; padding: 0 25px; }
.action-heading { width: 100%; text-align: center; font-size: 7vw; margin-bottom: 10px; }
.action-heading span { display: inline-block; text-align: center; margin-bottom: 10px; }
.subheading-action { text-align: center; margin-bottom: 10px; }
.center-text{text-align: center;}
.subheading-action-2 { text-align: center; margin-bottom: 20px; }
.subheading-action span { text-align: center; }
.action-submit-form { max-width: unset; margin: 0 auto; }

  .hero-title.small {
    font-size: 30px;
  }

  .paragraph-large {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .button.green:hover {
    background-color: #946d08;
  }

  .section-icons {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-5-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link-icon-service.dark {
    background-color: #f8f8f8;
  }

  .link-icon-service.dark:hover {
    background-color: #f2e4d5;
  }

  .heading-service-small.white {
    color: #0a2046;
  }

  .section-background {
    padding: 30px 25px;
    background-color: #faf8f6;
  }

  .grid-2-columns {
    grid-row-gap: 30px;
  }

  .image-style-grid {
    display: inline-block;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .title {
    font-size: 40px;
    text-align: left;
  }

  .subtitle.blue {
    color: #4680b6;
    text-transform: uppercase;
  }

  .subtitle.gold {
    color: #f4cc72;
    text-transform: uppercase;
  }

  .section-white {
    padding: 30px 20px;
  }

  .block-center {
    overflow: visible;
    max-width: 412px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-3-columns {
    margin-top: 0px;
  }

  .image-style-service {
    height: 250px;
  }

  .heading-service-cms {
    font-size: 22px;
  }

  .collection-list-service {
    grid-row-gap: 20px;
  }

  .collection-list-service.small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-field {
    border-color: #618db6;
    border-radius: 6px;
  }

  .submit-button {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button:hover {
    background-color: #4680b6;
  }

  .submit-button.blue {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button.blue:hover {
    background-color: #4680b6;
  }

  .single-form-block {
    width: 100%;
  }

  .testimonial {
    background-color: #faf8f6;
  }

  .heading-testimonial {
    margin-right: auto;
  }

  .paragraph-italic {
    text-align: left;
  }

  .block-image {
    margin-bottom: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .absolute-phone {
    position: relative;
    left: auto;
    top: -40px;
  }

  .circle-check {
    background-color: #ead794;
  }

  .check {
    margin-bottom: 14px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-check {
    color: #07142b;
  }

  .grid-4-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-banner {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .block-banner {
    padding: 35px 10%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    background-color: #282c33;
  }

  .image-style-blog {
    height: 46vw;
  }

  .heading-blog {
    font-size: 19px;
  }

  .section-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-footer-top {
    padding: 10px;
    background-color: #ead794;
    background-image: none;
  }

  .contact-footer {
    margin-bottom: 10px;
  }

  .grid-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-footer:hover {
    color: #ead794;
  }

  .footer-down {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .grid-hero {
    padding-left: 30px;
  }

  .bg-hero {
    display: block;
    background-image: url('../images/pozadina-mala.webp');
  }

  .naslovna-mala {
    position: relative;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
  }

  .icons-dark {
    background-color: #f8f8f8;
  }

  .grid-image {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .block-book-now {
    position: relative;
    top: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 20px 0 rgba(10, 32, 70, 0.3);
  }

  .heading-form {
    text-align: left;
  }

  .img-hero-2-7 {
    bottom: -166px;
  }

  .background-video {
    min-height: 250px;
  }

  .button-small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .collection-item-service-icon.left {
    padding: 25px 20px;
  }

  .heading-service-icon-cms {
    font-size: 22px;
  }

  .link-icon-service-cms {
    border-color: #f3ebe3;
  }

  .link-icon-service-cms:hover {
    background-color: #f2e4d5;
    background-clip: border-box;
  }

  .heading-service-icon-cms-small {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
  }

  .contact-location {
    max-width: none;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 24px;
  }

  .absolute-location {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .banner-large {
    padding: 60px 30px;
  }

  .img-banner-large-1 {
    right: -6px;
    bottom: -45px;
    width: 110px;
    height: 80px;
  }

  .img-banner-large-2 {
    left: -4px;
    bottom: -38px;
    width: 160px;
    height: 90px;
  }

  .img-banner-large-3 {
    top: -48px;
    width: 90px;
    height: 100px;
  }

  .img-banner-large-4 {
    left: 62px;
    width: 90px;
    height: 100px;
  }

  .img-banner-large-5 {
    left: -5px;
    top: -33px;
    width: 80px;
    height: 100px;
  }

  .background-video-style {
    height: 250px;
  }

  .absolute-phone-hero {
    left: -4px;
    bottom: 12px;
  }

  .collection-list-service-large {
    grid-row-gap: 20px;
  }

  .image-style-service-large {
    height: 250px;
  }

  .block-single-page {
    margin-top: 25px;
    margin-bottom: -65px;
  }

  .image-style-grid-single {
    min-height: 180px;
  }

  .block-number {
    padding: 15px 25px 15px 15px;
  }

  .number {
    font-size: 54px;
  }

  .page-content-large {
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid-single {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-margin {
    margin-bottom: 20px;
  }

  .rich-text-block {
    margin-bottom: auto;
  }

  .image-partition {
    min-height: 250px;
  }

  .block-partition {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-image-about {
    height: 350px;
    margin-bottom: -65px;
  }

  .image-style-blog-large {
    height: 250px;
  }

  .heading-blog-large {
    font-size: 26px;
  }

  .page-content {
    padding-right: 5px;
    padding-left: 5px;
  }

  .textarea {
    border-radius: 6px;
  }

  .image-map {
    height: 300px;
  }

  .form-book-now {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-image-license {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .style-buttons {
    margin-bottom: 10px;
    padding: 10px;
  }

  .grid-buttons {
    grid-auto-flow: row;
  }

  .grid-style-colors {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-splash {
    grid-row-gap: 30px;
  }

  .link-splash {
    margin-top: 10px;
    font-size: 16px;
  }

  .grid-3-splash {
    margin-top: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text--large {
    text-transform: none;
  }

  .card--light {
    padding: 20px;
  }

  .card_icon {
    display: none;
  }

  .card {
    padding: 20px;
  }

  .card.align--center {
    padding: 20px;
  }

  .section_col {
    min-width: auto;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .list-item {
    font-weight: 400;
  }

  .list-item-2 {
    font-weight: 400;
  }

  .list-item-3 {
    font-weight: 400;
  }

  .list-2 {
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-bottom: 10px;
    text-align: left;
  }

  .link {
    color: #618db6;
  }

  .link:hover {
    color: #4680b6;
  }

  .paragraph-3 {
    text-align: left;
  }

  .breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4680b6;
    padding: 0 25px;
    text-align: center;
  }

  .breadcrumb.blue {
    color: #f4cc72;
    text-transform: uppercase;
  }

  .bold-text {
    padding-right: 0px;
  }

  .text-field-2 {
    border-color: #7d9bb7;
    border-radius: 6px;
  }

  .submit-button-2 {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button-2:hover {
    background-color: #4680b6;
  }

  .submit-button-2.blue {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .submit-button-2.blue:hover {
    background-color: #4680b6;
  }

  .block-book-now-2 {
    position: relative;
    top: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .call-zaglavlje {
    width: 50px;
    height: 50px;
    background-color: #ead894;
  }

  .link-2 {
    color: #4680b6;
  }

  .link-footer-naslov {
    text-transform: uppercase;
  }

  .link-footer-naslov:hover {
    color: #ead794;
  }

  .title-quali {
    font-size: 26px;
    text-align: left;
  }

  .link-4 {
    color: #4680b6;
  }

  .link-5 {
    color: #4680b6;
  }

  .link-6 {
    color: #4680b6;
  }

  .link-7 {
    color: #4680b6;
  }

  .link-8 {
    color: #4680b6;
  }

  .link-9 {
    color: #4680b6;
  }

  .link-10 {
    color: #4680b6;
  }

  .link-11 {
    color: #4680b6;
  }

  .link-12 {
    color: #4680b6;
  }

  .link-13 {
    color: #4680b6;
  }

  .slika-srednja {
    display: none;
    min-height: 180px;
  }

  .slika-mala {
    display: block;
    min-height: 180px;
    box-shadow: 0 10px 40px -9px rgba(10, 32, 70, 0.3);
  }

  .slika-velika {
    display: none;
    min-height: 180px;
  }

  .slika-prva {
    margin-top: 25px;
    margin-bottom: auto;
  }

  .sadrzaj {
    padding: 5px 25px 30px;
  }

  .slika-mala-zgrada {
    display: inline-block;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slika-srednja-zgrada {
    display: none;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slika-velika-zgrda {
    display: none;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .prednosti {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .prednosti.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .prednosti.single-page {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #faf8f6;
    background-image: none;
    background-clip: border-box;
  }

  .naslovna-srednja {
    position: relative;
    left: auto;
    display: none;
    width: 100%;
    height: auto;
    padding-top: 0px;
  }

  .naslovna-velika {
    position: relative;
    left: auto;
    display: none;
    width: 100%;
    height: auto;
    padding-top: 0px;
  }

  .akcija-mala {
    display: block;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .akcija-velika {
    display: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .klinika-1mala {
    display: inline-block;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-1velika {
    display: none;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-2-mala {
    display: inline-block;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-2-srednja {
    display: none;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-3-mala {
    display: inline-block;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-3-velika {
    display: none;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-4-mala {
    display: inline-block;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .klinika-4velika {
    display: none;
    overflow: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .naslov {
    width: auto;
    height: auto;
    min-width: 0px;
    font-size: 40px;
    text-align: left;
  }

  .rich-text-block-copy {
    margin-bottom: 0px;
  }

  .checkbox-label-2 {
    text-align: left;
  }

  .pasica {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pasica.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pasica.single-page {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #faf8f6;
    background-image: none;
    background-clip: border-box;
  }

  .rich-text-block-faq {
    margin-bottom: 0px;
  }

  .block-contatto {
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1px;
    border-color: #ead794;
  }

  .naslov-contatti {
    margin-right: auto;
    text-align: left;
  }

  .subtitle-2.blue {
    color: #4680b6;
    text-transform: uppercase;
  }

  .stomatoloska-rjesenja {
    max-width: none;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .stomatoloska-rjesenja.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .stomatoloska-rjesenja.single-page {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #faf8f6;
    background-image: none;
    background-clip: border-box;
  }

  .block-center-2 {
    overflow: visible;
    max-width: 412px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cards-servizio {
    padding: 0px;
  }

  .text--large-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    text-transform: none;
  }

  .doktor-slika {
    margin-bottom: 20px;
  }

  .tekst-doktor {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-doktor {
    padding-left: 20px;
  }

  .content-o-doktorima {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hero-lista {
    padding: 0px 0px 30px;
    background-color: #fff;
    background-image: none;
  }

  .section-hero-lista.alternative {
    padding-top: 110px;
  }

  .section-hero-lista.overflow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-hero-lista.gradient {
    background-image: none;
  }

  .image {
    margin-top: 20px;
  }

  .image-zahvati {
    max-width: 100%;
    margin-top: auto;
  }

  .zahvati-lista {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-4 {
    margin-bottom: 0px;
  }

  .image-zahvati-mala {
    display: block;
    max-width: 100%;
    margin-top: auto;
  }

  .image-zahvati-mala-copy {
    max-width: 100%;
    margin-top: auto;
  }

  .image-zahvati-srednja {
    display: none;
    max-width: 100%;
    margin-top: auto;
  }

  .image-zahvati-velika {
    display: none;
    max-width: 100%;
    margin-top: auto;
  }

  .zahvati {
    margin-bottom: 20px;
  }

  .galerija-hp {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .richiedi-prima-visita-gratuita {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .richiedi-prima-visita-gratuita.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .richiedi-prima-visita-gratuita.single-page {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #faf8f6;
    background-image: none;
    background-clip: border-box;
  }

  .richiedi-block {
    overflow: visible;
    max-width: 412px;
  }

  .richiedi-naslov-forma {
    font-family: 'DM Serif Display', sans-serif;
    color: #07142b;
    font-size: 2.5em;
    text-transform: none;
  }

  .richiedi-naslov-forma.small {
    font-size: 30px;
  }

  .richiesta-invia {
    border-radius: 6px;
    background-color: #ac800a;
  }

  .richiesta-invia:hover {
    background-color: #4680b6;
  }

  .richiesta-invia.blue {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 6px;
    background-color: #ac800a;
    width: 100%;
  }

  .richiesta-invia.blue:hover {
    background-color: #ac800a;
  }

  .testimonianze-hero {
    padding: 0px 0px 30px;
    background-color: #fff;
    background-image: none;
  }

  .testimonianze-hero.alternative {
    padding-top: 110px;
  }

  .testimonianze-hero.overflow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonianze-hero.gradient {
    background-image: none;
  }

  .testimonianze-teskst {
    width: 100%;
    max-width: 800px;
  }

  .paragraph-5 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-f89b3e2e-5382-f5d0-2f58-ef2e3ab42a68-3ab42a65 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_026ff855-1666-6f58-a788-11e6c9efded2-c9efded1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2416c7d1-e296-71f4-1235-0ec68b242320-c9efded1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#Details.w-node-_207a5aef-2b61-6f1a-cefc-4c1d6041b6ba-6b6016a9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_207a5aef-2b61-6f1a-cefc-4c1d6041b6bb-6b6016a9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_207a5aef-2b61-6f1a-cefc-4c1d6041b6bf-6b6016a9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Details-2.w-node-_435fddfb-9b63-b3b3-b121-3485a23b572c-93ab1055 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_435fddfb-9b63-b3b3-b121-3485a23b572d-93ab1055 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_435fddfb-9b63-b3b3-b121-3485a23b5731-93ab1055 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f89b3e2e-5382-f5d0-2f58-ef2e3ab42a68-3ab42a65 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f89b3e2e-5382-f5d0-2f58-ef2e3ab42a68-3ab42a65 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f89b3e2e-5382-f5d0-2f58-ef2e3ab42a68-3ab42a65 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }




  #w-node-_2416c7d1-e296-71f4-1235-0ec68b242320-c9efded1 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #Details.w-node-_207a5aef-2b61-6f1a-cefc-4c1d6041b6ba-6b6016a9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_207a5aef-2b61-6f1a-cefc-4c1d6041b6bb-6b6016a9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_207a5aef-2b61-6f1a-cefc-4c1d6041b6bf-6b6016a9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Details-2.w-node-_435fddfb-9b63-b3b3-b121-3485a23b572c-93ab1055 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_435fddfb-9b63-b3b3-b121-3485a23b572d-93ab1055 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_435fddfb-9b63-b3b3-b121-3485a23b5731-93ab1055 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

.link-zah { color: #000; text-decoration: none; }
.link-zah:hover, .link-zah:active, .link-zah:focus { color: #000; }

.form-solo { width: 100%; padding: 0 25px; }
.slika-form { padding: 0 25px; }

.block-footer a:first-child { margin-top: 0 !important; }
.link-footer-naslov.servizi { margin-top: 20px; }

.par-testimo { margin-bottom: auto; }


.breadcrumb ul { list-style-type: none; padding: 0; margin: 0 }
.breadcrumb ul li { display: inline-block; margin: 0; padding: 0; font-family: Nunito, sans-serif; font-size: 16px; line-height: 20px; }
.breadcrumb ul li a { color: #24598F;  }
.breadcrumb ul li:after { content: '/'; margin: 0 10px 0 12px; color: #4680b6; }
.breadcrumb ul li:last-child:after { content: ''; margin: 0 }

.file-upload { width: 100%; border: 1px solid; height: 80px; margin-bottom: 0px; padding: 20px 25px; border: 1px solid #7d9bb7; border-radius: 6px; background-color: #fff; -webkit-transition: border-color 300ms cubic-bezier(.215, .61, .355, 1); transition: border-color 300ms cubic-bezier(.215, .61, .355, 1); color: #0a2046; font-size: 17px; line-height: 1.2em; font-weight: 600; text-align: left; color: #a0a5b5; overflow: hidden; padding-right: 0; } 
.file-upload input.hidd { display: none; } 
.form-book-now:disabled .file-upload { cursor: not-allowed; background-color: #eeeeee; }

.mobile-menu { width: 100%; margin: 0; }

.maps-box { width: 100%; padding: 0 25px; }
.maps { width: 100%; margin: 0 auto; max-width: 1078px; height: 600px; box-shadow: 0 10px 40px 0 rgb(10 32 70 / 30%); text-align: left; border-style: solid; border-width: 2px; border-color: #fff; border-radius: 5px; background-color: #fff; }
.maps iframe { width: 100%; height: 100%;  }

.rights { font-size: 14px; }

.no-space { margin-bottom: 15px; }

.links-heading-footer { text-transform: unset !important; }

.prima-visita-item { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 50px; }
.prima-visita-item h5 { width: 100%; flex: 0 0 100%; order: 1; margin-bottom: 10px; }
.prima-visita-item .prima-visita-image { flex: 0 0 100%; order: 3; margin-bottom: 0px; max-width: 500px; }
.prima-visita-item .prima-visita-image img { width: 100%; height: auto; }
.prima-visita-item .prima-visita-text { flex: 0 0 100%; order: 2;  }
.prima-visita-item .prima-visita-text p { margin-bottom: 10px }

.btn-loader {
  display: none;
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #4680b6; /* Blue */
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 2s linear infinite;
  position: absolute;
  /*left: calc(50% - 50px);*/
  left: 19px;
  top: 19px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.richiesta-invia { position: relative; }
.richiesta-invia:disabled, .richiesta-invia[disabled], .richiesta-invia.disabled { background-color: #cccccc; cursor: no-drop; }
.richiesta-invia:disabled:hover, .richiesta-invia[disabled]:hover, .richiesta-invia.disabled:hover { background-color: #cccccc; cursor: no-drop; }

textarea { resize: none; }

@media screen and (min-width: 768px) {
.form-solo { margin-top: 30px; }
.maps-box { padding: 0; }
.center { text-align: center; }

.prima-visita-item { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 50px; }
.prima-visita-item h5 { width: 100%; flex: 0 0 100%; order: 1; margin-bottom: 10px; }
.prima-visita-item .prima-visita-image { flex: 0 0 60%; order: 2; margin-bottom: 0px; }
.prima-visita-item .prima-visita-image img { width: 100%; height: auto; }
.prima-visita-item .prima-visita-text { flex: 0 0 40%; order: 3; padding-left: 30px;  }
.prima-visita-item.no-image .prima-visita-text { flex: 0 0 100%; order: 3; padding-left: 0px;  }
.prima-visita-item .prima-visita-text p { margin-bottom: 10px }

}
@media (min-width: 768px) and (max-width: 992px) {

.building-image-box { max-height: 500px; } 

}

@media screen and (max-width: 991px) {
.dropdown-toggle { padding: 13px 15px 13px 25px }
.nav-link { padding: 13px 25px; }


.block-navbar {
 
  padding: 10px 0px;
  
}

.form-check-label{
  text-align: center;
}
.logo {
  max-width: 110px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0px;
  
}

}


@media screen and (min-width: 992px) {
.form-solo { margin-top: 0px; }
.icon-dropdown { margin-right: 0px; }
.section-hero { min-height: 550px; }
}

@media screen and (min-width: 1100px) {
.dropdown-toggle { padding: 13px 20px 13px 15px; }
.nav-link { padding: 13px 15px }
.subheading-action { width: 75%; }
}

@media screen and (min-width: 1400px) {
.subheading-action { width: 60%; }
}

@media (min-width: 1200px){

.action-heading { font-size: 46px; }

}

.section-hero.other-pages { max-height: unset !important; height: auto !important; }


/* Prikaz mobilnog dropdown menija samo na manjim rezolucijama */


.menu-dropdown {
  position: relative;
  display: inline-block;
}

.menu-dropdown-button {
  color: black; /* Set text color */
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 140px;
  text-align: left; /* Align text to the left */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  display: flex;
  flex-direction: column; /* Arrange items in a column */
}

.menu-dropdown-item {
  display: none; /* Initially hide all items */
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex; /* Use flex to align items inside the dropdown */
  align-items: center;
}

.menu-dropdown-item:hover {
  background-color: #f1f1f1;
}

/* Stilovi za mobilni dropdown */
.mobile-dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.mobile-dropdown-button {
  color: black; /* Set text color */
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 140px;
  margin-left: 10px;
  text-align: center; /* Align text to the left */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  flex-direction: column; /* Arrange items in a column */
}

.mobile-dropdown-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  margin-left: 10px;
  display: flex; /* Use flex to align items inside the dropdown */
  align-items: center;
}



.mobile-dropdown-item:hover {
  background-color: #f1f1f1;
}

.mobile-dropdown-link.active {
  font-weight: bold;
  color: #4CAF50;
}

.mobile-chevron-icon {
  margin-left: 8px;
}

/* Prikaz mobilnog dropdown menija samo na manjim rezolucijama */
@media screen and (max-width: 990px) {
  .mobile-dropdown {
    display: block;
  }
  .menu-dropdown {
    display: none;
  }
}

/* Prikaz desktop dropdown menija samo na većim rezolucijama */
@media screen and (min-width: 991px) {
  .mobile-dropdown {
    display: none;
  }
  .menu-dropdown {
    display: block;
  }
}

.new-part-footer{
  width: 100%;
  border-bottom: 1px solid #11365f;
}


.doctor-profile {
  text-align: center;
  margin: 40px auto;
  max-width: 600px;
}

.doctor-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.doctor-name {
  color: #475874;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.doctor-description {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.testimonial-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 1rem;
}

.testimonial-img-side {
  width: 150px;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text-side {
  text-align: left;
}


 .heading-contact.white {
   font-size: 20px;
  }


  .frame {

  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px -10px rgba(10, 32, 70, 0.3);
  -o-object-fit: cover;
  object-fit: cover;

    width:100%;
  height:563px;

}



.virtual-tour-btn {
  position: absolute;
  top: 25px;
  right: 7%;
  background-color: #fff;
  color: #000;
  border: 2px solid #ac800a; /* zlatni obrub */
  border-radius: 6px;
  font-size: 16px;            /* manji tekst */
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Hover efekt */
.virtual-tour-btn:hover {
  background-color: #ac800a;  /* zlatna pozadina */
  color: #fff;                /* bijeli tekst */
  transform: translateY(-2px);
}

/* Opcionalno: responsive smanjenje na mobitelu */


@media (max-width: 1240px) {
  .virtual-tour-btn {
   right: 3%;
  }
}


@media (max-width: 991px) {
  .virtual-tour-btn {
    top: 15px;
    right: 15px;
    font-size: 16px;          /* manji font */
    line-height: 1.3;
    padding: 8px 10px;        /* manji unutarnji razmak */
    width: 100px;             /* širina gumba oko 100px */
    white-space: normal;      /* dozvoli lom teksta */
    text-align: center;       /* centriraj tekst */
  }
}


@media (max-width: 768px) {
  .virtual-tour-btn {
    top: 15px;
    left: 15px;
    font-size: 16px;          /* manji font */
    line-height: 1.3;
    padding: 8px 10px;        /* manji unutarnji razmak */
    width: 100px;             /* širina gumba oko 100px */
    white-space: normal;      /* dozvoli lom teksta */
    text-align: center;       /* centriraj tekst */
  }
}