<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="2e555634-f2bf-43d9-b37a-1b86923eda62">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="2490" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="KW" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-23T10:47:06.6314989+01:00" Version="0" EchoToken="Search" TransactionIdentifier="2e555634-f2bf-43d9-b37a-1b86923eda62" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="163.02" OriginalAmount="159.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.222367" Longitude="16.397913" StarRating="2" HotelCode="212688|226957" HotelName="ibis budget Wien Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lassallestrasse 7, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d5/34d5e698dd2fe8101862567299ba374954c3971d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.64" OriginalAmount="169.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.194030343624" Longitude="16.389074921608" StarRating="4" HotelCode="10352|350935" HotelName="Arthotel Ana Enzian" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 51, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/d1/d1080cb73c42ef03/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Vienna, only a short walk from the city's famous sights, suc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.13" OriginalAmount="171.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.222201" Longitude="16.397623" StarRating="3" HotelCode="103942|226955" HotelName="ibis Wien Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lassallestrasse 7a, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/38/0038672207fe3cb2f2e4c644f6428ffcfd91faa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20130213" Longitude="16.34042116" StarRating="3" HotelCode="79922|hotel_pension_kaffeemuehle" HotelName="Novum Hotel Kaffeemühle Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaiserstraße 45, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/2a/b52a8e2456884bfbcdc717880d0e97889b4c6b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210507576319" Longitude="16.305776238441" StarRating="3" HotelCode="36049|hotel_hadrigan" HotelName="Hadrigan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Maroltingergasse 68, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/1a/271a0284ce6d52b3e206d369fea09eefffc1220e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.205282" Longitude="16.3364142" StarRating="0" HotelCode="97704|ao_wien_stadthalle" HotelName="a&amp;o Wien Stadthalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lerchenfelder Gürtel 9-11, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/70/7b70a52225acbf48cdf21fad276cb22856663664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in one of Europe's most beautiful cities, Vienna. Situated 2 km from the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18659" Longitude="16.41349" StarRating="2" HotelCode="36051|ibis_budget_wien_sankt_marx" HotelName="ibis budget Wien Sankt Marx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Franzosengraben 15, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/c0/4dc023cdf47216049c4fe956fc8ae99e3f0d6077.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.163909975392" Longitude="16.32317836627" StarRating="3" HotelCode="141925|gartenhotel_altmannsdorf_hotel_2" HotelName="7 Days Premium Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoffingergasse 33, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/32/5132209a9fdf6eb4a80dcca56c2f36d8ffa25244.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.198122884068" Longitude="16.337462514639" StarRating="4" HotelCode="11879|hotel_mercure_wien_westbahnhof" HotelName="Mercure Wien Westbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Felberstrasse 4, 1150 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/29/d829f861eaeb8adf9c31c442f7a8a9511054305d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel lies directly opposite Westbahnhof within a 10-minute walk, guests will r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.175357385884" Longitude="16.381445271443" StarRating="3" HotelCode="388200|aparthotel__smart_apart_living" HotelName="Smart Apart Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Waldgasse 19, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9e/bf9eab96eff8a9645fb8fd9e73ad15b8212ddace.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.30" OriginalAmount="192.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203409593465" Longitude="16.335725784301" StarRating="4" HotelCode="10508|2188985" HotelName="arte Hotel Wien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wurzbachgasse 17, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1dc4106f3e4a575394e39629968bb568cf00a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the centre of Vienna, which is around 10 minutes away with public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.230703143203" Longitude="16.35522544384" StarRating="4" HotelCode="10847|arkadenhof" HotelName="Arthotel ANA Gala Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viriotgasse 5, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/bf/07bf28d2f7f09c0b63b121e65f90b5561328453d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.81" OriginalAmount="199.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.196429766964" Longitude="16.341422796249" StarRating="4" HotelCode="258499|121206" HotelName="InterCityHotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Straße 122, Ecke Kaiserstraße, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/e3/96e39853ddc304c25e12767a1acbcd42ea1b57f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location, right on one of the city’s famous shopping streets (Mariahilfer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.79" OriginalAmount="202.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.188903" Longitude="16.349583" StarRating="3" HotelCode="103951|226954" HotelName="ibis Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schoenbrunnerstrasse 92, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/58/d458a25cf8b5195f6a92ac788b0a2fd7dddf9ead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.226123606579" Longitude="16.362282335758" StarRating="3" HotelCode="69523|hotel_mozart_4" HotelName="Hotel Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Julius-Tandler-Platz 4, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/ee/0fee859c0b1a5909739fab40020408993f941bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is 3 km from the centre of Vienna and 6 km from the River Danube. Vienna International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.194148350678" Longitude="16.346339285374" StarRating="4" HotelCode="219939|the_hotel_1060_vienna" HotelName="Arthotel ANA Boutique Six" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Webgasse 23, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4f/764fcd20e6f7883ef3d0f29ca95373ae730bd75c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 93 rooms. Most of the storeys can be reached by lift. A breakfast roo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.186813517017" Longitude="16.420706212521" StarRating="4" HotelCode="67259|roomz_vienna" HotelName="Roomz Hotel Vienna Gasometer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paragonstraße 1, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/17/0217ae5e159d6ff31aca731e2d38613b8de1b08d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated near to the Gasometers in Vienna’s 11th district, Simmering. All the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.66" OriginalAmount="205.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21433787" Longitude="16.39110612" StarRating="2" HotelCode="776634|804428" HotelName="ibis Styles Wien Messe Prater Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Franzensbrückenstrasse 26, Leopoldstadt, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/e5/cee5909ff939e6e4089b90ab50c34bafbc4e0a95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.150356" Longitude="16.324181" StarRating="3" HotelCode="89984|hoffinger" HotelName="Hoffinger" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Schuppengasse 19 - 21, 1230 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f1/08f1d5074aa1ea5026252e69fa06755579f7236f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.19" OriginalAmount="216.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.182449211608" Longitude="16.381281110451" StarRating="4" HotelCode="306642|1595248" HotelName="Hotel Schani Wien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karl-Popper-Strasse 22, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/39/b839659fbd3ac0dbc85db6b4a705a6c1e8029e2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.193163162241" Longitude="16.339196562767" StarRating="3" HotelCode="42033|ibis_wien_mariahilf" HotelName="ibis Wien Mariahilf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Gürtel 22-24, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/75/f275414726db5d916f7f17d479f66780b7b6ba31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the centre of Vienna, close to Westbahnhof and the famous shopping m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.221259522006" Longitude="16.384729743004" StarRating="3" HotelCode="16945|hotel_am_augarten" HotelName="Hotel Am Augarten" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heinestraße 15, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/50/d350e494f884b71393159c47bb47d941e8f79b7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Vienna, this hotel lies close to the Prater and within just 10 minutes walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200458249964" Longitude="16.332897824398" StarRating="2" HotelCode="130934|pension_stadthalle" HotelName="Pension Stadthalle Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hackengasse 33, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6f/f16fe33fae06f4a117779b92f59383e08107a0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.95" OriginalAmount="219.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199535262075" Longitude="16.338729858398" StarRating="4" HotelCode="60660|384565" HotelName="Fleming’s Conference Hotel Wien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Neubaugürtel 26-28, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b1/9fb15f48e88975f81a389216f92cac841c80d7d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mariahilfer Straße shopping mile lies in the vicinity of this Vienna hotel and the Westbahnhof t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.58" OriginalAmount="222.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.227243960268" Longitude="16.400222182274" StarRating="4" HotelCode="43696|65172" HotelName="Austria Trend Hotel Lassalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Engerthstraße 173-175, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7f/b37f2bb6fe7af9b63764bc8d3b105e8fab13e6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a peaceful location near the city centre and represents the ideal starting point ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.37" OriginalAmount="224.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.216038" Longitude="16.33775" StarRating="3" HotelCode="96036|1528458" HotelName="Geblergasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Geblergasse 21, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/1e/2b1ef1a93a025b56e846bf18ca0f8a607cc35873.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located mere minutes from the city centre, this hotel is the ideal base from which to e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.197891357629" Longitude="16.336511671543" StarRating="4" HotelCode="37089|westbahn_hotel" HotelName="Hotel Westbahn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pelzgasse 1, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/34/c934a728cfb40ebaebc65901c0b3843eef6df2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.076157851279" Longitude="16.317846179009" StarRating="3" HotelCode="161360|hb1_hotel_wiener_neudorf" HotelName="HB1 Design &amp; Budgethotel Wiener Neudorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Industriezentrum NÖ Süd, Ecke Straße 2/3, 2355 Wiener Neudorf</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e9/12e91b424c1074ea5277a5c893a84ccc3faf3f7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18368862" Longitude="16.37741503" StarRating="3" HotelCode="611689|smartments_business_wien_hauptbahnhof" HotelName="Smartments Business Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gertrude Frohlich Sandner Strasse 15, 10 Favoriten, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/4f/014f7db47afe8b1aafec56ddf7cbaa390c8d67ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="235.86" OriginalAmount="231.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.221784" Longitude="16.357926" StarRating="4" HotelCode="32564|CAU359500" HotelName="Hotel &amp; Palais Strudlhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pasteurgasse 1, 1090 Wien, Österreich</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01df83f94f9496628115dea19b5861ea9d0881b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.64" OriginalAmount="232.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2148512" Longitude="16.3402136" StarRating="3" HotelCode="36053|hotel_donauwalzer" HotelName="Boutique Hotel Donauwalzer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hernalser Gürtel 27, 1170 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/34/6a349b846d0393929d760d1f3e71871c9d2cab1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel has convenient connections to the public transport system; the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.182923" Longitude="16.378578" StarRating="0" HotelCode="186486|ao_wien_hauptbahnhof" HotelName="a&amp;o Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 11, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/66/16666db83f9187820ee1f3199cb9b368b8a1bac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.196573" Longitude="16.341819" StarRating="4" HotelCode="372786|ruby_marie" HotelName="Ruby Marie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaiserstraße 2-4, Ecke Mariahilfer Straße 120, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a6/45a6d06262d2d17e60bb43890806fddece7f5f40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.239091048111" Longitude="16.430169045925" StarRating="3" HotelCode="73767|lenas_donau" HotelName="Lenas Donau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramerstrasse 52, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/b3/bfb3023aaca22756ecab45be422d1c31a6e865ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.220819" Longitude="16.389037" StarRating="3" HotelCode="12874|hotel_kunsthof" HotelName="Kunsthof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mühlfeldgasse 13, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/af/efaf6ac86f690866ab341aadfb1153da82accda4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.170232066791" Longitude="16.374599039555" StarRating="2" HotelCode="260430|at_holiday_hostel" HotelName="a&amp;t Holiday Hostel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leibnizgasse 66, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/94/1e946f44f827d47482bc6739d45b454d95b894b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers guests a total of 75 rooms. Most storeys can be reached by lift. Services and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.76" OriginalAmount="235.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.232538328629" Longitude="16.353945074869" StarRating="3" HotelCode="930969|408275" HotelName="ibis Styles Wien City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Döblinger Hauptstraße 2, 1190 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/0a/d50a7b8a9b2c222e43a37ce697b7991bbb9f0c87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.43" OriginalAmount="236.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.16887393" Longitude="16.34672405" StarRating="4" HotelCode="954992|2389855" HotelName="Holiday Inn Vienna - South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wienerbergstrasse 7, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5e/575eef57268f300c69a6f6a2a0c37967b6573189.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.74" OriginalAmount="237.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.231289179959" Longitude="16.356842815876" StarRating="3" HotelCode="173018|alexander" HotelName="Arthotel ANA Katharina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Augasse 15, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e1/7de1fe9f48e3d42f90d5f0e13f625a3e792d7802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in a quiet area and is easily accessible by public transportation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.82" OriginalAmount="241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="2" HotelCode="765785|wienderland_bb" HotelName="Wienderland B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Otto-Bauer-Gasse 9, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/66/2866ea1aba74ff631e99d4d5189bba6f1d85bd7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.176265" Longitude="16.366240157078" StarRating="2" HotelCode="268688|arnes_hotel_vienna" HotelName="Arnes Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quellenstraße 120, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4a/0d4a417f482c36ba420944345dfb088c64dbc07d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.231262379644" Longitude="16.386494636535" StarRating="3" HotelCode="651588|niu_franz" HotelName="the niu Franz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dresdner Straße 111, 1200 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/7c/007c148f4a32265575529a7e1625eaf93e6b3328.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.214838" Longitude="16.351354" StarRating="4" HotelCode="89967|pension_excellence" HotelName="Pension Excellence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alser Strasse 21, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/75/277503b79940b359786157b36532e1a843afa264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.220672476868" Longitude="16.399385333062" StarRating="3" HotelCode="210781|best_western_plus_hotel_arcadia" HotelName="Best Western Plus Hotel Arcadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Max-Winter-Platz 5, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/ff/2dff139bb857623cf7be183619ff230366bdcc63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.95" OriginalAmount="247.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.224095" Longitude="16.398945" StarRating="3" HotelCode="36045|99227" HotelName="Novotel Suites Wien City Donau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Radingerstrasse 2, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/c5/85c542c857cef9f0448fa0dfafcd4a860853d50a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.98" OriginalAmount="249.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.235307281698" Longitude="16.421918570995" StarRating="4" HotelCode="13428|nh_danube_city" HotelName="NH Danube City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Strasse 21, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ca/65cae2822073a5aeb67a464db4cbb137dd07843c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Donaustadt, in northern Vienna, right next to the Austria Center Vienna an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.04" OriginalAmount="252.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19238489528" Longitude="16.399532267529" StarRating="4" HotelCode="177077|amedia_hotel_wien" HotelName="Best Western Plus Amedia Hotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 153-155, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2d/9b2dbec013eaebe79fdacbf587a116f27656799e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 4 stops on the metro from the centre of Vienna - in the vibrant business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.04" OriginalAmount="252.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.226418" Longitude="16.360082" StarRating="4" HotelCode="32584|6319" HotelName="Bellevue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Althanstrasse 5, 1090 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/89/058941c0b2b3fa63b6a43ad6cddc03fae13c8655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Franz Joseph train station in the heart of Vienna and is surrounded by nume...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.185863" Longitude="16.37934" StarRating="3" HotelCode="534670|ibis_wien_hauptbahnhof_opening_july_2017" HotelName="ibis Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Canettistrasse 8, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8c/5e8c85189817cd03be79eff4ea1bb18e189f9acb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.191636172133" Longitude="16.35451734066" StarRating="4" HotelCode="200974|austria_trend_hotel_ananas" HotelName="Austria Trend Hotel Ananas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rechte Wienzeile 93-95 / Sonnenhofgasse 8-10, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b3/a8b3f858b9c61f43c41e60fd8f3fa9109db31531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located by the Naschmarkt market on Ringstraße within a short distance of a selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.186229653482" Longitude="16.370944529772" StarRating="3" HotelCode="54498|sommerhotel_wieden" HotelName="myNext Sommerhotel Wieden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schelleingasse 36, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/2b/d62baad171d3e1d309805c90dcc0b1d846a79b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Vienna. The accommodation comprises a total of 115 snug bedrooms. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.168586327817" Longitude="16.424592733383" StarRating="2" HotelCode="260491|pension_konigs_cafe" HotelName="Pension Königs Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaiser-Ebersdorfer-Strasse 26, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/67/1c671807f4d83b70e00c1a415b4a084ff2eb4b29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.18" OriginalAmount="259.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.246032434073" Longitude="16.341259915344" StarRating="4" HotelCode="49117|derag_livinghotel_kaiser_franz_joseph_2" HotelName="Living Hotel Kaiser Franz Joseph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sieveringer Straße 4, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/0e/000e642c6c1e58b9f6f78b804c691029cf33ab04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies amidst peaceful, green surrounds in Döbling, one of Vienna's most elegant residentia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.194833" Longitude="16.350573" StarRating="3" HotelCode="295094|hotel_mocca" HotelName="Hotel Mocca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Strasse 70, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/cf/27cf99b3a1282797b0febd74fbe20fea93bb0c62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.179377" Longitude="16.411197" StarRating="4" HotelCode="207570|simms_hotel" HotelName="SIMM's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Simmeringer Hauptstraße 55, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/e4/abe4136706919f5eec53bad7e5bb4be3235c68bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.190879" Longitude="16.371525" StarRating="3" HotelCode="498594|gratzlhotel_belvedere" HotelName="grätzlhotel belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstraße 17/3–5, 1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f0/2cf0e7329a5b74ddc9193cfbfeeedbb03e00b9d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.183529875424" Longitude="16.376417577266" StarRating="4" HotelCode="42968|delta_hotel_vienna" HotelName="AZIMUT Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 8, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/44/d444e303d2d4edcdb480c4963b98938164eb1c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its perfect location near to the new central railway station, on Favoritenstrasse (shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19542542" Longitude="16.34222423" StarRating="0" HotelCode="464569|westend_city_hostel_2" HotelName="Vienna Westend City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fügergasse 3, 6. Mariahilf, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3c/433cafb69e996544bb378a3b26456cda547c19d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.33" OriginalAmount="263.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.193382" Longitude="16.334401" StarRating="3" HotelCode="103944|1528908" HotelName="Stanys - Das Apartmenthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 161, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/7d/f17d745b1467b33f43a20252b1e624f8c9be8249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.19" OriginalAmount="263.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.190416693021" Longitude="16.336409747601" StarRating="3" HotelCode="59061|382995" HotelName="Altwienerhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herklotzgasse 6, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/45/3245bd0bc1c728a0b53d8784146a23bf1717ae3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated right between the city centre and Schoenbrunn Palace. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.166607793445" Longitude="16.344858705997" StarRating="4" HotelCode="36048|holiday_inn_vienna__south" HotelName="Hilton Garden Inn Vienna South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hertha-Firnberg-Strasse 5, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/55/a155312ee18c97c7af2e042b82b78d9e51b8d964.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Vienna. Its setting is especially ideal for busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.38" OriginalAmount="264.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.184858" Longitude="16.333845" StarRating="3" HotelCode="208387|1021158" HotelName="Star Inn Hotel Wien Schönbrunn, by Comfort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linke Wienzeile 224, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8c/ec8c0b532285f38f3e7fa66a4d6666731300961f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.214919614427" Longitude="16.336541175842" StarRating="4" HotelCode="60592|exe_vienna" HotelName="Exe Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ottakringer Strasse 34-36, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef631ff279200ffcd8d8611c7598e849eca0bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Hernal quarter, only a few minutes from the famous shopping mile Mariah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.72" OriginalAmount="269.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213807" Longitude="16.350938" StarRating="4" HotelCode="64237|952665" HotelName="Pension Baronesse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 61, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/ee/53eee8f39007e48f6e43964ffa21412a6ed71fd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.42" OriginalAmount="271.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2462" Longitude="16.3484" StarRating="3" HotelCode="454211|2311315" HotelName="GoVienna - Charming Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Saarplatz 2, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/99/d1994ba75015bfb51b5c8d0c4a3e4d38883cf1aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the accommodation the ideal starting point for busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.42" OriginalAmount="271.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.182436" Longitude="16.332137" StarRating="3" HotelCode="165719|ramada_encore_vienna_city_center" HotelName="Hotel Orangerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grieshofgasse 11, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/b6/e7b6f7f580c3fa728fa0047e449f43eb2538800d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 15-minute drive from Vienna’s city centre. There is an underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.42" OriginalAmount="271.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2220335" Longitude="16.37418538" StarRating="0" HotelCode="864014|mynext_hotel_leo" HotelName="Mynext Hotel Leo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Untere Augartenstraße 31, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/36/5f36db4b42697e8cd816f16180960a2bcb15b2e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.202039" Longitude="16.344936" StarRating="3" HotelCode="103953|pension_walzerstadt" HotelName="Pension Walzerstadt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zieglergasse 35, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/71/9c71e16d833678f94af926a3046a60a162ad973d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pousada Vila Juquehy is located on Juqueí&amp;apos;s main road, near restaurants, bars and shops, and 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203866907716" Longitude="16.38874232769" StarRating="4" HotelCode="12247|grand_hotel_mercure_biedermeier_wien" HotelName="Mercure Grand Hotel Biedermeier Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 28, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a4/66a4702fb212350c4079ab14c2da01d03ebe7abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the quiet old Viennese Biedermeier passage, Sünnhof. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.84" OriginalAmount="274.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.185073540401" Longitude="16.352224711639" StarRating="3" HotelCode="24648|937135" HotelName="The Art Hotel Vienna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brandmayergasse 7-9, 1050 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/cb/cfcb98bb7c323e785c349efc1bb6f4cf5c83183c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated between Schönbrunn Palace and Naschmarkt market, both just a short walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.221671" Longitude="16.356645" StarRating="4" HotelCode="10291|arcotel_boltzmann" HotelName="Boltzmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boltzmanngasse 8, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/32/0f32681c9cbd7bade1a580c7a0f14de6d6d64302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the centre of Vienna in the quiet 9th city district. Located ri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213354" Longitude="16.347202" StarRating="3" HotelCode="130658|city_rooms" HotelName="Hotel-Pension City Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Daungasse 1, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a8b4333b707a961f47e22eb10b0ded32c656b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.194572215034" Longitude="16.340222373016" StarRating="4" HotelCode="14734|leonardo_hotel_vienna_2" HotelName="Leonardo Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Matrosengasse 6-8, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bc/38bcc921aad3bc6b75a4fe597ad3601ab1133ae3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right next to Mariahilfer Straße, Vienna’s biggest shopping street. It is 2 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.185617" Longitude="16.403885" StarRating="4" HotelCode="178547|austria_trend_hotel_doppio" HotelName="Austria Trend Hotel Doppio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 99 / Rinnböckstraße 1, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/6c/3f6c574f2b8f2f4bb3130fccb5b90efd879822f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.198645" Longitude="16.323384" StarRating="3" HotelCode="14251|lucia" HotelName="Lucia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hütteldorfer Straße 79, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/60/3f6050b043255e7202f960594256ad3b95b06700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 10-minute public transport journey away from the Schönbrunn Palace as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213587451166" Longitude="16.349319440153" StarRating="3" HotelCode="36055|hotel_pension_arpi" HotelName="Hotel &amp; Pension Arpi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kochgasse 15/9, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/dc/addc2c1a7b2d0c21fea25ca3172d36275b7e7a15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.206694450554" Longitude="16.391099215344" StarRating="4" HotelCode="297069|ruby_sofie_hotel_vienna_" HotelName="Ruby Sofie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marxergasse 17, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/02/f4028b276021093e14fe3c0597d58af3b3ed6c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.195862998264" Longitude="16.289495229721" StarRating="3" HotelCode="136992|hotel__apartments_klimt" HotelName="Klimt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Felbigergasse 58, 1140 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/c1/c9c131d6c345036ea101b02dcdf81b920645ee25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200486360516" Longitude="16.338429450989" StarRating="4" HotelCode="10293|arcotel_wimberger_vienna" HotelName="ARCOTEL Wimberger Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Neubaugürtel 34-36, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/62/3962ac349ceefa711a42738f4288df2529aa67d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located in Vienna's vibrant 7th district, just 10 minutes from the Museu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.72" OriginalAmount="286.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21592" Longitude="16.404982" StarRating="3" HotelCode="38551|austria_trend_hotel_messe" HotelName="Austria Trend Hotel Messe Prater Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Messestraße 2, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/dd/33dde5fbf781b5a8b6e5723e4c279cfb00b506a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel lies in the immediate vicinity of Vienna's MessezentrumWienNeu exhibition centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.189340237198" Longitude="16.37213408947" StarRating="3" HotelCode="10742|austria_trend_hotel_beim_theresianum" HotelName="Austria Trend Hotel beim Theresianum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstraße 52, 1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e8/bee851b3b059a8fd8b8ce1634046c39cc7bb98fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tastefully appointed hotel is situated at the heart of Vienna, only a few metres away from a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.194490748394" Longitude="16.346284300089" StarRating="4" HotelCode="200981|austria_trend_hotel_anatol" HotelName="Austria Trend Hotel Anatol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Webgasse 26, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/16/e516e65bc86eedfca3abd22afb4845e224186e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel features functional design, timeless elegance and modern comfort, combined wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.240396531036" Longitude="16.387204693119" StarRating="4" HotelCode="268699|harrys_home_hotel_wien" HotelName="Harry's Home Hotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Handelskai 94-96, 1210 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c2/f7c2e0a43dbed2957bda1aa254c01c8719a3bfb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.24266553919" Longitude="16.435638070106" StarRating="4" HotelCode="37088|austria_trend_donauzentrum_2" HotelName="ARCOTEL Donauzentrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Straße 83-85, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/7a/787a97a338ed79050d7469b8948e596bd525f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located for transport in the Danube centre, Vienna's famous shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.216694276821" Longitude="16.359992883432" StarRating="3" HotelCode="36057|hotel_pension_baron_am_schottentor" HotelName="Hotel-Pension Baron am Schottentor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Währinger Straße 12, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/4f/4f4f288335de4b33ef3a586c0e4d72112f0bc20b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.175287" Longitude="16.420459" StarRating="4" HotelCode="178232|jufa_wien" HotelName="JUFA Hotel Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mautner Markhof-Gasse 50, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6b/b56b1c48f6405d63bb1bd609b4a9e4205a2fef84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Urlaub in einer der charmantesten Städte Europas! Modern ausgestattet und mit guter Verkehrsanbindun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208426985701" Longitude="16.352634429932" StarRating="2" HotelCode="193757|pension_lehrerhaus" HotelName="Pension Lehrerhaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 20, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/40/6240d9137b9c8bd3d7a8f483608e229dce01146c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18036475" Longitude="16.33381437" StarRating="3" HotelCode="499204|graetzlhotel_meidlinger_markt" HotelName="grätzlhotel meidlingermarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Reschgasse 4, 1120 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/8a/c58a32d611937218a3295c5ac674fd6e18585365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.82" OriginalAmount="291.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199188476266" Longitude="16.333741379133" StarRating="3" HotelCode="33067|boutiquehotel_stadthalle" HotelName="Boutiquehotel Stadthalle Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hackengasse 20, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/6e/a46e7ebad16ff06a157ef69c1f9a0da27fed217a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quiet spot between the West Station and the Stadthalle centre, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.82" OriginalAmount="291.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203839" Longitude="16.389614" StarRating="3" HotelCode="311693|kibi_rooms" HotelName="Kibi Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstraßer Hauptstraße 33, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/42/5b42a4d4fa56d8a898920a00d7c51ecaf16566cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="297.08" OriginalAmount="291.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.22369269" Longitude="16.4063321" StarRating="3" HotelCode="972689|1009402" HotelName="Best Western Plus Celebrity Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Wehlistrasse 153, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/d5/dbd5327af4bbb31a3268a9562f189a495c5a38f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.84" OriginalAmount="292.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21872137" Longitude="16.4000086" StarRating="0" HotelCode="465135|praterstern_apartment" HotelName="Praterstern Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stuwerstraße 18/1, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fb/5afb97e7b20a1b0983bcff1a1431951fb2de54b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.184332" Longitude="16.329946" StarRating="4" HotelCode="16630|renaissance_wien" HotelName="Renaissance Wien Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Linke Wienzeile, Ullmannstrasse 71, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f5/54f500775f074eed6b40f60ba93e0583d11f57e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Schönbrunn Palace and the Westbahnhof. Public transport links allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.73" OriginalAmount="294.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.250163002198" Longitude="16.439589495701" StarRating="3" HotelCode="162997|224806" HotelName="Hotel Donaustadt Kagran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Donaufelderstraße 232, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/08/7108a15963a1325a9b4269fb570a50d9a8bea104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.22261341" Longitude="16.39415151" StarRating="4" HotelCode="605380|roomz_vienna_prater" HotelName="roomz Hotel Wien Prater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rothschildplatz 2, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a96d1c8cdbf141362cbd1bb0967dd98353812e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.192585" Longitude="16.315804" StarRating="3" HotelCode="262176|hb1_hotel_wien_schonbrunn" HotelName="HB1 Design- &amp; Budgethotel Wien-Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Linzer Straße 6-8, 1140 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/68/2968db75ec292cad24b54b36d5ce1ea1d4b6bf81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8.5 km from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.217293932518" Longitude="16.380599141121" StarRating="3" HotelCode="47485|city_hotel_tabor" HotelName="City Tabor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 25, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/86/fe86b3348b6cc6175196a6661d9dd1e5f8fdaa55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.178563" Longitude="16.371975" StarRating="3" HotelCode="130758|hotel_caroline" HotelName="Caroline Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gudrunstraße 138, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/22/8b227e5d42e2ace18522f1c36447c5ce734716ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213220796878" Longitude="16.413413286209" StarRating="4" HotelCode="70863|courtyard_by_marriott_vienna_messeprater" HotelName="Courtyard by Marriott Vienna Prater/Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trabrennstrasse 4, Wien1020</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/51/ed5127dcefb11b57aba01817ce0ba9d32daf2496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.211056" Longitude="16.383854" StarRating="4" HotelCode="136634|adagio_vienna_city_2" HotelName="Aparthotel Adagio Vienna City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Uraniastrasse 2, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/b4/25b4e2890ac688042523cc238748fa1f90e41bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Vienna, right on Julius Raab Platz and close to Ring...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.96" OriginalAmount="298.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.190004" Longitude="16.356808" StarRating="4" HotelCode="12395|pentahotel_vienna" HotelName="pentahotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Margaretenstraße 92, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/fd/00fdc07524dd114ceee0f5de986cf63810070c97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Vienna’s 5th district. Guests are able to reach the metro station ‘Pilgramga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.190983908478" Longitude="16.316686412373" StarRating="4" HotelCode="170118|austria_trend_hotel_park_royal_palace_vienna" HotelName="Radisson Blu Park Royal Palace Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schlossallee 8, 1140 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c7/28c7d1fe0c77a69fb4ff9a7e9a7d591a5d078195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located next to the Vienna Technical Museum and Schönbrunn Palace. Right on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.186173323264" Longitude="16.324911117554" StarRating="3" HotelCode="166006|vienna_urban_resort_hotel" HotelName="Koncept Hotel Liebelei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sechshauser St. 83, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/b5/ceb53581a7d4e97ba5aba3aa864d9bc861ab3624.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.06" OriginalAmount="300.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199158" Longitude="16.351829" StarRating="4" HotelCode="130635|3900005" HotelName="Hotel Schani Salon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 58, 1070 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e0/b8e018c546978022eb32444c57df9a05b6eb1eec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.179243340053" Longitude="16.362376213074" StarRating="4" HotelCode="96777|hotel_rainers" HotelName="Rainers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gudrunstraße 184, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/zz/bcadab089567ea764bf631bf0fbd2e374abd8142.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located 500 m from the Südbahnhof, 1 km from Keplerplatz metro station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213523" Longitude="16.344021" StarRating="3" HotelCode="103924|hotel_korotan" HotelName="Korotan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albertgasse 48, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0b/530b0dfc438404900f398da86b73d877b192c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.04" OriginalAmount="302.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.184156" Longitude="16.3777235" StarRating="3" HotelCode="300836|star_inn_hotel_premium_wien_hauptbahnhof" HotelName="Star Inn Hotel Premium Wien Hauptbahnhof, by Quality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gerhard-Bronner-Straße 5, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/59/fb59339f17c606f4d86c8a666c0bd3a16678c166.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies a 2-minute walk from the Wien train station, 4 km from Hofburg Palace and 5 km from P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.08" OriginalAmount="304.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.187698761054" Longitude="16.30164490715" StarRating="3" HotelCode="130983|viktoria" HotelName="Viktoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eduard Klein Gasse 9, 1130 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/85/1e85d6aadcba9872c48e41e80ea992dd7a1e0ba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.10" OriginalAmount="305.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2208838" Longitude="16.3666273" StarRating="4" HotelCode="11741|deutschmeister" HotelName="Hotel Deutschmeister" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grünentorgasse 30, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/4b/3c4b07417d06f5290f392d476dec1ec5a0ed9c17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located off the beaten track in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.10" OriginalAmount="305.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203538" Longitude="16.341358" StarRating="3" HotelCode="89970|hotel_pension_alla_lenz" HotelName="Hotel Pension Alla Lenz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halbgasse 3-5, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/c2/5ac2fb936c562a006cdd95b7b3144a79b16f269f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.10" OriginalAmount="305.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.223591" Longitude="16.317753" StarRating="4" HotelCode="130679|appartements_ferchergasse" HotelName="Ferchergasse Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferchergasse 19, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/21/4321b69df227c9574ed73b8d6971b884e0cf8dcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.10" OriginalAmount="305.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.1888049" Longitude="16.3838046" StarRating="3" HotelCode="175425|daniel_vienna" HotelName="Hotel Daniel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstraßer Gürtel 5, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/zz/54ad86915c8274f8c170c6f99e8da79d7b986499.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located within 2 minutes from a train station, 15 minutes from the centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.74" OriginalAmount="306.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213249393957" Longitude="16.356893777847" StarRating="4" HotelCode="16492|16040" HotelName="Austria Trend Hotel Rathauspark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Bar,Fax,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rathausstraße 17, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f0/11f077d398b6f457c62d9d1b2b5831c9cb7e2935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated at the heart of Vienna. The town hall, the Burgtheater (imperial court t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212489" Longitude="16.388872" StarRating="3" HotelCode="89980|hotel_urania" HotelName="Urania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Obere Weißgerberstr 7, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/93/709342e51ccd830a44cfd11ddbd68cc61d1f4259.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="309.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199145" Longitude="16.352609" StarRating="4" HotelCode="36050|corvinus_hotel_pension" HotelName="Hotel Corvinus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstrasse 57-59, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/b9/1db9f74d208aafec3c5d12fb4606726772b120a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.55" OriginalAmount="310.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="4" HotelCode="839466|872397" HotelName="Jaz Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/d1/f1d1c072aa1f75921a87766b5297ecf15c1dd3c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.68" OriginalAmount="310.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.220307022233" Longitude="16.355882585049" StarRating="4" HotelCode="10478|747155" HotelName="Atlanta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Währinger Str 33, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a5/eca58d30d9b14bd8db042bbb37eb46503a13e253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.22" OriginalAmount="311.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215131" Longitude="16.347864" StarRating="2" HotelCode="89222|pension_madara" HotelName="Pension Madara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alser Straße 39, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/bf/a5bfcfac3fb3629f0fa2cf037bbf4de9812c53f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.22" OriginalAmount="311.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.173895435214" Longitude="16.420290470123" StarRating="3" HotelCode="87895|hotel_hahn" HotelName="Hotel Hahn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mautner Markhof-Gasse 72, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/19/3c19bedd7f7c7c5d48bcb81bd3fc84a652895791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.22" OriginalAmount="311.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18636213" Longitude="16.37990749" StarRating="0" HotelCode="960671|joyn_vienna" HotelName="Joyn Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karl-Popper-Straße 6, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/0a/1d0a2193685184e56a71966eb0c711b289646902.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="318.97" OriginalAmount="312.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18668" Longitude="16.344146" StarRating="4" HotelCode="255614|216822" HotelName="MAXX by Steigenberger Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Margaretengürtel 142, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2d/162de486c8e9f23b82c57c5e2de641f645366ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19556" Longitude="16.38327" StarRating="4" HotelCode="43671|nh_belvedere" HotelName="NH Wien Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 12a, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/64/aa64883d119e0b00d6177df78bee80e93fd07c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the former State Printing House directly by the Botanical Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.189292851165" Longitude="16.365557312965" StarRating="3" HotelCode="365405|hotel_attache_3" HotelName="Attache" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstrasse 71, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6e/246e5591afa089d9de320d16e74080236a17c13e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just in front of the hotel is the tramway station to the city centre; within 10 minutes guests are i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.32" OriginalAmount="315.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18761947" Longitude="16.37777177" StarRating="0" HotelCode="765896|3899965" HotelName="MOOONS Wien managed by Arcotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Gürtel 16, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94655eaa766b638bb8e6268cdf4e95496ebce0af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.32" OriginalAmount="316.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.162940326256" Longitude="16.340392827988" StarRating="4" HotelCode="31379|austria_trend_hotel_bosei_2" HotelName="Austria Trend Hotel Bosei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gutheil Schoder Gasse 7b, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e7/c8e7dfd30f52e9afb12c0dc500d84c7a5f407a53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the outskirts of Vienna, directly next to the tranquil Wienerberg hill. The neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.94" OriginalAmount="316.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.186908293625" Longitude="16.375559270382" StarRating="3" HotelCode="47707|385945" HotelName="Novum Hotel Congress" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Gürtel 34, Wieden, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/a7/60a703484256e1dfeb77a2db66c44a80b9fcd879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located, comfortable hotel is situated opposite the city's southern railway station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.36" OriginalAmount="318.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.231906" Longitude="16.417196" StarRating="4" HotelCode="61868|arcotel_kaiserwasser_vienna" HotelName="ARCOTEL Kaiserwasser" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Straße 8, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/33/6833f222339b9805142f9c5f4b13deeee66de76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.36" OriginalAmount="318.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.217989148606" Longitude="16.375582084656" StarRating="2" HotelCode="130879|hotel_liechtenstein_apartments" HotelName="Liechtenstein Apartments II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nickelgasse 1, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c2/e4c22bf969bc28102581de94c66ea617ef6bb284.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.36" OriginalAmount="318.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200130274223" Longitude="16.354602728836" StarRating="4" HotelCode="69873|nh_wien" HotelName="NH Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 32-34, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/76/ae76ef1bc1b59312529f9c3608b4fe0ce05404f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on one of the longest shopping streets in Europe, right in the Spittelberg dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204824" Longitude="16.343139" StarRating="4" HotelCode="50968|max_brown_7th_district" HotelName="Max Brown 7th District Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schottenfeldgasse 74, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/60/3960adfa2212431484254fdb9f0e45c3a0e41e16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 5th district of Vienna, close to the city centre and historical district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19112" Longitude="16.408383" StarRating="4" HotelCode="119223|vienna_sporthotel" HotelName="Vienna Sporthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baumgasse 83, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/fb/2dfb7b0dd1d4500d0328e5192f574a05d00136dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.226450602296" Longitude="16.356518268585" StarRating="4" HotelCode="172184|h_hotel_wien" HotelName="H+ Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Liechtensteinstraße 87-89, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2e/702e19d2bb89d3c3009ca648a540eb5ec79c4364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel affords a charming location in a historical district of Vienna and is an ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19688132" Longitude="16.36070182" StarRating="0" HotelCode="465458|wombats_city_hostels_vienna_at_the_naschmarkt" HotelName="Wombats City Hostel - The Naschmarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rechte Wienzeile 35, A-1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/49/e849f20d59005ef7c827b4da14ea91a3cd55bf59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Vienna, Wombats City Hostels Vienna At The Naschmarkt puts everything the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.77" OriginalAmount="321.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2132749" Longitude="16.3831598" StarRating="4" HotelCode="410467|183176" HotelName="Novotel Wien City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aspernbrueckengasse 1, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/53/0a539845d61c31a22144e6f1e9650719d0c64e5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212763" Longitude="16.368318" StarRating="3" HotelCode="130878|pension_lerner" HotelName="Pension Lerner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wipplingerstraße 23, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/64/f264d9b6148dc0daabb0133cd16f9cea41af2ce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.137268794743" Longitude="16.250150906796" StarRating="3" HotelCode="130748|hotel_altmann" HotelName="Hotel Altmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Breitenfurterstrasse 515, 1230 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/93/5393fa1179d7af987efbe01ed2719f5606b9aabc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.219689701212" Longitude="16.410123036255" StarRating="3" HotelCode="305593|ajo_messe" HotelName="AJO Vienna Apartements &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Engerthstraße 217, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/3d/0e3d97d553c4f0a02e85bb74852746730ec248f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.54" OriginalAmount="327.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.182317" Longitude="16.373911" StarRating="2" HotelCode="53231|kolbeck" HotelName="Kolbeck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laxenburgerstrasse 19, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4e/394ec84e98027c6a1cf4dbf8b057899665552518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kolbeck Situated in Wien, the Hotel Kolbeck provides 2x000D star accommodation. No on site car...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.54" OriginalAmount="327.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210856" Longitude="16.379337" StarRating="3" HotelCode="130127|pension_dr_geissler" HotelName="Pension Dr. Geissler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Postgasse 14, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/06/b506d965b7a65c242ad2803267c76b1d64103c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.59" OriginalAmount="328.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215242213601" Longitude="16.376138627529" StarRating="4" HotelCode="33453|99223" HotelName="Mercure Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hollandstrasse 3, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b8/73b85ea7cde6c106097ae2ad3393cd2e0b32ebd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.75" OriginalAmount="329.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.191315" Longitude="16.400441" StarRating="3" HotelCode="103941|1528958" HotelName="Gartenhotel Gabriel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 165, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d4/f3d45e758e91f940d8e5a0d49ac452a2c9c22c8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.60" OriginalAmount="330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199120491813" Longitude="16.352602243424" StarRating="3" HotelCode="36046|hotel_pension_haydn" HotelName="Hotel Pension Haydn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstrasse 57-59, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf87e951d8c293ef7d9c83b3640847a66d3603e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="338.53" OriginalAmount="331.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.197477914957" Longitude="16.338034495711" StarRating="3" HotelCode="187119|2167444" HotelName="Motel One Wien-Westbahnhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Europaplatz 3, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/c9/60c9bcd7919ba9eb917d9a770179b2dac42aa931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.60" OriginalAmount="335.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.219683" Longitude="16.285513" StarRating="4" HotelCode="36058|384385" HotelName="Austria Trend Hotel Schloss Wilhelminenberg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Savoyenstraße 2, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ac/2aacc65d25e2641854d2a674e58f39f4cd04681d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the north-western outskirts of Vienna and surrounded by 120,000 m² of groun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199751584889" Longitude="16.359779834747" StarRating="2" HotelCode="371243|hotel_terminus_2" HotelName="Hotel Terminus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fillgraderg 4, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/af/f9af3b74928ad9e03c65a8e30796fb56518d67a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="343.25" OriginalAmount="336.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.184722" Longitude="16.321032" StarRating="4" HotelCode="365829|73159" HotelName="Austria Trend Hotel Zoo Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schoenbrunner Schlossstrasse 38-40, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/c6/c6695645dc2ff639/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the perfect location, conveniently close to Vienna's main tourist attraction, Schlo...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.38" OriginalAmount="338.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.202479" Longitude="16.357446" StarRating="3" HotelCode="387631|937065" HotelName="Admiral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Karl Schweighofer-Gasse 7, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c5/66c5b41c7eed30d9e65f0948f8a979877aeee602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.87" OriginalAmount="339.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.233503" Longitude="16.345629" StarRating="4" HotelCode="89971|1528628" HotelName="Hotel Park-Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hasenauerstrasse 12, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc33f94c05ab64679033dd1ee5f0dba9a3cf44c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.41" OriginalAmount="339.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18582" Longitude="16.378603" StarRating="4" HotelCode="534671|587845" HotelName="Novotel Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Canettistrasse 6, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d0/ffd02958d64786b95df58161f732522eaaa613c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.160303697402" Longitude="16.470114813492" StarRating="3" HotelCode="130939|pension_weber" HotelName="Pension Weber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Kaiser-Ebersdorfer-Straße 283-285, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9e/e29e57db6db57126d4d32402ebf5cc0fa76331bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21677433" Longitude="16.37826959" StarRating="3" HotelCode="498535|graetzlhotel_karmelitermarkt" HotelName="Grätzlhotel Karmelitermarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Große Sperlgasse 6, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/d6/dfd66de90309e16625cbdefab66f45189ab8ee3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.88" OriginalAmount="344.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.232751" Longitude="16.373242" StarRating="3" HotelCode="300259|appartement_hotel_marienhof" HotelName="Marien-Hof Appartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hartlgasse 21, 1200 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4b0abe614622b7647678c28f37eec35478437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.88" OriginalAmount="344.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.192702027364" Longitude="16.357518381615" StarRating="4" HotelCode="213217|la_prima_fashion_hotel_vienna" HotelName="Safestay Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schönbrunner Straße 41, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/62/ec620cfddd5bf396bfb65526fd5ca63d69c44889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.90" OriginalAmount="345.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.209470866474" Longitude="16.351462304592" StarRating="4" HotelCode="47784|cordial_theaterhotel_wien" HotelName="Theaterhotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefstädter Straße 22, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/cb/03cb7683cd2fb40fa7cd21413d7586fb83de1a33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.90" OriginalAmount="345.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.153742" Longitude="16.282727" StarRating="4" HotelCode="103936|am_spiegeln" HotelName="Am Spiegeln" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Johann-Hörbiger-Gasse 30, 1230 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d6/75d644d825770d17b371730610eadabe4e68111a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.73" OriginalAmount="346.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19350824855" Longitude="16.334033310413" StarRating="4" HotelCode="18999|81034" HotelName="Hotel Brauhof Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 156, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ed/63ed9b8a96cd08df3877b489ae71f26442acb511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located exactly halfway between Vienna's centre and the Schönbrunn Palace on the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.66" OriginalAmount="347.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.186604292564" Longitude="16.30234837532" StarRating="4" HotelCode="15725|6313" HotelName="Austria Trend Parkhotel Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hietzinger Hauptstr. 10-14, 1130 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/56/e45631aa8d733eb9dd1a86dab43e20d381a2c5dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful neighbourhood with an attractive park and close to Schönbrunn Ca...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.47" OriginalAmount="349.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.180152" Longitude="16.374573" StarRating="3" HotelCode="70052|96969" HotelName="Meininger Hotel Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Columbusgasse 16, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3d/3d99f2d24117ad44/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located directly next to Vienna’s shopping mile, Favoritenstrasse, and 2 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.00" OriginalAmount="350.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.218231" Longitude="16.365057" StarRating="2" HotelCode="36054|goldener_baer" HotelName="Riess City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Türkenstraße 27, 1090 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/0b/a50b37f32ab88833204a28508068a850bc55edea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="358.08" OriginalAmount="351.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.187692" Longitude="16.378157" StarRating="4" HotelCode="16230|6318" HotelName="Novum Hotel Prinz Eugen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Gürtel 14, Wieden, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ce/03ce2e13741662ccdb9518cf010f55671848746f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the embassy quarter of Vienna and provides an excellent poin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.193564" Longitude="16.361559" StarRating="4" HotelCode="13533|holiday_inn_vienna_city" HotelName="Holiday Inn Vienna City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Margaretenstrasse 53, 1050 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/59/4459250bcb7c22bffd9cd7bdd3a810bea2729733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located at the heart of Vienna just 20 km from Wien-Schwechat airport. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.10" OriginalAmount="355.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.182173" Longitude="16.378377" StarRating="4" HotelCode="244266|hotel_zeitgeist_vienna" HotelName="Hotel Zeitgeist" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 15, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/55/2255e08c77516ec3921161b73328e2dc3d831fb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3.5 km from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.32" OriginalAmount="355.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.206514340722" Longitude="16.354393959045" StarRating="4" HotelCode="387242|367317" HotelName="25hours Hotel Wien beim MuseumsQuartier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lerchenfelderstraße 1-3, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d4/f6d4db0675d4e065e43920baaba5e2df57ad6048.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated by a park near to the Parliament building, close to the U-Bahn (underground tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201083469686" Longitude="16.352309882641" StarRating="2" HotelCode="260431|reimer_pension" HotelName="Hotel Pension Reimer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kircheng 18, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/27/97277cf8b0ff4246b8ea3e600297195c2e780a84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.193473" Longitude="16.335523" StarRating="2" HotelCode="430031|vienna_hostel_ruthensteiner_" HotelName="Hostel Ruthensteiner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Concierge,Dry Cleaning,Garden,Internet,Laundry,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Robert-Hamerlinggasse 24, 1150 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/eb/f7eb3da417dcaa55f46a94600e5877722cb7a232.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Vienna Hostel Ruthensteiner in Vienna (Rudolfsheim-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21351034157" Longitude="16.352119445801" StarRating="3" HotelCode="58763|the_levante_laudon_apartments" HotelName="The Levante Laudon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laudongasse 8, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225e1ad2595ce62cc3775cd1b715fb9f6578a22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.28" OriginalAmount="364.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="4" HotelCode="14797|hotel_mercure_wien_zentrum" HotelName="Mercure Wien Zentrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fleischmarkt 1a, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/21/892131ce1ebebe60b87f5e602e25b5462ab884ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Vienna in the historic city centre. Exclusive shopping areas ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21323509542" Longitude="16.358079314232" StarRating="3" HotelCode="130926|residenz_hotel_pension" HotelName="Pension Residenz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebendorferstraße 10, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/34/1a/341aba3e78c6d0daafad26384991602cc1b13132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.220462" Longitude="16.373083" StarRating="3" HotelCode="311691|vox_design_hotel" HotelName="VOX Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Schreygasse 2, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/8a/938ac6200419b818cce00d73d0450dd92f471bdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.36" OriginalAmount="368.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19746" Longitude="16.36863" StarRating="4" HotelCode="10984|best_western_premier_kaiserhof_wien" HotelName="Kaiserhof Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frankenberggasse 10, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3f/103fda647509bbb8e03486f96d3e51f936767be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is very popular thanks to its excellent location in the heart of historical Vienn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.36" OriginalAmount="368.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.218559237342" Longitude="16.38811737299" StarRating="4" HotelCode="24649|wilhelmshof" HotelName="Der Wilhelmshof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kleine Stadtgutgasse 4, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/f5/34f53e3c686f144d06dcfb856815cd504a4bcfd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.36" OriginalAmount="368.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212777540103" Longitude="16.353178918362" StarRating="3" HotelCode="201002|hotel_pension_andreas" HotelName="Andreas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schlösselgasse 11, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/71/a9718e847adfda67462171644da58d9df7a3fd8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.38" OriginalAmount="369.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.196535253191" Longitude="16.395748257637" StarRating="4" HotelCode="76006|hotel_eurostars_embassy" HotelName="Eurostars Embassy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 120, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c4/68c4a55c5696b16ccfeebfe4b25fd7af403d9891.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel constitutes the perfect starting point for excursions around Vienna and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215966" Longitude="16.361407" StarRating="3" HotelCode="130929|pension_schottentor" HotelName="Pension Schottentor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hörlgasse 4, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/f5/12f51bd9d57af075837249c694983c9201466d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Vienna (Alsergrund), Pension Schottentor is minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.1906674" Longitude="16.3415767" StarRating="3" HotelCode="639866|oliver_apartments" HotelName="Oliver Live like Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Strabe 126, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b1/31b1be6e7bbdeb3b0a57bac036500b66922101dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.44" OriginalAmount="372.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.209624586845" Longitude="16.353567838669" StarRating="3" HotelCode="12912|hotel_graf_stadion" HotelName="Graf Stadion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Buchfeldgasse 5, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/2d/082dcc63d6ebb67287234a7954abbc225cded657.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.219598" Longitude="16.386329" StarRating="4" HotelCode="82623|hotel_vienna" HotelName="Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Große Stadtgutgasse 31, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d4/9cd4fcfd3646c6e09a2ce735e686109b5ecfb541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21703" Longitude="16.362719" StarRating="3" HotelCode="130921|pension_liechtenstein" HotelName="Pension Liechtenstein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hörlgasse 9, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/zz/66adb10d7e62fcaca9344333286065229dd52dfa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199732" Longitude="16.35448" StarRating="3" HotelCode="103945|mariahilf_hotelpension" HotelName="Pension Mariahilf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstraße 49, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/17/15176fc6c368b6f193ef544efdf61625f57fadd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204115" Longitude="16.384355" StarRating="3" HotelCode="89977|goldene_spinne" HotelName="Goldene Spinne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Linke Bahngasse 1a, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/ec/1e/ec1ee01e94dfc5b51fc4f4c7e273bb8ffe7334b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Goldene Spinne Hotel has a reception, room service, breakfast service, TV-room and parking (extr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.33" OriginalAmount="377.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199692587848" Longitude="16.37741804123" StarRating="4" HotelCode="17709|99208" HotelName="Hotel Am Konzerthaus Vienna - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Am Heumarkt 35-37, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/92/41928c48a54625a3abfa4e2fae2d5346663cd2ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.195199" Longitude="16.367321" StarRating="4" HotelCode="12175|erzherzog_rainer" HotelName="Hotel Erzherzog Rainer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstrasse 27-29, 4. Bezirk, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/24/55245d931bf221d0414f1b7ba60e40d1ff56ba9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 4th district, within a short walk from the State Opera House, the Künstl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.195026243106" Longitude="16.384472250939" StarRating="4" HotelCode="69928|austria_trend_hotel_savoyen" HotelName="Austria Trend Hotel Savoyen Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 16, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/86/838664fe1a37bdcb486ed2c32b13100a4263b790.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by historic buildings that are rich in tradition, this city and business hotel serves as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.14856943" Longitude="16.39631883" StarRating="3" HotelCode="368515|primus_hotel_apartments_2" HotelName="Primus Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaudagasse 2, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/a2/fea2551bba18158fc1ff50e60fe3417a5de6f71e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19806428" Longitude="16.36603433" StarRating="4" HotelCode="974657|operastreetcom_apartments" HotelName="Opera Suites by Operastreet.com Suites Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Operngasse 22, near to the Vienna State Opera and Naschmarkt, Freihausviertel, 04 Wieden, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d6/c6d699c8f4956cff05abdd92b7ac70dd3a8f5c79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.62" OriginalAmount="381.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200999445763" Longitude="16.353313028812" StarRating="3" HotelCode="33068|savoy_2" HotelName="Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lindengasse 12, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b3/e2b37ce6aabc7477f745daa44916e96aa15ff9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central yet quiet location, 5 minutes' walking distance from the famous Ringstras...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.64" OriginalAmount="382.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.198448270807" Longitude="16.357494592667" StarRating="2" HotelCode="92782|kolping" HotelName="Kolping Wien Zentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Straße 39, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b3/64b34488eaf4d61be6f333b9e245dbb0a4f228fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a lift and features 90 rooms. The friendly staff at the reception desk in the lobby ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.64" OriginalAmount="382.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212812862564" Longitude="16.349555654676" StarRating="3" HotelCode="392817|urban_stay_hotel_columbia" HotelName="Urban Stay Hotel Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kochgasse 9, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/42/d5425b05c118aa5c3b22dfd13c91ba7013d03b58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.17502842" Longitude="16.37446438" StarRating="0" HotelCode="616819|apartment_house_in_vienna" HotelName="Apartment House in Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>84 Buchengasse, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0b/db0ba18e1acad5632f82d260cdffd4c7c008a306.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Apartment House in Vienna in Vienna (Favoriten), you'll be cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19299067" Longitude="16.39274541" StarRating="4" HotelCode="856937|parks_73_the_townhouse_hotel" HotelName="Parks 73 The Townhouse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 73, Landstraße, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970b2580f7c2c0c51053811e6fdb4c4e4e9015d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.76" OriginalAmount="385.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.218279" Longitude="16.358055" StarRating="3" HotelCode="76702|2024435" HotelName="Hotel-Pension Bleckmann" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Central Heating,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Währinger Straße 15, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/41/32411673739c8ea20dea57610c37adc216df900f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.16" OriginalAmount="386.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.216203743679" Longitude="16.35963767767" StarRating="4" HotelCode="16546|105291" HotelName="Hotel Regina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rooseveltplatz 15, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec282c4f5b3228547b8a0978cedae8db62bc77f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is centrally located in Vienna's university district, close to a famous church. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.74" OriginalAmount="387.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.196901522744" Longitude="16.40390006725" StarRating="4" HotelCode="402858|my_home_in_vienna" HotelName="My Home In Vienna Smart Apartments Landstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Erdbergstrasse 120a, 1030 Vienna, Vienna State</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0c/410ca45eb34d0ddd9fb36d7b102bf677bf320030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.84" OriginalAmount="392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.1893866" Longitude="16.35559084" StarRating="3" HotelCode="465432|room_55" HotelName="Hotel Room 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ramperstorffergasse 55, Margareten, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/18/de1886d3c5b0680681ee03364d9590ed63d1f869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.84" OriginalAmount="392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19820201" Longitude="16.34943072" StarRating="2" HotelCode="465581|pension_primavera" HotelName="Guesthouse Primavera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstraße 72, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a9535307245e264e5c8ff74a046a4ef7d4a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.214872" Longitude="16.34949" StarRating="3" HotelCode="103925|appartments_in_der_josefstadt" HotelName="Appartements in der Josefstadt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alser Straße 29, Eingang Kochgasse 36, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/42/bb42c8fadf53cd0fbad2ec406255476e5657d209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.37" OriginalAmount="393.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.209345744901" Longitude="16.353479325771" StarRating="4" HotelCode="165253|922615" HotelName="Fleming's Selection Hotel Wien-City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefstädter Straße 10-12, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/00/8300cc03fb103e07dd9c79fe3e93ecb87a84028e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20558" Longitude="16.38662" StarRating="3" HotelCode="89975|stadtpark" HotelName="Pension Stadtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstraßer Hauptstraße 7, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027b4f4b5de0f76690b074beaae7fde1e087bfcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.90" OriginalAmount="395.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.12303118" Longitude="16.56550804" StarRating="3" HotelCode="524331|moxy_vienna_airport" HotelName="Moxy Vienna Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ausfahrtsstraße 4, 1300 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/bd/67bdbc2464ef323bf6c8be1c7799ca2bb7017c1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="403.92" OriginalAmount="396.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.207570773088" Longitude="16.352634429932" StarRating="4" HotelCode="336613|hotel_rathaus__wein__design" HotelName="Rathaus Wein &amp; Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 13, 1080 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/95/7c95ff2f2c6245ec9ea89b9c1464d437e4adcb6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2210965" Longitude="16.3417827" StarRating="4" HotelCode="268695|livingpoint__luxusapartments_wahring" HotelName="Rafael Kaiser Premium Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Antonigasse 1, 1180 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d32a0590e0f900e88090c1e68653178e5e45a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.194962" Longitude="16.369409" StarRating="4" HotelCode="63685|hotel_johann_strauss" HotelName="Hotel Johann Strauss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstraße 12, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/06/bf064d463047d91f9d3f3b95b4858bf88ebadd05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, allowing guests to explore Vienna and it sights without a car....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="409.37" OriginalAmount="401.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215386851031" Longitude="16.386148084656" StarRating="3" HotelCode="25189|848855" HotelName="Das Capri Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Praterstrasse 44-46, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/628e7f323448dced/63/63de6f7ee584fb1347bb3ea8cb480127/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The central location of this hotel in Praterstrasse in Vienna’s 2nd district makes it an ideal base ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="409.65" OriginalAmount="401.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210255822291" Longitude="16.378547584079" StarRating="4" HotelCode="539660|804425" HotelName="Ruby Lissi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fleischmarkt 19, Laurenzerberg 2, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/14/cc1416792fbc126ba3edea4318bc93a417325719.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200551" Longitude="16.364735" StarRating="4" HotelCode="42795|hotel_mercure_secession_wien" HotelName="Mercure Secession Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Getreidemarkt 5, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f2/caf255566de9354aece8f9596ddd675dd36abc06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.135886" Longitude="16.279929" StarRating="3" HotelCode="89976|der_stasta" HotelName="Der Stasta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lehmanngasse 11, Wien 1230</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/b5/7ab5d8418169b3d7ee2e9408d3d9bb834b5d8338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210999112445" Longitude="16.377683579922" StarRating="4" HotelCode="103933|alma_boutiquehotel" HotelName="Alma Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hafnersteig 7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/36/de3650d6e4cb413ba8cffb39c0162c72302413b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21760334802" Longitude="16.381997107969" StarRating="4" HotelCode="904705|hotel_imlauer_wien" HotelName="Hotel IMLAUER Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rotensterngasse 10-12, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/83/50837b8b22097faaccd3f4b01f7c9a62e9a31b45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only a 10-minute walk away from the city center the stylish 4-star hotel IMLAUER Wien, is situated i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.22" OriginalAmount="411.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.22520336152" Longitude="16.356453895569" StarRating="4" HotelCode="14965|mondial_appartement_hotel" HotelName="Mondial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alserbachstr./Pfluggasse 1, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/20/f420327d52b8f20e62e3a50bee8f62033dc6b4e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.22" OriginalAmount="411.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.197845767357" Longitude="16.34844481945" StarRating="4" HotelCode="10451|nh_atterseehaus_suites" HotelName="NH Collection Wien Zentrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 78, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/18/b218ef9d8e54dce6a009f3d81646e70ca8bda178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located on the longest shopping street in Europe, the Mariahilfer. Links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.24" OriginalAmount="412.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="0" HotelCode="981256|steiner_residences_vienna_taborstrasse" HotelName="Steiner Residences Haus Taborstraße" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Castellezgasse, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/e4/19e4ad053fbe8fad1ef42cabea6404ada1d9c52d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.28" OriginalAmount="414.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.216335997333" Longitude="16.312159895897" StarRating="4" HotelCode="260490|fleger_appartements" HotelName="Fleger Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/07/2026" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seitenberggasse 19, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/99/e5993ce73b101a2f949b1d26e5ecf97566d1b5c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.34" OriginalAmount="417.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.206174704707" Longitude="16.371039748192" StarRating="4" HotelCode="12235|austria_trend_hotel_europa_wien" HotelName="Austria Trend Hotel Europa Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Straße 18, Eingang Neuer Markt 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b9/b6b9f9e018aa83bb0fd56c4e7ef53584adbbe3fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located, this hotel lies in the historical centre of Vienna, between the state opera house ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.38" OriginalAmount="419.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20487" Longitude="16.356579" StarRating="3" HotelCode="130923|hotel_pension_museum" HotelName="Pension Museum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Museumstrasse 3, 1070 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/41/b54162220babbe00da5362d0cb8ee1ee70b529b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="429.42" OriginalAmount="421.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19630931" Longitude="16.35777848" StarRating="4" HotelCode="640029|vintage_apartments_naschmarkt" HotelName="Vintage Apartments Am Naschmarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rechte Wienzeile 2A, Margareten, 1050 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/26/b626ab711c7d4c0cc1996290166ef805dbb9392d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="430.18" OriginalAmount="421.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.211523695165" Longitude="16.373982296274" StarRating="4" HotelCode="317041|415178" HotelName="Mercure Vienna First" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Desider Friedmann Platz 2, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/15/141508a55c256767e863a2a2734129738729d76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.46" OriginalAmount="423.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2271022" Longitude="16.42058047" StarRating="3" HotelCode="464505|residenz_donaucity" HotelName="Donaucity Residenz Apartmenthotel Gsonek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schiffmühlenstraße 47, Donaustadt, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/d3/8dd33d412b0a3f9ba5fbb94200b077efbb1f1f1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.72" OriginalAmount="423.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.217075896608" Longitude="16.389520168304" StarRating="3" HotelCode="15197|937095" HotelName="Austria Classic Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Praterstrasse 72, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/01/50017a6dd5a71a0479f4d94009093e41151adfbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.06" OriginalAmount="423.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.217643324193" Longitude="16.382361352444" StarRating="4" HotelCode="14785|177229" HotelName="Hotel Nestroy Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rotensterngasse 7 &amp; 10 – 12, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c0/93c034218239bcd146f1339c2b3af5a8f97a17ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city of Vienna, only a few minutes walking distance away from the historic city ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="434.52" OriginalAmount="426.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.23300601" Longitude="16.31843551" StarRating="3" HotelCode="745296|leuhusen_boutique_apartments" HotelName="Leuhusen Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wallrißstrasse 85, 18 Währing, 1180 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/0b/c40b1ccafbb551a5e9242357152ea272f0d181f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.54" OriginalAmount="427.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208145" Longitude="16.368361" StarRating="4" HotelCode="64238|pertschy_palais_hotel" HotelName="Pertschy Palais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Habsburgergasse 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a2867d53801d959ee9d7fed8ae17fcbbc1de15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="435.87" OriginalAmount="427.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19582" Longitude="16.38267" StarRating="4" HotelCode="67260|232153" HotelName="Lindner Hotel Am Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 12, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/42/c64231268081de2573cd9ecc2e3b61259856cf2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="437.20" OriginalAmount="428.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.121675783563" Longitude="16.56286329031" StarRating="4" HotelCode="316766|1093828" HotelName="NH Vienna Airport Conference Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Einfahrtsstrasse 1-3, Flughafen Wien, 1300 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ca/64ca43fd10c5269361690e4b1f411cc07624b99c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the arrivals hall of Vienna International Airport and is the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.60" OriginalAmount="430.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2282" Longitude="16.3675" StarRating="4" HotelCode="498827|vienna_grand_apartements_city" HotelName="Vienna Grand Apartments City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Wallensteinstraße 9, 1200 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fd/35fdeca113a77152c703a5d9032e1d20219e4da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.93" OriginalAmount="430.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213950017418" Longitude="16.421513557434" StarRating="4" HotelCode="13534|2304" HotelName="Hilton Vienna Danube Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Handelskai 269, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/75/75999d1cbbf1e789/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside the Danube. The convention centres, such as the Austria Cente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.11" OriginalAmount="432.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213385229867" Longitude="16.370353102684" StarRating="3" HotelCode="181037|3898285" HotelName="Dan In'n Out" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salzgries 21, Vienna 1010</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c5/54c5308e738f3b3115156438cf250f95c803cf83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.10" OriginalAmount="433.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201996997493" Longitude="16.3790756464" StarRating="5" HotelCode="258454|9337" HotelName="InterContinental Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Johannesgasse 28, 1037 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/1c/991c62ea6132e2d8ba3f37647240bf4ede7d31e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is ideally located directly opposite the city park and within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="443.14" OriginalAmount="434.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199647624417" Longitude="16.352657127613" StarRating="3" HotelCode="47720|377935" HotelName="Hotel-Pension Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirchengasse 1, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/32/3132c0a4bc05b3da7bb29e5e3e801beaa8287f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Mariahilferstrasse, the oldest and longest shopping street in Vienna. From ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.70" OriginalAmount="435.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213619367234" Longitude="16.379900425672" StarRating="4" HotelCode="64236|hotel_city_central_2" HotelName="Hotel City Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 8, 2. Bezirk, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/a1/bda1da2f7d9cfd0471dade85c105f44e2d818090.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.73" OriginalAmount="435.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203098214835" Longitude="16.356207132339" StarRating="4" HotelCode="259025|6335" HotelName="K+K Hotel Maria Theresia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirchberggasse 6, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/19/c319a27278dbcf7d687eda1cc0dabe2a3b41fe2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located close to the natural history and art history museums in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.219551085784" Longitude="16.325431466103" StarRating="4" HotelCode="96774|hotel_senator" HotelName="Senator Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hernalser Hauptstraße 105, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/c6/57c6341230d7de0c1349e7601980eca9a292b1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated 5 km from the city centre. It lies 3.6 km from Westbahnhof railway station, 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="0" HotelCode="982613|steiner_residences_vienna_augarten" HotelName="Steiner Residences - House Augarten" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nordwestbahnstraße 5, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8c/318ce488a4de8de751313e6abc376256220500e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.27" OriginalAmount="440.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.231777" Longitude="16.412656" StarRating="5" HotelCode="263229|253949" HotelName="Meliá Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Donau-City-Straße 7, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/59/1f591194b95efbaef0569b7e2732aecf49376259.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19773628" Longitude="16.34753775" StarRating="2" HotelCode="465538|urban_boutique_hotel_5" HotelName="Pension Hargita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Andreasgasse 1/8, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb871484c329be902f5b74cc7930ece2e23d7878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="452.72" OriginalAmount="443.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208588" Longitude="16.35406" StarRating="4" HotelCode="318238|90699" HotelName="Hotel Josefshof am Rathaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefsgasse 4-6, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c1/dcc1962212a9516abf25d99df513d846ccc9287d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, offering traditional Viennese flair and modern equipment. ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.96" OriginalAmount="448.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.140616793153" Longitude="16.381148993969" StarRating="3" HotelCode="136809|pension_kasper" HotelName="Frühstückspension Alexandra Kasper" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>An der Hölle 27, 1100 Wien, Oberlaa</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92e0d78030a9cbf51f4f3ab1fbaf26dd863dbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.04" OriginalAmount="452.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210443" Longitude="16.371577" StarRating="4" HotelCode="76498|hotel_amadeus_10" HotelName="Arthotel ANA Amadeus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wildpretmarkt 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/51/9451722b74b0670de7a5d180ab9782c2ca66f16d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="462.59" OriginalAmount="453.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20224483" Longitude="16.37499099" StarRating="5" HotelCode="318949|1520998" HotelName="Grand Ferdinand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schubertring 10-12, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/43/7243669953a3b19977fceea8bcb96bae22b932c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on the Ringstraße boulevard in the centre of Vienna. The City Park and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.14" OriginalAmount="457.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203453136275" Longitude="16.370995268717" StarRating="1" HotelCode="268681|pension_suzanne" HotelName="Pension Suzanne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet,LCD/Projector,Luggage Storage,Pets allowed,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Walfischgasse 4, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d637568978b456ddc56ff12e9b5e0fc77b34526.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Pension Suzanne in Vienna, you'll be minutes from R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.16" OriginalAmount="458.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18104062" Longitude="16.37627481" StarRating="3" HotelCode="956961|duschel_apartments_2" HotelName="Duschel Apartments Wien-Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Planetengasse 2, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/52/8752d88dafd03f75835060ee071c1ac5d28027e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.18" OriginalAmount="459.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201366" Longitude="16.380109" StarRating="4" HotelCode="28283|starlight_suite_heumarkt_" HotelName="HiLight Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salesianergasse 2, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fb/1ffb8dd8df99d8a833f3db26fd416141e9a8d4bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located only a short walk from the city centre and Wien-Mitte railway statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.18" OriginalAmount="459.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.19173343" Longitude="16.38640295" StarRating="3" HotelCode="445108|belvedere_apartment_vienna__hegergasse" HotelName="Belvedere Apartment Vienna - Hegergasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hegergasse 3, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b8/cfb899e110e61e1d10e84966d1b6356fad0e5302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.22" OriginalAmount="461.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.211025923371" Longitude="16.351574957371" StarRating="3" HotelCode="19521|hotel_zipser" HotelName="Zipser" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 49, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/99/c199d5ef3e567f3bef7759dfa91593bc88b54e3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.28" OriginalAmount="464.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2002" Longitude="16.358973" StarRating="1" HotelCode="130922|pension_mozart_2" HotelName="Pension Mozart Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Theobaldgasse 15, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/6a/7f6a7df6378cb93d9c45304f9005daa8a12a7d1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.30" OriginalAmount="465.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.251247" Longitude="16.498501" StarRating="3" HotelCode="295096|motel22" HotelName="motel22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Breitenleerstraße 253, Anfahrt über Agavenweg 16, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d1/4bd1f01d897516f8f0c53b7810e3669eca400577.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the motel, which has a total of 31 rooms. The establishment features vari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="476.34" OriginalAmount="467.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2205871" Longitude="16.3818095" StarRating="4" HotelCode="268683|sky_apartments_vienna" HotelName="Sky Apartments Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taborstraße 52, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d4/c1d4a62da6c9c152024b147cb758f96e61a6004f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.42" OriginalAmount="471.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.197275438572" Longitude="16.386432945728" StarRating="4" HotelCode="16622|imperial_riding_school_renaissance_vienna_hotel" HotelName="Renaissance Imperial Riding School" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ungargasse 60, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/87/79875c0c7aaca8037794c3a0e2473ec41128b6ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the beautiful Belvedere Palace within a few minutes walk of the state opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.54" OriginalAmount="477.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.222485" Longitude="16.47801" StarRating="3" HotelCode="227888|hotel_asperner_lowe" HotelName="Hotel Asperner Löwe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Aspernstraße 96, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/29/e029c96cd0a281d75f5f9a3a13661b771e90495e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.56" OriginalAmount="478.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.207148" Longitude="16.376619" StarRating="4" HotelCode="89982|appartementhotel_an_der_riemergasse" HotelName="Riemergasse Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riemergasse 8, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f4/28f490afb0137a317920785d09b663c5c6bcbe0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.66" OriginalAmount="483.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.199958073995" Longitude="16.364129036665" StarRating="4" HotelCode="10738|hotel_beethoven_wien" HotelName="Beethoven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Papagenogasse 6, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f9/f8f9e9a97432257a85d029e2613523f61be3c8b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the outdoor Naschmarkt market and the Theater an der Wien in the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.66" OriginalAmount="483.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.197486407327" Longitude="16.367209553719" StarRating="5" HotelCode="48076|hotel_das_triest" HotelName="Das Triest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstrasse 12, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/ef/73ef8e59e2dcff9c518587d2a84ab447eb9259b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and design hotel is situated in the centre of Vienna, near Karlsplatz. All of the city's m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="492.82" OriginalAmount="483.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.209930347622" Longitude="16.372562084656" StarRating="4" HotelCode="324596|41035219" HotelName="City Pension Stephansplatz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Bauernmarkt 10, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/a2/8ea24dd7a861359d7a00cb0057f1399c7ca4b693.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.84" OriginalAmount="492.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212518" Longitude="16.372659" StarRating="4" HotelCode="130890|myplace_premium_apartments__city_centre_2" HotelName="MyPlace City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Vorlaufstrasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/59/bf596de560f173f67a42499613241902f734ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.86" OriginalAmount="493.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210182359901" Longitude="16.378134898148" StarRating="3" HotelCode="16031|post_4" HotelName="Post" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Fleischmarkt 24, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/85/f48577933d5b43515734d0357a26b63ed705d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.86" OriginalAmount="493.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.206343" Longitude="16.375945" StarRating="3" HotelCode="262132|singerstrasse_2125_apartments" HotelName="Singerstrasse 21/25" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singerstrasse 21/25, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/57/da5783def84e0b6f44b87b916c2f94ad62fa2218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.48" OriginalAmount="494.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.191853" Longitude="16.339156" StarRating="4" HotelCode="58779|154192" HotelName="Mercure Raphael Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wallgasse 23, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f7/b7f7b694ffbf55b37e77244e3467a2f610500ad7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located adjacent to the famous Raimund Theatre, close to the international railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215378" Longitude="16.314426" StarRating="3" HotelCode="130815|hotel_schwalbe" HotelName="Schwalbe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Degengasse 45, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bda252b76eb53f2e8b634ae36955cafba7c5bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.00" OriginalAmount="500.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208326" Longitude="16.354786" StarRating="5" HotelCode="59229|the_levante_parlaiment_a_design_hotel" HotelName="The Levante Parliament" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Auerspergstraße 9, 1080 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7e/6d7e9eb9d852c8d906bb4754f11ff496f8ee3414.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a central location, behind the Parliament building and the Viennese City Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.08" OriginalAmount="504.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212864" Longitude="16.379873" StarRating="5" HotelCode="161442|sofitel_vienna_stephansdom" HotelName="SO/ Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Praterstrasse 1, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/94/6994fb6f76eace8e21ca24ee7dd6d35f661d02be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the city, only a short walk from all major attractions. The Sc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="514.51" OriginalAmount="504.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215435" Longitude="16.369066" StarRating="3" HotelCode="89969|3901745" HotelName="Bajazzo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esslinggasse 7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/22/f12273152fb490c82cc3a253712f22d50438ac94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.207874" Longitude="16.370086" StarRating="4" HotelCode="12981|graben_hotel" HotelName="Graben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dorotheergasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e2/18e23dc851a28762bc229da8aa53d3ea43346bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies at the heart of the city in the quiet antiques district directly on St. Ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18889397" Longitude="16.32446902" StarRating="0" HotelCode="746746|vintage_apartments_schonbrunn" HotelName="Vintage Apartments Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ölweingasse 36, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/fb/17fbbc92bae8a53a966ff1160cdea555473988a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201639" Longitude="16.3687116" StarRating="3" HotelCode="909534|derag_livinghotel_an_der_oper" HotelName="Living Hotel An der Oper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Straße 44, Eingang Elisabeth Straße 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/78/a078b371d9c774307c70680a46bef98232086d4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="518.16" OriginalAmount="508.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203858" Longitude="16.370545" StarRating="4" HotelCode="89973|opera_suites" HotelName="Opera Suites Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kärtnerstraße 47, 1. Stock, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/e5/b9e57c7c7229175135dd52f83c01925a93e71445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="520.07" OriginalAmount="509.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.18511637" Longitude="16.38369746" StarRating="5" HotelCode="938230|659155" HotelName="Andaz Vienna Am Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Arsenalstrasse 10, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49d18635279f247a6c99daae40ea50c0020060.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.24" OriginalAmount="512.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208423" Longitude="16.368705" StarRating="4" HotelCode="130904|pension_a_und_a" HotelName="Pension A &amp; A" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Habsburgergasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/96/859675300487b0b4fa0303054ef07e371dbecbcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Vienna. Those wishing to escape the hustle and bustle of daily ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.24" OriginalAmount="512.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201062490125" Longitude="16.394365845404" StarRating="4" HotelCode="212528|hotel_spiess_spiess_appartementpension" HotelName="Hotel Spiess &amp; Spiess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hainburger Straße 19, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/a9/48a9a1d01d06ae5a9306785d7f855100de5f75f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.24" OriginalAmount="512.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.1386016" Longitude="16.3223229" StarRating="4" HotelCode="268701|pension_erlaa" HotelName="Erlaa Pension" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Bar,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Erlaaer Straße 148, 1230 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/7f/d97f8a23cd019c4abdcd4d9d92d3650a1e22b352.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.32" OriginalAmount="516.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.178977746572" Longitude="16.31868571043" StarRating="3" HotelCode="336616|seminarhotel_springer_schlossl" HotelName="Springer Schlößl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tivoligasse 73, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/19/ec/19ec2c7ef640edd89e533b47f464cbc9072fc159.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="527.34" OriginalAmount="517.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.211744450952" Longitude="16.378099322319" StarRating="4" HotelCode="11442|hotel_capricorno" HotelName="Hotel Capricorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schwedenplatz 3-4, 1. Bezirk, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/bb/c8bb8c517604004fee97b0a4c647205440ff4a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.219836" Longitude="16.359831" StarRating="4" HotelCode="13214|best_western_premier_harmonie_vienna" HotelName="The Harmonie Vienna, BW Premier Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harmoniegasse 5-7, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/99/dd997ac8b5834a38d9a2231ee29232ab4a6fb8f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated, this hotel is to be found in the heart of Vienna directly by the park of a French ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.38" OriginalAmount="519.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.205159" Longitude="16.399279" StarRating="3" HotelCode="103927|suite_hotel_200m_zum_prater" HotelName="Suite 200m Zum Prater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Böcklinstrasse 72, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/73/66739aea995e2702f3c705c8caea86168593b75b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.98" OriginalAmount="519.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.207871074758" Longitude="16.372383534908" StarRating="4" HotelCode="16960|105331" HotelName="Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singerstrasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f21eb90ad23c817b979b3256aef2c0a42b5c47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel has been family-run since 1931 and enjoys a fabulous peaceful location directly b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.40" OriginalAmount="520.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204097" Longitude="16.372522" StarRating="4" HotelCode="44856|best_western_premier_schlosshotel_romischer_kaiser" HotelName="Schlosshotel Römischer Kaiser" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Annagasse 16, Wien 1010</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/18/9718bce0e5f39a120cf20f74def17d8f25642323.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.57" OriginalAmount="524.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2047" Longitude="16.3731" StarRating="3" HotelCode="455449|3900105" HotelName="Johannesgasse Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Johannesgasse 8, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/a8/7ca83093326281a10ca2e3a5c2ac82649170e779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.50" OriginalAmount="525.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.213836" Longitude="16.371505" StarRating="4" HotelCode="259030|kk_palais_hotel" HotelName="K+K Palais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rudolfsplatz 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/3f/e23f6dc73642b29f9a44a44dda500c7602e82372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant city hotel is situated in the centre of Vienna and 13 km from the airport. Countless sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.68" OriginalAmount="534.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200944301974" Longitude="16.359199084656" StarRating="4" HotelCode="25114|hotel_das_tyrol" HotelName="Boutiquehotel Das Tyrol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Straße 15, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4eab6443dd74749b489219e7ed3cfefbc533de3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location close to the natural history and art museums, the Hofburg imperi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.78" OriginalAmount="539.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.385222" Longitude="16.514448" StarRating="4" HotelCode="59460|klaus_im_weinviertel" HotelName="Klaus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Julius-Bittner-Platz 4, 2120 Wolkersdorf im Weinviertel</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/57/58572ae7574598e9726e42d102890281fe9a9955.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.78" OriginalAmount="539.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.202653082754" Longitude="16.36638879776" StarRating="5" HotelCode="26239|le_meridien_wien" HotelName="Le Méridien Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Robert-Stolz-Platz 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c8/adc8f6ea6e5003e1ac1958d4823e7dd083cc8ed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on the famous Ringstraße and opposite the Opera and the Hofbu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.94" OriginalAmount="547.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.200743797658" Longitude="16.346079111099" StarRating="3" HotelCode="197429|hotel_am_brillantengrund" HotelName="Am Brillantengrund" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bandgasse 4, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/b4/09b4f77714c95b2c6b7c0cf791b4c00855ab2b84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel has a very quiet location, just over 1 km from the Ringstrasse and the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21190969" Longitude="16.36529905" StarRating="3" HotelCode="466526|benediktushaus" HotelName="Benediktushaus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Freyung 6a, A-1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6e/b46e784c47773bd31ef0d93c3d93ca7078705f25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.16" OriginalAmount="551.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212256529754" Longitude="16.368179172278" StarRating="4" HotelCode="18603|224736" HotelName="Das Tigra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiefer Graben 14-20, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e4/0ae4c0cd2387aba23635a875e49d776a338b1c42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="566.49" OriginalAmount="555.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.206012036133" Longitude="16.38297021389" StarRating="4" HotelCode="18940|6314" HotelName="Hilton Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Am Stadtpark 1, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/64/fd641011f2b0c04b6f8999c348c36d4e79102731.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside the beautiful city park at the heart of Vienna. Sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.16" OriginalAmount="558.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.16678168" Longitude="16.38102163" StarRating="0" HotelCode="955188|4_beds_and_more_vienna_apartmentscontactless_checkin" HotelName="4 Beds &amp; More Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstrasse 182, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/2d/8e2dbf8ba5b796501a6016d4aee74c98d7bc1efc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="569.40" OriginalAmount="558.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.215436" Longitude="16.364898" StarRating="5" HotelCode="19180|CAF422500" HotelName="Hilton Vienna Plaza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schottenring 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/5e/685ed3aa16f9db8e5ec3fef97c7eb772dec25cc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is located on the famous Ringstraße and opposite the Stock Exchange. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="571.20" OriginalAmount="560.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="0" HotelCode="878481|premium_apartment_naschmarkt" HotelName="Mint@Naschmarkt Premium Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Girardigasse 6</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/4c/5a4c5c343c4bae5ed94f062b9069d3b2029dca9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.22" OriginalAmount="561.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204184" Longitude="16.372687" StarRating="4" HotelCode="89968|hotel_mailberger_hof" HotelName="Mailberger Hof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Annagasse 7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/47/1547c4dea24b43e262edac119aa5a75076fe1459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.22" OriginalAmount="561.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.222458" Longitude="16.36704" StarRating="4" HotelCode="130891|myplace_riverside" HotelName="MyPlace Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rossauer Lände 23, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/6c/396c5c6b9332930b280762ad07333b84a39486ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.22" OriginalAmount="561.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208106" Longitude="16.375587" StarRating="4" HotelCode="36044|hotel_domizil" HotelName="Domizil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schulerstrasse 14, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/91/6391f732610b782373eb5f0317e832b4acaae63e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.26" OriginalAmount="563.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.197699163072" Longitude="16.367265880108" StarRating="4" HotelCode="130959|saint_shermin_bed_breakfast__champagne" HotelName="Saint Shermin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rilkeplatz 7, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/47/d84783896fa61ad48bdc3d60573fc26a50b94a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.82" OriginalAmount="566.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.207107" Longitude="16.37086" StarRating="3" HotelCode="81145|3898015" HotelName="Pension Neuer Markt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seilergasse 9, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/21/1e2166fffe79a92160b5d541fa272045afb0576a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="584.91" OriginalAmount="573.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210436079762" Longitude="16.35345518589" StarRating="3" HotelCode="22157|1064268" HotelName="Alpha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buchfeldgasse 8, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c0/0bc044a6ee54298ba28bc154c620c5900c4e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="585.48" OriginalAmount="574.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20527" Longitude="16.370732" StarRating="4" HotelCode="64234|pension_aviano__my_secret_home" HotelName="Aviano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marco-D´Aviano-Gasse 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d2/9cd2d6f0301466e5cc07ce3c6b5ce7a144bb2a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.50" OriginalAmount="575.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.202640568945" Longitude="16.366911828518" StarRating="4" HotelCode="15431|das_opernring_hotel_2" HotelName="Hotel Das Opernring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opernring 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/30/e830a7d1f15735068534be11aacf557e8cdb7f05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Vienna, directly on the famous Ringstraße boulevard, opposite ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.58" OriginalAmount="579.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.275301409946" Longitude="16.355161647221" StarRating="4" HotelCode="268697|apartment_vindobona" HotelName="Vindobona Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bloschgasse 13, 1190 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/37/01375a373ecf8da3344d00abd2c55a801cc44a4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.62" OriginalAmount="581.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.205703" Longitude="16.346243" StarRating="4" HotelCode="103948|hotel_apartment_rothensteiner" HotelName="Rothensteiner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Neustiftgasse 66, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/8a/1b8ab6d97132033e16d7223699085f1f39aee237.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.76" OriginalAmount="588.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20315512" Longitude="16.38197289" StarRating="0" HotelCode="983876|parkview_residences" HotelName="Parkview Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Am Heumarkt 3/1/17, Landstraße/3. Bezirk, 1030 Wien, Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/fb/58fb548b6cd3ba45ad947b495b81b9d4e128e078.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="600.78" OriginalAmount="589.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210126" Longitude="16.381604" StarRating="3" HotelCode="103907|pension_riedl" HotelName="Pension Riedl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Georg Coch Platz 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/7a/be7ac74fd2bb229c873ae46b225528f91a81dd14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.82" OriginalAmount="591.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.242591" Longitude="16.427748" StarRating="3" HotelCode="103950|the_rooms_bed__breakfast" HotelName="The Rooms B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden,Housekeeping,Internet,Luggage Storage,Parking,Pets allowed,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Schlenthergasse 17, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/13/db132b0b766a75d5cc3d292b9a61193a55b3d957.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Rooms Bed &amp; Breakfast in Vienna (Donaustadt), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.82" OriginalAmount="591.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210285" Longitude="16.373579" StarRating="4" HotelCode="185737|hotel_topazz_lamee" HotelName="Hotel Topazz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lichtensteg 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/27/d2275e558a5a9e4966adef1047a02c0843b40629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the city centre of Vienna, only about 200 m from Stephansdom (St S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="612.00" OriginalAmount="600.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21434500754" Longitude="16.380210220814" StarRating="4" HotelCode="18244|stefanie" HotelName="Hotel Stefanie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 12, 2. Bezirk, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3e/dd3ed7a3ff0afa0bf628ec089d8a727744d03ff3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Taborstrasse always had a special significance as an access road to the imperial city of Vienna. To ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="612.90" OriginalAmount="600.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.205679" Longitude="16.371049" StarRating="5" HotelCode="200892|6323" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Str. 22, Neuer Markt 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/ee/9dee778e34d12af8e79ef1d2295e0cda24a58adc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, like no other hotel in the city, has been a symbol of luxury, elegance and tradition for...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="619.14" OriginalAmount="607.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204553358584" Longitude="16.37052744627" StarRating="4" HotelCode="10402|austria_trend_hotel_astoria" HotelName="Austria Trend Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Straße 32-34, Eingang Führichgasse 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/0f/220f254941b7d6b5f04e68cc81cf7e9c3e8280a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Kärtner Straße. St. Stephen's Cathedral, the state opera house, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.38" OriginalAmount="619.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.209778306755" Longitude="16.365828216076" StarRating="5" HotelCode="97882|steigenberger_hotel_herrenhof_wien" HotelName="Steigenberger Hotel Herrenhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herrengasse 10, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/fd/16fdad36bc62e73f07d155ab55ed105a064aaf8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in Vienna's 1st district, in the heart of the historical city centre. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.38" OriginalAmount="619.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203607698615" Longitude="16.356649696827" StarRating="4" HotelCode="160766|viennart_hotel_am_museumsquartier" HotelName="Hotel ViennArt am MuseumsQuartier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Breite Gasse 9, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/21/8a21f3c4711fbd1e2a79df85d9ac792da64ee0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Spittelberg, close to the famous shopping street, Mariahilferstraße. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.70" OriginalAmount="635.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210118" Longitude="16.365582" StarRating="5" HotelCode="61869|radisson_blu_style_hotel_vienna" HotelName="Radisson Blu Style Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herrengasse 12, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3e/de3e1826e8eaa81f605dc799295a2cf4783dbf4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business design hotel is nestled in the heart of one of Europe's leading cultural capitals, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="654.97" OriginalAmount="642.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.198245" Longitude="16.363981" StarRating="3" HotelCode="103949|2244945" HotelName="Drei Kronen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schleifmühlgasse 25, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ed/d1ed20c28a28dac8fd077e2746b05997ee88edf6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.88" OriginalAmount="644.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20714390074" Longitude="16.372116626984" StarRating="4" HotelCode="31225|kaiserin_elisabeth" HotelName="TOP CityLine Hotel Kaiserin Elisabeth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Weihburggasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/9a/189ae2de1d94f4c3712d6801c615ba3d3ac9327d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This venerable hotel is located in the centre of Vienna, near the famous pedestrian precinct, the ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.34" OriginalAmount="667.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.212185" Longitude="16.373422" StarRating="3" HotelCode="103983|hotel_marc_aurel" HotelName="Marc Aurel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marc-Aurel Straße 8, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/2f/6a2f8fe3d31956cd55dd5f6f8e3e863b225ec2b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.38" OriginalAmount="669.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210156" Longitude="16.376135" StarRating="3" HotelCode="259042|hotel_kaerntnerhof" HotelName="Kärntner Hof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Grashofgasse 4, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/47/de479da167eddb46fc9d706f8267d1dbd845b866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21069064" Longitude="16.35380459" StarRating="3" HotelCode="952280|vienna_apartment_schmidgasse" HotelName="Vienna-Apartment-One Schmidgasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schmidgasse 5, 08. Josefstadt, 1080 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3a/bd3ad30899dbabcdd8ed2ff8966234e149b0e2a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="689.74" OriginalAmount="676.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.216391" Longitude="16.389474" StarRating="1" HotelCode="66581|1756658" HotelName="Praterstern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mayergasse 6, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/5346a09af974f8977a3d705a4aa076b6ecb5f8d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.64" OriginalAmount="682.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="0" HotelCode="955558|imperialapartments_schonbrunn" HotelName="Imperial Apartments Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Würzburggasse 4, 13 Hietzing, 1130 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bc/b5bcdfaf4e0fe8c1fa23647d8baa772205367637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="712.15" OriginalAmount="698.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.209678" Longitude="16.370408" StarRating="3" HotelCode="82737|351060" HotelName="Wandl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Petersplatz 9, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/68/746830c4149f8470c472a78a4a2c1904ddccf1cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.00" OriginalAmount="700.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.198307031762" Longitude="16.350561082363" StarRating="4" HotelCode="259738|hotel_kummer" HotelName="Kummer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 71a, 1061 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/fe/dffe6e4b5e88e26d8fbedff0610aab6ef7229779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Vienna and in a stunning building in the style form the turn ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="753.78" OriginalAmount="739.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.205462" Longitude="16.377794" StarRating="4" HotelCode="197477|am_parkring" HotelName="Hotel Am Parkring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 12, 1. Bezirk, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7e/5f7e1412628f1a7bbf9b242542d265b09c8dc5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is located in the 11th, 12th and 13th floors of the Gartenbauh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="757.86" OriginalAmount="743.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.202063142709" Longitude="16.372093856335" StarRating="5" HotelCode="200963|grand_hotel_wien" HotelName="Grand Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kaerntner Ring 9, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a2/faa2d46a85c1cc33759f17c6cf39f8f2d6020e9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within a few paces of the state opera house, St. Stephen's cathedral and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.92" OriginalAmount="746.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20451835" Longitude="16.35478633" StarRating="3" HotelCode="497645|apartment_beim_volkstheater_" HotelName="7th Heaven Vienna Center Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gardegasse 3, 07. Neubau, 1070 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/48/b948841e543160572a359041598e7bbcaef2d999.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="771.12" OriginalAmount="756.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.25610017" Longitude="16.39653771" StarRating="5" HotelCode="518073|vienna_grand_apartments_danube" HotelName="Vienna Grand Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Floridsdorfer Hauptstrasse 34, 1210 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/8a/7f8a1a713b3ca5d35ec40252f85a5b954b4b4f54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.50" OriginalAmount="775.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204839377064" Longitude="16.351314783096" StarRating="4" HotelCode="197410|altstadt_vienna_hotel" HotelName="Altstadt Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirchengasse 41, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9f/159fff673825043bae0753c5ff793ee90329ed2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the 7th district of Vienna: the Spittelberg area, which is famous for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="794.58" OriginalAmount="779.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.250709206724" Longitude="16.305028531797" StarRating="4" HotelCode="305597|hotel_landhaus_fuhrgasslhuber" HotelName="Hotel Pension Landhaus Fuhrgassl Huber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Chalets" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Bar,Concierge,Dining,Elevator,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rathstrasse 24, Neustift Am Walde, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4e/3b4e0111c1863e7c5d96b5518e7032be9e16625f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Les Chalets de Môh in La Malbaie, you'll be on a ri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.86" OriginalAmount="793.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="3" HotelCode="465429|kimi_apartments" HotelName="Kimi Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reichsratsstrasse 17/14, Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cf/c0cfddea9ebaa09e65e93d1d43963748c19a1445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="822.12" OriginalAmount="806.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208211" Longitude="16.375302" StarRating="4" HotelCode="130849|hotel_konig_von_ungarn" HotelName="König von Ungarn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schulerstraße 10, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/cd/69cd14862f523003e5e620a3cfb9924317e5ebdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="824.16" OriginalAmount="808.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.205908" Longitude="16.374588" StarRating="4" HotelCode="130881|hotel_pension_lumes" HotelName="Lumes &amp; Co. Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weihburggasse 18-20, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/4e/744ef2d18df6a9f2f5d4f8808be0c6bebc86cb1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="833.34" OriginalAmount="817.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210565" Longitude="16.376026" StarRating="4" HotelCode="103940|hollmann_beletage_design__boutique" HotelName="Hollmann Beletage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Köllnerhofgasse 6, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/77/1e77df423b1c31999276a469aa43214ad7bcaa5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="844.56" OriginalAmount="828.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204877" Longitude="16.377667" StarRating="5" HotelCode="14581|marriott_vienna" HotelName="Vienna Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 12a, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/aa/abaa88abb76d408ae660558a0e00a5179c306bc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located opposite the city park on the famous Ringstraße. Sights of in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="852.72" OriginalAmount="836.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.208767" Longitude="16.372093" StarRating="4" HotelCode="42796|hotel_am_stephansplatz" HotelName="Am Stephansplatz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stephansplatz 9, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/31/ee311e34a03069a1e9ebff18050fe854f064fb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.02" OriginalAmount="851.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20926735" Longitude="16.36872511" StarRating="3" HotelCode="518323|pension_nossek_" HotelName="Pension Nossek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 07/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Graben 17, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/63/fa633efd7ce6724599a5c589e8255e9ddc95a750.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="885.36" OriginalAmount="868.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21234477" Longitude="16.37341452" StarRating="4" HotelCode="961135|vision_apartments_marc_aurel_strasse" HotelName="VISIONAPARTMENTS Vienna Marc-Aurel-Strasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marc-Aurel-Strasse 7, 1010  Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/21/a8213358faea355e5cbfacc54fb092573ecdee6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="893.52" OriginalAmount="876.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203929475234" Longitude="16.371766626835" StarRating="3" HotelCode="136958|hotel_zur_wiener_staatsoper" HotelName="Zur Wiener Staatsoper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Krugerstrasse 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/1d/e91dea0963385f2984faac79630e4c0ec7cc751d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="919.02" OriginalAmount="901.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204199408504" Longitude="16.376970112324" StarRating="5" HotelCode="44707|radisson_blu_palais_hotel_vienna" HotelName="Almanac Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 16, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/02/f6027e2ff09b44ebbf7b70f63e92319852f020cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is situated directly on the historical Parkring opposite the famous Johann...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="986.34" OriginalAmount="967.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.204549783343" Longitude="16.356467306614" StarRating="5" HotelCode="210343|sans_souci_vienna" HotelName="Sans Souci Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burggasse 2, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/df/dbdff9c441d026d0d47caad917127c935e828431.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1037.34" OriginalAmount="1017.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21560325" Longitude="16.37127155" StarRating="4" HotelCode="454234|govienna_luxury_oldtown_apartments" HotelName="GoVienna Luxury Oldtown Apartments Werdertorgasse 17" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Werdertorgasse 17, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d0/d5d0e16165489b1b8585abb46346a93b757e006c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1051.86" OriginalAmount="1031.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.216352082213" Longitude="16.368475556374" StarRating="5" HotelCode="199646|CAT510600" HotelName="Palais Hansen Kempinski Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schottenring 24, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c3/afc38c9f4bec6807872901eb4e392c1dd65378c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Vienna. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1093.44" OriginalAmount="1072.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2051296" Longitude="16.369038" StarRating="5" HotelCode="930970|the_guesthouse_vienna" HotelName="The Guesthouse Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Führichgasse 10, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/47/0347f2a47b16c91dc481e93a16455d5aae689ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna. There are a number of shops nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1130.33" OriginalAmount="1108.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.21597957" Longitude="16.35660324" StarRating="0" HotelCode="951975|3901045" HotelName="Abieshomes Serviced Apartments - Votivpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garnisongasse 7, 1090 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0030/57593/3057593/1.jpg?f=14980067</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1355.46" OriginalAmount="1328.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201698" Longitude="16.371112" StarRating="5" HotelCode="387322|107582" HotelName="The Ring Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Ring 8, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/2a/5e2a2e4a12b299378a89de58859ee8fb55b5784e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the city centre on the Boulevard Ringstraße. All the important sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1369.86" OriginalAmount="1343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.201213" Longitude="16.373144" StarRating="5" HotelCode="258302|imperial_vienna" HotelName="Hotel Imperial,  a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Ring 16, 1015 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/97/8297be237960bb863e05ffec61764d5c178155b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located close to the state opera house, St. Stephen's Cathedral and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.08" OriginalAmount="1354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20344734" Longitude="16.37084657" StarRating="4" HotelCode="445195|duschel_apartments_vienna" HotelName="Duschel Apartments Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Walfischgasse 9/2/11, A-1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2c/9a2c544de60b989e11255a1f1509fc4feb184c19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.20219185748" Longitude="16.375991106033" StarRating="5" HotelCode="186631|the_ritzcarlton_vienna" HotelName="The Ritz-Carlton, Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schubertring 5-7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/af/59af450acb97d405dfa3f18c7649136eea068c50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1727.98" OriginalAmount="1694.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.203893722375" Longitude="16.369816660881" StarRating="5" HotelCode="17079|7125" HotelName="Hotel Sacher Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Philharmonikerstraße 4, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/2a/722a525d60280e3a43d8b5c129e143958e5ed8ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This world-famous luxury hotel is situated in a privileged location opposite the State Opera and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1777.86" OriginalAmount="1743.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="4" HotelCode="618617|soho_apartments_grand_soho" HotelName="Soho Apartments - Grand Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Schikanedergasse 2/5, 1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/53/5653f9bce1e20dc632955fde1ddff9ff8f1b0689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities at the accommodation offer guests the opportunity to combine busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1787.04" OriginalAmount="1752.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.210815" Longitude="16.368049" StarRating="5" HotelCode="284513|park_hyatt_vienna" HotelName="Park Hyatt Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Am Hof 2, Vienna 1010</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/63/67636d5ccb89d656fa0bfe30f5a88b5a4c973dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2902.92" OriginalAmount="2846.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.174492854267" Longitude="16.35538905859" StarRating="3" HotelCode="193766|royal_living_apartments" HotelName="Royal Living Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knöllgasse 30, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/b8/36b88c314ac2bb66d0f35474db0af07a2ed45723.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Internet,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access,Kitchen,Bicycle Rental,Diet Meals,Shopping Arcade,Swimming Pool,Spa,Nightclub,Golf,Garden,Housekeeping,Luggage Storage,Parking,Pets allowed,Babysitting,Concierge,Dining,Elevator,LCD/Projector,24 Hour Front Desk,Dry Cleaning,Library</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL DE CHARME,GOLF HOTEL,HOTEL,HOSTEL,SPA HOTEL,ECO HOTEL,GUESTHOUSE,APARTMENT,GUEST HOUSES,BED AND BREAKFASTS,CHALETS,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="2e555634-f2bf-43d9-b37a-1b86923eda62">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="2490" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="14581|marriott_vienna" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="kw" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="2e555634-f2bf-43d9-b37a-1b86923eda62" TimeStamp="0001-01-01T00:00:00" HotelName="Vienna Marriott Hotel" HotelCode="14581|1798135" StarRating="5" GTCityId="2490" CountryCode="AT" CityName="Vienna" CountryName="Austria" Address="Parkring 12a, 1010 Wien" PostCode="1010" PhoneNo="+431515180" FaxNo="+431515186736" Email="" CheckInTime="15:00" CheckOutTime="12:00" Latitude="48.204877" Longitude="16.377667" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (king size bed)" RoomTypeCode="h-db71fcca-16b4-5ae7-b9d2-27ccdd7a27d6|63|ODI4LjAwfEdCUHwyMDI2LTA1LTIz" OriginalAmount="828" TotalPrice="844.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 36.00-- city tax is included in the room rate.&lt;br/&gt;GBP 72.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="844.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|0|1176505045|1779529687004310B2119B0||yes|2374|16|ODU5LjQ2fEdCUHwyMDI2LTA1LTIz" OriginalAmount="859" TotalPrice="876.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="876.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|0|1243972635|1779529686095457B2036B0||yes|2374|16|OTI1LjgzfEdCUHwyMDI2LTA1LTIz" OriginalAmount="926" TotalPrice="944.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="944.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE BED, LARGE" RoomTypeCode="0|0|1330323725|1779529692033777B2057B2||yes|2374|16|OTQxLjQ0fEdCUHwyMDI2LTA1LTIz" OriginalAmount="941" TotalPrice="960.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="960.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe room" RoomTypeCode="h-8d61e358-577c-54e2-8417-6666dac1559a|63|OTQ2LjAwfEdCUHwyMDI2LTA1LTIz" OriginalAmount="946" TotalPrice="964.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 41.13-- city tax is included in the room rate.&lt;br/&gt;GBP 82.26-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="964.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="2226219201-1-0|762226219201|2|0|12|OTUzLjc1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="954" TotalPrice="972.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-09bd39da-845d-5b5f-bf54-52ade3ead0f2|63|OTY5LjAwfEdCUHwyMDI2LTA3LTIw" OriginalAmount="969" TotalPrice="988.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/07/2026"><AdditionalDetails>GBP 42.13-- city tax is included in the room rate.&lt;br/&gt;GBP 84.26-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-16T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.38" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="0|0|1243891155|1779529692033777B2057B30||yes|2374|16|OTc4LjI2fEdCUHwyMDI2LTA1LTIz" OriginalAmount="978" TotalPrice="997.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="997.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, 2 DOUBLE BEDS" RoomTypeCode="0|0|1455973125|1779529687004310B2119B6||yes|2374|16|OTgyLjQ2fEdCUHwyMDI2LTA1LTIz" OriginalAmount="982" TotalPrice="1002.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1002.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, DELUXE" RoomTypeCode="0|0|1322888925|1779529687042896B2153B4||no|2374|16|OTg3LjM5fEdCUHwyMDI2LTA1LTIz" OriginalAmount="987" TotalPrice="1007.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1007.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, DELUXE, KING BED" RoomTypeCode="0|0|1322863715|1779529686081351B2186B13||yes|2374|16|MTAxNC40NXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1014" TotalPrice="1034.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1034.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-026f96a4-8cbb-58b3-b12f-3edfccdedf3e|63|MTAyMi4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1022" TotalPrice="1042.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 44.43-- city tax is included in the room rate.&lt;br/&gt;GBP 88.87-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1042.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with park view (full double bed) (king size bed)" RoomTypeCode="h-46c288a0-8ef1-56a8-b5a4-2040a4c836b7|63|MTA2Ny4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1067" TotalPrice="1088.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 46.39-- city tax is included in the room rate.&lt;br/&gt;GBP 92.78-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1088.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|0|1513514755|1779529686076174B2092B0||yes|2374|16|MTEwMi40OXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1102" TotalPrice="1124.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1124.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE KING ROOM (1 EXTRA-LARGE DOUBLE BED) - FREE WIFI" RoomTypeCode="4065274903-1-0|764065274903|2|0|12|MTEwOC4yM3xHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1108" TotalPrice="1130.39" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED, PARK VIEW" RoomTypeCode="0|0|1243891185|1779529687004310B2119B16||yes|2374|16|MTEwOC41OHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1109" TotalPrice="1130.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1130.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (twin beds)" RoomTypeCode="h-81efa971-7d66-5be7-a10b-e569dc6d8e94|63|MTExNC4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1114" TotalPrice="1136.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 48.43-- city tax is included in the room rate.&lt;br/&gt;GBP 96.87-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1136.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE" RoomTypeCode="20260728$20260801$W$228$9339$DBL.DX-3$ID_B2B_88$RO$B2BEUXX$1~2~0$$N@07~A-SIC~24f50c~554749731~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200824f50c|8|MTI5Mi43OXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1117" TotalPrice="1139.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1117.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE ROOM -  1 KING(STREET VIEW)" RoomTypeCode="1986654393-1-0|761986654393|2|0|12|MTEyMi45NHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1123" TotalPrice="1145.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed)" RoomTypeCode="h-b585c009-1080-555c-8e57-3c01fd9e87a2|63|MTEzMS4wMHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="1131" TotalPrice="1153.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><AdditionalDetails>GBP 49.17-- city tax is included in the room rate.&lt;br/&gt;GBP 98.35-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1153.62" /></CancelPenalty><CancelPenalty Start="2026-07-25T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1153.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, SUPERIOR, KING BED, PARK VIEW" RoomTypeCode="0|0|1283127145|1779529687042896B2153B12||yes|2374|16|MTEzMS42OXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1132" TotalPrice="1154.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1154.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, DELUXE, 2 DOUBLE BEDS" RoomTypeCode="0|0|1452560715|1779529686081351B2186B5||yes|2374|16|MTE1OS42M3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1160" TotalPrice="1182.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1182.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior room with park view" RoomTypeCode="h-5c7ee51a-6caf-5833-98d0-9c7f223dbdd4|63|MTE4MS4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1181" TotalPrice="1204.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 51.35-- city tax is included in the room rate.&lt;br/&gt;GBP 102.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1204.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (twin beds)" RoomTypeCode="h-bbfe0a4b-dea3-5e02-b3df-8f51adb89115|63|MTE4Mi4wMHxHQlB8MjAyNi0wNy0yNA==" OriginalAmount="1182" TotalPrice="1205.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/07/2026"><AdditionalDetails>GBP 51.39-- city tax is included in the room rate.&lt;br/&gt;GBP 102.78-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-20T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1205.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  PARK VIEW (1 KING BED)" RoomTypeCode="2654226916-1-0|762654226916|2|0|12|MTIwOC4wOHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1208" TotalPrice="1232.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, KING BED, GARDEN VIEW" RoomTypeCode="0|1331|1454483695|1779529686088497B2091B18||yes|2374|16|MTIxMS42MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1212" TotalPrice="1235.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1235.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED, GARDEN VIEW" RoomTypeCode="0|0|1454483695|1779529686088497B2091B20||no|2374|16|MTIxMS42MHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="1212" TotalPrice="1235.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1235.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED, PARK VIEW, LARGE" RoomTypeCode="0|0|1330323715|1779529692033777B2057B12||yes|2374|16|MTIxNC4zMXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1214" TotalPrice="1238.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1238.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED, PARK VIEW" RoomTypeCode="0|0|1243972675|1779529692033777B2057B17||yes|2374|16|MTIxNC4zMXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1214" TotalPrice="1238.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1238.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with park view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-040d70dd-ce25-58df-ade5-86fbe695e2cf|63|MTIyMS4wMHxHQlB8MjAyNi0wNy0yMA==" OriginalAmount="1221" TotalPrice="1245.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/07/2026"><AdditionalDetails>GBP 53.09-- city tax is included in the room rate.&lt;br/&gt;GBP 106.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-16T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1245.42" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1245.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, 2 DOUBLE BEDS, PARK VIEW" RoomTypeCode="0|0|1454689995|1779529687004310B2119B25||yes|2374|16|MTIzMy4xNXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1233" TotalPrice="1257.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1257.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, SUPERIOR, KING BED, GARDEN VIEW" RoomTypeCode="0|0|1450630045|1779529686088497B2091B15||yes|2374|16|MTI0MS44NnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1242" TotalPrice="1266.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1266.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE DOUBLE ROOM WITH TWO DOUBLE BEDS (2 DOUBLE BEDS) - FREE WIFI" RoomTypeCode="1714711687-1-0|761714711687|2|0|12|MTI1NS45OXxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1256" TotalPrice="1281.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, SUPERIOR, 2 DOUBLE BEDS, PARK VIEW" RoomTypeCode="0|0|1456029845|1779529687042896B2153B20||yes|2374|16|MTI1OC44NnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1259" TotalPrice="1284.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1284.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE ROOM -  2 DOUBLE" RoomTypeCode="4055489000-1-0|764055489000|2|0|12|MTI1OC45NHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1259" TotalPrice="1284.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, PARK VIEW" RoomTypeCode="0|0|1176236475|1779529692033777B2057B42||yes|2374|16|MTI2MS44MnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1262" TotalPrice="1287.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1287.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with park view (twin beds) (bed type is subject to availability)" RoomTypeCode="h-233731ca-33a3-53c8-9966-63f56d235938|63|MTI3Ni4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1276" TotalPrice="1301.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 55.48-- city tax is included in the room rate.&lt;br/&gt;GBP 110.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1301.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, KING BED" RoomTypeCode="0|1331|1243891195|1779529687004310B2119B54||yes|2374|16|MTMxNS45M3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1316" TotalPrice="1342.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1342.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  PARK VIEW (2 DOUBLE BEDS)" RoomTypeCode="3639669009-1-0|763639669009|2|0|12|MTMzNS4yM3xHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1335" TotalPrice="1361.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: LUXURY, 2 DOUBLE BEDS" RoomTypeCode="0|0|1474854725|1779529692033777B2057B46||yes|2374|16|MTM0Mi41MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1342" TotalPrice="1369.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1369.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|1334|1176505045|1779529687004310B2119B5||no|2374|16|MTM1NC41OXxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="1355" TotalPrice="1381.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1381.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE TWO DOUBLE BEDS" RoomTypeCode="20260728$20260801$W$228$9339$DBL.2D-DX$ID_B2B_69$RO$TB2B$1~2~0$$N@07~A-SIC~213647~-130369637~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK01710120002008213647|8|MTYwNy4xOXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1389" TotalPrice="1416.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED, WITH VIEW" RoomTypeCode="0|0|1513526255|1779529686095457B2036B10||yes|2374|16|MTM5My4xOXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1393" TotalPrice="1421.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1421.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE WITH VIEWS" RoomTypeCode="20260728$20260801$W$228$9339$DBL.DX-WV$ID_B2B_69$RO$TPKG$1~2~0$$P@07~A-SIC~255653~1719089628~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK01710120002008255653|8|MTYxOS44NXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1400" TotalPrice="1427.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1399.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  PARK VIEW (1 EXTRA-LARGE DOUBLE BED) - FREE WIFI" RoomTypeCode="3160152431-1-0|763160152431|2|0|12|MTQwMy43NnxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1404" TotalPrice="1431.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, DOUBLE BED" RoomTypeCode="0|1331|1243972655|1779529686095457B2036B33||yes|2374|16|MTQxMC45MnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1411" TotalPrice="1439.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1439.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  PARK VIEW" RoomTypeCode="926394440-1-0|760926394440|2|0|12|MTQyMC41NnxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1421" TotalPrice="1448.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, 2 DOUBLE BEDS" RoomTypeCode="0|1331|1454598295|1779529687004310B2119B56||yes|2374|16|MTQzMC4zNnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1430" TotalPrice="1458.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1458.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|0|1330745015|1779529686095457B2036B14||yes|2374|16|MTQ0OC45MXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1449" TotalPrice="1477.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1477.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, 2 DOUBLE BEDS, GARDEN VIEW" RoomTypeCode="0|1331|1470766175|1779529686088497B2091B13||no|2374|16|MTQ1My45M3xHQlB8MjAyNi0wNy0yNw==" OriginalAmount="1454" TotalPrice="1483.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1483.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|1334|1243972635|1779529686095457B2036B4||no|2374|16|MTQ1OC4xMHxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="1458" TotalPrice="1487.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1487.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE ROOM" RoomTypeCode="2817548288-1-0|762817548288|2|0|12|MTQ2Mi40MXxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1462" TotalPrice="1491.66" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, DOUBLE BED, LARGE" RoomTypeCode="0|1331|1330323685|1779529692033777B2057B49||yes|2374|16|MTQ3NC40MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1474" TotalPrice="1503.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1503.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE" RoomTypeCode="0|1331|1243902315|1779529692033777B2057B51||yes|2374|16|MTQ3NC40MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1474" TotalPrice="1503.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1503.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, 2 DOUBLE BEDS" RoomTypeCode="0|1334|1455973125|1779529687004310B2119B11||no|2374|16|MTQ3OS4xNHxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="1479" TotalPrice="1508.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1508.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GUEST ROOM, EXECUTIVE, KING BED, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1292174495|1779529686047759B2172B14||yes|2374|16|MTQ5NS40MnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1495" TotalPrice="1525.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1525.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: DELUXE, DOUBLE BED, LARGE" RoomTypeCode="0|1334|1330323725|1779529692033777B2057B0||no|2374|16|MTQ5OC4wOXxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="1498" TotalPrice="1528.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1528.05" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1528.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, KING BED, CLUB LOUNGE ACCESS" RoomTypeCode="0|0|1281593435|1779529687003433B2081B14||yes|2374|16|MTUyNC42N3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1525" TotalPrice="1555.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1555.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, EXECUTIVE, KING BED" RoomTypeCode="0|0|1423877945|1779529687054176B2021B2||yes|2374|16|MTUyNS45NHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1526" TotalPrice="1556.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate.
Mandatory Fee Policy: This hotel charges an additional $440.72 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Resort Fee per Night. Total price: 330.44 EUR Tax per Night. Total price: 49.56 EUR NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1556.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive M Club Lounge Access Double room (full double bed) (king size bed, lounge access)" RoomTypeCode="h-2441b716-6db3-58f6-8a97-cd0a6fc90e9f|63|MTUyNi4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1526" TotalPrice="1556.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 66.35-- city tax is included in the room rate.&lt;br/&gt;GBP 132.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1556.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, QUADRUPLE, WITH VIEW" RoomTypeCode="0|0|1522605945|1779529686095457B2036B18||yes|2374|16|MTU0My44NHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1544" TotalPrice="1574.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1574.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE SUPERIOR WITH VIEWS" RoomTypeCode="20260728$20260801$W$228$9339$DBL.SU-WV$ID_B2B_69$RO$TB2B$1~2~0$$N@07~A-SIC~26170a~-471355882~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200826170a|8|MTgwMi45N3xFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1558" TotalPrice="1589.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, KING BED" RoomTypeCode="0|0|1509734345|1779529686095457B2036B22||yes|2374|16|MTU4MS41NHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1582" TotalPrice="1613.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1613.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE GUEST ROOM" RoomTypeCode="20260728$20260801$W$228$9339$DBL.DX-GR$ID_B2B_69$RO$TPKG$1~2~0$$P@07~A-SIC~223732~-941554168~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK01710120002008223732|8|MTg0Mi4zNXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1592" TotalPrice="1623.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1592.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, 2 DOUBLE BEDS, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1458285535|1779529686047759B2172B12||yes|2374|16|MTYyNi44OXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1627" TotalPrice="1659.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1659.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE" RoomTypeCode="0|0|1243902315|1779529692033777B2057B53||no|2374|16|MTY0NS45OHxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="1646" TotalPrice="1678.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1678.90" /></CancelPenalty><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1678.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard" RoomTypeCode="0|0|12383308|1779529686076174B2092B7||yes|2374|16|MTY1MS4xNnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1651" TotalPrice="1684.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1684.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive M Club Lounge Access room (lounge access)" RoomTypeCode="h-4134018b-7b53-501e-a1d5-c39cec51c4b6|63|MTY2MS4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1661" TotalPrice="1694.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 72.22-- city tax is included in the room rate.&lt;br/&gt;GBP 144.43-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1694.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE EXECUTIVE" RoomTypeCode="20260728$20260801$W$228$9339$DBL.EJ-1$ID_B2B_69$BB$TB2B$1~2~0$$N@07~A-SIC~21d783~1335823888~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200821d783|8|MTkyMy4yOXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1662" TotalPrice="1695.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, KING BED" RoomTypeCode="0|1331|1176169545|1779529687004310B2119B58||yes|2374|16|MTY4OS45OHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1690" TotalPrice="1723.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1723.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE" RoomTypeCode="0|1331|1243902305|1779529686081907B2129B29||yes|2374|16|MTcwNi41OXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1707" TotalPrice="1740.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Onsite parties or group events are strictly prohibited&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Property is located within an airport and access is restricted to airport travelers only; flight boarding pass with passport must be presented upon check-in (visa may be required)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 38 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 27 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 20 per accommodation, per night plus EUR 50.00 one-time cleaning fee &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 30.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Pool access available from 8:00 AM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Parking height restrictions apply. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions and guests can access their rooms with a mobile device.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 250.36 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1740.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive M Club Lounge Access Double room (twin beds) (bed type is subject to availability, lounge access)" RoomTypeCode="h-c32d9b66-1566-538e-96f1-b5d24113f051|63|MTcxNy4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1717" TotalPrice="1751.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 74.65-- city tax is included in the room rate.&lt;br/&gt;GBP 149.30-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1751.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, DOUBLE BED" RoomTypeCode="0|0|1509734355|1779529686095457B2036B25||yes|2374|16|MTcyMC41N3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1721" TotalPrice="1754.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1754.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: QUADRUPLE SUPERIOR WITH VIEWS" RoomTypeCode="20260728$20260801$W$228$9339$QUA.SU-WV$ID_B2B_69$RO$TB2B$1~2~0$$N@07~A-SIC~2347c8~-2094830811~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK017101200020082347c8|8|MTk5Mi41MnxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1722" TotalPrice="1756.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, EXECUTIVE, 2 DOUBLE BEDS, CLUB LOUNGE ACCESS" RoomTypeCode="0|0|1452564405|1779529686081351B2186B21||yes|2374|16|MTcyOC40MnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1728" TotalPrice="1762.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1762.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE EXECUTIVE 2 DOUBLE BEDS" RoomTypeCode="20260728$20260801$W$228$9339$DBL.2D-EJ$ID_B2B_69$BB$TB2B$1~2~0$$N@07~A-SIC~23d82a~397754281~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200823d82a|8|MjA5MC42MXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="1807" TotalPrice="1842.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive M Club Lounge Access Double room (full double bed) (king size bed, lounge access)" RoomTypeCode="h-4c3deada-23ee-5265-ad2a-b862936956fc|63|MTgxOC4wMHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="1818" TotalPrice="1854.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><AdditionalDetails>GBP 79.04-- city tax is included in the room rate.&lt;br/&gt;GBP 158.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1854.36" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1854.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, EXECUTIVE" RoomTypeCode="0|0|1244035745|1779529692033777B2057B74||yes|2374|16|MTgzOS4zMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1839" TotalPrice="1876.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1876.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, KING BED, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1281593465|1779529686047759B2172B16||yes|2374|16|MTkxNi42M3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1917" TotalPrice="1954.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1954.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: M Club Lounge Access Double Junior Suite (full double bed) (king size bed, lounge access)" RoomTypeCode="h-55058a29-6227-55f7-8e14-18bca25fdbd0|63|MTk1Ni4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="1956" TotalPrice="1995.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 85.04-- city tax is included in the room rate.&lt;br/&gt;GBP 170.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1995.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Superior Double room with park view (full double bed) (king size bed)" RoomTypeCode="h-c081e9b0-a23d-5fa8-a17d-55646447e4f0|63|MTk2MC4wMHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="1960" TotalPrice="1999.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 85.22-- city tax is included in the room rate.&lt;br/&gt;GBP 170.43-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1999.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive M Club Lounge Access room (lounge access)" RoomTypeCode="h-da0d64dd-c757-557c-a84c-3a4bdc2163b8|63|MTk3Ni4wMHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="1976" TotalPrice="2015.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><AdditionalDetails>GBP 85.91-- city tax is included in the room rate.&lt;br/&gt;GBP 171.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2015.52" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2015.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR, KING BED, PARK VIEW" RoomTypeCode="0|1334|1243891185|1779529687004310B2119B20||no|2374|16|MTk4Ny41OHxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="1988" TotalPrice="2027.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2027.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR, DOUBLE BED, PARK VIEW, LARGE" RoomTypeCode="0|1334|1330323715|1779529692033777B2057B10||no|2374|16|MjA4My45N3xHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2084" TotalPrice="2125.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2125.65" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2125.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR, DOUBLE BED, PARK VIEW" RoomTypeCode="0|1334|1243972675|1779529692033777B2057B15||no|2374|16|MjA4My45N3xHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2084" TotalPrice="2125.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2125.65" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2125.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: QUADRUPLE EXECUTIVE" RoomTypeCode="20260728$20260801$W$228$9339$QUA.EJ$ID_B2B_69$RO$TPKG$1~2~0$$P@07~A-SIC~22e977~-246045928~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200822e977|8|MjQyMy40NnxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="2094" TotalPrice="2136.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2094.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CLUB, KING BED" RoomTypeCode="0|1331|1509734345|1779529686095457B2036B24||no|2374|16|MjE3Ny4wMXxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2177" TotalPrice="2220.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2220.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, DOUBLE BED" RoomTypeCode="0|1331|1176169605|1779529687004310B2119B61||yes|2374|16|MjI0OS45NnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2250" TotalPrice="2294.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2294.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive M Club Lounge Access Double room (twin beds) (bed type is subject to availability, lounge access)" RoomTypeCode="h-7c48e746-473c-5d4e-b390-7e7942df9ed7|63|MjMxOC4wMHxHQlB8MjAyNi0wNy0yNA==" OriginalAmount="2318" TotalPrice="2364.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/07/2026"><AdditionalDetails>GBP 100.78-- city tax is included in the room rate.&lt;br/&gt;GBP 201.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-20T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2364.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CLUB, DOUBLE BED" RoomTypeCode="0|1331|1509734355|1779529686095457B2036B27||no|2374|16|MjMyMy4zN3xHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2323" TotalPrice="2369.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2369.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GUEST ROOM, EXECUTIVE, 2 DOUBLE BEDS, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1452564405|1779529686081351B2186B19||no|2374|16|MjMzMy45NnxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2334" TotalPrice="2380.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2380.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: M Club Lounge Access Double Junior Suite (full double bed) (king size bed, lounge access)" RoomTypeCode="h-b94ba09a-ad3d-5fcb-ade3-011d18bc45ea|63|MjMzNC4wMHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2334" TotalPrice="2380.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><AdditionalDetails>GBP 101.48-- city tax is included in the room rate.&lt;br/&gt;GBP 202.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2380.68" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2380.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive M Club Lounge Access Double Suite (full double bed) (lounge access)" RoomTypeCode="h-d4b25374-21c3-5e27-ad5f-98b20e1b5944|63|MjQ3NC4wMHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="2474" TotalPrice="2523.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 107.57-- city tax is included in the room rate.&lt;br/&gt;GBP 215.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2523.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE" RoomTypeCode="0|1331|1243892385|1779529692033777B2057B65||yes|2374|16|MjUyNC45OXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2525" TotalPrice="2575.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2575.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CLUB, EXECUTIVE" RoomTypeCode="0|1331|1244035745|1779529692033777B2057B72||no|2374|16|MjU1Ni4yNXxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="2556" TotalPrice="2607.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2607.38" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2607.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1281593485|1779529686047759B2172B20||yes|2374|16|MjU2MC45OHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2561" TotalPrice="2612.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2612.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE WITH VIEWS" RoomTypeCode="20260728$20260801$W$228$9339$JSU.WV$ID_B2B_69$RO$TPKG$1~2~0$$P@07~A-SIC~259be3~-1454921309~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK01710120002008259be3|8|MzA0My44OXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="2630" TotalPrice="2683.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2630.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE EXECUTIVE" RoomTypeCode="20260728$20260801$W$228$9339$SUI.EJ-1$ID_B2B_69$BB$TB2B$1~2~0$$N@07~A-SIC~24ac16~-1037026281~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200824ac16|8|MzA5NC43NHxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="2674" TotalPrice="2727.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: JUNIOR SUITE, KING BED" RoomTypeCode="0|1334|1176169545|1779529687004310B2119B60||no|2374|16|MjY3OS4yM3xHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="2679" TotalPrice="2732.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2732.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, KING BED" RoomTypeCode="0|0|1509310075|1779529686095457B2036B31||yes|2374|16|MjcwOC40NXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2708" TotalPrice="2762.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2762.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, KING BED, CLUB LOUNGE ACCESS" RoomTypeCode="0|0|1322854125|1779529686081351B2186B46||yes|2374|16|MjcyMC44MXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2721" TotalPrice="2775.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2775.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: JUNIOR SUITE" RoomTypeCode="0|1334|1243902305|1779529692033777B2057B20||no|2374|16|MjgwOS4xNHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="2809" TotalPrice="2865.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2865.32" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2865.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive M Club Lounge Access Double Suite (full double bed) (king size bed, lounge access)" RoomTypeCode="h-10a5bdbd-a8f7-54bf-9733-e28e69096c27|63|MjgxNC4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2814" TotalPrice="2870.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 122.35-- city tax is included in the room rate.&lt;br/&gt;GBP 244.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2870.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE TWO DOUBLE BEDS" RoomTypeCode="20260728$20260801$W$228$9339$JSU.2D-1$ID_B2B_69$RO$TPKG$1~2~0$$P@07~A-SIC~227cc2~1646831514~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK01710120002008227cc2|8|MzI2Ni4zOXxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="2823" TotalPrice="2879.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2822.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Park M Club Lounge Access Double Suite with park view (full double bed)" RoomTypeCode="h-1c00344a-84b9-5e74-aaf6-c03362af3328|63|MjgzNi4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2836" TotalPrice="2892.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 123.30-- city tax is included in the room rate.&lt;br/&gt;GBP 246.61-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2892.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PARK, SUITE, DOUBLE BED" RoomTypeCode="0|1331|1537989105|1779529687004310B2119B63||yes|2374|16|Mjk2MS40MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="2961" TotalPrice="3020.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3020.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PARK, SUITE" RoomTypeCode="0|1331|1244319385|1779529686081907B2129B24||yes|2374|16|MzAxMS41MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3012" TotalPrice="3071.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Onsite parties or group events are strictly prohibited&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Property is located within an airport and access is restricted to airport travelers only; flight boarding pass with passport must be presented upon check-in (visa may be required)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 38 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 27 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 20 per accommodation, per night plus EUR 50.00 one-time cleaning fee &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 30.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Pool access available from 8:00 AM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Parking height restrictions apply. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions and guests can access their rooms with a mobile device.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 431.82 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3071.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE" RoomTypeCode="0|1331|1244035775|1779529686095457B2036B42||yes|2374|16|MzE4NS4xN3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3185" TotalPrice="3248.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3248.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, PARK, SUITE, KING BED, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1292175105|1779529686047759B2172B18||yes|2374|16|MzI5MC4wOXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3290" TotalPrice="3355.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3355.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Park M Club Lounge Access Double Suite with park view (full double bed) (king size bed, lounge access)" RoomTypeCode="h-88374543-39d5-54d5-8d71-4a35d918cdad|63|MzM1Ni4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3356" TotalPrice="3423.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 145.91-- city tax is included in the room rate.&lt;br/&gt;GBP 291.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3423.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, PARK, SUITE, KING BED" RoomTypeCode="0|0|1243904385|1779529687054176B2021B22||yes|2374|16|MzM1Ny4yOXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3357" TotalPrice="3424.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate.
Mandatory Fee Policy: This hotel charges an additional $440.72 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Resort Fee per Night. Total price: 330.44 EUR Tax per Night. Total price: 49.56 EUR NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3424.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Park M Club Lounge Access Double Suite with park view (full double bed) (lounge access)" RoomTypeCode="h-5acbcc0b-b12a-5212-9210-688fa53cbe15|63|MzM5Ny4wMHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="3397" TotalPrice="3464.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 147.70-- city tax is included in the room rate.&lt;br/&gt;GBP 295.39-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3464.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED, PARK VIEW, CLUB LOUNGE ACCESS" RoomTypeCode="0|1331|1415444325|1779529687003433B2081B38||yes|2374|16|MzQ1MC44NnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3451" TotalPrice="3519.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3519.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, PARK, SUITE, KING BED, PARK VIEW, CLUB LOUNGE ACCESS, LARGE, CORNER" RoomTypeCode="0|0|1322863705|1779529686081351B2186B44||yes|2374|16|MzQ5NS40M3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="3495" TotalPrice="3565.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3565.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE" RoomTypeCode="0|0|1244035775|1779529692033777B2057B80||no|2374|16|MzYwNS4xMHxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="3605" TotalPrice="3677.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3677.20" /></CancelPenalty><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3677.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Park M Club Lounge Access Double Suite with park view (full double bed) (king size bed, lounge access, corner room)" RoomTypeCode="h-813890ee-6b4a-5fcf-af91-63a6dfff8e62|63|MzgzMC4wMHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="3830" TotalPrice="3906.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 166.52-- city tax is included in the room rate.&lt;br/&gt;GBP 333.04-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3906.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Park M Club Lounge Access Double Suite with park view (full double bed) (king size bed, corner room, lounge access)" RoomTypeCode="h-7cde391f-0574-5d7f-a780-99b174c3aabc|63|Mzk4MC4wMHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="3980" TotalPrice="4059.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><AdditionalDetails>GBP 173.04-- city tax is included in the room rate.&lt;br/&gt;GBP 346.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4059.60" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4059.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED, PARK VIEW, CLUB LOUNGE ACCESS, LARGE, CORNER" RoomTypeCode="0|0|1360197815|1779529692033777B2057B99||yes|2374|16|NDA0Ni42N3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="4047" TotalPrice="4127.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4127.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, PARK VIEW, CORNER" RoomTypeCode="0|0|1261527585|1779529692033777B2057B101||yes|2374|16|NDA0Ni42N3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="4047" TotalPrice="4127.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4127.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE PARK VIEW" RoomTypeCode="20260728$20260801$W$228$9339$SUI.PV$ID_B2B_69$RO$TPKG$1~2~0$$P@07~A-SIC~2321468~-118168761~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK017101200020082321468|8|NTIyNC41MHxFVVJ8MjAyNi0wNy0yMQ==" OriginalAmount="4515" TotalPrice="4605.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4514.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Duplex Top Floor M Club Lounge Access Double Suite (full double bed)" RoomTypeCode="h-b53d4ebb-1d0c-56ba-a906-5f568cd580f7|63|NDgwMC4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="4800" TotalPrice="4896.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 208.70-- city tax is included in the room rate.&lt;br/&gt;GBP 417.39-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4896.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX, SUITE, DOUBLE BED" RoomTypeCode="0|1331|1537986665|1779529687004310B2119B65||yes|2374|16|NTAxMy41M3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="5014" TotalPrice="5113.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5113.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX, SUITE" RoomTypeCode="0|1331|1243972645|1779529686081907B2129B34||yes|2374|16|NTA5OC4zMXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="5098" TotalPrice="5200.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Onsite parties or group events are strictly prohibited&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Property is located within an airport and access is restricted to airport travelers only; flight boarding pass with passport must be presented upon check-in (visa may be required)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 38 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 27 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 20 per accommodation, per night plus EUR 50.00 one-time cleaning fee &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 30.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Pool access available from 8:00 AM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Parking height restrictions apply. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions and guests can access their rooms with a mobile device.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 731.04 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5200.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, DUPLEX, LOFT, SUITE" RoomTypeCode="0|0|1244077425|1779529687054176B2021B20||yes|2374|16|NTY4My43MXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="5684" TotalPrice="5797.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5797.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Duplex Top Floor M Club Lounge Access Double Suite (full double bed) (lounge access)" RoomTypeCode="h-c4359ec9-9089-5df6-b272-d41b6817dbf5|63|NTc0Mi4wMHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="5742" TotalPrice="5856.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 249.65-- city tax is included in the room rate.&lt;br/&gt;GBP 499.30-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5856.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Duplex Top Floor M Club Lounge Access Double Suite (full double bed and sofa) (bed type is subject to availability, lounge access)" RoomTypeCode="h-89a84c3e-bfb1-57ba-aeeb-d86193049736|63|NTg3Ni4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="5876" TotalPrice="5993.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 255.48-- city tax is included in the room rate.&lt;br/&gt;GBP 510.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5993.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, DUPLEX, BI LEVEL, SUITE, KING BED, SOFA, CLUB LOUNGE ACCESS, TOP FLOOR" RoomTypeCode="0|0|1394547505|1779529686081351B2186B48||yes|2374|16|NTkxNy42MHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="5918" TotalPrice="6035.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6035.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Panorama High floor M Club Lounge Access Suite with park view" RoomTypeCode="h-0e1465d1-64af-51ea-9405-50ad71d88211|63|NjAwOC4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="6008" TotalPrice="6128.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 261.22-- city tax is included in the room rate.&lt;br/&gt;GBP 522.43-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6128.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Duplex Top Floor M Club Lounge Access Double Suite (full double bed and sofa) (king size bed, lounge access)" RoomTypeCode="h-73d810c5-24a2-543a-9ed1-2941ad783614|63|NjEyMC4wMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="6120" TotalPrice="6242.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 266.09-- city tax is included in the room rate.&lt;br/&gt;GBP 532.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6242.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PANORAMA, SUITE, 2 DOUBLE BEDS" RoomTypeCode="0|1331|1537985635|1779529687004310B2119B67||yes|2374|16|NjI3NC43MXxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="6275" TotalPrice="6400.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6400.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PANORAMA, SUITE" RoomTypeCode="0|1331|1492581075|1779529686081907B2129B60||yes|2374|16|NjM4MC44MnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="6381" TotalPrice="6508.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Onsite parties or group events are strictly prohibited&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Property is located within an airport and access is restricted to airport travelers only; flight boarding pass with passport must be presented upon check-in (visa may be required)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 38 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 27 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 20 per accommodation, per night plus EUR 50.00 one-time cleaning fee &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 30.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Pool access available from 8:00 AM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Parking height restrictions apply. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions and guests can access their rooms with a mobile device.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 914.92 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6508.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, DUPLEX, SUITE, KING BED, WITH EXTRA BED, CLUB LOUNGE ACCESS" RoomTypeCode="0|0|1419150495|1779529692033777B2057B103||yes|2374|16|Njg1MC44MnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="6851" TotalPrice="6987.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6987.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PANORAMIC, SUITE" RoomTypeCode="0|1331|1538040075|1779529692033777B2057B91||yes|2374|16|Njg3My4xNHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="6873" TotalPrice="7010.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7010.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, PANORAMA, SUITE" RoomTypeCode="0|0|1399054125|1779529687054176B2021B12||yes|2374|16|NzExMy40N3xHQlB8MjAyNi0wNS0yMw==" OriginalAmount="7113" TotalPrice="7255.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate.
Mandatory Fee Policy: This hotel charges an additional $440.72 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Resort Fee per Night. Total price: 330.44 EUR Tax per Night. Total price: 49.56 EUR NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7255.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Panorama High floor M Club Lounge Access Suite with park view (lounge access)" RoomTypeCode="h-0c63a4eb-84b3-5ca5-af2a-ce7d806a62ec|63|NzE3Ny4wMHxHQlB8MjAyNi0wNy0yNw==" OriginalAmount="7177" TotalPrice="7320.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 312.04-- city tax is included in the room rate.&lt;br/&gt;GBP 624.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7320.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, PANORAMA, SUITE, PARK VIEW, CLUB LOUNGE ACCESS, HIGH FLOOR" RoomTypeCode="0|0|1392947715|1779529686081351B2186B42||yes|2374|16|NzQwNi4yMHxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="7406" TotalPrice="7554.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7554.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PANORAMIC, SUITE" RoomTypeCode="0|0|1538040075|1779529692033777B2057B93||no|2374|16|NzYwMC4yNnxHQlB8MjAyNi0wNy0yNQ==" OriginalAmount="7600" TotalPrice="7752.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-21T00:00:00" End="2026-07-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7752.27" /></CancelPenalty><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7752.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 2 Bedrooms Panorama High floor M Club Lounge Access Suite with park view (lounge access)" RoomTypeCode="h-c1e0a456-cd92-593c-8469-c4547adeab2b|63|ODQ3Ni4wMHxHQlB8MjAyNi0wNy0yNg==" OriginalAmount="8476" TotalPrice="8645.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/07/2026"><AdditionalDetails>GBP 368.52-- city tax is included in the room rate.&lt;br/&gt;GBP 737.04-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8645.52" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8645.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, PANORAMIC, SUITE, PARK VIEW, CLUB LOUNGE ACCESS" RoomTypeCode="0|0|1328375815|1779529692033777B2057B105||yes|2374|16|ODU3NC4xNnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="8574" TotalPrice="8745.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8745.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, SUITE, PARK VIEW" RoomTypeCode="0|0|1244766985|1779529692033777B2057B107||yes|2374|16|ODU3NC4xNnxHQlB8MjAyNi0wNS0yMw==" OriginalAmount="8574" TotalPrice="8745.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8745.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/ab/aa/abaa88abb76d408ae660558a0e00a5179c306bc5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/16/6e1658112c77110ddd991e0275c089306827a2a8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/d0/cad09212e815b367cefd0f4b1818e656d4f23d87.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/2f/b52f2a02ec1c504bd023977f4aa6d306b0187cc0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/66/37/6637fc3c322a630839a2027c984cb63f6c2823eb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/d7/48d75fdec274b4300ebfbff2c160a3b10916e6b6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/39/2f/392fc7fb87360a418695e2a3f9578f0cdb43c094.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/eb/01ebef90757c28f553fefca71c905e0c6ac45e10.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/05/01/050120ef2a69602f430b0436a1e8dc6b0b811575.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2c/4a/2c4afc3440e23598c0070d711f92999ea19eac42.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ee/d5/eed56142de5686e18139da0d1461fb00a1428802.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/45/4d/454d15ee3cf23e97ffac96854cf8381348c5605c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/14/89/148965a5ee7bc4b2bfd8d087ff05bdb88425f506.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/2e/a02e1efbe03a4c3f604c5b1e7ea0b38fbc9c6957.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/20/35/203537033d21d7736c2010c1876dde2b965e71cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/5b/b15b7a6523e64109c1283917d7ce0c62b761ce07.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ab/14/ab149a78bdffa98e7d6d1feb00f4ea6370a25030.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/88/ac/88ac7b0af9e0c33e79b510b581275bba1f5874de.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/41/21/412128d3bf1ea2a32a4ee88bd387a4adaf8e913d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/2e/e12ef3c3d8e0bac9d41534d37bbe9b7296b84a08.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/22/23/222367b77224d84fa20787b863df187f7c627374.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/23/a2/23a27bd9b0948ea9038c8f1eb1c353d6925972c7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/16/15/1615a04e0c90406200902a8b7b6bd60704b1c587.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/f1/9ef1218f42bc1d5a816688a1cf0d6c7a70f57afe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/45/5a45be28335dc4ce4571ebdbb6f3b3ed58d511ce.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/a0/44a0105851c948b0091d3980fcf1eb5e1dc698eb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/63/f3/63f3985a3cffe65f0d8c468b797711f0920e3764.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/51/fe/51feef7798fd6d8b84d95c0f77e768409ff8e814.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6c/85/6c85c48082db3a89473d973f739459603237e707.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b3/ca/b3cae96516301397e8b66e9f0ee6a87a99bda043.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/d2/c3d21a9ee6ad246a5186ced39ce878828e88a81a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a5/ee/a5eedc28c925c7fe2a6896b53354c68cafeb8e54.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/17/fe/17fe647a26cf1e26a412bf62eb01e17866546dae.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/65/6f/656f75a1571c5a2cd1f53aff0a1e60163d44fef0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/58/35/5835735cf10618c38181c2af15895303c97f5ac1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/55/4c/554c5e3053f76584e48328cb75c5af4948efb830.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/97/e5/97e5667c811b9b2cd2bd0ac754eabc53e4ae8f73.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2b/ce/2bce4dbc1368e0d89f85697a1800e9afd7eea488.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7a/10/7a10fb525560941e8e3235ec1d55eebddc26f0a8.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This luxury hotel is centrally located opposite the city park on the famous Ringstraße. Sights of interest such as St. Stephen's Cathedral, the state opera house as well as museums and splendid shopping avenues are all just a few minutes walk away. Stubentor on the U3 is the closest underground station and lies about 200 m away and a tram stops right in front of the hotel.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;310 rooms, including 38 suites and 147 double rooms, are located on 7 storeys and can be reached by lift. The reception desk in the lobby is staffed round the clock. A baggage storage service and a safe are available. Wireless internet access in public areas allows guests to stay connected. A variety of shops are available, including a souvenir shop. The grounds of the hotel feature a playground and a lovely garden. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park. Further services include a babysitting service, a childcare service, medical assistance, room service, a laundry service and a hairdresser. Lectures, presentations and meetings can be held in one of the 6 conference rooms.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning and central heating. Children's beds and extra beds can be requested for younger guests. A safe and a minibar are also available. Additional features include a refrigerator, a mini fridge, a microwave and a tea/coffee station. There is also an ironing set and a trouser press. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi ensure optimal comfort. Bathrooms are equipped with a shower, a bathtub and a whirlpool bath. A hairdryer and bathrobes are provided. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The indoor and outdoor pools are ideal for exercise as well as relaxation. A sun terrace is a great place to while away the hours. The hot tub in the pool area promises pure relaxation. There are a variety of leisure facilities and services to choose from, including a gym, a spa, a sauna, a steam bath, a beauty salon, massage treatments and a solarium. Evening entertainment includes live music. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>43-1-515186736</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>43-1-515180</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1985</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>310</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>147</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>38</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shops</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>6</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Playground</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun terrace</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tanning Studio/Solarium</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>200 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="2e555634-f2bf-43d9-b37a-1b86923eda62">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="2490" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="212688|226957" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="KW" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2e555634-f2bf-43d9-b37a-1b86923eda62|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="2e555634-f2bf-43d9-b37a-1b86923eda62" TimeStamp="0001-01-01T00:00:00" HotelName="ibis budget Wien Messe" HotelCode="212688|226957" StarRating="2" GTCityId="2490" CountryCode="AT" CityName="Vienna" CountryName="Austria" Address="Lassallestrasse 7, 1020 Vienna" PostCode="1020" PhoneNo="+4312120424" FaxNo="+4312120424555" Email="H7098@accor.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="48.222367" Longitude="16.397913" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with 1 double bed and 1 single bed" RoomTypeCode="20260728$20260801$W$228$226957$DBL.DB$ID_B2B_97$RO$APCEUSSRA$1~2~0$$N@07~A-SIC~24dc9~-1450568525~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200825eb8|8|MTg0Ljk0fEVVUnwyMDI2LTA3LTIy" OriginalAmount="160" TotalPrice="163.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with one double bed" RoomTypeCode="20260728$20260801$W$228$226957$DBL.ST$ID_B2B_97$RO$APCEUSSRA$1~2~0$$N@07~A-SIC~24dc9~712840304~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200825eb8|8|MTg0Ljk0fEVVUnwyMDI2LTA3LTIy" OriginalAmount="160" TotalPrice="163.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Accessible Standard Room with 1 double size bed" RoomTypeCode="20260728$20260801$W$228$226957$DBL.H6$ID_B2B_97$RO$APCEUSSRA$1~2~0$$N@07~A-SIC~24dc9~-824416701~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200825eb8|8|MTg0Ljk0fEVVUnwyMDI2LTA3LTIy" OriginalAmount="160" TotalPrice="163.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN - room with twin beds for up to 2 people" RoomTypeCode="20260728$20260801$W$228$226957$TWN.ST$ID_B2B_97$RO$APCEUSSRA$1~2~0$$N@07~A-SIC~24dc9~405383629~N~~~NOR~~B92F0013AAFD4C1177952962707305AAUK0171012000200825eb8|8|MTg0Ljk0fEVVUnwyMDI2LTA3LTIy" OriginalAmount="160" TotalPrice="163.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, 1 DOUBLE AND 1 SINGLE BED" RoomTypeCode="0|0|1254680985|1779529746067171B2164B0||no|2309575|16|MTY2LjE4fEdCUHwyMDI2LTA3LTI4" OriginalAmount="166" TotalPrice="169.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/07/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1254592355|1779529746067171B2164B12||no|2309575|16|MTY2LjE4fEdCUHwyMDI2LTA3LTI4" OriginalAmount="166" TotalPrice="169.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/07/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED, ACCESSIBLE" RoomTypeCode="0|0|1255045865|1779529746067171B2164B8||no|2309575|16|MTY2LjE4fEdCUHwyMDI2LTA3LTI4" OriginalAmount="166" TotalPrice="169.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/07/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|0|1254571545|1779529746067171B2164B4||no|2309575|16|MTY2LjE4fEdCUHwyMDI2LTA3LTI4" OriginalAmount="166" TotalPrice="169.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/07/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Accessible Double room (full double bed) (handicap accessible)" RoomTypeCode="h-fdaaf3b5-e533-51a2-86c3-21553b218dc3|63|MTY3LjAwfEdCUHwyMDI2LTA3LTI3" OriginalAmount="167" TotalPrice="170.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 7.26-- city tax is included in the room rate.&lt;br/&gt;GBP 14.52-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="170.34" /></CancelPenalty><CancelPenalty Start="2026-07-25T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="170.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed)" RoomTypeCode="h-a51aa1a1-dceb-558a-9c1f-abc88595362a|63|MTY3LjAwfEdCUHwyMDI2LTA3LTI3" OriginalAmount="167" TotalPrice="170.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 7.26-- city tax is included in the room rate.&lt;br/&gt;GBP 14.52-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="170.34" /></CancelPenalty><CancelPenalty Start="2026-07-25T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="170.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-24976903-f7ac-5e45-8a80-331f0539bb96|63|MTY5LjAwfEdCUHwyMDI2LTA1LTIz" OriginalAmount="169" TotalPrice="172.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 7.35-- city tax is included in the room rate.&lt;br/&gt;GBP 14.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-18T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="172.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard with Children Bunk Bed Double room (full double bed)" RoomTypeCode="h-89556802-d94c-5aef-8e15-d1d97bd5570a|63|MTcyLjAwfEdCUHwyMDI2LTA3LTI3" OriginalAmount="172" TotalPrice="175.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 7.48-- city tax is included in the room rate.&lt;br/&gt;GBP 14.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="175.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|0|1254575045|1779529747016748B2091B9||no|2309575|16|MTczLjI0fEdCUHwyMDI2LTA3LTI3" OriginalAmount="173" TotalPrice="176.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="176.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUEEN BED, ACCESSIBLE" RoomTypeCode="0|0|1443383065|1779529747016748B2091B11||no|2309575|16|MTczLjI0fEdCUHwyMDI2LTA3LTI3" OriginalAmount="173" TotalPrice="176.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="176.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, BUNK BED" RoomTypeCode="0|0|1530750935|1779529746075716B2095B14||no|2309575|16|MTc1LjQ3fEdCUHwyMDI2LTA3LTI3" OriginalAmount="175" TotalPrice="178.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="178.98" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="178.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED, ACCESSIBLE" RoomTypeCode="0|0|1445784795|1779529746076426B2036B10||no|2309575|16|MTc4LjUzfEdCUHwyMDI2LTA3LTI4" OriginalAmount="179" TotalPrice="182.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="182.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Accessible Double room (full double bed) (queen size bed, handicap accessible)" RoomTypeCode="h-6fe08368-4297-5028-9cb7-b445717dc1d7|63|MTgwLjAwfEdCUHwyMDI2LTA3LTI3" OriginalAmount="180" TotalPrice="183.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 7.83-- city tax is included in the room rate.&lt;br/&gt;GBP 15.65-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="183.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard with Children Bunk Bed Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-2e94c9ec-01dd-54f1-8333-33eec056b049|63|MTgyLjAwfEdCUHwyMDI2LTA3LTIw" OriginalAmount="182" TotalPrice="185.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/07/2026"><AdditionalDetails>GBP 7.91-- city tax is included in the room rate.&lt;br/&gt;GBP 15.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-16T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="185.64" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="185.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, BUNK BED, COURTYARD VIEW" RoomTypeCode="0|0|1535560015|1779529748035249B2153B8||no|2309575|16|MTg1LjY2fEdCUHwyMDI2LTA3LTI3" OriginalAmount="186" TotalPrice="189.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="189.37" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="189.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-40136d68-c08e-5418-a141-f088d1d4c7c1|63|MjM2LjAwfEdCUHwyMDI2LTA3LTI3" OriginalAmount="236" TotalPrice="240.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/07/2026"><AdditionalDetails>GBP 10.26-- city tax is included in the room rate.&lt;br/&gt;GBP 20.52-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Allergy-free rooms|Non-smoking rooms|Room service|Cable TV|TV|Hairdryer|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="240.72" /></CancelPenalty><CancelPenalty Start="2026-07-24T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="240.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/34/d5/34d5e698dd2fe8101862567299ba374954c3971d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fd/83/fd83c0a8baec574f4dc302b28f1d472e8dadbcb0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/1b/b61b40cc0aba6c4fb368c72772153cc3ddf016f6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/26/8d/268d0cedf944c0585c24f2bae545407ac3333384.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/6d/1b6df9ae22ced5c05e004e10f41b206ea0af7e2f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/84/1b84b8b02b4683fdd8fe3a546a3e18330c4adba7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/15/c3/15c3d28603494f80bcd66ed69b9614a603bb738e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5b/24/5b24c8fc31409e82ae89bb4ee123b891989f0871.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/99/8d99eb8f50da78888d7c9cf53ab630162c2d5343.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/cf/a7/cfa73bdbc6f8b4392a9bffd0560bc8de82aef3b6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/35/47/3547186d9fc487e5eb747611e3bf386b2b858443.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/22/dd22132e93d310fff6019ddd58030079e6e17c2f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c2/4f/c24f66e36afa3ae28b802090fb42c31cd9a42e23.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a9/56/a95648e47a2765d4821bbbf91d14e925d00cbf79.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/45/ce/45ce5ebbc9f14ae42759e7f6637f650c35d9dd9e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/03/1b035a5a1b10bc07a8a35641b71744a45e894bb2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f5/5a/f55ae4f83b7ebdbd52173ef5d61b09535983150b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/62/7f/627f85cb7ab431ccc984c07915b5b358eebb42af.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/11/88/11887938c57951c9f9c2a231a4caa8b1ee3fdac0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/5f/d85f707baabf646bec79f8af9f8f85d6a90dc9f6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/22/1f22465d0b490e772274f58d1a1d9d9da748677d.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Vienna.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;This hotel has a lift and a reception desk. Wireless internet access allows guests to stay connected while on holiday.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Rooms include a double bed. Children's beds can be requested for younger guests. Other features include a TV and WiFi. Bathrooms are equipped with a shower and a hairdryer. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 7.50 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Depending on the capacity of the room booked, children up to the age of 12 can stay free of charge providing they share a room with their parents or guardians, in the existing beds.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;Pets are allowed for an additional fee. Price of accommodation: 6.00 EUR per night.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 14.00 EUR per day.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||True